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