summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 22:26:40 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-22 22:26:40 +0000
commit5f964013045a9aaf7d4ac7e55ea53157d4954e75 (patch)
treed3b78fd9ec6c1c3660975fee2e15f28e62939746 /TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt
parentdab033b3beda81198661bb440014e2c6f2b98a30 (diff)
downloadATCD-5f964013045a9aaf7d4ac7e55ea53157d4954e75.tar.gz
ChangeLogTag: Mon Dec 22 16:26:21 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt')
-rw-r--r--TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt b/TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt
new file mode 100644
index 00000000000..2d4e14a3a9e
--- /dev/null
+++ b/TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/IDL/Makefile.alt
@@ -0,0 +1,23 @@
+# file : Example/CodeGnerationKit/Indentation/IDL/Makefile.alt
+# author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+# cvs-id : $Id$
+
+root = ../../../..
+
+include $(root)/Bootstrap.rules
+
+$(call include, $(root)/Config.rules)
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Executable.pre.rules)
+
+cxx_translation_units := indent_idl.cpp
+
+module_base := indent_idl
+module_prefix :=
+module_suffix :=
+
+CXX_PREPROCESS_FLAGS += -I$(root) -I$(UTILITY_ROOT)
+
+CXX_LINK_LIBS += -L$(root)/CCF/CodeGenerationKit -lCodeGenerationKit
+
+$(call include, $(UTILITY_ROOT)/BuildRules/Executable.post.rules)