Changes to update Tomato RAF.
[tomato.git] / release / src / router / igmpproxy / src / Makefile.in
blobab670af96d58e6e08e33dd98809be8145294e610
1 # Makefile.in generated by automake 1.11 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 sbin_PROGRAMS = igmpproxy$(EXEEXT)
38 subdir = src
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES = os.h
47 CONFIG_CLEAN_VPATH_FILES =
48 am__installdirs = "$(DESTDIR)$(sbindir)"
49 PROGRAMS = $(sbin_PROGRAMS)
50 am_igmpproxy_OBJECTS = callout.$(OBJEXT) config.$(OBJEXT) \
51 confread.$(OBJEXT) ifvc.$(OBJEXT) igmp.$(OBJEXT) \
52 igmpproxy.$(OBJEXT) kern.$(OBJEXT) lib.$(OBJEXT) \
53 mcgroup.$(OBJEXT) mroute-api.$(OBJEXT) request.$(OBJEXT) \
54 rttable.$(OBJEXT) syslog.$(OBJEXT) udpsock.$(OBJEXT)
55 igmpproxy_OBJECTS = $(am_igmpproxy_OBJECTS)
56 igmpproxy_LDADD = $(LDADD)
57 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58 depcomp = $(SHELL) $(top_srcdir)/depcomp
59 am__depfiles_maybe = depfiles
60 am__mv = mv -f
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63 CCLD = $(CC)
64 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65 SOURCES = $(igmpproxy_SOURCES)
66 DIST_SOURCES = $(igmpproxy_SOURCES)
67 ETAGS = etags
68 CTAGS = ctags
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 ACLOCAL = @ACLOCAL@
71 AMTAR = @AMTAR@
72 AUTOCONF = @AUTOCONF@
73 AUTOHEADER = @AUTOHEADER@
74 AUTOMAKE = @AUTOMAKE@
75 AWK = @AWK@
76 CC = @CC@
77 CCDEPMODE = @CCDEPMODE@
78 CFLAGS = @CFLAGS@
79 CPPFLAGS = @CPPFLAGS@
80 CYGPATH_W = @CYGPATH_W@
81 DEFS = @DEFS@
82 DEPDIR = @DEPDIR@
83 ECHO_C = @ECHO_C@
84 ECHO_N = @ECHO_N@
85 ECHO_T = @ECHO_T@
86 EXEEXT = @EXEEXT@
87 INSTALL = @INSTALL@
88 INSTALL_DATA = @INSTALL_DATA@
89 INSTALL_PROGRAM = @INSTALL_PROGRAM@
90 INSTALL_SCRIPT = @INSTALL_SCRIPT@
91 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92 LDFLAGS = @LDFLAGS@
93 LIBOBJS = @LIBOBJS@
94 LIBS = @LIBS@
95 LTLIBOBJS = @LTLIBOBJS@
96 MAKEINFO = @MAKEINFO@
97 MKDIR_P = @MKDIR_P@
98 OBJEXT = @OBJEXT@
99 PACKAGE = @PACKAGE@
100 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101 PACKAGE_NAME = @PACKAGE_NAME@
102 PACKAGE_STRING = @PACKAGE_STRING@
103 PACKAGE_TARNAME = @PACKAGE_TARNAME@
104 PACKAGE_VERSION = @PACKAGE_VERSION@
105 PATH_SEPARATOR = @PATH_SEPARATOR@
106 SET_MAKE = @SET_MAKE@
107 SHELL = @SHELL@
108 STRIP = @STRIP@
109 VERSION = @VERSION@
110 abs_builddir = @abs_builddir@
111 abs_srcdir = @abs_srcdir@
112 abs_top_builddir = @abs_top_builddir@
113 abs_top_srcdir = @abs_top_srcdir@
114 ac_ct_CC = @ac_ct_CC@
115 am__include = @am__include@
116 am__leading_dot = @am__leading_dot@
117 am__quote = @am__quote@
118 am__tar = @am__tar@
119 am__untar = @am__untar@
120 bindir = @bindir@
121 build = @build@
122 build_alias = @build_alias@
123 build_cpu = @build_cpu@
124 build_os = @build_os@
125 build_vendor = @build_vendor@
126 builddir = @builddir@
127 datadir = @datadir@
128 datarootdir = @datarootdir@
129 docdir = @docdir@
130 dvidir = @dvidir@
131 exec_prefix = @exec_prefix@
132 host = @host@
133 host_alias = @host_alias@
134 host_cpu = @host_cpu@
135 host_os = @host_os@
136 host_vendor = @host_vendor@
137 htmldir = @htmldir@
138 includedir = @includedir@
139 infodir = @infodir@
140 install_sh = @install_sh@
141 libdir = @libdir@
142 libexecdir = @libexecdir@
143 localedir = @localedir@
144 localstatedir = @localstatedir@
145 mandir = @mandir@
146 mkdir_p = @mkdir_p@
147 oldincludedir = @oldincludedir@
148 pdfdir = @pdfdir@
149 prefix = @prefix@
150 program_transform_name = @program_transform_name@
151 psdir = @psdir@
152 sbindir = @sbindir@
153 sharedstatedir = @sharedstatedir@
154 srcdir = @srcdir@
155 sysconfdir = @sysconfdir@
156 target_alias = @target_alias@
157 top_build_prefix = @top_build_prefix@
158 top_builddir = @top_builddir@
159 top_srcdir = @top_srcdir@
160 igmpproxy_SOURCES = \
161 callout.c \
162 config.c \
163 confread.c \
164 ifvc.c \
165 igmp.c \
166 igmpproxy.c \
167 igmpproxy.h \
168 kern.c \
169 lib.c \
170 mcgroup.c \
171 mroute-api.c \
172 os-dragonfly.h \
173 os-freebsd.h \
174 os-linux.h \
175 os-netbsd.h \
176 os-openbsd.h \
177 request.c \
178 rttable.c \
179 syslog.c \
180 udpsock.c
182 all: all-am
184 .SUFFIXES:
185 .SUFFIXES: .c .o .obj
186 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
187 @for dep in $?; do \
188 case '$(am__configure_deps)' in \
189 *$$dep*) \
190 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
191 && { if test -f $@; then exit 0; else break; fi; }; \
192 exit 1;; \
193 esac; \
194 done; \
195 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
196 $(am__cd) $(top_srcdir) && \
197 $(AUTOMAKE) --gnu src/Makefile
198 .PRECIOUS: Makefile
199 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
200 @case '$?' in \
201 *config.status*) \
202 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
203 *) \
204 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
205 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
206 esac;
208 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211 $(top_srcdir)/configure: $(am__configure_deps)
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215 $(am__aclocal_m4_deps):
216 install-sbinPROGRAMS: $(sbin_PROGRAMS)
217 @$(NORMAL_INSTALL)
218 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
219 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
220 for p in $$list; do echo "$$p $$p"; done | \
221 sed 's/$(EXEEXT)$$//' | \
222 while read p p1; do if test -f $$p; \
223 then echo "$$p"; echo "$$p"; else :; fi; \
224 done | \
225 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
226 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
227 sed 'N;N;N;s,\n, ,g' | \
228 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
229 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
230 if ($$2 == $$4) files[d] = files[d] " " $$1; \
231 else { print "f", $$3 "/" $$4, $$1; } } \
232 END { for (d in files) print "f", d, files[d] }' | \
233 while read type dir files; do \
234 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
235 test -z "$$files" || { \
236 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
237 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
239 ; done
241 uninstall-sbinPROGRAMS:
242 @$(NORMAL_UNINSTALL)
243 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
244 files=`for p in $$list; do echo "$$p"; done | \
245 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
246 -e 's/$$/$(EXEEXT)/' `; \
247 test -n "$$list" || exit 0; \
248 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
249 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
251 clean-sbinPROGRAMS:
252 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
253 igmpproxy$(EXEEXT): $(igmpproxy_OBJECTS) $(igmpproxy_DEPENDENCIES)
254 @rm -f igmpproxy$(EXEEXT)
255 $(LINK) $(igmpproxy_OBJECTS) $(igmpproxy_LDADD) $(LIBS)
257 mostlyclean-compile:
258 -rm -f *.$(OBJEXT)
260 distclean-compile:
261 -rm -f *.tab.c
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callout.Po@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/confread.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ifvc.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igmp.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/igmpproxy.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kern.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcgroup.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mroute-api.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rttable.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udpsock.Po@am__quote@
278 .c.o:
279 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
285 .c.obj:
286 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
287 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
298 END { if (nonempty) { for (i in files) print i; }; }'`; \
299 mkid -fID $$unique
300 tags: TAGS
302 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
304 set x; \
305 here=`pwd`; \
306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307 unique=`for i in $$list; do \
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 done | \
310 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311 END { if (nonempty) { for (i in files) print i; }; }'`; \
312 shift; \
313 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
314 test -n "$$unique" || unique=$$empty_fix; \
315 if test $$# -gt 0; then \
316 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
317 "$$@" $$unique; \
318 else \
319 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320 $$unique; \
321 fi; \
323 ctags: CTAGS
324 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325 $(TAGS_FILES) $(LISP)
326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327 unique=`for i in $$list; do \
328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329 done | \
330 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331 END { if (nonempty) { for (i in files) print i; }; }'`; \
332 test -z "$(CTAGS_ARGS)$$unique" \
333 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
334 $$unique
336 GTAGS:
337 here=`$(am__cd) $(top_builddir) && pwd` \
338 && $(am__cd) $(top_srcdir) \
339 && gtags -i $(GTAGS_ARGS) "$$here"
341 distclean-tags:
342 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
344 distdir: $(DISTFILES)
345 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
346 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347 list='$(DISTFILES)'; \
348 dist_files=`for file in $$list; do echo $$file; done | \
349 sed -e "s|^$$srcdirstrip/||;t" \
350 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
351 case $$dist_files in \
352 */*) $(MKDIR_P) `echo "$$dist_files" | \
353 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
354 sort -u` ;; \
355 esac; \
356 for file in $$dist_files; do \
357 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
358 if test -d $$d/$$file; then \
359 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
360 if test -d "$(distdir)/$$file"; then \
361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362 fi; \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
365 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366 fi; \
367 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
368 else \
369 test -f "$(distdir)/$$file" \
370 || cp -p $$d/$$file "$(distdir)/$$file" \
371 || exit 1; \
372 fi; \
373 done
374 check-am: all-am
375 check: check-am
376 all-am: Makefile $(PROGRAMS)
377 installdirs:
378 for dir in "$(DESTDIR)$(sbindir)"; do \
379 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
380 done
381 install: install-am
382 install-exec: install-exec-am
383 install-data: install-data-am
384 uninstall: uninstall-am
386 install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
389 installcheck: installcheck-am
390 install-strip:
391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393 `test -z '$(STRIP)' || \
394 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395 mostlyclean-generic:
397 clean-generic:
399 distclean-generic:
400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
403 maintainer-clean-generic:
404 @echo "This command is intended for maintainers to use"
405 @echo "it deletes files that may require special tools to rebuild."
406 clean: clean-am
408 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
410 distclean: distclean-am
411 -rm -rf ./$(DEPDIR)
412 -rm -f Makefile
413 distclean-am: clean-am distclean-compile distclean-generic \
414 distclean-tags
416 dvi: dvi-am
418 dvi-am:
420 html: html-am
422 html-am:
424 info: info-am
426 info-am:
428 install-data-am:
430 install-dvi: install-dvi-am
432 install-dvi-am:
434 install-exec-am: install-sbinPROGRAMS
436 install-html: install-html-am
438 install-html-am:
440 install-info: install-info-am
442 install-info-am:
444 install-man:
446 install-pdf: install-pdf-am
448 install-pdf-am:
450 install-ps: install-ps-am
452 install-ps-am:
454 installcheck-am:
456 maintainer-clean: maintainer-clean-am
457 -rm -rf ./$(DEPDIR)
458 -rm -f Makefile
459 maintainer-clean-am: distclean-am maintainer-clean-generic
461 mostlyclean: mostlyclean-am
463 mostlyclean-am: mostlyclean-compile mostlyclean-generic
465 pdf: pdf-am
467 pdf-am:
469 ps: ps-am
471 ps-am:
473 uninstall-am: uninstall-sbinPROGRAMS
475 .MAKE: install-am install-strip
477 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
478 clean-sbinPROGRAMS ctags distclean distclean-compile \
479 distclean-generic distclean-tags distdir dvi dvi-am html \
480 html-am info info-am install install-am install-data \
481 install-data-am install-dvi install-dvi-am install-exec \
482 install-exec-am install-html install-html-am install-info \
483 install-info-am install-man install-pdf install-pdf-am \
484 install-ps install-ps-am install-sbinPROGRAMS install-strip \
485 installcheck installcheck-am installdirs maintainer-clean \
486 maintainer-clean-generic mostlyclean mostlyclean-compile \
487 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
488 uninstall-am uninstall-sbinPROGRAMS
491 # Tell versions [3.59,3.63) of GNU make to not export all variables.
492 # Otherwise a system limit (for SysV at least) may be exceeded.
493 .NOEXPORT: