1# Makefile.in generated by automake 1.11 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# OpenLDAP: pkg/ldap/contrib/ldapc++/examples/Makefile.in,v 1.3.2.5 2010/04/14 23:50:43 quanah Exp
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39noinst_PROGRAMS = main$(EXEEXT) readSchema$(EXEEXT) startTls$(EXEEXT) \
40	urlTest$(EXEEXT)
41subdir = examples
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/src/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51PROGRAMS = $(noinst_PROGRAMS)
52am_main_OBJECTS = main.$(OBJEXT)
53main_OBJECTS = $(am_main_OBJECTS)
54main_DEPENDENCIES = ../src/libldapcpp.la
55am_readSchema_OBJECTS = readSchema.$(OBJEXT)
56readSchema_OBJECTS = $(am_readSchema_OBJECTS)
57readSchema_DEPENDENCIES = ../src/libldapcpp.la
58am_startTls_OBJECTS = startTls.$(OBJEXT)
59startTls_OBJECTS = $(am_startTls_OBJECTS)
60startTls_DEPENDENCIES = ../src/libldapcpp.la
61am_urlTest_OBJECTS = urlTest.$(OBJEXT)
62urlTest_OBJECTS = $(am_urlTest_OBJECTS)
63urlTest_DEPENDENCIES = ../src/libldapcpp.la
64DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
65depcomp = $(SHELL) $(top_srcdir)/depcomp
66am__depfiles_maybe = depfiles
67am__mv = mv -f
68CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
73CXXLD = $(CXX)
74CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
76	$(LDFLAGS) -o $@
77SOURCES = $(main_SOURCES) $(readSchema_SOURCES) $(startTls_SOURCES) \
78	$(urlTest_SOURCES)
79DIST_SOURCES = $(main_SOURCES) $(readSchema_SOURCES) \
80	$(startTls_SOURCES) $(urlTest_SOURCES)
81ETAGS = etags
82CTAGS = ctags
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84ACLOCAL = @ACLOCAL@
85AMTAR = @AMTAR@
86AR = @AR@
87AUTOCONF = @AUTOCONF@
88AUTOHEADER = @AUTOHEADER@
89AUTOMAKE = @AUTOMAKE@
90AWK = @AWK@
91CC = @CC@
92CCDEPMODE = @CCDEPMODE@
93CFLAGS = @CFLAGS@
94CPP = @CPP@
95CPPFLAGS = @CPPFLAGS@
96CXX = @CXX@
97CXXCPP = @CXXCPP@
98CXXDEPMODE = @CXXDEPMODE@
99CXXFLAGS = @CXXFLAGS@
100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
102DEPDIR = @DEPDIR@
103DSYMUTIL = @DSYMUTIL@
104DUMPBIN = @DUMPBIN@
105ECHO_C = @ECHO_C@
106ECHO_N = @ECHO_N@
107ECHO_T = @ECHO_T@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110FGREP = @FGREP@
111GREP = @GREP@
112INSTALL = @INSTALL@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117LD = @LD@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LIBTOOL = @LIBTOOL@
122LIPO = @LIPO@
123LN_S = @LN_S@
124LTLIBOBJS = @LTLIBOBJS@
125MAKEINFO = @MAKEINFO@
126MKDIR_P = @MKDIR_P@
127NM = @NM@
128NMEDIT = @NMEDIT@
129OBJDUMP = @OBJDUMP@
130OBJEXT = @OBJEXT@
131OPENLDAP_CPP_API_VERSION = @OPENLDAP_CPP_API_VERSION@
132OTOOL = @OTOOL@
133OTOOL64 = @OTOOL64@
134PACKAGE = @PACKAGE@
135PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136PACKAGE_NAME = @PACKAGE_NAME@
137PACKAGE_STRING = @PACKAGE_STRING@
138PACKAGE_TARNAME = @PACKAGE_TARNAME@
139PACKAGE_VERSION = @PACKAGE_VERSION@
140PATH_SEPARATOR = @PATH_SEPARATOR@
141RANLIB = @RANLIB@
142SED = @SED@
143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
146VERSION = @VERSION@
147abs_builddir = @abs_builddir@
148abs_srcdir = @abs_srcdir@
149abs_top_builddir = @abs_top_builddir@
150abs_top_srcdir = @abs_top_srcdir@
151ac_ct_CC = @ac_ct_CC@
152ac_ct_CXX = @ac_ct_CXX@
153ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
154am__include = @am__include@
155am__leading_dot = @am__leading_dot@
156am__quote = @am__quote@
157am__tar = @am__tar@
158am__untar = @am__untar@
159bindir = @bindir@
160build = @build@
161build_alias = @build_alias@
162build_cpu = @build_cpu@
163build_os = @build_os@
164build_vendor = @build_vendor@
165builddir = @builddir@
166datadir = @datadir@
167datarootdir = @datarootdir@
168docdir = @docdir@
169dvidir = @dvidir@
170exec_prefix = @exec_prefix@
171host = @host@
172host_alias = @host_alias@
173host_cpu = @host_cpu@
174host_os = @host_os@
175host_vendor = @host_vendor@
176htmldir = @htmldir@
177includedir = @includedir@
178infodir = @infodir@
179install_sh = @install_sh@
180libdir = @libdir@
181libexecdir = @libexecdir@
182localedir = @localedir@
183localstatedir = @localstatedir@
184lt_ECHO = @lt_ECHO@
185mandir = @mandir@
186mkdir_p = @mkdir_p@
187oldincludedir = @oldincludedir@
188pdfdir = @pdfdir@
189prefix = @prefix@
190program_transform_name = @program_transform_name@
191psdir = @psdir@
192sbindir = @sbindir@
193sharedstatedir = @sharedstatedir@
194srcdir = @srcdir@
195sysconfdir = @sysconfdir@
196target_alias = @target_alias@
197top_build_prefix = @top_build_prefix@
198top_builddir = @top_builddir@
199top_srcdir = @top_srcdir@
200
201# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
202# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
203AM_CPPFLAGS = -I$(top_srcdir)/src
204main_SOURCES = main.cpp
205main_LDADD = ../src/libldapcpp.la
206readSchema_SOURCES = readSchema.cpp
207readSchema_LDADD = ../src/libldapcpp.la
208startTls_SOURCES = startTls.cpp
209startTls_LDADD = ../src/libldapcpp.la
210urlTest_SOURCES = urlTest.cpp
211urlTest_LDADD = ../src/libldapcpp.la
212all: all-am
213
214.SUFFIXES:
215.SUFFIXES: .cpp .lo .o .obj
216$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
217	@for dep in $?; do \
218	  case '$(am__configure_deps)' in \
219	    *$$dep*) \
220	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
221	        && { if test -f $@; then exit 0; else break; fi; }; \
222	      exit 1;; \
223	  esac; \
224	done; \
225	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
226	$(am__cd) $(top_srcdir) && \
227	  $(AUTOMAKE) --foreign examples/Makefile
228.PRECIOUS: Makefile
229Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230	@case '$?' in \
231	  *config.status*) \
232	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233	  *) \
234	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
235	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
236	esac;
237
238$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
241$(top_srcdir)/configure:  $(am__configure_deps)
242	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245$(am__aclocal_m4_deps):
246
247clean-noinstPROGRAMS:
248	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
249	echo " rm -f" $$list; \
250	rm -f $$list || exit $$?; \
251	test -n "$(EXEEXT)" || exit 0; \
252	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
253	echo " rm -f" $$list; \
254	rm -f $$list
255main$(EXEEXT): $(main_OBJECTS) $(main_DEPENDENCIES)
256	@rm -f main$(EXEEXT)
257	$(CXXLINK) $(main_OBJECTS) $(main_LDADD) $(LIBS)
258readSchema$(EXEEXT): $(readSchema_OBJECTS) $(readSchema_DEPENDENCIES)
259	@rm -f readSchema$(EXEEXT)
260	$(CXXLINK) $(readSchema_OBJECTS) $(readSchema_LDADD) $(LIBS)
261startTls$(EXEEXT): $(startTls_OBJECTS) $(startTls_DEPENDENCIES)
262	@rm -f startTls$(EXEEXT)
263	$(CXXLINK) $(startTls_OBJECTS) $(startTls_LDADD) $(LIBS)
264urlTest$(EXEEXT): $(urlTest_OBJECTS) $(urlTest_DEPENDENCIES)
265	@rm -f urlTest$(EXEEXT)
266	$(CXXLINK) $(urlTest_OBJECTS) $(urlTest_LDADD) $(LIBS)
267
268mostlyclean-compile:
269	-rm -f *.$(OBJEXT)
270
271distclean-compile:
272	-rm -f *.tab.c
273
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readSchema.Po@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/startTls.Po@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlTest.Po@am__quote@
278
279.cpp.o:
280@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
281@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
282@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
285
286.cpp.obj:
287@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
288@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
289@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
292
293.cpp.lo:
294@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
295@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
296@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
299
300mostlyclean-libtool:
301	-rm -f *.lo
302
303clean-libtool:
304	-rm -rf .libs _libs
305
306ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308	unique=`for i in $$list; do \
309	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310	  done | \
311	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312	      END { if (nonempty) { for (i in files) print i; }; }'`; \
313	mkid -fID $$unique
314tags: TAGS
315
316TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317		$(TAGS_FILES) $(LISP)
318	set x; \
319	here=`pwd`; \
320	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
321	unique=`for i in $$list; do \
322	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323	  done | \
324	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
325	      END { if (nonempty) { for (i in files) print i; }; }'`; \
326	shift; \
327	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
328	  test -n "$$unique" || unique=$$empty_fix; \
329	  if test $$# -gt 0; then \
330	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331	      "$$@" $$unique; \
332	  else \
333	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334	      $$unique; \
335	  fi; \
336	fi
337ctags: CTAGS
338CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339		$(TAGS_FILES) $(LISP)
340	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	test -z "$(CTAGS_ARGS)$$unique" \
347	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348	     $$unique
349
350GTAGS:
351	here=`$(am__cd) $(top_builddir) && pwd` \
352	  && $(am__cd) $(top_srcdir) \
353	  && gtags -i $(GTAGS_ARGS) "$$here"
354
355distclean-tags:
356	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358distdir: $(DISTFILES)
359	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361	list='$(DISTFILES)'; \
362	  dist_files=`for file in $$list; do echo $$file; done | \
363	  sed -e "s|^$$srcdirstrip/||;t" \
364	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365	case $$dist_files in \
366	  */*) $(MKDIR_P) `echo "$$dist_files" | \
367			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368			   sort -u` ;; \
369	esac; \
370	for file in $$dist_files; do \
371	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372	  if test -d $$d/$$file; then \
373	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374	    if test -d "$(distdir)/$$file"; then \
375	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376	    fi; \
377	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380	    fi; \
381	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382	  else \
383	    test -f "$(distdir)/$$file" \
384	    || cp -p $$d/$$file "$(distdir)/$$file" \
385	    || exit 1; \
386	  fi; \
387	done
388check-am: all-am
389check: check-am
390all-am: Makefile $(PROGRAMS)
391installdirs:
392install: install-am
393install-exec: install-exec-am
394install-data: install-data-am
395uninstall: uninstall-am
396
397install-am: all-am
398	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
399
400installcheck: installcheck-am
401install-strip:
402	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404	  `test -z '$(STRIP)' || \
405	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
406mostlyclean-generic:
407
408clean-generic:
409
410distclean-generic:
411	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
412	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413
414maintainer-clean-generic:
415	@echo "This command is intended for maintainers to use"
416	@echo "it deletes files that may require special tools to rebuild."
417clean: clean-am
418
419clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
420	mostlyclean-am
421
422distclean: distclean-am
423	-rm -rf ./$(DEPDIR)
424	-rm -f Makefile
425distclean-am: clean-am distclean-compile distclean-generic \
426	distclean-tags
427
428dvi: dvi-am
429
430dvi-am:
431
432html: html-am
433
434html-am:
435
436info: info-am
437
438info-am:
439
440install-data-am:
441
442install-dvi: install-dvi-am
443
444install-dvi-am:
445
446install-exec-am:
447
448install-html: install-html-am
449
450install-html-am:
451
452install-info: install-info-am
453
454install-info-am:
455
456install-man:
457
458install-pdf: install-pdf-am
459
460install-pdf-am:
461
462install-ps: install-ps-am
463
464install-ps-am:
465
466installcheck-am:
467
468maintainer-clean: maintainer-clean-am
469	-rm -rf ./$(DEPDIR)
470	-rm -f Makefile
471maintainer-clean-am: distclean-am maintainer-clean-generic
472
473mostlyclean: mostlyclean-am
474
475mostlyclean-am: mostlyclean-compile mostlyclean-generic \
476	mostlyclean-libtool
477
478pdf: pdf-am
479
480pdf-am:
481
482ps: ps-am
483
484ps-am:
485
486uninstall-am:
487
488.MAKE: install-am install-strip
489
490.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
491	clean-libtool clean-noinstPROGRAMS ctags distclean \
492	distclean-compile distclean-generic distclean-libtool \
493	distclean-tags distdir dvi dvi-am html html-am info info-am \
494	install install-am install-data install-data-am install-dvi \
495	install-dvi-am install-exec install-exec-am install-html \
496	install-html-am install-info install-info-am install-man \
497	install-pdf install-pdf-am install-ps install-ps-am \
498	install-strip installcheck installcheck-am installdirs \
499	maintainer-clean maintainer-clean-generic mostlyclean \
500	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
501	pdf pdf-am ps ps-am tags uninstall uninstall-am
502
503
504# Tell versions [3.59,3.63) of GNU make to not export all variables.
505# Otherwise a system limit (for SysV at least) may be exceeded.
506.NOEXPORT:
507