From 64ff415ed33a733f9a297b1526403bfb8f391c63 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Mar 2010 12:34:58 +0200 Subject: Semantic graph and parsing code Currently covers/handles namespace, class definitions (including bases and data members), and typedefs in namespace-scopes. --- odb/makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'odb/makefile') 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 # -- cgit v1.1