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

Makefile.archive : SemanticGraph Traversal SemanticAction

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