Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. target_triplet = @target@
  32. noinst_PROGRAMS = man2html$(EXEEXT)
  33. subdir = scripts
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  40. CONFIG_HEADER = $(top_builddir)/src/config.h
  41. CONFIG_CLEAN_FILES =
  42. PROGRAMS = $(noinst_PROGRAMS)
  43. am_man2html_OBJECTS = man2html.$(OBJEXT)
  44. man2html_OBJECTS = $(am_man2html_OBJECTS)
  45. man2html_LDADD = $(LDADD)
  46. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  47. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  48. am__depfiles_maybe = depfiles
  49. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  50. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  51. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  52. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  53. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  54. CCLD = $(CC)
  55. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  56. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  57. $(LDFLAGS) -o $@
  58. SOURCES = $(man2html_SOURCES)
  59. DIST_SOURCES = $(man2html_SOURCES)
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. ACLOCAL = @ACLOCAL@
  64. AMTAR = @AMTAR@
  65. AR = @AR@
  66. AUTOCONF = @AUTOCONF@
  67. AUTOGEN = @AUTOGEN@
  68. AUTOHEADER = @AUTOHEADER@
  69. AUTOMAKE = @AUTOMAKE@
  70. AWK = @AWK@
  71. CC = @CC@
  72. CCDEPMODE = @CCDEPMODE@
  73. CFLAGS = @CFLAGS@
  74. CPP = @CPP@
  75. CPPFLAGS = @CPPFLAGS@
  76. CUT = @CUT@
  77. CXX = @CXX@
  78. CXXCPP = @CXXCPP@
  79. CXXDEPMODE = @CXXDEPMODE@
  80. CXXFLAGS = @CXXFLAGS@
  81. CYGPATH_W = @CYGPATH_W@
  82. DEFS = @DEFS@
  83. DEPDIR = @DEPDIR@
  84. DMALLOC_LIB = @DMALLOC_LIB@
  85. DSYMUTIL = @DSYMUTIL@
  86. ECHO = @ECHO@
  87. ECHO_C = @ECHO_C@
  88. ECHO_N = @ECHO_N@
  89. ECHO_T = @ECHO_T@
  90. EGREP = @EGREP@
  91. EXEEXT = @EXEEXT@
  92. F77 = @F77@
  93. FFLAGS = @FFLAGS@
  94. GREP = @GREP@
  95. INSTALL = @INSTALL@
  96. INSTALL_DATA = @INSTALL_DATA@
  97. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  98. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  99. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  100. LDFLAGS = @LDFLAGS@
  101. LDNETINC = @LDNETINC@
  102. LDNETLIB = @LDNETLIB@
  103. LIBOBJS = @LIBOBJS@
  104. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  105. LIBOPTS_DIR = @LIBOPTS_DIR@
  106. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  107. LIBS = @LIBS@
  108. LIBTOOL = @LIBTOOL@
  109. LNAVLIB = @LNAVLIB@
  110. LNAV_CFLAGS = @LNAV_CFLAGS@
  111. LNETINC = @LNETINC@
  112. LNETLIB = @LNETLIB@
  113. LN_S = @LN_S@
  114. LPCAPINC = @LPCAPINC@
  115. LPCAPLIB = @LPCAPLIB@
  116. LTLIBOBJS = @LTLIBOBJS@
  117. MAINT = @MAINT@
  118. MAKEINFO = @MAKEINFO@
  119. MKDIR_P = @MKDIR_P@
  120. NMEDIT = @NMEDIT@
  121. OBJEXT = @OBJEXT@
  122. PACKAGE = @PACKAGE@
  123. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  124. PACKAGE_NAME = @PACKAGE_NAME@
  125. PACKAGE_STRING = @PACKAGE_STRING@
  126. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  127. PACKAGE_VERSION = @PACKAGE_VERSION@
  128. PATH_SEPARATOR = @PATH_SEPARATOR@
  129. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  130. PRINTF = @PRINTF@
  131. RANLIB = @RANLIB@
  132. SED = @SED@
  133. SET_MAKE = @SET_MAKE@
  134. SHELL = @SHELL@
  135. STRIP = @STRIP@
  136. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  137. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  138. VERSION = @VERSION@
  139. abs_builddir = @abs_builddir@
  140. abs_srcdir = @abs_srcdir@
  141. abs_top_builddir = @abs_top_builddir@
  142. abs_top_srcdir = @abs_top_srcdir@
  143. ac_ct_CC = @ac_ct_CC@
  144. ac_ct_CXX = @ac_ct_CXX@
  145. ac_ct_F77 = @ac_ct_F77@
  146. am__include = @am__include@
  147. am__leading_dot = @am__leading_dot@
  148. am__quote = @am__quote@
  149. am__tar = @am__tar@
  150. am__untar = @am__untar@
  151. bindir = @bindir@
  152. build = @build@
  153. build_alias = @build_alias@
  154. build_cpu = @build_cpu@
  155. build_os = @build_os@
  156. build_vendor = @build_vendor@
  157. builddir = @builddir@
  158. datadir = @datadir@
  159. datarootdir = @datarootdir@
  160. debug_flag = @debug_flag@
  161. docdir = @docdir@
  162. dvidir = @dvidir@
  163. exec_prefix = @exec_prefix@
  164. host = @host@
  165. host_alias = @host_alias@
  166. host_cpu = @host_cpu@
  167. host_os = @host_os@
  168. host_vendor = @host_vendor@
  169. htmldir = @htmldir@
  170. includedir = @includedir@
  171. infodir = @infodir@
  172. install_sh = @install_sh@
  173. libdir = @libdir@
  174. libexecdir = @libexecdir@
  175. localedir = @localedir@
  176. localstatedir = @localstatedir@
  177. mandir = @mandir@
  178. mkdir_p = @mkdir_p@
  179. nic1 = @nic1@
  180. nic2 = @nic2@
  181. oldincludedir = @oldincludedir@
  182. pcncfg = @pcncfg@
  183. pdfdir = @pdfdir@
  184. prefix = @prefix@
  185. program_transform_name = @program_transform_name@
  186. psdir = @psdir@
  187. sbindir = @sbindir@
  188. sharedstatedir = @sharedstatedir@
  189. srcdir = @srcdir@
  190. sysconfdir = @sysconfdir@
  191. target = @target@
  192. target_alias = @target_alias@
  193. target_cpu = @target_cpu@
  194. target_os = @target_os@
  195. target_vendor = @target_vendor@
  196. tcpdump_path = @tcpdump_path@
  197. top_build_prefix = @top_build_prefix@
  198. top_builddir = @top_builddir@
  199. top_srcdir = @top_srcdir@
  200. man2html_SOURCES = man2html.c
  201. EXTRA_DIST = dlt2name.pl
  202. MOSTLYCLEANFILES = *~ *.o
  203. MAINTAINERCLEANFILES = Makefile.in
  204. all: all-am
  205. .SUFFIXES:
  206. .SUFFIXES: .c .lo .o .obj
  207. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  208. @for dep in $?; do \
  209. case '$(am__configure_deps)' in \
  210. *$$dep*) \
  211. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  212. && exit 0; \
  213. exit 1;; \
  214. esac; \
  215. done; \
  216. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
  217. cd $(top_srcdir) && \
  218. $(AUTOMAKE) --gnu scripts/Makefile
  219. .PRECIOUS: Makefile
  220. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  221. @case '$?' in \
  222. *config.status*) \
  223. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  224. *) \
  225. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  226. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  227. esac;
  228. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  230. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  231. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  232. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  233. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  234. clean-noinstPROGRAMS:
  235. @list='$(noinst_PROGRAMS)'; for p in $$list; do \
  236. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  237. echo " rm -f $$p $$f"; \
  238. rm -f $$p $$f ; \
  239. done
  240. man2html$(EXEEXT): $(man2html_OBJECTS) $(man2html_DEPENDENCIES)
  241. @rm -f man2html$(EXEEXT)
  242. $(LINK) $(man2html_OBJECTS) $(man2html_LDADD) $(LIBS)
  243. mostlyclean-compile:
  244. -rm -f *.$(OBJEXT)
  245. distclean-compile:
  246. -rm -f *.tab.c
  247. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man2html.Po@am__quote@
  248. .c.o:
  249. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  250. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  251. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  252. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  253. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  254. .c.obj:
  255. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  256. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  257. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  258. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  259. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  260. .c.lo:
  261. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  262. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  263. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  264. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  265. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  266. mostlyclean-libtool:
  267. -rm -f *.lo
  268. clean-libtool:
  269. -rm -rf .libs _libs
  270. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  271. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  272. unique=`for i in $$list; do \
  273. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  274. done | \
  275. $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  276. END { if (nonempty) { for (i in files) print i; }; }'`; \
  277. mkid -fID $$unique
  278. tags: TAGS
  279. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  280. $(TAGS_FILES) $(LISP)
  281. tags=; \
  282. here=`pwd`; \
  283. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  284. unique=`for i in $$list; do \
  285. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  286. done | \
  287. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  288. END { if (nonempty) { for (i in files) print i; }; }'`; \
  289. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  290. test -n "$$unique" || unique=$$empty_fix; \
  291. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  292. $$tags $$unique; \
  293. fi
  294. ctags: CTAGS
  295. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  296. $(TAGS_FILES) $(LISP)
  297. tags=; \
  298. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  299. unique=`for i in $$list; do \
  300. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  301. done | \
  302. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  303. END { if (nonempty) { for (i in files) print i; }; }'`; \
  304. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  305. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  306. $$tags $$unique
  307. GTAGS:
  308. here=`$(am__cd) $(top_builddir) && pwd` \
  309. && cd $(top_srcdir) \
  310. && gtags -i $(GTAGS_ARGS) $$here
  311. distclean-tags:
  312. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  313. distdir: $(DISTFILES)
  314. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  315. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  316. list='$(DISTFILES)'; \
  317. dist_files=`for file in $$list; do echo $$file; done | \
  318. sed -e "s|^$$srcdirstrip/||;t" \
  319. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  320. case $$dist_files in \
  321. */*) $(MKDIR_P) `echo "$$dist_files" | \
  322. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  323. sort -u` ;; \
  324. esac; \
  325. for file in $$dist_files; do \
  326. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  327. if test -d $$d/$$file; then \
  328. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  329. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  330. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  331. fi; \
  332. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  333. else \
  334. test -f $(distdir)/$$file \
  335. || cp -p $$d/$$file $(distdir)/$$file \
  336. || exit 1; \
  337. fi; \
  338. done
  339. check-am: all-am
  340. check: check-am
  341. all-am: Makefile $(PROGRAMS)
  342. installdirs:
  343. install: install-am
  344. install-exec: install-exec-am
  345. install-data: install-data-am
  346. uninstall: uninstall-am
  347. install-am: all-am
  348. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  349. installcheck: installcheck-am
  350. install-strip:
  351. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  352. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  353. `test -z '$(STRIP)' || \
  354. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  355. mostlyclean-generic:
  356. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  357. clean-generic:
  358. distclean-generic:
  359. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  360. maintainer-clean-generic:
  361. @echo "This command is intended for maintainers to use"
  362. @echo "it deletes files that may require special tools to rebuild."
  363. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  364. clean: clean-am
  365. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  366. mostlyclean-am
  367. distclean: distclean-am
  368. -rm -rf ./$(DEPDIR)
  369. -rm -f Makefile
  370. distclean-am: clean-am distclean-compile distclean-generic \
  371. distclean-tags
  372. dvi: dvi-am
  373. dvi-am:
  374. html: html-am
  375. info: info-am
  376. info-am:
  377. install-data-am:
  378. install-dvi: install-dvi-am
  379. install-exec-am:
  380. install-html: install-html-am
  381. install-info: install-info-am
  382. install-man:
  383. install-pdf: install-pdf-am
  384. install-ps: install-ps-am
  385. installcheck-am:
  386. maintainer-clean: maintainer-clean-am
  387. -rm -rf ./$(DEPDIR)
  388. -rm -f Makefile
  389. maintainer-clean-am: distclean-am maintainer-clean-generic
  390. mostlyclean: mostlyclean-am
  391. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  392. mostlyclean-libtool
  393. pdf: pdf-am
  394. pdf-am:
  395. ps: ps-am
  396. ps-am:
  397. uninstall-am:
  398. .MAKE: install-am install-strip
  399. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  400. clean-libtool clean-noinstPROGRAMS ctags distclean \
  401. distclean-compile distclean-generic distclean-libtool \
  402. distclean-tags distdir dvi dvi-am html html-am info info-am \
  403. install install-am install-data install-data-am install-dvi \
  404. install-dvi-am install-exec install-exec-am install-html \
  405. install-html-am install-info install-info-am install-man \
  406. install-pdf install-pdf-am install-ps install-ps-am \
  407. install-strip installcheck installcheck-am installdirs \
  408. maintainer-clean maintainer-clean-generic mostlyclean \
  409. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  410. pdf pdf-am ps ps-am tags uninstall uninstall-am
  411. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  412. # Otherwise a system limit (for SysV at least) may be exceeded.
  413. .NOEXPORT: