Makefile.in revision 1.1.1.1.4.2 1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Makefile.am
20 #
21 # The Initial Developer of the Original Code is International
22 # Business Machines Corporation. Portions created by IBM
23 # Corporation are Copyright (C) 2005 International Business
24 # Machines Corporation. All Rights Reserved.
25 #
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the Common Public License as published by
28 # IBM Corporation; either version 1 of the License, or (at your option)
29 # any later version.
30 #
31 # This program is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # Common Public License for more details.
35 #
36 # You should have received a copy of the Common Public License
37 # along with this program; if not, a copy can be viewed at
38 # http://www.opensource.org/licenses/cpl1.0.php.
39 #
40 VPATH = @srcdir@
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 target_triplet = @target@
60 subdir = .
61 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
62 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
63 $(top_srcdir)/configure $(top_srcdir)/dist/tpm-tools.spec.in \
64 ABOUT-NLS config.guess config.rpath config.sub depcomp \
65 install-sh ltmain.sh missing
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
68 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
69 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
70 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
71 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
72 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
73 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
74 $(top_srcdir)/configure.in
75 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76 $(ACLOCAL_M4)
77 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
78 configure.lineno config.status.lineno
79 mkinstalldirs = $(install_sh) -d
80 CONFIG_HEADER = config.h
81 CONFIG_CLEAN_FILES = dist/tpm-tools.spec
82 CONFIG_CLEAN_VPATH_FILES =
83 SOURCES =
84 DIST_SOURCES =
85 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86 html-recursive info-recursive install-data-recursive \
87 install-dvi-recursive install-exec-recursive \
88 install-html-recursive install-info-recursive \
89 install-pdf-recursive install-ps-recursive install-recursive \
90 installcheck-recursive installdirs-recursive pdf-recursive \
91 ps-recursive uninstall-recursive
92 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
93 distclean-recursive maintainer-clean-recursive
94 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
95 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96 distdir dist dist-all distcheck
97 ETAGS = etags
98 CTAGS = ctags
99 DIST_SUBDIRS = $(SUBDIRS)
100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101 distdir = $(PACKAGE)-$(VERSION)
102 top_distdir = $(distdir)
103 am__remove_distdir = \
104 { test ! -d "$(distdir)" \
105 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
106 && rm -fr "$(distdir)"; }; }
107 am__relativize = \
108 dir0=`pwd`; \
109 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
110 sed_rest='s,^[^/]*/*,,'; \
111 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
112 sed_butlast='s,/*[^/]*$$,,'; \
113 while test -n "$$dir1"; do \
114 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
115 if test "$$first" != "."; then \
116 if test "$$first" = ".."; then \
117 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
118 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
119 else \
120 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
121 if test "$$first2" = "$$first"; then \
122 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
123 else \
124 dir2="../$$dir2"; \
125 fi; \
126 dir0="$$dir0"/"$$first"; \
127 fi; \
128 fi; \
129 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
130 done; \
131 reldir="$$dir2"
132 DIST_ARCHIVES = $(distdir).tar.gz
133 GZIP_ENV = --best
134 distuninstallcheck_listfiles = find . -type f -print
135 distcleancheck_listfiles = find . -type f -print
136 ACLOCAL = @ACLOCAL@
137 AMTAR = @AMTAR@
138 AR = @AR@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CC = @CC@
144 CCDEPMODE = @CCDEPMODE@
145 CFLAGS = @CFLAGS@
146 COPY = @COPY@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CYGPATH_W = @CYGPATH_W@
150 DEFS = @DEFS@
151 DEPDIR = @DEPDIR@
152 DLLTOOL = @DLLTOOL@
153 DSYMUTIL = @DSYMUTIL@
154 DUMPBIN = @DUMPBIN@
155 ECHO = @ECHO@
156 ECHO_C = @ECHO_C@
157 ECHO_N = @ECHO_N@
158 ECHO_T = @ECHO_T@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 FGREP = @FGREP@
162 GMSGFMT = @GMSGFMT@
163 GMSGFMT_015 = @GMSGFMT_015@
164 GREP = @GREP@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INTLLIBS = @INTLLIBS@
171 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
172 LD = @LD@
173 LDFLAGS = @LDFLAGS@
174 LIBICONV = @LIBICONV@
175 LIBINTL = @LIBINTL@
176 LIBOBJS = @LIBOBJS@
177 LIBS = @LIBS@
178 LIBTOOL = @LIBTOOL@
179 LIPO = @LIPO@
180 LN_S = @LN_S@
181 LTLIBICONV = @LTLIBICONV@
182 LTLIBINTL = @LTLIBINTL@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAKEINFO = @MAKEINFO@
185 MANIFEST_TOOL = @MANIFEST_TOOL@
186 MKDIR = @MKDIR@
187 MKDIR_P = @MKDIR_P@
188 MSGFMT = @MSGFMT@
189 MSGFMT_015 = @MSGFMT_015@
190 MSGMERGE = @MSGMERGE@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 OBJDUMP = @OBJDUMP@
194 OBJEXT = @OBJEXT@
195 OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
196 OTOOL = @OTOOL@
197 OTOOL64 = @OTOOL64@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_URL = @PACKAGE_URL@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_SEPARATOR = @PATH_SEPARATOR@
206 POSUB = @POSUB@
207 RANLIB = @RANLIB@
208 RM = @RM@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 STRIP = @STRIP@
213 USE_NLS = @USE_NLS@
214 VERSION = @VERSION@
215 XGETTEXT = @XGETTEXT@
216 XGETTEXT_015 = @XGETTEXT_015@
217 abs_builddir = @abs_builddir@
218 abs_srcdir = @abs_srcdir@
219 abs_top_builddir = @abs_top_builddir@
220 abs_top_srcdir = @abs_top_srcdir@
221 ac_ct_AR = @ac_ct_AR@
222 ac_ct_CC = @ac_ct_CC@
223 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 exec_prefix = @exec_prefix@
241 host = @host@
242 host_alias = @host_alias@
243 host_cpu = @host_cpu@
244 host_os = @host_os@
245 host_vendor = @host_vendor@
246 htmldir = @htmldir@
247 includedir = @includedir@
248 infodir = @infodir@
249 install_sh = @install_sh@
250 libdir = @libdir@
251 libexecdir = @libexecdir@
252 localedir = @localedir@
253 localstatedir = @localstatedir@
254 mandir = @mandir@
255 mkdir_p = @mkdir_p@
256 oldincludedir = @oldincludedir@
257 pdfdir = @pdfdir@
258 prefix = @prefix@
259 program_transform_name = @program_transform_name@
260 psdir = @psdir@
261 sbindir = @sbindir@
262 sharedstatedir = @sharedstatedir@
263 srcdir = @srcdir@
264 sysconfdir = @sysconfdir@
265 target = @target@
266 target_alias = @target_alias@
267 target_cpu = @target_cpu@
268 target_os = @target_os@
269 target_vendor = @target_vendor@
270 top_build_prefix = @top_build_prefix@
271 top_builddir = @top_builddir@
272 top_srcdir = @top_srcdir@
273 SUBDIRS = m4 \
274 include \
275 lib \
276 src \
277 po \
278 man
279
280 ACLOCAL_AMFLAGS = -I m4
281 EXTRA_DIST = LICENSE test/tpm_changeownerauth01.sh
282 all: config.h
283 $(MAKE) $(AM_MAKEFLAGS) all-recursive
284
285 .SUFFIXES:
286 am--refresh:
287 @:
288 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
289 @for dep in $?; do \
290 case '$(am__configure_deps)' in \
291 *$$dep*) \
292 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
293 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
294 && exit 0; \
295 exit 1;; \
296 esac; \
297 done; \
298 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Makefile'; \
299 $(am__cd) $(top_srcdir) && \
300 $(AUTOMAKE) --foreign ./Makefile
301 .PRECIOUS: Makefile
302 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303 @case '$?' in \
304 *config.status*) \
305 echo ' $(SHELL) ./config.status'; \
306 $(SHELL) ./config.status;; \
307 *) \
308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
309 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
310 esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313 $(SHELL) ./config.status --recheck
314
315 $(top_srcdir)/configure: $(am__configure_deps)
316 $(am__cd) $(srcdir) && $(AUTOCONF)
317 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
318 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
319 $(am__aclocal_m4_deps):
320
321 config.h: stamp-h1
322 @if test ! -f $@; then \
323 rm -f stamp-h1; \
324 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
325 else :; fi
326
327 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
328 @rm -f stamp-h1
329 cd $(top_builddir) && $(SHELL) ./config.status config.h
330 $(srcdir)/config.h.in: $(am__configure_deps)
331 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
332 rm -f stamp-h1
333 touch $@
334
335 distclean-hdr:
336 -rm -f config.h stamp-h1
337 dist/tpm-tools.spec: $(top_builddir)/config.status $(top_srcdir)/dist/tpm-tools.spec.in
338 cd $(top_builddir) && $(SHELL) ./config.status $@
339
340 mostlyclean-libtool:
341 -rm -f *.lo
342
343 clean-libtool:
344 -rm -rf .libs _libs
345
346 distclean-libtool:
347 -rm -f libtool config.lt
348
349 # This directory's subdirectories are mostly independent; you can cd
350 # into them and run `make' without going through this Makefile.
351 # To change the values of `make' variables: instead of editing Makefiles,
352 # (1) if the variable is set in `config.status', edit `config.status'
353 # (which will cause the Makefiles to be regenerated when you run `make');
354 # (2) otherwise, pass the desired values on the `make' command line.
355 $(RECURSIVE_TARGETS):
356 @fail= failcom='exit 1'; \
357 for f in x $$MAKEFLAGS; do \
358 case $$f in \
359 *=* | --[!k]*);; \
360 *k*) failcom='fail=yes';; \
361 esac; \
362 done; \
363 dot_seen=no; \
364 target=`echo $@ | sed s/-recursive//`; \
365 list='$(SUBDIRS)'; for subdir in $$list; do \
366 echo "Making $$target in $$subdir"; \
367 if test "$$subdir" = "."; then \
368 dot_seen=yes; \
369 local_target="$$target-am"; \
370 else \
371 local_target="$$target"; \
372 fi; \
373 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374 || eval $$failcom; \
375 done; \
376 if test "$$dot_seen" = "no"; then \
377 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378 fi; test -z "$$fail"
379
380 $(RECURSIVE_CLEAN_TARGETS):
381 @fail= failcom='exit 1'; \
382 for f in x $$MAKEFLAGS; do \
383 case $$f in \
384 *=* | --[!k]*);; \
385 *k*) failcom='fail=yes';; \
386 esac; \
387 done; \
388 dot_seen=no; \
389 case "$@" in \
390 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
391 *) list='$(SUBDIRS)' ;; \
392 esac; \
393 rev=''; for subdir in $$list; do \
394 if test "$$subdir" = "."; then :; else \
395 rev="$$subdir $$rev"; \
396 fi; \
397 done; \
398 rev="$$rev ."; \
399 target=`echo $@ | sed s/-recursive//`; \
400 for subdir in $$rev; do \
401 echo "Making $$target in $$subdir"; \
402 if test "$$subdir" = "."; then \
403 local_target="$$target-am"; \
404 else \
405 local_target="$$target"; \
406 fi; \
407 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408 || eval $$failcom; \
409 done && test -z "$$fail"
410 tags-recursive:
411 list='$(SUBDIRS)'; for subdir in $$list; do \
412 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413 done
414 ctags-recursive:
415 list='$(SUBDIRS)'; for subdir in $$list; do \
416 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417 done
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421 unique=`for i in $$list; do \
422 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423 done | \
424 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425 END { if (nonempty) { for (i in files) print i; }; }'`; \
426 mkid -fID $$unique
427 tags: TAGS
428
429 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
430 $(TAGS_FILES) $(LISP)
431 set x; \
432 here=`pwd`; \
433 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434 include_option=--etags-include; \
435 empty_fix=.; \
436 else \
437 include_option=--include; \
438 empty_fix=; \
439 fi; \
440 list='$(SUBDIRS)'; for subdir in $$list; do \
441 if test "$$subdir" = .; then :; else \
442 test ! -f $$subdir/TAGS || \
443 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444 fi; \
445 done; \
446 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
447 unique=`for i in $$list; do \
448 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449 done | \
450 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451 END { if (nonempty) { for (i in files) print i; }; }'`; \
452 shift; \
453 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454 test -n "$$unique" || unique=$$empty_fix; \
455 if test $$# -gt 0; then \
456 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457 "$$@" $$unique; \
458 else \
459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460 $$unique; \
461 fi; \
462 fi
463 ctags: CTAGS
464 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
465 $(TAGS_FILES) $(LISP)
466 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
467 unique=`for i in $$list; do \
468 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469 done | \
470 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471 END { if (nonempty) { for (i in files) print i; }; }'`; \
472 test -z "$(CTAGS_ARGS)$$unique" \
473 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474 $$unique
475
476 GTAGS:
477 here=`$(am__cd) $(top_builddir) && pwd` \
478 && $(am__cd) $(top_srcdir) \
479 && gtags -i $(GTAGS_ARGS) "$$here"
480
481 distclean-tags:
482 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485 $(am__remove_distdir)
486 test -d "$(distdir)" || mkdir "$(distdir)"
487 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489 list='$(DISTFILES)'; \
490 dist_files=`for file in $$list; do echo $$file; done | \
491 sed -e "s|^$$srcdirstrip/||;t" \
492 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493 case $$dist_files in \
494 */*) $(MKDIR_P) `echo "$$dist_files" | \
495 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496 sort -u` ;; \
497 esac; \
498 for file in $$dist_files; do \
499 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500 if test -d $$d/$$file; then \
501 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502 if test -d "$(distdir)/$$file"; then \
503 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 fi; \
505 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508 fi; \
509 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510 else \
511 test -f "$(distdir)/$$file" \
512 || cp -p $$d/$$file "$(distdir)/$$file" \
513 || exit 1; \
514 fi; \
515 done
516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
518 test -d "$(distdir)/$$subdir" \
519 || $(MKDIR_P) "$(distdir)/$$subdir" \
520 || exit 1; \
521 fi; \
522 done
523 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
524 if test "$$subdir" = .; then :; else \
525 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
526 $(am__relativize); \
527 new_distdir=$$reldir; \
528 dir1=$$subdir; dir2="$(top_distdir)"; \
529 $(am__relativize); \
530 new_top_distdir=$$reldir; \
531 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
532 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
533 ($(am__cd) $$subdir && \
534 $(MAKE) $(AM_MAKEFLAGS) \
535 top_distdir="$$new_top_distdir" \
536 distdir="$$new_distdir" \
537 am__remove_distdir=: \
538 am__skip_length_check=: \
539 am__skip_mode_fix=: \
540 distdir) \
541 || exit 1; \
542 fi; \
543 done
544 -test -n "$(am__skip_mode_fix)" \
545 || find "$(distdir)" -type d ! -perm -755 \
546 -exec chmod u+rwx,go+rx {} \; -o \
547 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
548 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
549 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
550 || chmod -R a+r "$(distdir)"
551 dist-gzip: distdir
552 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
553 $(am__remove_distdir)
554
555 dist-bzip2: distdir
556 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
557 $(am__remove_distdir)
558
559 dist-lzma: distdir
560 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
561 $(am__remove_distdir)
562
563 dist-xz: distdir
564 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
565 $(am__remove_distdir)
566
567 dist-tarZ: distdir
568 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
569 $(am__remove_distdir)
570
571 dist-shar: distdir
572 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
573 $(am__remove_distdir)
574
575 dist-zip: distdir
576 -rm -f $(distdir).zip
577 zip -rq $(distdir).zip $(distdir)
578 $(am__remove_distdir)
579
580 dist dist-all: distdir
581 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
582 $(am__remove_distdir)
583
584 # This target untars the dist file and tries a VPATH configuration. Then
585 # it guarantees that the distribution is self-contained by making another
586 # tarfile.
587 distcheck: dist
588 case '$(DIST_ARCHIVES)' in \
589 *.tar.gz*) \
590 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
591 *.tar.bz2*) \
592 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
593 *.tar.lzma*) \
594 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
595 *.tar.xz*) \
596 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
597 *.tar.Z*) \
598 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
599 *.shar.gz*) \
600 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
601 *.zip*) \
602 unzip $(distdir).zip ;;\
603 esac
604 chmod -R a-w $(distdir); chmod a+w $(distdir)
605 mkdir $(distdir)/_build
606 mkdir $(distdir)/_inst
607 chmod a-w $(distdir)
608 test -d $(distdir)/_build || exit 0; \
609 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
610 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
611 && am__cwd=`pwd` \
612 && $(am__cd) $(distdir)/_build \
613 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
614 $(DISTCHECK_CONFIGURE_FLAGS) \
615 && $(MAKE) $(AM_MAKEFLAGS) \
616 && $(MAKE) $(AM_MAKEFLAGS) dvi \
617 && $(MAKE) $(AM_MAKEFLAGS) check \
618 && $(MAKE) $(AM_MAKEFLAGS) install \
619 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
620 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
621 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
622 distuninstallcheck \
623 && chmod -R a-w "$$dc_install_base" \
624 && ({ \
625 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
626 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
627 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
628 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
629 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
630 } || { rm -rf "$$dc_destdir"; exit 1; }) \
631 && rm -rf "$$dc_destdir" \
632 && $(MAKE) $(AM_MAKEFLAGS) dist \
633 && rm -rf $(DIST_ARCHIVES) \
634 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
635 && cd "$$am__cwd" \
636 || exit 1
637 $(am__remove_distdir)
638 @(echo "$(distdir) archives ready for distribution: "; \
639 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
640 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
641 distuninstallcheck:
642 @$(am__cd) '$(distuninstallcheck_dir)' \
643 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
644 || { echo "ERROR: files left after uninstall:" ; \
645 if test -n "$(DESTDIR)"; then \
646 echo " (check DESTDIR support)"; \
647 fi ; \
648 $(distuninstallcheck_listfiles) ; \
649 exit 1; } >&2
650 distcleancheck: distclean
651 @if test '$(srcdir)' = . ; then \
652 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
653 exit 1 ; \
654 fi
655 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
656 || { echo "ERROR: files left in build directory after distclean:" ; \
657 $(distcleancheck_listfiles) ; \
658 exit 1; } >&2
659 check-am: all-am
660 check: check-recursive
661 all-am: Makefile config.h
662 installdirs: installdirs-recursive
663 installdirs-am:
664 install: install-recursive
665 install-exec: install-exec-recursive
666 install-data: install-data-recursive
667 uninstall: uninstall-recursive
668
669 install-am: all-am
670 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672 installcheck: installcheck-recursive
673 install-strip:
674 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676 `test -z '$(STRIP)' || \
677 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
678 mostlyclean-generic:
679
680 clean-generic:
681
682 distclean-generic:
683 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
686 maintainer-clean-generic:
687 @echo "This command is intended for maintainers to use"
688 @echo "it deletes files that may require special tools to rebuild."
689 clean: clean-recursive
690
691 clean-am: clean-generic clean-libtool mostlyclean-am
692
693 distclean: distclean-recursive
694 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
695 -rm -f Makefile
696 distclean-am: clean-am distclean-generic distclean-hdr \
697 distclean-libtool distclean-tags
698
699 dvi: dvi-recursive
700
701 dvi-am:
702
703 html: html-recursive
704
705 html-am:
706
707 info: info-recursive
708
709 info-am:
710
711 install-data-am:
712
713 install-dvi: install-dvi-recursive
714
715 install-dvi-am:
716
717 install-exec-am:
718
719 install-html: install-html-recursive
720
721 install-html-am:
722
723 install-info: install-info-recursive
724
725 install-info-am:
726
727 install-man:
728
729 install-pdf: install-pdf-recursive
730
731 install-pdf-am:
732
733 install-ps: install-ps-recursive
734
735 install-ps-am:
736
737 installcheck-am:
738
739 maintainer-clean: maintainer-clean-recursive
740 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
741 -rm -rf $(top_srcdir)/autom4te.cache
742 -rm -f Makefile
743 maintainer-clean-am: distclean-am maintainer-clean-generic
744
745 mostlyclean: mostlyclean-recursive
746
747 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
748
749 pdf: pdf-recursive
750
751 pdf-am:
752
753 ps: ps-recursive
754
755 ps-am:
756
757 uninstall-am:
758
759 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
760 ctags-recursive install-am install-strip tags-recursive
761
762 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
763 all all-am am--refresh check check-am clean clean-generic \
764 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
765 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
766 distcheck distclean distclean-generic distclean-hdr \
767 distclean-libtool distclean-tags distcleancheck distdir \
768 distuninstallcheck dvi dvi-am html html-am info info-am \
769 install install-am install-data install-data-am install-dvi \
770 install-dvi-am install-exec install-exec-am install-html \
771 install-html-am install-info install-info-am install-man \
772 install-pdf install-pdf-am install-ps install-ps-am \
773 install-strip installcheck installcheck-am installdirs \
774 installdirs-am maintainer-clean maintainer-clean-generic \
775 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
776 ps ps-am tags tags-recursive uninstall uninstall-am
777
778
779 # Tell versions [3.59,3.63) of GNU make to not export all variables.
780 # Otherwise a system limit (for SysV at least) may be exceeded.
781 .NOEXPORT:
782