aboutsummaryrefslogtreecommitdiff
path: root/build/export/libodb-sqlite/stub.make
blob: 5441e2320641094f094a6ae1a7021c02a50da935 (plain)
1
2
3
4
5
6
7
8
9
# file      : build/export/libodb-sqlite/stub.make
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

$(call include-once,$(src_root)/odb/sqlite/makefile,$(out_root))

$(call export,\
  l: $(out_root)/odb/sqlite/odb-sqlite.l,\
  cpp-options: $(out_root)/odb/sqlite/odb-sqlite.l.cpp-options)