summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile
blob: 5c6f8abd6add677f2810c5f9c81857619e74baba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#----------------------------------------------------------------------------
#       $Id$
#
#       Makefile for the ACE library
#----------------------------------------------------------------------------

.DEFAULT:
	@$(MAKE) -f Makefile.object $@
	@$(MAKE) -C Impl $@

.PHONY: all

all:
	@$(MAKE) -f Makefile.object objects
	@$(MAKE) -C Impl objects