summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/Makefile.alt
blob: f0b683828a16ab0dc7c87fb4129d7feb58e54891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : CCF/IDL3/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  := Makefile.archive
target_directory_list := SemanticGraph SemanticAction Traversal
default_makefile_name := Makefile.alt

Makefile.archive : SemanticGraph SemanticAction Traversal 

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