Don't enable dnsmasq IPSET functionality on 2.4 kernel
[tomato.git] / release / src / router / libdaemon / examples / Makefile.in
blobf512d728c94ed76948dab3c8186910db7a02bc9d
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 # This file is part of libdaemon.
20 # Copyright 2003-2008 Lennart Poettering
22 # libdaemon is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation, either version 2.1 of the
25 # License, or (at your option) any later version.
27 # libdaemon is distributed in the hope that it will be useful, but
28 # WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 # Lesser General Public License for more details.
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with libdaemon. If not, see
34 # <http://www.gnu.org/licenses/>.
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 noinst_PROGRAMS = testd$(EXEEXT)
56 subdir = examples
57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
60 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
61 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
62 $(top_srcdir)/m4/lt~obsolete.m4 \
63 $(top_srcdir)/m4/zp_lynx_doc.m4 $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65 $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_HEADER = $(top_builddir)/config.h
68 CONFIG_CLEAN_FILES =
69 CONFIG_CLEAN_VPATH_FILES =
70 PROGRAMS = $(noinst_PROGRAMS)
71 am_testd_OBJECTS = testd.$(OBJEXT)
72 testd_OBJECTS = $(am_testd_OBJECTS)
73 testd_DEPENDENCIES = ../libdaemon/libdaemon.la
74 AM_V_lt = $(am__v_lt_$(V))
75 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
76 am__v_lt_0 = --silent
77 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
85 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86 $(AM_CFLAGS) $(CFLAGS)
87 AM_V_CC = $(am__v_CC_$(V))
88 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89 am__v_CC_0 = @echo " CC " $@;
90 AM_V_at = $(am__v_at_$(V))
91 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92 am__v_at_0 = @
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96 $(AM_LDFLAGS) $(LDFLAGS) -o $@
97 AM_V_CCLD = $(am__v_CCLD_$(V))
98 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
99 am__v_CCLD_0 = @echo " CCLD " $@;
100 AM_V_GEN = $(am__v_GEN_$(V))
101 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102 am__v_GEN_0 = @echo " GEN " $@;
103 SOURCES = $(testd_SOURCES)
104 DIST_SOURCES = $(testd_SOURCES)
105 ETAGS = etags
106 CTAGS = ctags
107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108 ACLOCAL = @ACLOCAL@
109 AMTAR = @AMTAR@
110 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111 AR = @AR@
112 AUTOCONF = @AUTOCONF@
113 AUTOHEADER = @AUTOHEADER@
114 AUTOMAKE = @AUTOMAKE@
115 AWK = @AWK@
116 CC = @CC@
117 CCDEPMODE = @CCDEPMODE@
118 CFLAGS = @CFLAGS@
119 CPP = @CPP@
120 CPPFLAGS = @CPPFLAGS@
121 CYGPATH_W = @CYGPATH_W@
122 DEFS = @DEFS@
123 DEPDIR = @DEPDIR@
124 DSYMUTIL = @DSYMUTIL@
125 DUMPBIN = @DUMPBIN@
126 ECHO_C = @ECHO_C@
127 ECHO_N = @ECHO_N@
128 ECHO_T = @ECHO_T@
129 EGREP = @EGREP@
130 EXEEXT = @EXEEXT@
131 FGREP = @FGREP@
132 GREP = @GREP@
133 INSTALL = @INSTALL@
134 INSTALL_DATA = @INSTALL_DATA@
135 INSTALL_PROGRAM = @INSTALL_PROGRAM@
136 INSTALL_SCRIPT = @INSTALL_SCRIPT@
137 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 LD = @LD@
139 LDFLAGS = @LDFLAGS@
140 LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
141 LIBDAEMON_VERSION_INFO = @LIBDAEMON_VERSION_INFO@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LIBTOOL = @LIBTOOL@
145 LIPO = @LIPO@
146 LN_S = @LN_S@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 MKDIR_P = @MKDIR_P@
150 NM = @NM@
151 NMEDIT = @NMEDIT@
152 OBJDUMP = @OBJDUMP@
153 OBJEXT = @OBJEXT@
154 OTOOL = @OTOOL@
155 OTOOL64 = @OTOOL64@
156 PACKAGE = @PACKAGE@
157 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158 PACKAGE_NAME = @PACKAGE_NAME@
159 PACKAGE_STRING = @PACKAGE_STRING@
160 PACKAGE_TARNAME = @PACKAGE_TARNAME@
161 PACKAGE_URL = @PACKAGE_URL@
162 PACKAGE_VERSION = @PACKAGE_VERSION@
163 PATH_SEPARATOR = @PATH_SEPARATOR@
164 RANLIB = @RANLIB@
165 SED = @SED@
166 SET_MAKE = @SET_MAKE@
167 SHELL = @SHELL@
168 STRIP = @STRIP@
169 VERSION = @VERSION@
170 abs_builddir = @abs_builddir@
171 abs_srcdir = @abs_srcdir@
172 abs_top_builddir = @abs_top_builddir@
173 abs_top_srcdir = @abs_top_srcdir@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_os = @build_os@
186 build_vendor = @build_vendor@
187 builddir = @builddir@
188 datadir = @datadir@
189 datarootdir = @datarootdir@
190 docdir = @docdir@
191 dvidir = @dvidir@
192 exec_prefix = @exec_prefix@
193 have_lynx = @have_lynx@
194 host = @host@
195 host_alias = @host_alias@
196 host_cpu = @host_cpu@
197 host_os = @host_os@
198 host_vendor = @host_vendor@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 lt_ECHO = @lt_ECHO@
208 mandir = @mandir@
209 mkdir_p = @mkdir_p@
210 oldincludedir = @oldincludedir@
211 pdfdir = @pdfdir@
212 prefix = @prefix@
213 program_transform_name = @program_transform_name@
214 psdir = @psdir@
215 sbindir = @sbindir@
216 sharedstatedir = @sharedstatedir@
217 srcdir = @srcdir@
218 sysconfdir = @sysconfdir@
219 target_alias = @target_alias@
220 top_build_prefix = @top_build_prefix@
221 top_builddir = @top_builddir@
222 top_srcdir = @top_srcdir@
223 AM_CPPFLAGS = -I$(top_srcdir)
224 testd_SOURCES = testd.c
225 testd_LDADD = ../libdaemon/libdaemon.la
226 all: all-am
228 .SUFFIXES:
229 .SUFFIXES: .c .lo .o .obj
230 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
231 @for dep in $?; do \
232 case '$(am__configure_deps)' in \
233 *$$dep*) \
234 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
235 && { if test -f $@; then exit 0; else break; fi; }; \
236 exit 1;; \
237 esac; \
238 done; \
239 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
240 $(am__cd) $(top_srcdir) && \
241 $(AUTOMAKE) --foreign examples/Makefile
242 .PRECIOUS: Makefile
243 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244 @case '$?' in \
245 *config.status*) \
246 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247 *) \
248 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250 esac;
252 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(top_srcdir)/configure: $(am__configure_deps)
256 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259 $(am__aclocal_m4_deps):
261 clean-noinstPROGRAMS:
262 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
263 echo " rm -f" $$list; \
264 rm -f $$list || exit $$?; \
265 test -n "$(EXEEXT)" || exit 0; \
266 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
267 echo " rm -f" $$list; \
268 rm -f $$list
269 testd$(EXEEXT): $(testd_OBJECTS) $(testd_DEPENDENCIES)
270 @rm -f testd$(EXEEXT)
271 $(AM_V_CCLD)$(LINK) $(testd_OBJECTS) $(testd_LDADD) $(LIBS)
273 mostlyclean-compile:
274 -rm -f *.$(OBJEXT)
276 distclean-compile:
277 -rm -f *.tab.c
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testd.Po@am__quote@
281 .c.o:
282 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
283 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
289 .c.obj:
290 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
297 .c.lo:
298 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
300 @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
305 mostlyclean-libtool:
306 -rm -f *.lo
308 clean-libtool:
309 -rm -rf .libs _libs
311 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317 END { if (nonempty) { for (i in files) print i; }; }'`; \
318 mkid -fID $$unique
319 tags: TAGS
321 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
322 $(TAGS_FILES) $(LISP)
323 set x; \
324 here=`pwd`; \
325 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326 unique=`for i in $$list; do \
327 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328 done | \
329 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330 END { if (nonempty) { for (i in files) print i; }; }'`; \
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; \
342 ctags: CTAGS
343 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 $(TAGS_FILES) $(LISP)
345 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346 unique=`for i in $$list; do \
347 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348 done | \
349 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350 END { if (nonempty) { for (i in files) print i; }; }'`; \
351 test -z "$(CTAGS_ARGS)$$unique" \
352 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353 $$unique
355 GTAGS:
356 here=`$(am__cd) $(top_builddir) && pwd` \
357 && $(am__cd) $(top_srcdir) \
358 && gtags -i $(GTAGS_ARGS) "$$here"
360 distclean-tags:
361 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
363 distdir: $(DISTFILES)
364 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366 list='$(DISTFILES)'; \
367 dist_files=`for file in $$list; do echo $$file; done | \
368 sed -e "s|^$$srcdirstrip/||;t" \
369 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370 case $$dist_files in \
371 */*) $(MKDIR_P) `echo "$$dist_files" | \
372 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373 sort -u` ;; \
374 esac; \
375 for file in $$dist_files; do \
376 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377 if test -d $$d/$$file; then \
378 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379 if test -d "$(distdir)/$$file"; then \
380 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381 fi; \
382 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385 fi; \
386 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387 else \
388 test -f "$(distdir)/$$file" \
389 || cp -p $$d/$$file "$(distdir)/$$file" \
390 || exit 1; \
391 fi; \
392 done
393 check-am: all-am
394 check: check-am
395 all-am: Makefile $(PROGRAMS)
396 installdirs:
397 install: install-am
398 install-exec: install-exec-am
399 install-data: install-data-am
400 uninstall: uninstall-am
402 install-am: all-am
403 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405 installcheck: installcheck-am
406 install-strip:
407 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409 `test -z '$(STRIP)' || \
410 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411 mostlyclean-generic:
413 clean-generic:
415 distclean-generic:
416 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
419 maintainer-clean-generic:
420 @echo "This command is intended for maintainers to use"
421 @echo "it deletes files that may require special tools to rebuild."
422 clean: clean-am
424 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
425 mostlyclean-am
427 distclean: distclean-am
428 -rm -rf ./$(DEPDIR)
429 -rm -f Makefile
430 distclean-am: clean-am distclean-compile distclean-generic \
431 distclean-tags
433 dvi: dvi-am
435 dvi-am:
437 html: html-am
439 html-am:
441 info: info-am
443 info-am:
445 install-data-am:
447 install-dvi: install-dvi-am
449 install-dvi-am:
451 install-exec-am:
453 install-html: install-html-am
455 install-html-am:
457 install-info: install-info-am
459 install-info-am:
461 install-man:
463 install-pdf: install-pdf-am
465 install-pdf-am:
467 install-ps: install-ps-am
469 install-ps-am:
471 installcheck-am:
473 maintainer-clean: maintainer-clean-am
474 -rm -rf ./$(DEPDIR)
475 -rm -f Makefile
476 maintainer-clean-am: distclean-am maintainer-clean-generic
478 mostlyclean: mostlyclean-am
480 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481 mostlyclean-libtool
483 pdf: pdf-am
485 pdf-am:
487 ps: ps-am
489 ps-am:
491 uninstall-am:
493 .MAKE: install-am install-strip
495 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
496 clean-libtool clean-noinstPROGRAMS ctags distclean \
497 distclean-compile distclean-generic distclean-libtool \
498 distclean-tags distdir dvi dvi-am html html-am info info-am \
499 install install-am install-data install-data-am install-dvi \
500 install-dvi-am install-exec install-exec-am install-html \
501 install-html-am install-info install-info-am install-man \
502 install-pdf install-pdf-am install-ps install-ps-am \
503 install-strip installcheck installcheck-am installdirs \
504 maintainer-clean maintainer-clean-generic mostlyclean \
505 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
506 pdf pdf-am ps ps-am tags uninstall uninstall-am
509 # Tell versions [3.59,3.63) of GNU make to not export all variables.
510 # Otherwise a system limit (for SysV at least) may be exceeded.
511 .NOEXPORT: