added testtext
[wmaker-crm.git] / WINGs / Makefile.am
bloba70dd07b2933b80cf7fff2539dc51360066cb44b
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 testtext_DEPENDENCIES = libWINGs.a
32 connect_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@
35 EXTRA_DIST = logo.xpm BUGS wm.png upbtn.xpm wm.html
37 # wbutton.c 
38 libWINGs_a_SOURCES =    \
39         WINGs.h \
40         WINGsP.h \
41         configuration.c \
42         dragdestination.c \
43         dragsource.c \
44         fontmanager.c \
45         international.c \
46         notification.c \
47         selection.c \
48         userdefaults.c \
49         wapplication.c \
50         wappresource.c \
51         wballoon.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         wwindow.c \
80         wview.c \
81         error.c \
82         findfile.c \
83         bagarray.c \
84         bagtree.c \
85         connection.c \
86         data.c \
87         hashtable.c \
88         host.c \
89         memory.c \
90         string.c \
91         usleep.c
94 libWUtil_a_SOURCES =    \
95         WINGs.h \
96         WINGsP.h \
97         bagarray.c \
98         bagtree.c \
99         connection.c \
100         data.c \
101         host.c \
102         international.c \
103         notification.c \
104         userdefaults.c \
105         wapplication.c \
106         wutil.c \
107         error.c \
108         findfile.c \
109         hashtable.c \
110         memory.c \
111         string.c \
112         usleep.c
115 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
116         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
119 wcolorpanel.o: wcolorpanel.c
120         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<