summaryrefslogtreecommitdiff
path: root/examples/Misc/Makefile.bor
blob: 677255b971be59cbd24e2cc39d7f22f4aa6ac76c (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 Misc examples
#

NAMES = \
        test_dump \
        test_get_opt \
        test_profile_timer \
        test_read_buffer \
        test_set \
        test_sstring \
        test_trace \
        test_XtReactor1 \
        test_XtReactor2

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>