1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
42
43
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43
44
# POSSIBILITY OF SUCH DAMAGE.
45
# $Id: Makefile.am,v 1.2 2005/08/11 20:55:23 joerg_wunsch Exp $
46
# $Id: Makefile.am 802 2005-08-11 20:55:26Z joerg_wunsch $
48
49
pkgdatadir = $(datadir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
49
51
pkglibdir = $(libdir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
51
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52
54
install_sh_DATA = $(install_sh) -c -m 644
53
55
install_sh_PROGRAM = $(install_sh) -c
82
85
ps-recursive uninstall-recursive
83
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
87
distclean-recursive maintainer-clean-recursive
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97
sed_rest='s,^[^/]*/*,,'; \
98
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99
sed_butlast='s,/*[^/]*$$,,'; \
100
while test -n "$$dir1"; do \
101
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102
if test "$$first" != "."; then \
103
if test "$$first" = ".."; then \
104
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108
if test "$$first2" = "$$first"; then \
109
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113
dir0="$$dir0"/"$$first"; \
116
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88
119
ACLOCAL = @ACLOCAL@
138
170
PACKAGE_NAME = @PACKAGE_NAME@
139
171
PACKAGE_STRING = @PACKAGE_STRING@
140
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
173
PACKAGE_URL = @PACKAGE_URL@
141
174
PACKAGE_VERSION = @PACKAGE_VERSION@
142
175
PATH_SEPARATOR = @PATH_SEPARATOR@
143
176
PNGTOPNM = @PNGTOPNM@
196
229
srcdir = @srcdir@
197
230
sysconfdir = @sysconfdir@
198
231
target_alias = @target_alias@
232
top_build_prefix = @top_build_prefix@
199
233
top_builddir = @top_builddir@
200
234
top_srcdir = @top_srcdir@
207
241
@for dep in $?; do \
208
242
case '$(am__configure_deps)' in \
210
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
244
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245
&& { if test -f $@; then exit 0; else break; fi; }; \
215
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm/Makefile'; \
216
cd $(top_srcdir) && \
217
$(AUTOMAKE) --foreign libm/Makefile
249
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm/Makefile'; \
250
$(am__cd) $(top_srcdir) && \
251
$(AUTOMAKE) --foreign libm/Makefile
218
252
.PRECIOUS: Makefile
219
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232
266
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
267
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
234
268
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
$(am__aclocal_m4_deps):
236
271
# This directory's subdirectories are mostly independent; you can cd
237
272
# into them and run `make' without going through this Makefile.
240
275
# (which will cause the Makefiles to be regenerated when you run `make');
241
276
# (2) otherwise, pass the desired values on the `make' command line.
242
277
$(RECURSIVE_TARGETS):
278
@fail= failcom='exit 1'; \
244
279
for f in x $$MAKEFLAGS; do \
246
281
*=* | --[!k]*);; \
292
327
local_target="$$target"; \
294
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
295
330
|| eval $$failcom; \
296
331
done && test -z "$$fail"
298
333
list='$(SUBDIRS)'; for subdir in $$list; do \
299
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302
337
list='$(SUBDIRS)'; for subdir in $$list; do \
303
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
306
341
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308
343
unique=`for i in $$list; do \
309
344
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
346
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312
347
END { if (nonempty) { for (i in files) print i; }; }'`; \
313
348
mkid -fID $$unique
316
351
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
317
352
$(TAGS_FILES) $(LISP)
320
355
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
321
356
include_option=--etags-include; \
327
362
list='$(SUBDIRS)'; for subdir in $$list; do \
328
363
if test "$$subdir" = .; then :; else \
329
364
test ! -f $$subdir/TAGS || \
330
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
365
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
333
368
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337
372
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338
373
END { if (nonempty) { for (i in files) print i; }; }'`; \
339
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
375
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340
376
test -n "$$unique" || unique=$$empty_fix; \
341
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377
if test $$# -gt 0; then \
378
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345
386
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346
387
$(TAGS_FILES) $(LISP)
348
388
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349
389
unique=`for i in $$list; do \
350
390
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
392
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
393
END { if (nonempty) { for (i in files) print i; }; }'`; \
354
test -z "$(CTAGS_ARGS)$$tags$$unique" \
394
test -z "$(CTAGS_ARGS)$$unique" \
355
395
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359
399
here=`$(am__cd) $(top_builddir) && pwd` \
360
&& cd $(top_srcdir) \
361
&& gtags -i $(GTAGS_ARGS) $$here
400
&& $(am__cd) $(top_srcdir) \
401
&& gtags -i $(GTAGS_ARGS) "$$here"
364
404
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379
419
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380
420
if test -d $$d/$$file; then \
381
421
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422
if test -d "$(distdir)/$$file"; then \
423
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
382
425
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
429
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387
test -f $(distdir)/$$file \
388
|| cp -p $$d/$$file $(distdir)/$$file \
431
test -f "$(distdir)/$$file" \
432
|| cp -p $$d/$$file "$(distdir)/$$file" \
392
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
393
437
if test "$$subdir" = .; then :; else \
394
438
test -d "$(distdir)/$$subdir" \
395
439
|| $(MKDIR_P) "$(distdir)/$$subdir" \
397
distdir=`$(am__cd) $(distdir) && pwd`; \
398
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
443
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444
if test "$$subdir" = .; then :; else \
445
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
447
new_distdir=$$reldir; \
448
dir1=$$subdir; dir2="$(top_distdir)"; \
450
new_top_distdir=$$reldir; \
451
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
452
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
453
($(am__cd) $$subdir && \
400
454
$(MAKE) $(AM_MAKEFLAGS) \
401
top_distdir="$$top_distdir" \
402
distdir="$$distdir/$$subdir" \
455
top_distdir="$$new_top_distdir" \
456
distdir="$$new_distdir" \
403
457
am__remove_distdir=: \
404
458
am__skip_length_check=: \
459
am__skip_mode_fix=: \
432
487
distclean-generic:
433
488
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
491
maintainer-clean-generic:
436
492
@echo "This command is intended for maintainers to use"
458
516
install-dvi: install-dvi-recursive
462
522
install-html: install-html-recursive
464
526
install-info: install-info-recursive
468
532
install-pdf: install-pdf-recursive
470
536
install-ps: install-ps-recursive
474
542
maintainer-clean: maintainer-clean-recursive
492
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
560
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
561
install-am install-strip tags-recursive
495
563
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
496
564
all all-am check check-am clean clean-generic ctags \
505
573
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
506
574
tags-recursive uninstall uninstall-am
508
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
509
578
# Otherwise a system limit (for SysV at least) may be exceeded.