Gaaah!
[wmaker-crm.git] / WINGs / Makefile.am
blob48a75baf1ff5bfdbd75793cb88a4c5f52fbe2ed8
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = Resources
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 noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\
16         connect puzzle #testtext
18 lib_LIBRARIES = libWINGs.a libWUtil.a
21 LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la\
22          @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ \
23         -lm @LIBPL@
26 testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h 
28 wtest_DEPENDENCIES = libWINGs.a
30 connect_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@
33 EXTRA_DIST = logo.xpm BUGS wm.png upbtn.xpm wm.html
35 # wbutton.c 
36 libWINGs_a_SOURCES =    \
37         WINGs.h \
38         WINGsP.h \
39         configuration.c \
40         dragdestination.c \
41         dragsource.c \
42         international.c \
43         notification.c \
44         selection.c \
45         userdefaults.c \
46         wapplication.c \
47         wappresource.c \
48         wballoon.c \
49         wbrowser.c \
50         wbutton.c \
51         wcolor.c \
52         wcolorpanel.c \
53         wcolorwell.c \
54         wevent.c \
55         wfilepanel.c \
56         wframe.c \
57         wfont.c \
58         wfontpanel.c \
59         widgets.c \
60         wlabel.c \
61         wlist.c \
62         wmenuitem.c \
63         wmisc.c \
64         wpanel.c \
65         wpixmap.c \
66         wpopupbutton.c \
67         wprogressindicator.c \
68         wscroller.c \
69         wscrollview.c \
70         wslider.c \
71         wsplitview.c \
72         wtabview.c \
73         wtextfield.c \
74         wwindow.c \
75         wview.c \
76         error.c \
77         findfile.c \
78         bagarray.c \
79         bagtree.c \
80         connection.c \
81         data.c \
82         hashtable.c \
83         host.c \
84         memory.c \
85         usleep.c
88 libWUtil_a_SOURCES =    \
89         WINGs.h \
90         WINGsP.h \
91         bagarray.c \
92         bagtree.c \
93         connection.c \
94         data.c \
95         host.c \
96         international.c \
97         notification.c \
98         userdefaults.c \
99         wapplication.c \
100         wutil.c \
101         error.c \
102         findfile.c \
103         hashtable.c \
104         memory.c \
105         usleep.c
108 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
109         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
112 wcolorpanel.o: wcolorpanel.c
113         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<