summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/UPIPE_SAP/Makefile.bor
blob: 4f2d736e7307c25855b71ef272ecd76136267c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile for building the IPC_SAP UPIPE_SAP example
#

NAMES = \
        ex1 \
        ex2 \
        ex3

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>