summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/Makefile.alt
blob: a151c3b67ec408a9cc911928891b6eb9bd4cbe62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : Example/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/Recursion.pre.rules)

target_makefile_list  :=
target_directory_list := CodeGenerationKit CIDL
default_makefile_name := Makefile.alt

$(call include, $(UTILITY_ROOT)/BuildRules/Recursion.post.rules)