summaryrefslogtreecommitdiff
path: root/examples/Smart_Pointers/gadget_test.bor
blob: c3aa4184b8ae7f604a0e3425ddc3035d9c6ea863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# 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>