diff options
Diffstat (limited to 'TAO/CIAO/CIDLC/Makefile.alt')
-rw-r--r-- | TAO/CIAO/CIDLC/Makefile.alt | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/CIAO/CIDLC/Makefile.alt b/TAO/CIAO/CIDLC/Makefile.alt deleted file mode 100644 index 80b50c1cc4a..00000000000 --- a/TAO/CIAO/CIDLC/Makefile.alt +++ /dev/null @@ -1,46 +0,0 @@ -# file : CIDLC/Makefile.alt -# author : Boris Kolpackov <boris@dre.vanderbilt.edu> -# cvs-id : $Id$ - -root = ../CCF - -include $(root)/Bootstrap.rules - -$(call include, $(root)/Config.rules) - -$(call include, $(UTILITY_BUILD_RULES)/Executable.pre.rules) - - -# RepositoryIdGenerator.cpp \ - -cxx_translation_units := ExecutorMappingGenerator.cpp \ - Literals.cpp \ - DescriptorGenerator.cpp \ - SizeTypeCalculator.cpp \ - ServantGenerator.cpp \ - ServantHeaderGenerator.cpp \ - ServantSourceGenerator.cpp \ - TypeNameEmitter.cpp \ - cidlc.cpp - -module_base := cidlc -module_prefix := -module_suffix := - -CXX_PREPROCESS_FLAGS += -I.. -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS) - -CXX_LINK_LIBS += -L$(root)/CCF/CIDL \ - -lCIDL \ - -L$(root)/CCF/IDL3 \ - -lIDL3 \ - -L$(root)/CCF/IDL2 \ - -lIDL2 \ - -L$(root)/CCF/CodeGenerationKit \ - -lCodeGenerationKit \ - -L$(root)/CCF/CompilerElements \ - -lCompilerElements \ - $(BOOST_LD_FLAGS) \ - -lboost_regex \ - -lboost_filesystem - -$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules) |