removed FocusFollowMouse
[wmaker-crm.git] / WINGs / Makefile.am
blob46dfcdd54d03b89a231e2c3c024e55f59c53082d
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         handlers.c \
33         hashtable.c \
34         host.c \
35         international.c \
36         memory.c \
37         misc.c \
38         notification.c \
39         selection.c \
40         string.c \
41         tree.c \
42         userdefaults.c \
43         usleep.c \
44         wapplication.c \
45         wappresource.c \
46         wballoon.c \
47         wbox.c \
48         wbrowser.c \
49         wbutton.c \
50         wcolor.c \
51         wcolorpanel.c \
52         wcolorwell.c \
53         wevent.c \
54         wfilepanel.c \
55         wframe.c \
56         wfont.c \
57         wfontpanel.c \
58         widgets.c \
59         wlabel.c \
60         wlist.c \
61         wmenuitem.c \
62         wmisc.c \
63         wpanel.c \
64         wpixmap.c \
65         wpopupbutton.c \
66         wprogressindicator.c \
67         wruler.c \
68         wscroller.c \
69         wscrollview.c \
70         wslider.c \
71         wsplitview.c \
72         wtabview.c \
73         wtext.c \
74         wtextfield.c \
75         wview.c \
76         wwindow.c
79 libWUtil_a_SOURCES =    \
80         array.c \
81         bagtree.c \
82         connection.c \
83         data.c \
84         error.c \
85         findfile.c \
86         handlers.c \
87         hashtable.c \
88         host.c \
89         international.c \
90         memory.c \
91         misc.c \
92         notification.c \
93         string.c \
94         tree.c \
95         userdefaults.c \
96         usleep.c \
97         wapplication.c \
98         wutil.c
101 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
102         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
105 wcolorpanel.o: wcolorpanel.c
106         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<