aboutsummaryrefslogtreecommitdiff
path: root/template/Makefile.am
blob: 2bd31ff0126feaf8d8bea0d56d218ddab99388ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# file      : template/Makefile.am
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : not copyrighted - public domain

EXTRA_DIST = __file__(extra_dist)

noinst_PROGRAMS = driver
driver_SOURCES = driver.cxx database.hxx __path__(extra_sources) __path__(extra_headers)

if DATABASE_MYSQL
AM_CPPFLAGS = -DDATABASE_MYSQL
endif

TESTS=$(top_builddir)/tester
TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir;

# ODB compilation.
#
driver_SOURCES += __path__(odb_header_stem).hxx
nodist_driver_SOURCES = __path__(odb_header_stem)-odb.cxx
BUILT_SOURCES = __path__(odb_header_stem)-odb.hxx
CLEANFILES = __path__(odb_header_stem)-odb.hxx __path__(odb_header_stem)-odb.ixx __path__(odb_header_stem)-odb.cxx

ODB = @ODB@
ODBFLAGS = @ODBFLAGS@
ODBCPPFLAGS = @ODBCPPFLAGS@

__path__(odb_header_stem)-odb.hxx: __path__(odb_header_stem).hxx
	$(ODB) $(ODBCPPFLAGS) $(CPPFLAGS) $(ODBFLAGS)  __value__(odb_options) $<