initiate plugins branch
[wmaker-crm.git] / plugins / libwmfun / Makefile.in
blobd96c13312fef1c76c5f42f4a0e77f0d05ee1baf3
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAKEINFO = @MAKEINFO@
68 OBJDUMP = @OBJDUMP@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
73 lib_LTLIBRARIES = libwmfun.la
75 libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c drawstring.c
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_CLEAN_FILES =
79 LTLIBRARIES = $(lib_LTLIBRARIES)
82 DEFS = @DEFS@ -I. -I$(srcdir)
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 libwmfun_la_LDFLAGS =
87 libwmfun_la_LIBADD =
88 libwmfun_la_OBJECTS = bilinear.lo fade.lo generic.lo getopt.lo \
89 getopt1.lo wave.lo drawstring.lo
90 CFLAGS = @CFLAGS@
91 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
95 DIST_COMMON = Makefile.am Makefile.in
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100 TAR = tar
101 GZIP_ENV = --best
102 SOURCES = $(libwmfun_la_SOURCES)
103 OBJECTS = $(libwmfun_la_OBJECTS)
105 all: all-redirect
106 .SUFFIXES:
107 .SUFFIXES: .S .c .lo .o .s
108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
111 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
112 cd $(top_builddir) \
113 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116 mostlyclean-libLTLIBRARIES:
118 clean-libLTLIBRARIES:
119 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
121 distclean-libLTLIBRARIES:
123 maintainer-clean-libLTLIBRARIES:
125 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
126 @$(NORMAL_INSTALL)
127 $(mkinstalldirs) $(DESTDIR)$(libdir)
128 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
129 if test -f $$p; then \
130 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
131 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
132 else :; fi; \
133 done
135 uninstall-libLTLIBRARIES:
136 @$(NORMAL_UNINSTALL)
137 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
138 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
139 done
141 .c.o:
142 $(COMPILE) -c $<
144 .s.o:
145 $(COMPILE) -c $<
147 .S.o:
148 $(COMPILE) -c $<
150 mostlyclean-compile:
151 -rm -f *.o core *.core
153 clean-compile:
155 distclean-compile:
156 -rm -f *.tab.c
158 maintainer-clean-compile:
160 .c.lo:
161 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
163 .s.lo:
164 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166 .S.lo:
167 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
169 mostlyclean-libtool:
170 -rm -f *.lo
172 clean-libtool:
173 -rm -rf .libs _libs
175 distclean-libtool:
177 maintainer-clean-libtool:
179 libwmfun.la: $(libwmfun_la_OBJECTS) $(libwmfun_la_DEPENDENCIES)
180 $(LINK) -rpath $(libdir) $(libwmfun_la_LDFLAGS) $(libwmfun_la_OBJECTS) $(libwmfun_la_LIBADD) $(LIBS)
182 tags: TAGS
184 ID: $(HEADERS) $(SOURCES) $(LISP)
185 list='$(SOURCES) $(HEADERS)'; \
186 unique=`for i in $$list; do echo $$i; done | \
187 awk ' { files[$$0] = 1; } \
188 END { for (i in files) print i; }'`; \
189 here=`pwd` && cd $(srcdir) \
190 && mkid -f$$here/ID $$unique $(LISP)
192 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
193 tags=; \
194 here=`pwd`; \
195 list='$(SOURCES) $(HEADERS)'; \
196 unique=`for i in $$list; do echo $$i; done | \
197 awk ' { files[$$0] = 1; } \
198 END { for (i in files) print i; }'`; \
199 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
200 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
202 mostlyclean-tags:
204 clean-tags:
206 distclean-tags:
207 -rm -f TAGS ID
209 maintainer-clean-tags:
211 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
213 subdir = libwmfun
215 distdir: $(DISTFILES)
216 @for file in $(DISTFILES); do \
217 d=$(srcdir); \
218 if test -d $$d/$$file; then \
219 cp -pr $$d/$$file $(distdir)/$$file; \
220 else \
221 test -f $(distdir)/$$file \
222 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
223 || cp -p $$d/$$file $(distdir)/$$file || :; \
224 fi; \
225 done
226 info-am:
227 info: info-am
228 dvi-am:
229 dvi: dvi-am
230 check-am: all-am
231 check: check-am
232 installcheck-am:
233 installcheck: installcheck-am
234 install-exec-am: install-libLTLIBRARIES
235 install-exec: install-exec-am
237 install-data-am:
238 install-data: install-data-am
240 install-am: all-am
241 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
242 install: install-am
243 uninstall-am: uninstall-libLTLIBRARIES
244 uninstall: uninstall-am
245 all-am: Makefile $(LTLIBRARIES)
246 all-redirect: all-am
247 install-strip:
248 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
249 installdirs:
250 $(mkinstalldirs) $(DESTDIR)$(libdir)
253 mostlyclean-generic:
255 clean-generic:
257 distclean-generic:
258 -rm -f Makefile $(CONFIG_CLEAN_FILES)
259 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261 maintainer-clean-generic:
262 mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
263 mostlyclean-libtool mostlyclean-tags \
264 mostlyclean-generic
266 mostlyclean: mostlyclean-am
268 clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
269 clean-generic mostlyclean-am
271 clean: clean-am
273 distclean-am: distclean-libLTLIBRARIES distclean-compile \
274 distclean-libtool distclean-tags distclean-generic \
275 clean-am
276 -rm -f libtool
278 distclean: distclean-am
280 maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
281 maintainer-clean-compile maintainer-clean-libtool \
282 maintainer-clean-tags maintainer-clean-generic \
283 distclean-am
284 @echo "This command is intended for maintainers to use;"
285 @echo "it deletes files that may require special tools to rebuild."
287 maintainer-clean: maintainer-clean-am
289 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
290 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
291 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
292 distclean-compile clean-compile maintainer-clean-compile \
293 mostlyclean-libtool distclean-libtool clean-libtool \
294 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
295 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
296 check-am installcheck-am installcheck install-exec-am install-exec \
297 install-data-am install-data install-am install uninstall-am uninstall \
298 all-redirect all-am all installdirs mostlyclean-generic \
299 distclean-generic clean-generic maintainer-clean-generic clean \
300 mostlyclean distclean maintainer-clean
303 # Tell versions [3.59,3.63) of GNU make to not export all variables.
304 # Otherwise a system limit (for SysV at least) may be exceeded.
305 .NOEXPORT: