fixed timerhandler cpu eater
[wmaker-crm.git] / plugins / libwmfun / Makefile
blob1fa4f08c9351247125f1dcb6c3885ae040d13714
1 # Generated automatically from Makefile.in by configure.
2 # Makefile.in generated automatically by automake 1.4 from Makefile.am
4 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
15 SHELL = /bin/sh
17 srcdir = .
18 top_srcdir = ..
19 prefix = /usr/local
20 exec_prefix = ${prefix}
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/libwmfun
38 pkglibdir = $(libdir)/libwmfun
39 pkgincludedir = $(includedir)/libwmfun
41 top_builddir = ..
43 ACLOCAL = aclocal
44 AUTOCONF = autoconf
45 AUTOMAKE = automake
46 AUTOHEADER = autoheader
48 INSTALL = /bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
52 transform = s,x,x,
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = i686-pc-linux
61 host_triplet = i686-pc-linux-gnu
62 AS = @AS@
63 CC = gcc
64 DLLTOOL = @DLLTOOL@
65 LIBTOOL = $(SHELL) $(top_builddir)/libtool
66 LN_S = ln -s
67 MAKEINFO = makeinfo
68 OBJDUMP = @OBJDUMP@
69 PACKAGE = libwmfun
70 RANLIB = ranlib
71 VERSION = 0.0.4
73 lib_LTLIBRARIES = libwmfun.la
75 libwmfun_la_LDFLAGS = -version-info 1:0:1
77 libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_CLEAN_FILES =
81 LTLIBRARIES = $(lib_LTLIBRARIES)
84 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
85 CPPFLAGS =
86 LDFLAGS =
87 LIBS = -lfreetype
88 libwmfun_la_LIBADD =
89 libwmfun_la_OBJECTS = bilinear.lo fade.lo generic.lo getopt.lo \
90 getopt1.lo wave.lo
91 CFLAGS = -g -O2
92 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 CCLD = $(CC)
95 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
96 DIST_COMMON = ./stamp-h.in
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101 TAR = tar
102 GZIP_ENV = --best
103 DEP_FILES = .deps/bilinear.P .deps/fade.P .deps/generic.P \
104 .deps/getopt.P .deps/getopt1.P .deps/wave.P
105 SOURCES = $(libwmfun_la_SOURCES)
106 OBJECTS = $(libwmfun_la_OBJECTS)
108 all: all-redirect
109 .SUFFIXES:
110 .SUFFIXES: .S .c .lo .o .s
112 mostlyclean-hdr:
114 clean-hdr:
116 distclean-hdr:
117 -rm -f config.h
119 maintainer-clean-hdr:
121 mostlyclean-libLTLIBRARIES:
123 clean-libLTLIBRARIES:
124 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
126 distclean-libLTLIBRARIES:
128 maintainer-clean-libLTLIBRARIES:
130 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
131 @$(NORMAL_INSTALL)
132 $(mkinstalldirs) $(DESTDIR)$(libdir)
133 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
134 if test -f $$p; then \
135 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
136 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
137 else :; fi; \
138 done
140 uninstall-libLTLIBRARIES:
141 @$(NORMAL_UNINSTALL)
142 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
143 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
144 done
146 .s.o:
147 $(COMPILE) -c $<
149 .S.o:
150 $(COMPILE) -c $<
152 mostlyclean-compile:
153 -rm -f *.o core *.core
155 clean-compile:
157 distclean-compile:
158 -rm -f *.tab.c
160 maintainer-clean-compile:
162 .s.lo:
163 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
165 .S.lo:
166 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
168 mostlyclean-libtool:
169 -rm -f *.lo
171 clean-libtool:
172 -rm -rf .libs _libs
174 distclean-libtool:
176 maintainer-clean-libtool:
178 libwmfun.la: $(libwmfun_la_OBJECTS) $(libwmfun_la_DEPENDENCIES)
179 $(LINK) -rpath $(libdir) $(libwmfun_la_LDFLAGS) $(libwmfun_la_OBJECTS) $(libwmfun_la_LIBADD) $(LIBS)
181 tags: TAGS
183 ID: $(HEADERS) $(SOURCES) $(LISP)
184 list='$(SOURCES) $(HEADERS)'; \
185 unique=`for i in $$list; do echo $$i; done | \
186 awk ' { files[$$0] = 1; } \
187 END { for (i in files) print i; }'`; \
188 here=`pwd` && cd $(srcdir) \
189 && mkid -f$$here/ID $$unique $(LISP)
191 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
192 tags=; \
193 here=`pwd`; \
194 list='$(SOURCES) $(HEADERS)'; \
195 unique=`for i in $$list; do echo $$i; done | \
196 awk ' { files[$$0] = 1; } \
197 END { for (i in files) print i; }'`; \
198 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
199 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
201 mostlyclean-tags:
203 clean-tags:
205 distclean-tags:
206 -rm -f TAGS ID
208 maintainer-clean-tags:
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212 subdir = libwmfun
214 distdir: $(DISTFILES)
215 here=`cd $(top_builddir) && pwd`; \
216 top_distdir=`cd $(top_distdir) && pwd`; \
217 distdir=`cd $(distdir) && pwd`; \
218 cd $(top_srcdir) \
219 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libwmfun/Makefile
220 @for file in $(DISTFILES); do \
221 d=$(srcdir); \
222 if test -d $$d/$$file; then \
223 cp -pr $$/$$file $(distdir)/$$file; \
224 else \
225 test -f $(distdir)/$$file \
226 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227 || cp -p $$d/$$file $(distdir)/$$file || :; \
228 fi; \
229 done
231 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
233 -include $(DEP_FILES)
235 mostlyclean-depend:
237 clean-depend:
239 distclean-depend:
240 -rm -rf .deps
242 maintainer-clean-depend:
244 %.o: %.c
245 @echo '$(COMPILE) -c $<'; \
246 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247 @-cp .deps/$(*F).pp .deps/$(*F).P; \
248 tr ' ' '\012' < .deps/$(*F).pp \
249 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250 >> .deps/$(*F).P; \
251 rm .deps/$(*F).pp
253 %.lo: %.c
254 @echo '$(LTCOMPILE) -c $<'; \
255 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
257 < .deps/$(*F).pp > .deps/$(*F).P; \
258 tr ' ' '\012' < .deps/$(*F).pp \
259 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
260 >> .deps/$(*F).P; \
261 rm -f .deps/$(*F).pp
262 info-am:
263 info: info-am
264 dvi-am:
265 dvi: dvi-am
266 check-am: all-am
267 check: check-am
268 installcheck-am:
269 installcheck: installcheck-am
270 all-recursive-am: config.h
271 $(MAKE) $(AM_MAKEFLAGS) all-recursive
273 install-exec-am: install-libLTLIBRARIES
274 install-exec: install-exec-am
276 install-data-am:
277 install-data: install-data-am
279 install-am: all-am
280 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281 install: install-am
282 uninstall-am: uninstall-libLTLIBRARIES
283 uninstall: uninstall-am
284 all-am: Makefile $(LTLIBRARIES) config.h
285 all-redirect: all-am
286 install-strip:
287 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
288 installdirs:
289 $(mkinstalldirs) $(DESTDIR)$(libdir)
292 mostlyclean-generic:
294 clean-generic:
296 distclean-generic:
297 -rm -f Makefile $(CONFIG_CLEAN_FILES)
298 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
300 maintainer-clean-generic:
301 mostlyclean-am: mostlyclean-hdr mostlyclean-libLTLIBRARIES \
302 mostlyclean-compile mostlyclean-libtool \
303 mostlyclean-tags mostlyclean-depend mostlyclean-generic
305 mostlyclean: mostlyclean-am
307 clean-am: clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
308 clean-tags clean-depend clean-generic mostlyclean-am
310 clean: clean-am
312 distclean-am: distclean-hdr distclean-libLTLIBRARIES distclean-compile \
313 distclean-libtool distclean-tags distclean-depend \
314 distclean-generic clean-am
315 -rm -f libtool
317 distclean: distclean-am
319 maintainer-clean-am: maintainer-clean-hdr \
320 maintainer-clean-libLTLIBRARIES \
321 maintainer-clean-compile maintainer-clean-libtool \
322 maintainer-clean-tags maintainer-clean-depend \
323 maintainer-clean-generic distclean-am
324 @echo "This command is intended for maintainers to use;"
325 @echo "it deletes files that may require special tools to rebuild."
327 maintainer-clean: maintainer-clean-am
329 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
330 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
331 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
332 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
333 distclean-compile clean-compile maintainer-clean-compile \
334 mostlyclean-libtool distclean-libtool clean-libtool \
335 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
336 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
337 distclean-depend clean-depend maintainer-clean-depend info-am info \
338 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
339 install-exec-am install-exec install-data-am install-data install-am \
340 install uninstall-am uninstall all-redirect all-am all installdirs \
341 mostlyclean-generic distclean-generic clean-generic \
342 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
345 # Tell versions [3.59,3.63) of GNU make to not export all variables.
346 # Otherwise a system limit (for SysV at least) may be exceeded.
347 .NOEXPORT: