summaryrefslogtreecommitdiff
path: root/Makefile.bor
blob: 1fdbc9c22f106bb488a01b9b016b0dfed2058c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# $Id$
#
# Makefile for building ACE
#

!ifndef	BUILD
BUILD =	all
!endif

!if $(BUILD) ==	all

DIRS = \
        ace \
        examples \
        performance-tests \
        tests \
        ACEXML \
        ACEXML\tests

!else
!error Please set your BUILD variable to either "all".
!endif


!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>