fixed bug in builtin xpm loader
[wmaker-crm.git] / WINGs / Makefile.am
blob3e16dd66ede2bb7df03070a90129d7dee33c6b07
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = . Documentation Resources Examples Extras Tests
9 #libWINGs_la_LDFLAGS = -version-info 1:1:0
11 # is this a kluge? if so, how should i do it?
12 includedir = @includedir@/WINGs
14 include_HEADERS = WINGs.h WUtil.h WINGsP.h
16 bin_SCRIPTS = get-wings-flags get-wutil-flags
18 lib_LIBRARIES = libWINGs.a libWUtil.a
21 LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@
24 EXTRA_DIST = BUGS
26 # wbutton.c 
27 libWINGs_a_SOURCES =    \
28         WINGs.h \
29         WINGsP.h \
30         array.c \
31         bagtree.c \
32         configuration.c \
33         connection.c \
34         data.c \
35         dragdestination.c \
36         dragsource.c \
37         error.c \
38         findfile.c \
39         hashtable.c \
40         host.c \
41         international.c \
42         memory.c \
43         notification.c \
44         selection.c \
45         string.c \
46         userdefaults.c \
47         usleep.c \
48         wapplication.c \
49         wappresource.c \
50         wballoon.c \
51         wbox.c \
52         wbrowser.c \
53         wbutton.c \
54         wcolor.c \
55         wcolorpanel.c \
56         wcolorwell.c \
57         wevent.c \
58         wfilepanel.c \
59         wframe.c \
60         wfont.c \
61         wfontpanel.c \
62         widgets.c \
63         wlabel.c \
64         wlist.c \
65         wmenuitem.c \
66         wmisc.c \
67         wpanel.c \
68         wpixmap.c \
69         wpopupbutton.c \
70         wprogressindicator.c \
71         wruler.c \
72         wscroller.c \
73         wscrollview.c \
74         wslider.c \
75         wsplitview.c \
76         wtabview.c \
77         wtext.c \
78         wtextfield.c \
79         wview.c \
80         wwindow.c
83 libWUtil_a_SOURCES =    \
84         WINGs.h \
85         WINGsP.h \
86         array.c \
87         bagtree.c \
88         connection.c \
89         data.c \
90         error.c \
91         findfile.c \
92         hashtable.c \
93         host.c \
94         international.c \
95         memory.c \
96         notification.c \
97         string.c \
98         userdefaults.c \
99         usleep.c \
100         wapplication.c \
101         wutil.c
104 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
105         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
108 wcolorpanel.o: wcolorpanel.c
109         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<