1 ## automake input file for WINGs
5 SUBDIRS = WINGs . po Documentation Resources
6 DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras
8 libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
9 libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
11 lib_LTLIBRARIES = libWUtil.la libWINGs.la
14 LDADD= libWUtil.la libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
15 libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la @XLIBS@ @XFT_LIBS@ @FCLIBS@ @LIBM@ @PANGO_LIBS@
16 libWUtil_la_LIBADD = @LIBBSD@
18 EXTRA_DIST = BUGS make-rgb Examples Extras Tests
22 libWINGs_la_SOURCES = \
52 wprogressindicator.c \
64 libWUtil_la_SOURCES = \
90 AM_CFLAGS = @PANGO_CFLAGS@
92 AM_CPPFLAGS = -DRESOURCE_PATH=\"$(datadir)/WINGs\" \
93 -I$(top_srcdir)/WINGs/WINGs -I$(top_builddir)/WINGs/WINGs \
94 -I$(top_builddir)/wrlib -I$(top_srcdir)/src \
95 @XFT_CFLAGS@ @HEADER_SEARCH_PATH@
97 pkgconfigdir = $(libdir)/pkgconfig
98 pkgconfig_DATA = WINGs.pc WUtil.pc
100 DISTCLEANFILES = $(pkgconfig_DATA)
103 @echo "Generating $@"
104 @echo 'Name: WINGs' > $@
105 @echo 'Description: Small widget set with the NeXTStep(TM) look and feel' >> $@
106 @echo 'Version: $(VERSION)' >> $@
107 @echo 'Requires: wrlib WUtil' >> $@
108 @echo 'Libs: $(lib_search_path) -lWINGs' >> $@
109 @echo 'Libs.private: $(XFT_LIBS) $(PANGOLIBS) $(XLIBS) -lm $(INTLIBS)' >> $@
110 @echo 'Cflags: $(inc_search_path) @PANGO_CFLAGS@' >> $@
113 @echo "Generating $@"
114 @echo 'Name: WUtil' > $@
115 @echo 'Description: Utility library for WINGs' >> $@
116 @echo 'Version: $(VERSION)' >> $@
117 @echo 'Libs: -L$(libdir) -lWUtil' >> $@
118 @echo 'Libs.private: $(INTLIBS)' >> $@
119 @echo 'Cflags: -I$(includedir)' >> $@