1# GNUmakefile.in generated by automake 1.14.1 from GNUmakefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79subdir = replace
80DIST_COMMON = $(srcdir)/GNUmakefile.in $(srcdir)/GNUmakefile.am \
81	strlcat.c strtonum.c open_memstream.c strlcpy.c reallocarray.c \
82	$(top_srcdir)/depcomp
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91LIBRARIES = $(noinst_LIBRARIES)
92AR = ar
93ARFLAGS = cru
94AM_V_AR = $(am__v_AR_@AM_V@)
95am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
96am__v_AR_0 = @echo "  AR      " $@;
97am__v_AR_1 =
98libreplace_a_AR = $(AR) $(ARFLAGS)
99libreplace_a_DEPENDENCIES = @LIBOBJS@
100am_libreplace_a_OBJECTS =
101libreplace_a_OBJECTS = $(am_libreplace_a_OBJECTS)
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115depcomp = $(SHELL) $(top_srcdir)/depcomp
116am__depfiles_maybe = depfiles
117am__mv = mv -f
118COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120AM_V_CC = $(am__v_CC_@AM_V@)
121am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
122am__v_CC_0 = @echo "  CC      " $@;
123am__v_CC_1 =
124CCLD = $(CC)
125LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126AM_V_CCLD = $(am__v_CCLD_@AM_V@)
127am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
128am__v_CCLD_0 = @echo "  CCLD    " $@;
129am__v_CCLD_1 =
130SOURCES = $(libreplace_a_SOURCES)
131DIST_SOURCES = $(libreplace_a_SOURCES)
132am__can_run_installinfo = \
133  case $$AM_UPDATE_INFO_DIR in \
134    n|no|NO) false;; \
135    *) (install-info --version) >/dev/null 2>&1;; \
136  esac
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138# Read a list of newline-separated strings from the standard input,
139# and print each of them once, without duplicates.  Input order is
140# *not* preserved.
141am__uniquify_input = $(AWK) '\
142  BEGIN { nonempty = 0; } \
143  { items[$$0] = 1; nonempty = 1; } \
144  END { if (nonempty) { for (i in items) print i; }; } \
145'
146# Make sure the list of sources is unique.  This is necessary because,
147# e.g., the same source file might be shared among _SOURCES variables
148# for different programs/libraries.
149am__define_uniq_tagged_files = \
150  list='$(am__tagged_files)'; \
151  unique=`for i in $$list; do \
152    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153  done | $(am__uniquify_input)`
154ETAGS = etags
155CTAGS = ctags
156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157ACLOCAL = @ACLOCAL@
158AMTAR = @AMTAR@
159AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160AUTOCONF = @AUTOCONF@
161AUTOHEADER = @AUTOHEADER@
162AUTOMAKE = @AUTOMAKE@
163AWK = @AWK@
164CC = @CC@
165CCDEPMODE = @CCDEPMODE@
166CFLAGS = @CFLAGS@
167CPP = @CPP@
168CPPFLAGS = @CPPFLAGS@
169CYGPATH_W = @CYGPATH_W@
170DEFS = @DEFS@
171DEPDIR = @DEPDIR@
172ECHO_C = @ECHO_C@
173ECHO_N = @ECHO_N@
174ECHO_T = @ECHO_T@
175EGREP = @EGREP@
176EXEEXT = @EXEEXT@
177GREP = @GREP@
178INSTALL = @INSTALL@
179INSTALL_DATA = @INSTALL_DATA@
180INSTALL_PROGRAM = @INSTALL_PROGRAM@
181INSTALL_SCRIPT = @INSTALL_SCRIPT@
182INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183LDFLAGS = @LDFLAGS@
184LIBOBJS = @LIBOBJS@
185LIBS = @LIBS@
186LTLIBOBJS = @LTLIBOBJS@
187MAINT = @MAINT@
188MAKEINFO = @MAKEINFO@
189MKDIR_P = @MKDIR_P@
190OBJEXT = @OBJEXT@
191PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
199RANLIB = @RANLIB@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203VERSION = @VERSION@
204YACC = @YACC@
205YFLAGS = @YFLAGS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build_alias = @build_alias@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host_alias = @host_alias@
225htmldir = @htmldir@
226includedir = @includedir@
227infodir = @infodir@
228install_sh = @install_sh@
229libdir = @libdir@
230libexecdir = @libexecdir@
231localedir = @localedir@
232localstatedir = @localstatedir@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235oldincludedir = @oldincludedir@
236pdfdir = @pdfdir@
237prefix = @prefix@
238program_transform_name = @program_transform_name@
239psdir = @psdir@
240sbindir = @sbindir@
241sharedstatedir = @sharedstatedir@
242srcdir = @srcdir@
243sysconfdir = @sysconfdir@
244target_alias = @target_alias@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
247top_srcdir = @top_srcdir@
248noinst_LIBRARIES = libreplace.a
249libreplace_a_SOURCES = replace.h
250libreplace_a_LIBADD = @LIBOBJS@
251all: all-am
252
253.SUFFIXES:
254.SUFFIXES: .c .o .obj
255$(srcdir)/GNUmakefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/GNUmakefile.am  $(am__configure_deps)
256	@for dep in $?; do \
257	  case '$(am__configure_deps)' in \
258	    *$$dep*) \
259	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260	        && { if test -f $@; then exit 0; else break; fi; }; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign replace/GNUmakefile'; \
265	$(am__cd) $(top_srcdir) && \
266	  $(AUTOMAKE) --foreign replace/GNUmakefile
267.PRECIOUS: GNUmakefile
268GNUmakefile: $(srcdir)/GNUmakefile.in $(top_builddir)/config.status
269	@case '$?' in \
270	  *config.status*) \
271	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272	  *) \
273	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275	esac;
276
277$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
280$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(am__aclocal_m4_deps):
285
286clean-noinstLIBRARIES:
287	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
288
289libreplace.a: $(libreplace_a_OBJECTS) $(libreplace_a_DEPENDENCIES) $(EXTRA_libreplace_a_DEPENDENCIES)
290	$(AM_V_at)-rm -f libreplace.a
291	$(AM_V_AR)$(libreplace_a_AR) libreplace.a $(libreplace_a_OBJECTS) $(libreplace_a_LIBADD)
292	$(AM_V_at)$(RANLIB) libreplace.a
293
294mostlyclean-compile:
295	-rm -f *.$(OBJEXT)
296
297distclean-compile:
298	-rm -f *.tab.c
299
300@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/open_memstream.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reallocarray.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtonum.Po@am__quote@
305
306.c.o:
307@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
308@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
309@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
310@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
313
314.c.obj:
315@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
316@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
317@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
318@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
321
322ID: $(am__tagged_files)
323	$(am__define_uniq_tagged_files); mkid -fID $$unique
324tags: tags-am
325TAGS: tags
326
327tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
328	set x; \
329	here=`pwd`; \
330	$(am__define_uniq_tagged_files); \
331	shift; \
332	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333	  test -n "$$unique" || unique=$$empty_fix; \
334	  if test $$# -gt 0; then \
335	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336	      "$$@" $$unique; \
337	  else \
338	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339	      $$unique; \
340	  fi; \
341	fi
342ctags: ctags-am
343
344CTAGS: ctags
345ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
346	$(am__define_uniq_tagged_files); \
347	test -z "$(CTAGS_ARGS)$$unique" \
348	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349	     $$unique
350
351GTAGS:
352	here=`$(am__cd) $(top_builddir) && pwd` \
353	  && $(am__cd) $(top_srcdir) \
354	  && gtags -i $(GTAGS_ARGS) "$$here"
355cscopelist: cscopelist-am
356
357cscopelist-am: $(am__tagged_files)
358	list='$(am__tagged_files)'; \
359	case "$(srcdir)" in \
360	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
361	  *) sdir=$(subdir)/$(srcdir) ;; \
362	esac; \
363	for i in $$list; do \
364	  if test -f "$$i"; then \
365	    echo "$(subdir)/$$i"; \
366	  else \
367	    echo "$$sdir/$$i"; \
368	  fi; \
369	done >> $(top_builddir)/cscope.files
370
371distclean-tags:
372	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373
374distdir: $(DISTFILES)
375	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377	list='$(DISTFILES)'; \
378	  dist_files=`for file in $$list; do echo $$file; done | \
379	  sed -e "s|^$$srcdirstrip/||;t" \
380	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
381	case $$dist_files in \
382	  */*) $(MKDIR_P) `echo "$$dist_files" | \
383			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
384			   sort -u` ;; \
385	esac; \
386	for file in $$dist_files; do \
387	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388	  if test -d $$d/$$file; then \
389	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
390	    if test -d "$(distdir)/$$file"; then \
391	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392	    fi; \
393	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
395	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396	    fi; \
397	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
398	  else \
399	    test -f "$(distdir)/$$file" \
400	    || cp -p $$d/$$file "$(distdir)/$$file" \
401	    || exit 1; \
402	  fi; \
403	done
404check-am: all-am
405check: check-am
406all-am: GNUmakefile $(LIBRARIES)
407installdirs:
408install: install-am
409install-exec: install-exec-am
410install-data: install-data-am
411uninstall: uninstall-am
412
413install-am: all-am
414	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
416installcheck: installcheck-am
417install-strip:
418	if test -z '$(STRIP)'; then \
419	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421	      install; \
422	else \
423	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
426	fi
427mostlyclean-generic:
428
429clean-generic:
430
431distclean-generic:
432	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434
435maintainer-clean-generic:
436	@echo "This command is intended for maintainers to use"
437	@echo "it deletes files that may require special tools to rebuild."
438clean: clean-am
439
440clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
441
442distclean: distclean-am
443	-rm -rf $(DEPDIR)
444	-rm -f GNUmakefile
445distclean-am: clean-am distclean-compile distclean-generic \
446	distclean-tags
447
448dvi: dvi-am
449
450dvi-am:
451
452html: html-am
453
454html-am:
455
456info: info-am
457
458info-am:
459
460install-data-am:
461
462install-dvi: install-dvi-am
463
464install-dvi-am:
465
466install-exec-am:
467
468install-html: install-html-am
469
470install-html-am:
471
472install-info: install-info-am
473
474install-info-am:
475
476install-man:
477
478install-pdf: install-pdf-am
479
480install-pdf-am:
481
482install-ps: install-ps-am
483
484install-ps-am:
485
486installcheck-am:
487
488maintainer-clean: maintainer-clean-am
489	-rm -rf $(DEPDIR)
490	-rm -f GNUmakefile
491maintainer-clean-am: distclean-am maintainer-clean-generic
492
493mostlyclean: mostlyclean-am
494
495mostlyclean-am: mostlyclean-compile mostlyclean-generic
496
497pdf: pdf-am
498
499pdf-am:
500
501ps: ps-am
502
503ps-am:
504
505uninstall-am:
506
507.MAKE: install-am install-strip
508
509.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
510	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
511	distclean-compile distclean-generic distclean-tags distdir dvi \
512	dvi-am html html-am info info-am install install-am \
513	install-data install-data-am install-dvi install-dvi-am \
514	install-exec install-exec-am install-html install-html-am \
515	install-info install-info-am install-man install-pdf \
516	install-pdf-am install-ps install-ps-am install-strip \
517	installcheck installcheck-am installdirs maintainer-clean \
518	maintainer-clean-generic mostlyclean mostlyclean-compile \
519	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
520	uninstall-am
521
522
523# Tell versions [3.59,3.63) of GNU make to not export all variables.
524# Otherwise a system limit (for SysV at least) may be exceeded.
525.NOEXPORT:
526