aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-30 11:05:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-30 11:05:46 +0200
commitb143a4a1a028d3147b9b603e77866780b34ee828 (patch)
tree521e0d3602a08970cf477e3f139cc40f9dd01af2 /odb/makefile
parentcf80396f8b6147e9048c1f3bd50b3086f754d037 (diff)
Add code generator infrastructure
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile
index 742b3a5..2789a47 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -7,7 +7,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
# Plugin units.
#
-cxx_ptun := plugin.cxx
+cxx_ptun := \
+context.cxx \
+generator.cxx \
+plugin.cxx
cxx_ptun += \
semantics/class.cxx \