]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/tiff/build/Makefile.in
Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / src / tiff / build / Makefile.in
... / ...
CommitLineData
1# Makefile.in generated by automake 1.12.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Tag Image File Format (TIFF) Software
19#
20# Copyright (C) 2007, Andrey Kiselev <dron@ak4719.spb.edu>
21#
22# Permission to use, copy, modify, distribute, and sell this software and
23# its documentation for any purpose is hereby granted without fee, provided
24# that (i) the above copyright notices and this permission notice appear in
25# all copies of the software and related documentation, and (ii) the names of
26# Sam Leffler and Silicon Graphics may not be used in any advertising or
27# publicity relating to the software without the specific, prior written
28# permission of Sam Leffler and Silicon Graphics.
29#
30# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
31# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
32# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
33#
34# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
35# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
36# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
37# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
38# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
39# OF THIS SOFTWARE.
40
41# Process this file with automake to produce Makefile.in.
42VPATH = @srcdir@
43am__make_dryrun = \
44 { \
45 am__dry=no; \
46 case $$MAKEFLAGS in \
47 *\\[\ \ ]*) \
48 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
49 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
50 *) \
51 for am__flg in $$MAKEFLAGS; do \
52 case $$am__flg in \
53 *=*|--*) ;; \
54 *n*) am__dry=yes; break;; \
55 esac; \
56 done;; \
57 esac; \
58 test $$am__dry = yes; \
59 }
60pkgdatadir = $(datadir)/@PACKAGE@
61pkgincludedir = $(includedir)/@PACKAGE@
62pkglibdir = $(libdir)/@PACKAGE@
63pkglibexecdir = $(libexecdir)/@PACKAGE@
64am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
65install_sh_DATA = $(install_sh) -c -m 644
66install_sh_PROGRAM = $(install_sh) -c
67install_sh_SCRIPT = $(install_sh) -c
68INSTALL_HEADER = $(INSTALL_DATA)
69transform = $(program_transform_name)
70NORMAL_INSTALL = :
71PRE_INSTALL = :
72POST_INSTALL = :
73NORMAL_UNINSTALL = :
74PRE_UNINSTALL = :
75POST_UNINSTALL = :
76build_triplet = @build@
77host_triplet = @host@
78subdir = build
79DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
80 $(top_srcdir)/config/mkinstalldirs
81ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
83 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
84 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
85 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87 $(ACLOCAL_M4)
88mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
89CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
90 $(top_builddir)/libtiff/tiffconf.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93AM_V_P = $(am__v_P_@AM_V@)
94am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
95am__v_P_0 = false
96am__v_P_1 = :
97AM_V_GEN = $(am__v_GEN_@AM_V@)
98am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99am__v_GEN_0 = @echo " GEN " $@;
100am__v_GEN_1 =
101AM_V_at = $(am__v_at_@AM_V@)
102am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
103am__v_at_0 = @
104am__v_at_1 =
105SOURCES =
106DIST_SOURCES =
107RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
108 html-recursive info-recursive install-data-recursive \
109 install-dvi-recursive install-exec-recursive \
110 install-html-recursive install-info-recursive \
111 install-pdf-recursive install-ps-recursive install-recursive \
112 installcheck-recursive installdirs-recursive pdf-recursive \
113 ps-recursive uninstall-recursive
114am__can_run_installinfo = \
115 case $$AM_UPDATE_INFO_DIR in \
116 n|no|NO) false;; \
117 *) (install-info --version) >/dev/null 2>&1;; \
118 esac
119RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
120 distclean-recursive maintainer-clean-recursive
121AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
122 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
123 distdir
124ETAGS = etags
125CTAGS = ctags
126DIST_SUBDIRS = $(SUBDIRS)
127DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128am__relativize = \
129 dir0=`pwd`; \
130 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
131 sed_rest='s,^[^/]*/*,,'; \
132 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
133 sed_butlast='s,/*[^/]*$$,,'; \
134 while test -n "$$dir1"; do \
135 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
136 if test "$$first" != "."; then \
137 if test "$$first" = ".."; then \
138 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
139 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
140 else \
141 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
142 if test "$$first2" = "$$first"; then \
143 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
144 else \
145 dir2="../$$dir2"; \
146 fi; \
147 dir0="$$dir0"/"$$first"; \
148 fi; \
149 fi; \
150 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
151 done; \
152 reldir="$$dir2"
153ACLOCAL = @ACLOCAL@
154AMTAR = @AMTAR@
155AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156AR = @AR@
157AS = @AS@
158AUTOCONF = @AUTOCONF@
159AUTOHEADER = @AUTOHEADER@
160AUTOMAKE = @AUTOMAKE@
161AWK = @AWK@
162CC = @CC@
163CCDEPMODE = @CCDEPMODE@
164CFLAGS = @CFLAGS@
165CPP = @CPP@
166CPPFLAGS = @CPPFLAGS@
167CXX = @CXX@
168CXXCPP = @CXXCPP@
169CXXDEPMODE = @CXXDEPMODE@
170CXXFLAGS = @CXXFLAGS@
171CYGPATH_W = @CYGPATH_W@
172DEFS = @DEFS@
173DEPDIR = @DEPDIR@
174DLLTOOL = @DLLTOOL@
175DSYMUTIL = @DSYMUTIL@
176DUMPBIN = @DUMPBIN@
177ECHO_C = @ECHO_C@
178ECHO_N = @ECHO_N@
179ECHO_T = @ECHO_T@
180EGREP = @EGREP@
181EXEEXT = @EXEEXT@
182FGREP = @FGREP@
183GLUT_CFLAGS = @GLUT_CFLAGS@
184GLUT_LIBS = @GLUT_LIBS@
185GLU_CFLAGS = @GLU_CFLAGS@
186GLU_LIBS = @GLU_LIBS@
187GL_CFLAGS = @GL_CFLAGS@
188GL_LIBS = @GL_LIBS@
189GREP = @GREP@
190INSTALL = @INSTALL@
191INSTALL_DATA = @INSTALL_DATA@
192INSTALL_PROGRAM = @INSTALL_PROGRAM@
193INSTALL_SCRIPT = @INSTALL_SCRIPT@
194INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
195LD = @LD@
196LDFLAGS = @LDFLAGS@
197LIBDIR = @LIBDIR@
198LIBOBJS = @LIBOBJS@
199LIBS = @LIBS@
200LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
201LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
202LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
203LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
204LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
205LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
206LIBTIFF_VERSION = @LIBTIFF_VERSION@
207LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
208LIBTOOL = @LIBTOOL@
209LIPO = @LIPO@
210LN_S = @LN_S@
211LTLIBOBJS = @LTLIBOBJS@
212MAINT = @MAINT@
213MAKEINFO = @MAKEINFO@
214MANIFEST_TOOL = @MANIFEST_TOOL@
215MKDIR_P = @MKDIR_P@
216NM = @NM@
217NMEDIT = @NMEDIT@
218OBJDUMP = @OBJDUMP@
219OBJEXT = @OBJEXT@
220OTOOL = @OTOOL@
221OTOOL64 = @OTOOL64@
222PACKAGE = @PACKAGE@
223PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224PACKAGE_NAME = @PACKAGE_NAME@
225PACKAGE_STRING = @PACKAGE_STRING@
226PACKAGE_TARNAME = @PACKAGE_TARNAME@
227PACKAGE_URL = @PACKAGE_URL@
228PACKAGE_VERSION = @PACKAGE_VERSION@
229PATH_SEPARATOR = @PATH_SEPARATOR@
230PTHREAD_CC = @PTHREAD_CC@
231PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
232PTHREAD_LIBS = @PTHREAD_LIBS@
233RANLIB = @RANLIB@
234SED = @SED@
235SET_MAKE = @SET_MAKE@
236SHELL = @SHELL@
237STRIP = @STRIP@
238VERSION = @VERSION@
239XMKMF = @XMKMF@
240X_CFLAGS = @X_CFLAGS@
241X_EXTRA_LIBS = @X_EXTRA_LIBS@
242X_LIBS = @X_LIBS@
243X_PRE_LIBS = @X_PRE_LIBS@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_AR = @ac_ct_AR@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_CXX = @ac_ct_CXX@
251ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252am__include = @am__include@
253am__leading_dot = @am__leading_dot@
254am__quote = @am__quote@
255am__tar = @am__tar@
256am__untar = @am__untar@
257ax_pthread_config = @ax_pthread_config@
258bindir = @bindir@
259build = @build@
260build_alias = @build_alias@
261build_cpu = @build_cpu@
262build_os = @build_os@
263build_vendor = @build_vendor@
264builddir = @builddir@
265datadir = @datadir@
266datarootdir = @datarootdir@
267docdir = @docdir@
268dvidir = @dvidir@
269exec_prefix = @exec_prefix@
270host = @host@
271host_alias = @host_alias@
272host_cpu = @host_cpu@
273host_os = @host_os@
274host_vendor = @host_vendor@
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279libdir = @libdir@
280libexecdir = @libexecdir@
281localedir = @localedir@
282localstatedir = @localstatedir@
283mandir = @mandir@
284mkdir_p = @mkdir_p@
285oldincludedir = @oldincludedir@
286pdfdir = @pdfdir@
287prefix = @prefix@
288program_transform_name = @program_transform_name@
289psdir = @psdir@
290sbindir = @sbindir@
291sharedstatedir = @sharedstatedir@
292srcdir = @srcdir@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295tiff_libs_private = @tiff_libs_private@
296top_build_prefix = @top_build_prefix@
297top_builddir = @top_builddir@
298top_srcdir = @top_srcdir@
299EXTRA_DIST = README
300SUBDIRS =
301all: all-recursive
302
303.SUFFIXES:
304$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
305 @for dep in $?; do \
306 case '$(am__configure_deps)' in \
307 *$$dep*) \
308 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309 && { if test -f $@; then exit 0; else break; fi; }; \
310 exit 1;; \
311 esac; \
312 done; \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/Makefile'; \
314 $(am__cd) $(top_srcdir) && \
315 $(AUTOMAKE) --foreign build/Makefile
316.PRECIOUS: Makefile
317Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318 @case '$?' in \
319 *config.status*) \
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
321 *) \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
324 esac;
325
326$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328
329$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(am__aclocal_m4_deps):
334
335mostlyclean-libtool:
336 -rm -f *.lo
337
338clean-libtool:
339 -rm -rf .libs _libs
340
341# This directory's subdirectories are mostly independent; you can cd
342# into them and run 'make' without going through this Makefile.
343# To change the values of 'make' variables: instead of editing Makefiles,
344# (1) if the variable is set in 'config.status', edit 'config.status'
345# (which will cause the Makefiles to be regenerated when you run 'make');
346# (2) otherwise, pass the desired values on the 'make' command line.
347$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
348 @fail= failcom='exit 1'; \
349 for f in x $$MAKEFLAGS; do \
350 case $$f in \
351 *=* | --[!k]*);; \
352 *k*) failcom='fail=yes';; \
353 esac; \
354 done; \
355 dot_seen=no; \
356 target=`echo $@ | sed s/-recursive//`; \
357 case "$@" in \
358 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
359 *) list='$(SUBDIRS)' ;; \
360 esac; \
361 for subdir in $$list; do \
362 echo "Making $$target in $$subdir"; \
363 if test "$$subdir" = "."; then \
364 dot_seen=yes; \
365 local_target="$$target-am"; \
366 else \
367 local_target="$$target"; \
368 fi; \
369 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370 || eval $$failcom; \
371 done; \
372 if test "$$dot_seen" = "no"; then \
373 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374 fi; test -z "$$fail"
375tags-recursive:
376 list='$(SUBDIRS)'; for subdir in $$list; do \
377 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
378 done
379ctags-recursive:
380 list='$(SUBDIRS)'; for subdir in $$list; do \
381 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
382 done
383cscopelist-recursive:
384 list='$(SUBDIRS)'; for subdir in $$list; do \
385 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
386 done
387
388ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
389 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
390 unique=`for i in $$list; do \
391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392 done | \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394 END { if (nonempty) { for (i in files) print i; }; }'`; \
395 mkid -fID $$unique
396tags: TAGS
397
398TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
399 $(TAGS_FILES) $(LISP)
400 set x; \
401 here=`pwd`; \
402 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
403 include_option=--etags-include; \
404 empty_fix=.; \
405 else \
406 include_option=--include; \
407 empty_fix=; \
408 fi; \
409 list='$(SUBDIRS)'; for subdir in $$list; do \
410 if test "$$subdir" = .; then :; else \
411 test ! -f $$subdir/TAGS || \
412 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
413 fi; \
414 done; \
415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 done | \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 shift; \
422 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423 test -n "$$unique" || unique=$$empty_fix; \
424 if test $$# -gt 0; then \
425 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426 "$$@" $$unique; \
427 else \
428 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
429 $$unique; \
430 fi; \
431 fi
432ctags: CTAGS
433CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
434 $(TAGS_FILES) $(LISP)
435 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436 unique=`for i in $$list; do \
437 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438 done | \
439 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440 END { if (nonempty) { for (i in files) print i; }; }'`; \
441 test -z "$(CTAGS_ARGS)$$unique" \
442 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
443 $$unique
444
445GTAGS:
446 here=`$(am__cd) $(top_builddir) && pwd` \
447 && $(am__cd) $(top_srcdir) \
448 && gtags -i $(GTAGS_ARGS) "$$here"
449
450cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
451 list='$(SOURCES) $(HEADERS) $(LISP)'; \
452 case "$(srcdir)" in \
453 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
454 *) sdir=$(subdir)/$(srcdir) ;; \
455 esac; \
456 for i in $$list; do \
457 if test -f "$$i"; then \
458 echo "$(subdir)/$$i"; \
459 else \
460 echo "$$sdir/$$i"; \
461 fi; \
462 done >> $(top_builddir)/cscope.files
463
464distclean-tags:
465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
467distdir: $(DISTFILES)
468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 list='$(DISTFILES)'; \
471 dist_files=`for file in $$list; do echo $$file; done | \
472 sed -e "s|^$$srcdirstrip/||;t" \
473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474 case $$dist_files in \
475 */*) $(MKDIR_P) `echo "$$dist_files" | \
476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477 sort -u` ;; \
478 esac; \
479 for file in $$dist_files; do \
480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481 if test -d $$d/$$file; then \
482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483 if test -d "$(distdir)/$$file"; then \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485 fi; \
486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 fi; \
490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491 else \
492 test -f "$(distdir)/$$file" \
493 || cp -p $$d/$$file "$(distdir)/$$file" \
494 || exit 1; \
495 fi; \
496 done
497 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498 if test "$$subdir" = .; then :; else \
499 $(am__make_dryrun) \
500 || test -d "$(distdir)/$$subdir" \
501 || $(MKDIR_P) "$(distdir)/$$subdir" \
502 || exit 1; \
503 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
504 $(am__relativize); \
505 new_distdir=$$reldir; \
506 dir1=$$subdir; dir2="$(top_distdir)"; \
507 $(am__relativize); \
508 new_top_distdir=$$reldir; \
509 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
510 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
511 ($(am__cd) $$subdir && \
512 $(MAKE) $(AM_MAKEFLAGS) \
513 top_distdir="$$new_top_distdir" \
514 distdir="$$new_distdir" \
515 am__remove_distdir=: \
516 am__skip_length_check=: \
517 am__skip_mode_fix=: \
518 distdir) \
519 || exit 1; \
520 fi; \
521 done
522check-am: all-am
523check: check-recursive
524all-am: Makefile
525installdirs: installdirs-recursive
526installdirs-am:
527install: install-recursive
528install-exec: install-exec-recursive
529install-data: install-data-recursive
530uninstall: uninstall-recursive
531
532install-am: all-am
533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534
535installcheck: installcheck-recursive
536install-strip:
537 if test -z '$(STRIP)'; then \
538 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540 install; \
541 else \
542 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
545 fi
546mostlyclean-generic:
547
548clean-generic:
549
550distclean-generic:
551 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
552 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
553
554maintainer-clean-generic:
555 @echo "This command is intended for maintainers to use"
556 @echo "it deletes files that may require special tools to rebuild."
557clean: clean-recursive
558
559clean-am: clean-generic clean-libtool mostlyclean-am
560
561distclean: distclean-recursive
562 -rm -f Makefile
563distclean-am: clean-am distclean-generic distclean-tags
564
565dvi: dvi-recursive
566
567dvi-am:
568
569html: html-recursive
570
571html-am:
572
573info: info-recursive
574
575info-am:
576
577install-data-am:
578
579install-dvi: install-dvi-recursive
580
581install-dvi-am:
582
583install-exec-am:
584
585install-html: install-html-recursive
586
587install-html-am:
588
589install-info: install-info-recursive
590
591install-info-am:
592
593install-man:
594
595install-pdf: install-pdf-recursive
596
597install-pdf-am:
598
599install-ps: install-ps-recursive
600
601install-ps-am:
602
603installcheck-am:
604
605maintainer-clean: maintainer-clean-recursive
606 -rm -f Makefile
607maintainer-clean-am: distclean-am maintainer-clean-generic
608
609mostlyclean: mostlyclean-recursive
610
611mostlyclean-am: mostlyclean-generic mostlyclean-libtool
612
613pdf: pdf-recursive
614
615pdf-am:
616
617ps: ps-recursive
618
619ps-am:
620
621uninstall-am:
622
623.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
624 cscopelist-recursive ctags-recursive install-am install-strip \
625 tags-recursive
626
627.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
628 all all-am check check-am clean clean-generic clean-libtool \
629 cscopelist cscopelist-recursive ctags ctags-recursive \
630 distclean distclean-generic distclean-libtool distclean-tags \
631 distdir dvi dvi-am html html-am info info-am install \
632 install-am install-data install-data-am install-dvi \
633 install-dvi-am install-exec install-exec-am install-html \
634 install-html-am install-info install-info-am install-man \
635 install-pdf install-pdf-am install-ps install-ps-am \
636 install-strip installcheck installcheck-am installdirs \
637 installdirs-am maintainer-clean maintainer-clean-generic \
638 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
639 ps ps-am tags tags-recursive uninstall uninstall-am
640
641
642# Tell versions [3.59,3.63) of GNU make to not export all variables.
643# Otherwise a system limit (for SysV at least) may be exceeded.
644.NOEXPORT: