]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/fl/Makefile.in
some basic docs for wxBase
[wxWidgets.git] / contrib / src / fl / Makefile.in
1 # $Id$
2
3 top_srcdir = @top_srcdir@/..
4 top_builddir = ../../..
5 libsrc_dir = contrib/src/fl
6
7 TARGET_LIBNAME = libfl
8
9 LIBVERSION_CURRENT=1
10 LIBVERSION_REVISION=0
11 LIBVERSION_AGE=0
12
13 HEADER_PATH=$(top_srcdir)/contrib/include/wx
14 HEADER_SUBDIR=fl
15
16 HEADERS = \
17 bardragpl.h \
18 cbcustom.h \
19 dynbarhnd.h \
20 dyntbarhnd.h \
21 garbagec.h \
22 hintanimpl.h \
23 panedrawpl.h \
24 rowlayoutpl.h \
25 updatesmgr.h \
26 antiflickpl.h \
27 barhintspl.h \
28 controlbar.h \
29 dyntbar.h \
30 frmview.h \
31 gcupdatesmgr.h \
32 newbmpbtn.h \
33 rowdragpl.h \
34 toolwnd.h
35
36 OBJECTS = \
37 antiflickpl.o \
38 gcupdatesmgr.o \
39 rowlayoutpl.o \
40 bardragpl.o \
41 dyntbar.o \
42 hintanimpl.o \
43 toolwnd.o \
44 barhintspl.o \
45 dyntbarhnd.o \
46 newbmpbtn.o \
47 updatesmgr.o \
48 cbcustom.o \
49 frmview.o \
50 panedrawpl.o \
51 controlbar.o \
52 garbagec.o \
53 rowdragpl.o
54
55 DEPFILES= $(OBJECTS:.o=.d)
56
57 APPEXTRADEFS = -I$(top_srcdir)/contrib/include
58
59 include $(top_builddir)/src/makelib.env
60
61 -include $(DEPFILES)
62