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

target_makefile_list  := Makefile.object.alt
target_directory_list := Impl
default_makefile_name := Makefile.alt


$(call include, $(UTILITY_BUILD_RULES)/Recursion.post.rules)