fixed lots of compile bugs in wtext.c and made a few api changes to it
[wmaker-crm.git] / WINGs / Makefile.am
blobd2f476e14ca59bc20abda8bcbee0ec55b4f19104
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         wruler.c \
69         wscroller.c \
70         wscrollview.c \
71         wslider.c \
72         wsplitview.c \
73         wtabview.c \
74         wtext.c \
75         wtextfield.c \
76         wwindow.c \
77         wview.c \
78         error.c \
79         findfile.c \
80         bagarray.c \
81         bagtree.c \
82         connection.c \
83         data.c \
84         hashtable.c \
85         host.c \
86         memory.c \
87         usleep.c
90 libWUtil_a_SOURCES =    \
91         WINGs.h \
92         WINGsP.h \
93         bagarray.c \
94         bagtree.c \
95         connection.c \
96         data.c \
97         host.c \
98         international.c \
99         notification.c \
100         userdefaults.c \
101         wapplication.c \
102         wutil.c \
103         error.c \
104         findfile.c \
105         hashtable.c \
106         memory.c \
107         usleep.c
110 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
111         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
114 wcolorpanel.o: wcolorpanel.c
115         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<