# file : CCF/CodeGenerationKit/Makefile.alt # author : Boris Kolpackov # cvs-id : $Id$ root = ../.. include $(root)/Bootstrap.rules $(call include, $(root)/Config.rules) $(call include, $(UTILITY_ROOT)/BuildRules/Archive.pre.rules) cxx_translation_units := CommandLine.cpp \ CommandLineGrammar.cpp \ CommandLineParser.cpp module_base := CodeGenerationKit module_prefix := module_suffix := CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT) $(call include, $(UTILITY_ROOT)/BuildRules/Archive.post.rules)