summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
commit4a60be89a8b9ab5d41a23fb97ea2536036c72fc5 (patch)
treec1a2efbddcc07c8052ad9bb239e39e0b8ee22df9 /TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
parentb99901708ebbbe3f5d5da363bc22b5a6a18a1071 (diff)
downloadATCD-4a60be89a8b9ab5d41a23fb97ea2536036c72fc5.tar.gz
Makefiles must now be generated using MPC.
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile')
-rw-r--r--TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile b/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
deleted file mode 100644
index 8456c2cf3ad..00000000000
--- a/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-include ../../Config.rules
-
-LIBNAME = libCodeGenerationKit
-LIB = $(LIBNAME).a
-SHLIB = $(LIBNAME).$(SOEXT)
-
-FILES = CommandLine \
- CommandLineGrammar \
- CommandLineParser
-
-LSRC = $(addsuffix .cpp,$(FILES))
-
-override static_libs_only := true
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-CPPFLAGS += -I../..
-
-ifneq ($(MAKECMDGOALS),depend)
-CPPFLAGS += $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
-endif
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-
-.obj/CommandLine.o .obj/CommandLine.o .obj/CommandLine.o .obj/CommandLine.o: CommandLine.cpp \
- ../../CCF/CodeGenerationKit/CommandLine.hpp
-
-.obj/CommandLineGrammar.o .obj/CommandLineGrammar.o .obj/CommandLineGrammar.o .obj/CommandLineGrammar.o: CommandLineGrammar.cpp \
- ../../CCF/CodeGenerationKit/CommandLineGrammar.hpp \
- ../../CCF/CodeGenerationKit/CommandLine.hpp
-
-.obj/CommandLineParser.o .obj/CommandLineParser.o .obj/CommandLineParser.o .obj/CommandLineParser.o: CommandLineParser.cpp \
- ../../CCF/CodeGenerationKit/CommandLineParser.hpp \
- ../../CCF/CodeGenerationKit/CommandLine.hpp \
- ../../CCF/CodeGenerationKit/CommandLineGrammar.hpp
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY