]> git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/samples/test/Makefile.in
Removed Persistance Framework code/files from FrameLayout
[wxWidgets.git] / utils / framelayout / samples / test / Makefile.in
1 # WXXT base directory
2 WXBASEDIR=@WXBASEDIR@
3
4 # set the OS type for compilation
5 OS=@OS@
6 # compile a binary only
7 RULE=bin
8
9 # define executable name
10 BIN_TARGET=fl_test
11
12 # define library sources
13 BIN_CPP_SRC=\
14 fl_test.cpp\
15
16 #define library objects
17 BIN_OBJ=\
18 $(BIN_CPP_SRC:.cpp=.o)
19
20 # additional things needed to link
21 BIN_LINK=-lwx_fl_gtk
22
23 # additional things needed to compile
24 ADD_COMPILE=-I../../../src
25
26 # include the definitions now
27 include ../../../../../template.mak