]>
Commit | Line | Data |
---|---|---|
3a922bb4 | 1 | # $Id$ |
8e08b761 JS |
2 | |
3 | top_srcdir = @top_srcdir@/.. | |
4 | top_builddir = ../../.. | |
5 | libsrc_dir = contrib/src/fl | |
6 | ||
7 | TARGET_LIBNAME = libfl | |
8e08b761 | 8 | |
8e08b761 JS |
9 | LIBVERSION_CURRENT=1 |
10 | LIBVERSION_REVISION=0 | |
11 | LIBVERSION_AGE=0 | |
12 | ||
3a922bb4 RL |
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 | |
8e08b761 | 54 | |
f36e7ad8 | 55 | DEPFILES= $(OBJECTS:.o=.d) |
8e08b761 JS |
56 | |
57 | APPEXTRADEFS = -I$(top_srcdir)/contrib/include | |
58 | ||
59 | include $(top_builddir)/src/makelib.env | |
60 | ||
faed65f6 | 61 | -include $(DEPFILES) |
3a922bb4 | 62 |