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

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

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