- added the wraster lib dependancies at link time, so they will be
[wmaker-crm.git] / WINGs / Makefile.am
blob0b189b85796bd60842dc60efeaebf62d44e642d0
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 @LIBPL@
21 EXTRA_DIST = BUGS
23 # wbutton.c 
24 libWINGs_a_SOURCES =    \
25         WINGs.h \
26         WINGsP.h \
27         array.c \
28         bagtree.c \
29         configuration.c \
30         connection.c \
31         data.c \
32         dragdestination.c \
33         dragsource.c \
34         error.c \
35         findfile.c \
36         hashtable.c \
37         host.c \
38         international.c \
39         memory.c \
40         notification.c \
41         selection.c \
42         string.c \
43         userdefaults.c \
44         usleep.c \
45         wapplication.c \
46         wappresource.c \
47         wballoon.c \
48         wbrowser.c \
49         wbutton.c \
50         wcolor.c \
51         wcolorpanel.c \
52         wcolorwell.c \
53         wevent.c \
54         wfilepanel.c \
55         wframe.c \
56         wfont.c \
57         wfontpanel.c \
58         widgets.c \
59         wlabel.c \
60         wlist.c \
61         wmenuitem.c \
62         wmisc.c \
63         wpanel.c \
64         wpixmap.c \
65         wpopupbutton.c \
66         wprogressindicator.c \
67         wruler.c \
68         wscroller.c \
69         wscrollview.c \
70         wslider.c \
71         wsplitview.c \
72         wtabview.c \
73         wtext.c \
74         wtextfield.c \
75         wview.c \
76         wwindow.c
79 libWUtil_a_SOURCES =    \
80         WINGs.h \
81         WINGsP.h \
82         array.c \
83         bagtree.c \
84         connection.c \
85         data.c \
86         error.c \
87         findfile.c \
88         hashtable.c \
89         host.c \
90         international.c \
91         memory.c \
92         notification.c \
93         string.c \
94         userdefaults.c \
95         usleep.c \
96         wapplication.c \
97         wutil.c
100 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
101         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
104 wcolorpanel.o: wcolorpanel.c
105         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<