summaryrefslogtreecommitdiff
path: root/Makefile.bor
blob: a10fc536b15c0ac798cf1eabc8d3b94acaa73071 (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
#
# 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>