summaryrefslogtreecommitdiff
path: root/Makefile.bor
blob: 81598db9af118b68f163353204bf6cc75ddcb26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile for building ACE
#

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

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