more cursor motion and text entry fixes, esp. for graphic blocks...
[wmaker-crm.git] / WINGs / Makefile.am
blob48a3c88bb70b5ee83dda8bf4351ecad13400f316
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = WINGs . Documentation Resources Examples Extras Tests
9 #libWINGs_la_LDFLAGS = -version-info 1:1:0
11 bin_SCRIPTS = get-wings-flags get-wutil-flags
13 lib_LIBRARIES = libWINGs.a libWUtil.a
16 LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@
19 EXTRA_DIST = BUGS
21 # wbutton.c 
22 libWINGs_a_SOURCES =    \
23         array.c \
24         bagtree.c \
25         configuration.c \
26         connection.c \
27         data.c \
28         dragdestination.c \
29         dragsource.c \
30         error.c \
31         findfile.c \
32         hashtable.c \
33         host.c \
34         international.c \
35         memory.c \
36         notification.c \
37         selection.c \
38         string.c \
39         tree.c \
40         userdefaults.c \
41         usleep.c \
42         wapplication.c \
43         wappresource.c \
44         wballoon.c \
45         wbox.c \
46         wbrowser.c \
47         wbutton.c \
48         wcolor.c \
49         wcolorpanel.c \
50         wcolorwell.c \
51         wevent.c \
52         wfilepanel.c \
53         wframe.c \
54         wfont.c \
55         wfontpanel.c \
56         widgets.c \
57         wlabel.c \
58         wlist.c \
59         wmenuitem.c \
60         wmisc.c \
61         wpanel.c \
62         wpixmap.c \
63         wpopupbutton.c \
64         wprogressindicator.c \
65         wruler.c \
66         wscroller.c \
67         wscrollview.c \
68         wslider.c \
69         wsplitview.c \
70         wtabview.c \
71         wtext.c \
72         wtextfield.c \
73         wview.c \
74         wwindow.c
77 libWUtil_a_SOURCES =    \
78         array.c \
79         bagtree.c \
80         connection.c \
81         data.c \
82         error.c \
83         findfile.c \
84         hashtable.c \
85         host.c \
86         international.c \
87         memory.c \
88         notification.c \
89         string.c \
90         tree.c \
91         userdefaults.c \
92         usleep.c \
93         wapplication.c \
94         wutil.c
97 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
98         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
101 wcolorpanel.o: wcolorpanel.c
102         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<