Mac OS X-style window cycling.
[wmaker-crm.git] / WINGs / Makefile.am
blobba52b0838b6eeb4027c106d1ffff8c00b63855f2
1 ## automake input file for WINGs
3 AUTOMAKE_OPTIONS = no-dependencies
5 SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
7 LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
9 libWINGs_a_AR = $(QUIET_AR) $(AR) $(ARFLAGS)
11 libWUtil_a_AR = $(QUIET_AR) $(AR) $(ARFLAGS)
13 #libWINGs_la_LDFLAGS = -version-info 1:1:0
15 bin_SCRIPTS = get-wings-flags get-wutil-flags
17 lib_LIBRARIES = libWINGs.a libWUtil.a
20 LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
23 EXTRA_DIST = BUGS make-rgb python/Makefile python/README python/WINGs.i \
24         python/WINGs.py python/setup.py python/test.py
27 # wbutton.c 
28 libWINGs_a_SOURCES =    \
29         array.c \
30         bagtree.c \
31         configuration.c \
32         connection.c \
33         data.c \
34         dragcommon.c \
35         dragdestination.c \
36         dragsource.c \
37         error.c \
38         findfile.c \
39         handlers.c \
40         hashtable.c \
41         host.c \
42         international.c \
43         memory.c \
44         misc.c \
45         notification.c \
46         proplist.c \
47         rgb.h \
48         selection.c \
49         snprintf.c \
50         string.c \
51         tree.c \
52         userdefaults.c \
53         usleep.c \
54         wapplication.c \
55         wappresource.c \
56         wballoon.c \
57         wbox.c \
58         wbrowser.c \
59         wbutton.c \
60         wcolor.c \
61         wcolorpanel.c \
62         wcolorwell.c \
63         wconfig.h \
64         wevent.c \
65         wfilepanel.c \
66         wframe.c \
67         wfont.c \
68         wfontpanel.c \
69         widgets.c \
70         winputmethod.c \
71         wlabel.c \
72         wlist.c \
73         wmenuitem.c \
74         wmisc.c \
75         wpanel.c \
76         wpixmap.c \
77         wpopupbutton.c \
78         wprogressindicator.c \
79         wruler.c \
80         wscroller.c \
81         wscrollview.c \
82         wslider.c \
83         wsplitview.c \
84         wtabview.c \
85         wtext.c \
86         wtextfield.c \
87         wview.c \
88         wwindow.c
91 libWUtil_a_SOURCES =    \
92         array.c \
93         bagtree.c \
94         connection.c \
95         data.c \
96         error.c \
97         findfile.c \
98         handlers.c \
99         hashtable.c \
100         host.c \
101         international.c \
102         memory.c \
103         misc.c \
104         notification.c \
105         proplist.c \
106         snprintf.c \
107         string.c \
108         tree.c \
109         userdefaults.c \
110         usleep.c \
111         wapplication.c \
112         wconfig.h \
113         wutil.c
116 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(datadir)/WINGs\" -DDEBUG
118 AM_CFLAGS = @NOSTRICTALIASING@
120 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
121         @XFTFLAGS@ @HEADER_SEARCH_PATH@
123 DISTCLEANFILES = WINGs.pc
125 install-exec-local:
126         @$(NORMAL_INSTALL)
127         $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
128         @list='WINGs.pc'; for p in $$list; do \
129           if test -f $$p; then \
130             echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
131             $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \
132           else :; fi; \
133         done
135 .c.o:
136         $(QUIET)$(COMPILE) -c $<
138 .c.obj:
139         $(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
141 .c.lo:
142         $(QUIET)$(LTCOMPILE) -c -o $@ $<