Removed array bag, and restructured the tree bag to be WMBag
[wmaker-crm.git] / WINGs / Makefile.am
blob1c580ae80c3cbaaafe5bb218ece2c1438d756753
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = . Documentation Resources Examples Tests
9 #libWINGs_la_LDFLAGS = -version-info 1:1:0
11 include_HEADERS = WINGs.h WUtil.h WINGsP.h
13 bin_SCRIPTS = get-wings-flags get-wutil-flags
15 lib_LIBRARIES = libWINGs.a libWUtil.a
18 LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la\
19          @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ \
20         -lm @LIBPL@
23 EXTRA_DIST = BUGS
25 # wbutton.c 
26 libWINGs_a_SOURCES =    \
27         WINGs.h \
28         WINGsP.h \
29         configuration.c \
30         dragdestination.c \
31         dragsource.c \
32         fontmanager.c \
33         international.c \
34         notification.c \
35         selection.c \
36         userdefaults.c \
37         wapplication.c \
38         wappresource.c \
39         wballoon.c \
40         wbrowser.c \
41         wbutton.c \
42         wcolor.c \
43         wcolorpanel.c \
44         wcolorwell.c \
45         wevent.c \
46         wfilepanel.c \
47         wframe.c \
48         wfont.c \
49         wfontpanel.c \
50         widgets.c \
51         wlabel.c \
52         wlist.c \
53         wmenuitem.c \
54         wmisc.c \
55         wpanel.c \
56         wpixmap.c \
57         wpopupbutton.c \
58         wprogressindicator.c \
59         wruler.c \
60         wscroller.c \
61         wscrollview.c \
62         wslider.c \
63         wsplitview.c \
64         wtabview.c \
65         wtext.c \
66         wtextfield.c \
67         wwindow.c \
68         wview.c \
69         error.c \
70         findfile.c \
71         bagtree.c \
72         connection.c \
73         data.c \
74         hashtable.c \
75         host.c \
76         memory.c \
77         string.c \
78         usleep.c
81 libWUtil_a_SOURCES =    \
82         WINGs.h \
83         WINGsP.h \
84         bagtree.c \
85         connection.c \
86         data.c \
87         host.c \
88         international.c \
89         notification.c \
90         userdefaults.c \
91         wapplication.c \
92         wutil.c \
93         error.c \
94         findfile.c \
95         hashtable.c \
96         memory.c \
97         string.c \
98         usleep.c
101 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
102         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
105 wcolorpanel.o: wcolorpanel.c
106         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<