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

DIRS = \
        Dgram \
        Multicast \
        Ntalker \
        Proactor \
        WFMO_Reactor

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