1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
1
# Makefile.in generated by automake 1.11 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.
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibexecdir = $(libexecdir)/@PACKAGE@
19
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
20
22
install_sh_DATA = $(install_sh) -c -m 644
21
23
install_sh_PROGRAM = $(install_sh) -c
51
54
ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
distclean-recursive maintainer-clean-recursive
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
58
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
67
sed_rest='s,^[^/]*/*,,'; \
68
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
69
sed_butlast='s,/*[^/]*$$,,'; \
70
while test -n "$$dir1"; do \
71
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
72
if test "$$first" != "."; then \
73
if test "$$first" = ".."; then \
74
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
75
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
78
if test "$$first2" = "$$first"; then \
79
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
83
dir0="$$dir0"/"$$first"; \
86
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
58
89
pkglibdir = @pkglibdir@
59
90
ACLOCAL = @ACLOCAL@
85
116
GLIB_REQUIRED = @GLIB_REQUIRED@
87
118
GTKDOC_CHECK = @GTKDOC_CHECK@
119
GTKDOC_MKPDF = @GTKDOC_MKPDF@
120
GTKDOC_REBASE = @GTKDOC_REBASE@
88
121
HTML_DIR = @HTML_DIR@
89
122
IDL_COMPILER = @IDL_COMPILER@
90
123
INSTALL = @INSTALL@
223
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
224
cd $(top_srcdir) && \
225
$(AUTOMAKE) --gnu include/Makefile
256
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
257
$(am__cd) $(top_srcdir) && \
258
$(AUTOMAKE) --gnu include/Makefile
226
259
.PRECIOUS: Makefile
227
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
340
local_target="$$target"; \
308
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309
343
|| eval $$failcom; \
310
344
done && test -z "$$fail"
312
346
list='$(SUBDIRS)'; for subdir in $$list; do \
313
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
316
350
list='$(SUBDIRS)'; for subdir in $$list; do \
317
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
320
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341
375
list='$(SUBDIRS)'; for subdir in $$list; do \
342
376
if test "$$subdir" = .; then :; else \
343
377
test ! -f $$subdir/TAGS || \
344
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
378
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
347
381
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351
385
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352
386
END { if (nonempty) { for (i in files) print i; }; }'`; \
353
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
388
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
354
389
test -n "$$unique" || unique=$$empty_fix; \
355
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390
if test $$# -gt 0; then \
391
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360
400
$(TAGS_FILES) $(LISP)
362
401
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363
402
unique=`for i in $$list; do \
364
403
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
405
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
406
END { if (nonempty) { for (i in files) print i; }; }'`; \
368
test -z "$(CTAGS_ARGS)$$tags$$unique" \
407
test -z "$(CTAGS_ARGS)$$unique" \
369
408
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373
412
here=`$(am__cd) $(top_builddir) && pwd` \
374
&& cd $(top_srcdir) \
375
&& gtags -i $(GTAGS_ARGS) $$here
413
&& $(am__cd) $(top_srcdir) \
414
&& gtags -i $(GTAGS_ARGS) "$$here"
378
417
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
393
432
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
394
433
if test -d $$d/$$file; then \
395
434
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435
if test -d "$(distdir)/$$file"; then \
436
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396
438
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
397
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
439
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
442
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401
test -f $(distdir)/$$file \
402
|| cp -p $$d/$$file $(distdir)/$$file \
444
test -f "$(distdir)/$$file" \
445
|| cp -p $$d/$$file "$(distdir)/$$file" \
406
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
449
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
407
450
if test "$$subdir" = .; then :; else \
408
451
test -d "$(distdir)/$$subdir" \
409
452
|| $(MKDIR_P) "$(distdir)/$$subdir" \
411
distdir=`$(am__cd) $(distdir) && pwd`; \
412
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
if test "$$subdir" = .; then :; else \
458
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
460
new_distdir=$$reldir; \
461
dir1=$$subdir; dir2="$(top_distdir)"; \
463
new_top_distdir=$$reldir; \
464
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
465
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
466
($(am__cd) $$subdir && \
414
467
$(MAKE) $(AM_MAKEFLAGS) \
415
top_distdir="$$top_distdir" \
416
distdir="$$distdir/$$subdir" \
468
top_distdir="$$new_top_distdir" \
469
distdir="$$new_distdir" \
417
470
am__remove_distdir=: \
418
471
am__skip_length_check=: \
472
am__skip_mode_fix=: \
446
500
distclean-generic:
447
501
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
449
504
maintainer-clean-generic:
450
505
@echo "This command is intended for maintainers to use"
472
529
install-dvi: install-dvi-recursive
476
535
install-html: install-html-recursive
478
539
install-info: install-info-recursive
482
545
install-pdf: install-pdf-recursive
484
549
install-ps: install-ps-recursive
488
555
maintainer-clean: maintainer-clean-recursive
506
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
573
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
574
install-am install-strip tags-recursive
509
576
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
510
577
all all-am check check-am clean clean-generic clean-libtool \