- s/sprintf/snprintf
[wmaker-crm.git] / WINGs / Makefile.am
blobd4899e8b0306ffa537eb55b0dd27219bf03fa3de
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = WINGs . po 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@ @INTLIBS@
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         wconfig.h \
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         wview.c \
77         wwindow.c
80 libWUtil_a_SOURCES =    \
81         array.c \
82         bagtree.c \
83         connection.c \
84         data.c \
85         error.c \
86         findfile.c \
87         handlers.c \
88         hashtable.c \
89         host.c \
90         international.c \
91         memory.c \
92         misc.c \
93         notification.c \
94         string.c \
95         tree.c \
96         userdefaults.c \
97         usleep.c \
98         wapplication.c \
99         wconfig.h \
100         wutil.c
102 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
104 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
105         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
108 wcolorpanel.o: wcolorpanel.c
109         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<