chinese plmenu
[wmaker-crm.git] / WINGs / Makefile.am
blobeff8c39d9ca63d86af936b34f392c44dc0290f95
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 wingsincludedir = $(includedir)/WINGs
22 wingsinclude_HEADERS = WINGs.h WUtil.h WINGsP.h
24 # wbutton.c 
25 libWINGs_a_SOURCES =    \
26         array.c \
27         bagtree.c \
28         configuration.c \
29         connection.c \
30         data.c \
31         dragdestination.c \
32         dragsource.c \
33         error.c \
34         findfile.c \
35         handlers.c \
36         hashtable.c \
37         host.c \
38         international.c \
39         memory.c \
40         misc.c \
41         notification.c \
42         selection.c \
43         string.c \
44         tree.c \
45         userdefaults.c \
46         usleep.c \
47         wapplication.c \
48         wappresource.c \
49         wballoon.c \
50         wbox.c \
51         wbrowser.c \
52         wbutton.c \
53         wcolor.c \
54         wcolorpanel.c \
55         wcolorwell.c \
56         wconfig.h \
57         wevent.c \
58         wfilepanel.c \
59         wframe.c \
60         wfont.c \
61         wfontpanel.c \
62         widgets.c \
63         winputmethod.c \
64         wlabel.c \
65         wlist.c \
66         wmenuitem.c \
67         wmisc.c \
68         wpanel.c \
69         wpixmap.c \
70         wpopupbutton.c \
71         wprogressindicator.c \
72         wruler.c \
73         wscroller.c \
74         wscrollview.c \
75         wslider.c \
76         wsplitview.c \
77         wtabview.c \
78         wtext.c \
79         wtextfield.c \
80         wview.c \
81         wwindow.c
84 libWUtil_a_SOURCES =    \
85         array.c \
86         bagtree.c \
87         connection.c \
88         data.c \
89         error.c \
90         findfile.c \
91         handlers.c \
92         hashtable.c \
93         host.c \
94         international.c \
95         memory.c \
96         misc.c \
97         notification.c \
98         string.c \
99         tree.c \
100         userdefaults.c \
101         usleep.c \
102         wapplication.c \
103         wconfig.h \
104         wutil.c
106 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
108 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
109         -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
112 wcolorpanel.o: wcolorpanel.c
113         $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<