blob: 58f217d2a00160c4a9961cd2bb86e8ea49f54b94 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : build/export/libodb-pgsql/stub.make
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(src_root)/odb/pgsql/makefile,$(out_root))
$(call export,\
l: $(out_root)/odb/pgsql/odb-pgsql.l,\
cpp-options: $(out_root)/odb/pgsql/odb-pgsql.l.cpp-options)
|