summaryrefslogtreecommitdiff
path: root/examples/Synch/Makefile.bor
blob: 53e85fe83e9348267dcc6691a248c9e43bd6c1bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile for building the ACE Synch examples
#

NAMES = \
        proc_sema

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>