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

DIRS = \
        IPC_SAP \
        Log_Msg \
        Map_Manager \
        Mem_Map \
        Misc \
        Naming \
        Reactor \
        Registry \
        RMCast \
        Service_Configurator \
        Synch \
        Threads

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