]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/Makefile.in
Various documentation changes, makefile fixes
[wxWidgets.git] / user / wxLayout / Makefile.in
1 # WXXT base directory
2 WXBASEDIR=@WXBASEDIR@
3
4 # set the OS type for compilation
5 OS=@OS@
6 # compile a library only
7 RULE=bin
8
9 # define library name
10 BIN_TARGET=wxLayout
11 # define library sources
12 BIN_SRC=\
13 wxLayout.cpp kbList.cpp wxlist.cpp wxlwindow.cpp wxlparser.cpp
14
15 #define library objects
16 BIN_OBJ=\
17 wxLayout.o kbList.o wxllist.o wxlwindow.o wxlparser.o
18
19 # additional things needed to link
20 BIN_LINK=
21
22 # additional things needed to compile
23 ADD_COMPILE=
24
25 # include the definitions now
26 include ../../../template.mak