Rearranged the structure of the WINGs subdirectory.
[wmaker-crm.git] / WINGs / Makefile.am
blob8150b3c7391fca2fe7a3274ba9877b8f39fb43bd
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         bagarray.c \
72         bagtree.c \
73         connection.c \
74         data.c \
75         hashtable.c \
76         host.c \
77         memory.c \
78         string.c \
79         usleep.c
82 libWUtil_a_SOURCES =    \
83         WINGs.h \
84         WINGsP.h \
85         bagarray.c \
86         bagtree.c \
87         connection.c \
88         data.c \
89         host.c \
90         international.c \
91         notification.c \
92         userdefaults.c \
93         wapplication.c \
94         wutil.c \
95         error.c \
96         findfile.c \
97         hashtable.c \
98         memory.c \
99         string.c \
100         usleep.c
103 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
104         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
107 wcolorpanel.o: wcolorpanel.c
108         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<