summaryrefslogtreecommitdiff
path: root/examples/Reactor/WFMO_Reactor/Makefile.bor
blob: 29fb3a496670db05d193aae858d3b2543a75ae1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Makefile for building the ACE WFMO_Reactor examples
#

NAMES = \
        Abandoned \
        APC \
        Console_Input \
        Directory_Changes \
        Exceptions \
        Handle_Close \
        Multithreading \
        Network_Events \
        Prerun_State_Changes \
        Registration \
        Registry_Changes \
        Removals \
        Suspended_Removals \
        Talker \
        Timeouts \
        Window_Messages

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

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