summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/CodeGenerationKit/Indentation/XML/Makefile.alt
blob: bec22a66b07c0787f7366629745dbe507d6eaac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_xml.cpp

module_base           := indent_xml
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)