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