transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / libevent / sample / Makefile
blob16a012b0996f38b5b1d17411a8aed34b1852566d
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # sample/Makefile. Generated from Makefile.in by configure.
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.
19 pkgdatadir = $(datadir)/libevent
20 pkgincludedir = $(includedir)/libevent
21 pkglibdir = $(libdir)/libevent
22 pkglibexecdir = $(libexecdir)/libevent
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 = x86_64-pc-linux-gnu
36 host_triplet = mipsel-unknown-linux-gnu
37 noinst_PROGRAMS = event-test$(EXEEXT) time-test$(EXEEXT) \
38 signal-test$(EXEEXT) dns-example$(EXEEXT) hello-world$(EXEEXT) \
39 http-server$(EXEEXT) $(am__EXEEXT_1)
40 #am__append_1 = le-proxy
41 subdir = sample
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
45 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = $(top_builddir)/config.h
52 CONFIG_CLEAN_FILES =
53 CONFIG_CLEAN_VPATH_FILES =
54 #am__EXEEXT_1 = le-proxy$(EXEEXT)
55 PROGRAMS = $(noinst_PROGRAMS)
56 dns_example_SOURCES = dns-example.c
57 dns_example_OBJECTS = dns-example.$(OBJEXT)
58 dns_example_LDADD = $(LDADD)
59 dns_example_DEPENDENCIES = ../libevent.la
60 event_test_SOURCES = event-test.c
61 event_test_OBJECTS = event-test.$(OBJEXT)
62 event_test_LDADD = $(LDADD)
63 event_test_DEPENDENCIES = ../libevent.la
64 hello_world_SOURCES = hello-world.c
65 hello_world_OBJECTS = hello-world.$(OBJEXT)
66 hello_world_LDADD = $(LDADD)
67 hello_world_DEPENDENCIES = ../libevent.la
68 http_server_SOURCES = http-server.c
69 http_server_OBJECTS = http-server.$(OBJEXT)
70 http_server_LDADD = $(LDADD)
71 http_server_DEPENDENCIES = ../libevent.la
72 le_proxy_SOURCES = le-proxy.c
73 le_proxy_OBJECTS = le-proxy.$(OBJEXT)
74 #le_proxy_DEPENDENCIES = $(LDADD) ../libevent_openssl.la
75 signal_test_SOURCES = signal-test.c
76 signal_test_OBJECTS = signal-test.$(OBJEXT)
77 signal_test_LDADD = $(LDADD)
78 signal_test_DEPENDENCIES = ../libevent.la
79 time_test_SOURCES = time-test.c
80 time_test_OBJECTS = time-test.$(OBJEXT)
81 time_test_LDADD = $(LDADD)
82 time_test_DEPENDENCIES = ../libevent.la
83 DEFAULT_INCLUDES = -I. -I$(top_builddir)
84 depcomp =
85 am__depfiles_maybe =
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94 $(LDFLAGS) -o $@
95 SOURCES = dns-example.c event-test.c hello-world.c http-server.c \
96 le-proxy.c signal-test.c time-test.c
97 DIST_SOURCES = dns-example.c event-test.c hello-world.c http-server.c \
98 le-proxy.c signal-test.c time-test.c
99 ETAGS = etags
100 CTAGS = ctags
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 ACLOCAL = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run aclocal-1.11
103 AMTAR = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run tar
104 AR = mipsel-uclibc-ar
105 AUTOCONF = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run autoconf
106 AUTOHEADER = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run autoheader
107 AUTOMAKE = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run automake-1.11
108 AWK = gawk
109 CC = mipsel-uclibc-gcc
110 CCDEPMODE = depmode=gcc3
111 CFLAGS = -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -Wall -fno-strict-aliasing -pthread
112 CPP = mipsel-uclibc-gcc -E
113 CPPFLAGS =
114 CYGPATH_W = echo
115 DEFS = -DHAVE_CONFIG_H
116 DEPDIR = .deps
117 DSYMUTIL =
118 DUMPBIN =
119 ECHO_C =
120 ECHO_N = -n
121 ECHO_T =
122 EGREP = /bin/grep -E
123 EXEEXT =
124 FGREP = /bin/grep -F
125 GREP = /bin/grep
126 INSTALL = /usr/bin/install -c
127 INSTALL_DATA = ${INSTALL} -m 644
128 INSTALL_PROGRAM = ${INSTALL}
129 INSTALL_SCRIPT = ${INSTALL}
130 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
131 LD = mipsel-uclibc-ld
132 LDFLAGS = -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC
133 LIBOBJS =
134 LIBS =
135 LIBTOOL = $(SHELL) $(top_builddir)/libtool
136 LIBTOOL_DEPS = ./ltmain.sh
137 LIPO =
138 LN_S = ln -s
139 LTLIBOBJS =
140 MAKEINFO = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/missing --run makeinfo
141 MKDIR_P = /bin/mkdir -p
142 NM = mipsel-uclibc-nm
143 NMEDIT =
144 OBJDUMP = mipsel-linux-objdump
145 OBJEXT = o
146 OPENSSL_LIBS =
147 OTOOL =
148 OTOOL64 =
149 PACKAGE = libevent
150 PACKAGE_BUGREPORT =
151 PACKAGE_NAME =
152 PACKAGE_STRING =
153 PACKAGE_TARNAME =
154 PACKAGE_URL =
155 PACKAGE_VERSION =
156 PATH_SEPARATOR = :
157 PTHREAD_CC = mipsel-uclibc-gcc
158 PTHREAD_CFLAGS = -pthread
159 PTHREAD_LIBS =
160 RANLIB = mipsel-uclibc-ranlib
161 SED = /bin/sed
162 SET_MAKE =
163 SHELL = /bin/sh
164 STRIP = mipsel-uclibc-strip -R .note -R .comment
165 VERSION = 2.0.10-stable
166 ZLIB_LIBS =
167 abs_builddir = /root/openwrt/tomato.git-dev/src/router/libevent/sample
168 abs_srcdir = /root/openwrt/tomato.git-dev/src/router/libevent/sample
169 abs_top_builddir = /root/openwrt/tomato.git-dev/src/router/libevent
170 abs_top_srcdir = /root/openwrt/tomato.git-dev/src/router/libevent
171 ac_ct_CC =
172 ac_ct_DUMPBIN =
173 acx_pthread_config =
174 am__include = include
175 am__leading_dot = .
176 am__quote =
177 am__tar = ${AMTAR} chof - "$$tardir"
178 am__untar = ${AMTAR} xf -
179 bindir = ${exec_prefix}/bin
180 build = x86_64-pc-linux-gnu
181 build_alias = x86_64-linux-gnu
182 build_cpu = x86_64
183 build_os = linux-gnu
184 build_vendor = pc
185 builddir = .
186 datadir = ${datarootdir}
187 datarootdir = ${prefix}/share
188 docdir = ${datarootdir}/doc/${PACKAGE}
189 dvidir = ${docdir}
190 exec_prefix = ${prefix}
191 host = mipsel-unknown-linux-gnu
192 host_alias = mipsel-linux
193 host_cpu = mipsel
194 host_os = linux-gnu
195 host_vendor = unknown
196 htmldir = ${docdir}
197 includedir = ${prefix}/include
198 infodir = ${datarootdir}/info
199 install_sh = ${SHELL} /root/openwrt/tomato.git-dev/src/router/libevent/install-sh
200 libdir = ${exec_prefix}/lib
201 libexecdir = ${exec_prefix}/libexec
202 localedir = ${datarootdir}/locale
203 localstatedir = ${prefix}/var
204 mandir = ${datarootdir}/man
205 mkdir_p = /bin/mkdir -p
206 oldincludedir = /usr/include
207 pdfdir = ${docdir}
208 prefix = /usr/local
209 program_transform_name = s,x,x,
210 psdir = ${docdir}
211 sbindir = ${exec_prefix}/sbin
212 sharedstatedir = ${prefix}/com
213 srcdir = .
214 sysconfdir = ${prefix}/etc
215 target_alias =
216 top_build_prefix = ../
217 top_builddir = ..
218 top_srcdir = ..
219 AUTOMAKE_OPTIONS = foreign no-dependencies
220 LDADD = ../libevent.la
221 AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include
222 event_test_sources = event-test.c
223 time_test_sources = time-test.c
224 signal_test_sources = signal-test.c
225 dns_example_sources = dns-example.c
226 hello_world_sources = hello-world.c
227 http_server_sources = http-server.c
228 #le_proxy_sources = le-proxy.c
229 #le_proxy_LDADD = $(LDADD) ../libevent_openssl.la -lcrypto -lssl
230 DISTCLEANFILES = *~
231 all: all-am
233 .SUFFIXES:
234 .SUFFIXES: .c .lo .o .obj
235 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
236 @for dep in $?; do \
237 case '$(am__configure_deps)' in \
238 *$$dep*) \
239 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240 && { if test -f $@; then exit 0; else break; fi; }; \
241 exit 1;; \
242 esac; \
243 done; \
244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
245 $(am__cd) $(top_srcdir) && \
246 $(AUTOMAKE) --foreign sample/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249 @case '$?' in \
250 *config.status*) \
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252 *) \
253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255 esac;
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(top_srcdir)/configure: $(am__configure_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(am__aclocal_m4_deps):
266 clean-noinstPROGRAMS:
267 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
268 echo " rm -f" $$list; \
269 rm -f $$list || exit $$?; \
270 test -n "$(EXEEXT)" || exit 0; \
271 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
272 echo " rm -f" $$list; \
273 rm -f $$list
274 dns-example$(EXEEXT): $(dns_example_OBJECTS) $(dns_example_DEPENDENCIES)
275 @rm -f dns-example$(EXEEXT)
276 $(LINK) $(dns_example_OBJECTS) $(dns_example_LDADD) $(LIBS)
277 event-test$(EXEEXT): $(event_test_OBJECTS) $(event_test_DEPENDENCIES)
278 @rm -f event-test$(EXEEXT)
279 $(LINK) $(event_test_OBJECTS) $(event_test_LDADD) $(LIBS)
280 hello-world$(EXEEXT): $(hello_world_OBJECTS) $(hello_world_DEPENDENCIES)
281 @rm -f hello-world$(EXEEXT)
282 $(LINK) $(hello_world_OBJECTS) $(hello_world_LDADD) $(LIBS)
283 http-server$(EXEEXT): $(http_server_OBJECTS) $(http_server_DEPENDENCIES)
284 @rm -f http-server$(EXEEXT)
285 $(LINK) $(http_server_OBJECTS) $(http_server_LDADD) $(LIBS)
286 le-proxy$(EXEEXT): $(le_proxy_OBJECTS) $(le_proxy_DEPENDENCIES)
287 @rm -f le-proxy$(EXEEXT)
288 $(LINK) $(le_proxy_OBJECTS) $(le_proxy_LDADD) $(LIBS)
289 signal-test$(EXEEXT): $(signal_test_OBJECTS) $(signal_test_DEPENDENCIES)
290 @rm -f signal-test$(EXEEXT)
291 $(LINK) $(signal_test_OBJECTS) $(signal_test_LDADD) $(LIBS)
292 time-test$(EXEEXT): $(time_test_OBJECTS) $(time_test_DEPENDENCIES)
293 @rm -f time-test$(EXEEXT)
294 $(LINK) $(time_test_OBJECTS) $(time_test_LDADD) $(LIBS)
296 mostlyclean-compile:
297 -rm -f *.$(OBJEXT)
299 distclean-compile:
300 -rm -f *.tab.c
302 .c.o:
303 $(COMPILE) -c $<
305 .c.obj:
306 $(COMPILE) -c `$(CYGPATH_W) '$<'`
308 .c.lo:
309 $(LTCOMPILE) -c -o $@ $<
311 mostlyclean-libtool:
312 -rm -f *.lo
314 clean-libtool:
315 -rm -rf .libs _libs
317 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319 unique=`for i in $$list; do \
320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321 done | \
322 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323 END { if (nonempty) { for (i in files) print i; }; }'`; \
324 mkid -fID $$unique
325 tags: TAGS
327 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
328 $(TAGS_FILES) $(LISP)
329 set x; \
330 here=`pwd`; \
331 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
332 unique=`for i in $$list; do \
333 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334 done | \
335 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
336 END { if (nonempty) { for (i in files) print i; }; }'`; \
337 shift; \
338 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
339 test -n "$$unique" || unique=$$empty_fix; \
340 if test $$# -gt 0; then \
341 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342 "$$@" $$unique; \
343 else \
344 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345 $$unique; \
346 fi; \
348 ctags: CTAGS
349 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
350 $(TAGS_FILES) $(LISP)
351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
352 unique=`for i in $$list; do \
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354 done | \
355 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356 END { if (nonempty) { for (i in files) print i; }; }'`; \
357 test -z "$(CTAGS_ARGS)$$unique" \
358 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359 $$unique
361 GTAGS:
362 here=`$(am__cd) $(top_builddir) && pwd` \
363 && $(am__cd) $(top_srcdir) \
364 && gtags -i $(GTAGS_ARGS) "$$here"
366 distclean-tags:
367 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369 distdir: $(DISTFILES)
370 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372 list='$(DISTFILES)'; \
373 dist_files=`for file in $$list; do echo $$file; done | \
374 sed -e "s|^$$srcdirstrip/||;t" \
375 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
376 case $$dist_files in \
377 */*) $(MKDIR_P) `echo "$$dist_files" | \
378 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
379 sort -u` ;; \
380 esac; \
381 for file in $$dist_files; do \
382 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
383 if test -d $$d/$$file; then \
384 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
385 if test -d "$(distdir)/$$file"; then \
386 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387 fi; \
388 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
389 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
390 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391 fi; \
392 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
393 else \
394 test -f "$(distdir)/$$file" \
395 || cp -p $$d/$$file "$(distdir)/$$file" \
396 || exit 1; \
397 fi; \
398 done
399 check-am: all-am
400 check: check-am
401 all-am: Makefile $(PROGRAMS)
402 installdirs:
403 install: install-am
404 install-exec: install-exec-am
405 install-data: install-data-am
406 uninstall: uninstall-am
408 install-am: all-am
409 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411 installcheck: installcheck-am
412 install-strip:
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415 `test -z '$(STRIP)' || \
416 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
417 mostlyclean-generic:
419 clean-generic:
421 distclean-generic:
422 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
426 maintainer-clean-generic:
427 @echo "This command is intended for maintainers to use"
428 @echo "it deletes files that may require special tools to rebuild."
429 clean: clean-am
431 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
432 mostlyclean-am
434 distclean: distclean-am
435 -rm -f Makefile
436 distclean-am: clean-am distclean-compile distclean-generic \
437 distclean-tags
439 dvi: dvi-am
441 dvi-am:
443 html: html-am
445 html-am:
447 info: info-am
449 info-am:
451 install-data-am:
453 install-dvi: install-dvi-am
455 install-dvi-am:
457 install-exec-am:
459 install-html: install-html-am
461 install-html-am:
463 install-info: install-info-am
465 install-info-am:
467 install-man:
469 install-pdf: install-pdf-am
471 install-pdf-am:
473 install-ps: install-ps-am
475 install-ps-am:
477 installcheck-am:
479 maintainer-clean: maintainer-clean-am
480 -rm -f Makefile
481 maintainer-clean-am: distclean-am maintainer-clean-generic
483 mostlyclean: mostlyclean-am
485 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
486 mostlyclean-libtool
488 pdf: pdf-am
490 pdf-am:
492 ps: ps-am
494 ps-am:
496 uninstall-am:
498 .MAKE: install-am install-strip
500 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
501 clean-libtool clean-noinstPROGRAMS ctags distclean \
502 distclean-compile distclean-generic distclean-libtool \
503 distclean-tags distdir dvi dvi-am html html-am info info-am \
504 install install-am install-data install-data-am install-dvi \
505 install-dvi-am install-exec install-exec-am install-html \
506 install-html-am install-info install-info-am install-man \
507 install-pdf install-pdf-am install-ps install-ps-am \
508 install-strip installcheck installcheck-am installdirs \
509 maintainer-clean maintainer-clean-generic mostlyclean \
510 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
511 pdf pdf-am ps ps-am tags uninstall uninstall-am
514 verify:
516 # Tell versions [3.59,3.63) of GNU make to not export all variables.
517 # Otherwise a system limit (for SysV at least) may be exceeded.
518 .NOEXPORT: