aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-23 12:34:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-23 12:34:58 +0200
commit64ff415ed33a733f9a297b1526403bfb8f391c63 (patch)
treed0f02c10e2bc9c068538719186f0683e7743e314 /odb/makefile
parent4867605e59aa35e588f6f812c42ea95dffc0bbb3 (diff)
Semantic graph and parsing code
Currently covers/handles namespace, class definitions (including bases and data members), and typedefs in namespace-scopes.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile
index 031df62..825cd7b 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -8,7 +8,14 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
# Plugin units.
#
cxx_ptun := plugin.cxx
-cxx_ptun +=
+
+cxx_ptun += \
+semantics/class.cxx \
+semantics/derived.cxx \
+semantics/elements.cxx \
+semantics/fundamental.cxx \
+semantics/namespace.cxx \
+semantics/unit.cxx
# Driver units
#