Makefile.in 14 KB

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