aboutsummaryrefslogtreecommitdiff
path: root/build/export/libodb-mysql/stub.make
blob: 1a5d1e60dcea77c8447f2a0016d4fdda87e53491 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/export/libodb-mysql/stub.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

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

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