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 @INTLIBS@
19 EXTRA_DIST = BUGS python/Makefile python/README python/WINGs.i \
20 python/WINGs.py python/setup.py python/test.py
24 libWINGs_a_SOURCES = \
73 wprogressindicator.c \
86 libWUtil_a_SOURCES = \
111 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
113 AM_CFLAGS = @NOSTRICTALIASING@
115 INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
116 -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ -DDEBUG
119 wcolorpanel.o: wcolorpanel.c
120 $(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<
122 DISTCLEANFILES = WINGs.pc
126 $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
127 @list='WINGs.pc'; for p in $$list; do \
128 if test -f $$p; then \
129 echo "$(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/"; \
130 $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/pkgconfig/; \