summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SPIPE_SAP/Makefile.bor
blob: a1bb6030f0b2176044eb0bc90986698e2550b0a5 (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
#
# Makefile for building the IPC_SAP SPIPE_SAP ace examples
#

NAMES = \
        client \
        server \
	consumer_msg \
	consumer_read \
	producer_msg \
	producer_read \
#        NPClient \
#        NPServer

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>