summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/gadget_test.bor
blob: 44182ffbcb223cb72f0aeb16d65e9e72ce005b61 (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
#
# $Id$
#
# Makefile for building the Gadget example
#

NAME = gadget_test

OBJFILES = \
	$(OBJDIR)\Gadget.obj \
	$(OBJDIR)\Gadget_Factory.obj \
	$(OBJDIR)\Gadget_Impl.obj \
	$(OBJDIR)\Gadget_Part.obj \
	$(OBJDIR)\Gadget_Part_Factory.obj \
	$(OBJDIR)\Gadget_Part_Impl.obj \
	$(OBJDIR)\gadget_test.obj

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>