summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/Makefile.bor
blob: 63d68ef4b731d64dace62660e201998422d172a9 (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
#
# Makefile for building the ACE Proactor examples
#

NAMES = \
        simple_test_proactor \
        test_proactor \
        test_timeout \
        test_timeout_st \
        post_completions \
        test_end_event_loop \
        test_cancel \
        test_proactor2 \
        test_udp_proactor

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>