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#
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59target_triplet = @target@
60@P11_SUPPORT_TRUE@am__append_1 = data_mgmt
61subdir = src
62DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
65	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
66	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
67	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
68	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
69	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
70	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
71	$(top_srcdir)/configure.ac
72am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73	$(ACLOCAL_M4)
74mkinstalldirs = $(install_sh) -d
75CONFIG_HEADER = $(top_builddir)/config.h
76CONFIG_CLEAN_FILES =
77CONFIG_CLEAN_VPATH_FILES =
78SOURCES =
79DIST_SOURCES =
80RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81	html-recursive info-recursive install-data-recursive \
82	install-dvi-recursive install-exec-recursive \
83	install-html-recursive install-info-recursive \
84	install-pdf-recursive install-ps-recursive install-recursive \
85	installcheck-recursive installdirs-recursive pdf-recursive \
86	ps-recursive uninstall-recursive
87RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
88  distclean-recursive maintainer-clean-recursive
89AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91	distdir
92ETAGS = etags
93CTAGS = ctags
94DIST_SUBDIRS = tpm_mgmt cmds data_mgmt
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96am__relativize = \
97  dir0=`pwd`; \
98  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
99  sed_rest='s,^[^/]*/*,,'; \
100  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
101  sed_butlast='s,/*[^/]*$$,,'; \
102  while test -n "$$dir1"; do \
103    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
104    if test "$$first" != "."; then \
105      if test "$$first" = ".."; then \
106        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
107        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
108      else \
109        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
110        if test "$$first2" = "$$first"; then \
111          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112        else \
113          dir2="../$$dir2"; \
114        fi; \
115        dir0="$$dir0"/"$$first"; \
116      fi; \
117    fi; \
118    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
119  done; \
120  reldir="$$dir2"
121ACLOCAL = @ACLOCAL@
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131COPY = @COPY@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CYGPATH_W = @CYGPATH_W@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137DSYMUTIL = @DSYMUTIL@
138DUMPBIN = @DUMPBIN@
139ECHO = @ECHO@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146GMSGFMT = @GMSGFMT@
147GMSGFMT_015 = @GMSGFMT_015@
148GREP = @GREP@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154INTLLIBS = @INTLLIBS@
155INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LIBICONV = @LIBICONV@
159LIBINTL = @LIBINTL@
160LIBOBJS = @LIBOBJS@
161LIBS = @LIBS@
162LIBTOOL = @LIBTOOL@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBICONV = @LTLIBICONV@
166LTLIBINTL = @LTLIBINTL@
167LTLIBOBJS = @LTLIBOBJS@
168MAKEINFO = @MAKEINFO@
169MKDIR = @MKDIR@
170MKDIR_P = @MKDIR_P@
171MSGFMT = @MSGFMT@
172MSGFMT_015 = @MSGFMT_015@
173MSGMERGE = @MSGMERGE@
174NM = @NM@
175NMEDIT = @NMEDIT@
176OBJDUMP = @OBJDUMP@
177OBJEXT = @OBJEXT@
178OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
179OTOOL = @OTOOL@
180OTOOL64 = @OTOOL64@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@
188POSUB = @POSUB@
189RANLIB = @RANLIB@
190RM = @RM@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194STRIP = @STRIP@
195USE_NLS = @USE_NLS@
196VERSION = @VERSION@
197XGETTEXT = @XGETTEXT@
198XGETTEXT_015 = @XGETTEXT_015@
199abs_builddir = @abs_builddir@
200abs_srcdir = @abs_srcdir@
201abs_top_builddir = @abs_top_builddir@
202abs_top_srcdir = @abs_top_srcdir@
203ac_ct_CC = @ac_ct_CC@
204ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205am__include = @am__include@
206am__leading_dot = @am__leading_dot@
207am__quote = @am__quote@
208am__tar = @am__tar@
209am__untar = @am__untar@
210bindir = @bindir@
211build = @build@
212build_alias = @build_alias@
213build_cpu = @build_cpu@
214build_os = @build_os@
215build_vendor = @build_vendor@
216builddir = @builddir@
217datadir = @datadir@
218datarootdir = @datarootdir@
219docdir = @docdir@
220dvidir = @dvidir@
221exec_prefix = @exec_prefix@
222host = @host@
223host_alias = @host_alias@
224host_cpu = @host_cpu@
225host_os = @host_os@
226host_vendor = @host_vendor@
227htmldir = @htmldir@
228includedir = @includedir@
229infodir = @infodir@
230install_sh = @install_sh@
231libdir = @libdir@
232libexecdir = @libexecdir@
233localedir = @localedir@
234localstatedir = @localstatedir@
235lt_ECHO = @lt_ECHO@
236mandir = @mandir@
237mkdir_p = @mkdir_p@
238oldincludedir = @oldincludedir@
239pdfdir = @pdfdir@
240prefix = @prefix@
241program_transform_name = @program_transform_name@
242psdir = @psdir@
243sbindir = @sbindir@
244sharedstatedir = @sharedstatedir@
245srcdir = @srcdir@
246sysconfdir = @sysconfdir@
247target = @target@
248target_alias = @target_alias@
249target_cpu = @target_cpu@
250target_os = @target_os@
251target_vendor = @target_vendor@
252top_build_prefix = @top_build_prefix@
253top_builddir = @top_builddir@
254top_srcdir = @top_srcdir@
255SUBDIRS = tpm_mgmt cmds $(am__append_1)
256all: all-recursive
257
258.SUFFIXES:
259$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
260	@for dep in $?; do \
261	  case '$(am__configure_deps)' in \
262	    *$$dep*) \
263	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264	        && { if test -f $@; then exit 0; else break; fi; }; \
265	      exit 1;; \
266	  esac; \
267	done; \
268	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
269	$(am__cd) $(top_srcdir) && \
270	  $(AUTOMAKE) --foreign src/Makefile
271.PRECIOUS: Makefile
272Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273	@case '$?' in \
274	  *config.status*) \
275	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
276	  *) \
277	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
279	esac;
280
281$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
284$(top_srcdir)/configure:  $(am__configure_deps)
285	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
287	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288$(am__aclocal_m4_deps):
289
290mostlyclean-libtool:
291	-rm -f *.lo
292
293clean-libtool:
294	-rm -rf .libs _libs
295
296# This directory's subdirectories are mostly independent; you can cd
297# into them and run `make' without going through this Makefile.
298# To change the values of `make' variables: instead of editing Makefiles,
299# (1) if the variable is set in `config.status', edit `config.status'
300#     (which will cause the Makefiles to be regenerated when you run `make');
301# (2) otherwise, pass the desired values on the `make' command line.
302$(RECURSIVE_TARGETS):
303	@fail= failcom='exit 1'; \
304	for f in x $$MAKEFLAGS; do \
305	  case $$f in \
306	    *=* | --[!k]*);; \
307	    *k*) failcom='fail=yes';; \
308	  esac; \
309	done; \
310	dot_seen=no; \
311	target=`echo $@ | sed s/-recursive//`; \
312	list='$(SUBDIRS)'; for subdir in $$list; do \
313	  echo "Making $$target in $$subdir"; \
314	  if test "$$subdir" = "."; then \
315	    dot_seen=yes; \
316	    local_target="$$target-am"; \
317	  else \
318	    local_target="$$target"; \
319	  fi; \
320	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321	  || eval $$failcom; \
322	done; \
323	if test "$$dot_seen" = "no"; then \
324	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325	fi; test -z "$$fail"
326
327$(RECURSIVE_CLEAN_TARGETS):
328	@fail= failcom='exit 1'; \
329	for f in x $$MAKEFLAGS; do \
330	  case $$f in \
331	    *=* | --[!k]*);; \
332	    *k*) failcom='fail=yes';; \
333	  esac; \
334	done; \
335	dot_seen=no; \
336	case "$@" in \
337	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
338	  *) list='$(SUBDIRS)' ;; \
339	esac; \
340	rev=''; for subdir in $$list; do \
341	  if test "$$subdir" = "."; then :; else \
342	    rev="$$subdir $$rev"; \
343	  fi; \
344	done; \
345	rev="$$rev ."; \
346	target=`echo $@ | sed s/-recursive//`; \
347	for subdir in $$rev; do \
348	  echo "Making $$target in $$subdir"; \
349	  if test "$$subdir" = "."; then \
350	    local_target="$$target-am"; \
351	  else \
352	    local_target="$$target"; \
353	  fi; \
354	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
355	  || eval $$failcom; \
356	done && test -z "$$fail"
357tags-recursive:
358	list='$(SUBDIRS)'; for subdir in $$list; do \
359	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
360	done
361ctags-recursive:
362	list='$(SUBDIRS)'; for subdir in $$list; do \
363	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
364	done
365
366ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368	unique=`for i in $$list; do \
369	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370	  done | \
371	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372	      END { if (nonempty) { for (i in files) print i; }; }'`; \
373	mkid -fID $$unique
374tags: TAGS
375
376TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377		$(TAGS_FILES) $(LISP)
378	set x; \
379	here=`pwd`; \
380	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
381	  include_option=--etags-include; \
382	  empty_fix=.; \
383	else \
384	  include_option=--include; \
385	  empty_fix=; \
386	fi; \
387	list='$(SUBDIRS)'; for subdir in $$list; do \
388	  if test "$$subdir" = .; then :; else \
389	    test ! -f $$subdir/TAGS || \
390	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
391	  fi; \
392	done; \
393	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394	unique=`for i in $$list; do \
395	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396	  done | \
397	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398	      END { if (nonempty) { for (i in files) print i; }; }'`; \
399	shift; \
400	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401	  test -n "$$unique" || unique=$$empty_fix; \
402	  if test $$# -gt 0; then \
403	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404	      "$$@" $$unique; \
405	  else \
406	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407	      $$unique; \
408	  fi; \
409	fi
410ctags: CTAGS
411CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412		$(TAGS_FILES) $(LISP)
413	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
414	unique=`for i in $$list; do \
415	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416	  done | \
417	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419	test -z "$(CTAGS_ARGS)$$unique" \
420	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
421	     $$unique
422
423GTAGS:
424	here=`$(am__cd) $(top_builddir) && pwd` \
425	  && $(am__cd) $(top_srcdir) \
426	  && gtags -i $(GTAGS_ARGS) "$$here"
427
428distclean-tags:
429	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
431distdir: $(DISTFILES)
432	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434	list='$(DISTFILES)'; \
435	  dist_files=`for file in $$list; do echo $$file; done | \
436	  sed -e "s|^$$srcdirstrip/||;t" \
437	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
438	case $$dist_files in \
439	  */*) $(MKDIR_P) `echo "$$dist_files" | \
440			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
441			   sort -u` ;; \
442	esac; \
443	for file in $$dist_files; do \
444	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
445	  if test -d $$d/$$file; then \
446	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
447	    if test -d "$(distdir)/$$file"; then \
448	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
449	    fi; \
450	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
451	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
452	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
453	    fi; \
454	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
455	  else \
456	    test -f "$(distdir)/$$file" \
457	    || cp -p $$d/$$file "$(distdir)/$$file" \
458	    || exit 1; \
459	  fi; \
460	done
461	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
462	  if test "$$subdir" = .; then :; else \
463	    test -d "$(distdir)/$$subdir" \
464	    || $(MKDIR_P) "$(distdir)/$$subdir" \
465	    || exit 1; \
466	  fi; \
467	done
468	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469	  if test "$$subdir" = .; then :; else \
470	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
471	    $(am__relativize); \
472	    new_distdir=$$reldir; \
473	    dir1=$$subdir; dir2="$(top_distdir)"; \
474	    $(am__relativize); \
475	    new_top_distdir=$$reldir; \
476	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
477	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
478	    ($(am__cd) $$subdir && \
479	      $(MAKE) $(AM_MAKEFLAGS) \
480	        top_distdir="$$new_top_distdir" \
481	        distdir="$$new_distdir" \
482		am__remove_distdir=: \
483		am__skip_length_check=: \
484		am__skip_mode_fix=: \
485	        distdir) \
486	      || exit 1; \
487	  fi; \
488	done
489check-am: all-am
490check: check-recursive
491all-am: Makefile
492installdirs: installdirs-recursive
493installdirs-am:
494install: install-recursive
495install-exec: install-exec-recursive
496install-data: install-data-recursive
497uninstall: uninstall-recursive
498
499install-am: all-am
500	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501
502installcheck: installcheck-recursive
503install-strip:
504	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506	  `test -z '$(STRIP)' || \
507	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
508mostlyclean-generic:
509
510clean-generic:
511
512distclean-generic:
513	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
514	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
515
516maintainer-clean-generic:
517	@echo "This command is intended for maintainers to use"
518	@echo "it deletes files that may require special tools to rebuild."
519clean: clean-recursive
520
521clean-am: clean-generic clean-libtool mostlyclean-am
522
523distclean: distclean-recursive
524	-rm -f Makefile
525distclean-am: clean-am distclean-generic distclean-tags
526
527dvi: dvi-recursive
528
529dvi-am:
530
531html: html-recursive
532
533html-am:
534
535info: info-recursive
536
537info-am:
538
539install-data-am:
540
541install-dvi: install-dvi-recursive
542
543install-dvi-am:
544
545install-exec-am:
546
547install-html: install-html-recursive
548
549install-html-am:
550
551install-info: install-info-recursive
552
553install-info-am:
554
555install-man:
556
557install-pdf: install-pdf-recursive
558
559install-pdf-am:
560
561install-ps: install-ps-recursive
562
563install-ps-am:
564
565installcheck-am:
566
567maintainer-clean: maintainer-clean-recursive
568	-rm -f Makefile
569maintainer-clean-am: distclean-am maintainer-clean-generic
570
571mostlyclean: mostlyclean-recursive
572
573mostlyclean-am: mostlyclean-generic mostlyclean-libtool
574
575pdf: pdf-recursive
576
577pdf-am:
578
579ps: ps-recursive
580
581ps-am:
582
583uninstall-am:
584
585.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
586	install-am install-strip tags-recursive
587
588.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
589	all all-am check check-am clean clean-generic clean-libtool \
590	ctags ctags-recursive distclean distclean-generic \
591	distclean-libtool distclean-tags distdir dvi dvi-am html \
592	html-am info info-am install install-am install-data \
593	install-data-am install-dvi install-dvi-am install-exec \
594	install-exec-am install-html install-html-am install-info \
595	install-info-am install-man install-pdf install-pdf-am \
596	install-ps install-ps-am install-strip installcheck \
597	installcheck-am installdirs installdirs-am maintainer-clean \
598	maintainer-clean-generic mostlyclean mostlyclean-generic \
599	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
600	uninstall uninstall-am
601
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT:
606