summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile')
-rw-r--r--TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile b/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
deleted file mode 100644
index 697130f21e6..00000000000
--- a/TAO/CIAO/CCF/CCF/CodeGenerationKit/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# File : Makefile
-# Author : Boris Kolpackov <boris@kolpackov.net>
-# $Id$
-
-root = ../../External/Utility
-
-include $(root)/Config/Archive.pre.rules
-
-cxx_translation_units := CodeGenerationKit.cpp \
- CommandLine.cpp \
- CommandLineGrammar.cpp \
- CommandLineParser.cpp
-
-module_base := CodeGenerationKit
-module_prefix :=
-module_suffix :=
-
-CXX_PREPROCESS_FLAGS += -I../.. \
- -I../../External/Utility \
- -I../../External/boost \
-
-include $(root)/Config/Archive.post.rules