Makefile.in 14 KB

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