Makefile.in 14 KB

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