]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/fl/Makefile.in
FL event fix from Hans
[wxWidgets.git] / contrib / src / fl / Makefile.in
CommitLineData
3a922bb4 1# $Id$
8e08b761
JS
2
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
5libsrc_dir = contrib/src/fl
6
2b5f62a0
VZ
7TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_fl-@WX_RELEASE@
8
9LIBVERSION_CURRENT=@WX_CURRENT@
10LIBVERSION_REVISION=@WX_REVISION@
11LIBVERSION_AGE=@WX_AGE@
8e08b761 12
8e08b761 13
3a922bb4
RL
14HEADER_PATH=$(top_srcdir)/contrib/include/wx
15HEADER_SUBDIR=fl
16
17HEADERS = \
18 bardragpl.h \
19 cbcustom.h \
20 dynbarhnd.h \
21 dyntbarhnd.h \
0bc83649 22 fldefs.h \
3a922bb4
RL
23 garbagec.h \
24 hintanimpl.h \
25 panedrawpl.h \
26 rowlayoutpl.h \
27 updatesmgr.h \
28 antiflickpl.h \
29 barhintspl.h \
30 controlbar.h \
31 dyntbar.h \
32 frmview.h \
33 gcupdatesmgr.h \
34 newbmpbtn.h \
35 rowdragpl.h \
36 toolwnd.h
37
38OBJECTS = \
39 antiflickpl.o \
40 gcupdatesmgr.o \
41 rowlayoutpl.o \
42 bardragpl.o \
43 dyntbar.o \
44 hintanimpl.o \
45 toolwnd.o \
46 barhintspl.o \
47 dyntbarhnd.o \
48 newbmpbtn.o \
49 updatesmgr.o \
50 cbcustom.o \
51 frmview.o \
52 panedrawpl.o \
53 controlbar.o \
54 garbagec.o \
55 rowdragpl.o
8e08b761 56
f36e7ad8 57DEPFILES= $(OBJECTS:.o=.d)
8e08b761
JS
58
59APPEXTRADEFS = -I$(top_srcdir)/contrib/include
60
61include $(top_builddir)/src/makelib.env
62
faed65f6 63-include $(DEPFILES)
3a922bb4 64