]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/fl/Makefile.in
Fix for the TAB in the autocomplete list not being used correctly
[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
7TARGET_LIBNAME = libfl
8e08b761 8
8e08b761
JS
9LIBVERSION_CURRENT=1
10LIBVERSION_REVISION=0
11LIBVERSION_AGE=0
12
3a922bb4
RL
13HEADER_PATH=$(top_srcdir)/contrib/include/wx
14HEADER_SUBDIR=fl
15
16HEADERS = \
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
36OBJECTS = \
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
8e08b761 54
f36e7ad8 55DEPFILES= $(OBJECTS:.o=.d)
8e08b761
JS
56
57APPEXTRADEFS = -I$(top_srcdir)/contrib/include
58
59include $(top_builddir)/src/makelib.env
60
faed65f6 61-include $(DEPFILES)
3a922bb4 62