diff options
author | boris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-09 18:17:25 +0000 |
---|---|---|
committer | boris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-09 18:17:25 +0000 |
commit | fc17afc10604da8489d6f1990e8894107215e9cf (patch) | |
tree | 15efe383fe52ebc96bbd4e2a1258100381a075e0 /TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt | |
parent | cb79893fb274db2402d8056637b744d5d031bb50 (diff) | |
download | ATCD-fc17afc10604da8489d6f1990e8894107215e9cf.tar.gz |
ChangeLogTag: Fri Jan 9 12:20:32 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt')
-rw-r--r-- | TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt b/TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt index 71a3f9d57b5..601f6749c57 100644 --- a/TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt +++ b/TAO/CIAO/CCF/Test/IDL2/Traversal/Recreate/Makefile.alt @@ -8,7 +8,7 @@ include $(root)/Bootstrap.rules $(call include, $(root)/Config.rules) -$(call include, $(UTILITY_ROOT)/BuildRules/Executable.pre.rules) +$(call include, $(UTILITY_BUILD_RULES)/Executable.pre.rules) cxx_translation_units := recreate.cpp Generator.cpp @@ -18,7 +18,7 @@ module_base := recreate module_prefix := module_suffix := -CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT) -I$(BOOST_ROOT) +CXX_PREPROCESS_FLAGS += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS) # -L$(root)/CCF/CompilerElements \ # -lCompilerElements \ @@ -27,7 +27,7 @@ CXX_LINK_LIBS += -L$(root)/CCF/IDL2 \ -lIDL2 \ -L$(root)/CCF/CompilerElements \ -lCompilerElements \ - -L$(BOOST_ROOT)/lib \ + $(BOOST_LD_FLAGS) \ -lboost_filesystem -$(call include, $(UTILITY_ROOT)/BuildRules/Executable.post.rules) +$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules) |