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

DIRS = \
        IPC_SAP \
        Log_Msg \
        Map_Manager \
        Mem_Map \
        Reactor \
        RMCast \
        Service_Configurator \
        Threads

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