Makefile.in 15 KB

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