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