Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. # Makefile.in generated by automake 1.11.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, 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_URL = @PACKAGE_URL@
  141. PACKAGE_VERSION = @PACKAGE_VERSION@
  142. PATH_SEPARATOR = @PATH_SEPARATOR@
  143. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  144. PRINTF = @PRINTF@
  145. RANLIB = @RANLIB@
  146. SED = @SED@
  147. SET_MAKE = @SET_MAKE@
  148. SHELL = @SHELL@
  149. STRIP = @STRIP@
  150. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  151. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  152. VERSION = @VERSION@
  153. abs_builddir = @abs_builddir@
  154. abs_srcdir = @abs_srcdir@
  155. abs_top_builddir = @abs_top_builddir@
  156. abs_top_srcdir = @abs_top_srcdir@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_CXX = @ac_ct_CXX@
  159. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  160. am__include = @am__include@
  161. am__leading_dot = @am__leading_dot@
  162. am__quote = @am__quote@
  163. am__tar = @am__tar@
  164. am__untar = @am__untar@
  165. bindir = @bindir@
  166. build = @build@
  167. build_alias = @build_alias@
  168. build_cpu = @build_cpu@
  169. build_os = @build_os@
  170. build_vendor = @build_vendor@
  171. builddir = @builddir@
  172. datadir = @datadir@
  173. datarootdir = @datarootdir@
  174. debug_flag = @debug_flag@
  175. docdir = @docdir@
  176. dvidir = @dvidir@
  177. exec_prefix = @exec_prefix@
  178. host = @host@
  179. host_alias = @host_alias@
  180. host_cpu = @host_cpu@
  181. host_os = @host_os@
  182. host_vendor = @host_vendor@
  183. htmldir = @htmldir@
  184. includedir = @includedir@
  185. infodir = @infodir@
  186. install_sh = @install_sh@
  187. libdir = @libdir@
  188. libexecdir = @libexecdir@
  189. localedir = @localedir@
  190. localstatedir = @localstatedir@
  191. lt_ECHO = @lt_ECHO@
  192. mandir = @mandir@
  193. mkdir_p = @mkdir_p@
  194. nic1 = @nic1@
  195. nic2 = @nic2@
  196. oldincludedir = @oldincludedir@
  197. pcncfg = @pcncfg@
  198. pdfdir = @pdfdir@
  199. prefix = @prefix@
  200. program_transform_name = @program_transform_name@
  201. psdir = @psdir@
  202. sbindir = @sbindir@
  203. sharedstatedir = @sharedstatedir@
  204. srcdir = @srcdir@
  205. sysconfdir = @sysconfdir@
  206. target = @target@
  207. target_alias = @target_alias@
  208. target_cpu = @target_cpu@
  209. target_os = @target_os@
  210. target_vendor = @target_vendor@
  211. tcpdump_path = @tcpdump_path@
  212. top_build_prefix = @top_build_prefix@
  213. top_builddir = @top_builddir@
  214. top_srcdir = @top_srcdir@
  215. noinst_LIBRARIES = libstrl.a
  216. libstrl_a_SOURCES = strlcat.c strlcpy.c
  217. noinst_HEADERS = strlcpy.h tree.h queue.h sll.h
  218. MOSTLYCLEANFILES = *~ *.o *.a
  219. MAINTAINERCLEANFILES = Makefile.in
  220. all: all-am
  221. .SUFFIXES:
  222. .SUFFIXES: .c .lo .o .obj
  223. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  224. @for dep in $?; do \
  225. case '$(am__configure_deps)' in \
  226. *$$dep*) \
  227. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  228. && { if test -f $@; then exit 0; else break; fi; }; \
  229. exit 1;; \
  230. esac; \
  231. done; \
  232. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  233. $(am__cd) $(top_srcdir) && \
  234. $(AUTOMAKE) --gnu lib/Makefile
  235. .PRECIOUS: Makefile
  236. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  237. @case '$?' in \
  238. *config.status*) \
  239. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  240. *) \
  241. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  242. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  243. esac;
  244. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  245. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  246. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  248. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  249. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  250. $(am__aclocal_m4_deps):
  251. clean-noinstLIBRARIES:
  252. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  253. libstrl.a: $(libstrl_a_OBJECTS) $(libstrl_a_DEPENDENCIES)
  254. -rm -f libstrl.a
  255. $(libstrl_a_AR) libstrl.a $(libstrl_a_OBJECTS) $(libstrl_a_LIBADD)
  256. $(RANLIB) libstrl.a
  257. mostlyclean-compile:
  258. -rm -f *.$(OBJEXT)
  259. distclean-compile:
  260. -rm -f *.tab.c
  261. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
  262. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
  263. .c.o:
  264. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  265. @am__fastdepCC_TRUE@ $(am__mv) $(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 $<
  269. .c.obj:
  270. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  271. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  272. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  273. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  274. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  275. .c.lo:
  276. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  277. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  278. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  279. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  280. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  281. mostlyclean-libtool:
  282. -rm -f *.lo
  283. clean-libtool:
  284. -rm -rf .libs _libs
  285. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  286. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  287. unique=`for i in $$list; do \
  288. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  289. done | \
  290. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  291. END { if (nonempty) { for (i in files) print i; }; }'`; \
  292. mkid -fID $$unique
  293. tags: TAGS
  294. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  295. $(TAGS_FILES) $(LISP)
  296. set x; \
  297. here=`pwd`; \
  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. shift; \
  305. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  306. test -n "$$unique" || unique=$$empty_fix; \
  307. if test $$# -gt 0; then \
  308. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  309. "$$@" $$unique; \
  310. else \
  311. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  312. $$unique; \
  313. fi; \
  314. fi
  315. ctags: CTAGS
  316. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  317. $(TAGS_FILES) $(LISP)
  318. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  319. unique=`for i in $$list; do \
  320. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  321. done | \
  322. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  323. END { if (nonempty) { for (i in files) print i; }; }'`; \
  324. test -z "$(CTAGS_ARGS)$$unique" \
  325. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  326. $$unique
  327. GTAGS:
  328. here=`$(am__cd) $(top_builddir) && pwd` \
  329. && $(am__cd) $(top_srcdir) \
  330. && gtags -i $(GTAGS_ARGS) "$$here"
  331. distclean-tags:
  332. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  333. distdir: $(DISTFILES)
  334. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  335. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  336. list='$(DISTFILES)'; \
  337. dist_files=`for file in $$list; do echo $$file; done | \
  338. sed -e "s|^$$srcdirstrip/||;t" \
  339. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  340. case $$dist_files in \
  341. */*) $(MKDIR_P) `echo "$$dist_files" | \
  342. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  343. sort -u` ;; \
  344. esac; \
  345. for file in $$dist_files; do \
  346. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  347. if test -d $$d/$$file; then \
  348. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  349. if test -d "$(distdir)/$$file"; then \
  350. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  351. fi; \
  352. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  353. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  354. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  355. fi; \
  356. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  357. else \
  358. test -f "$(distdir)/$$file" \
  359. || cp -p $$d/$$file "$(distdir)/$$file" \
  360. || exit 1; \
  361. fi; \
  362. done
  363. check-am: all-am
  364. check: check-am
  365. all-am: Makefile $(LIBRARIES) $(HEADERS)
  366. installdirs:
  367. install: install-am
  368. install-exec: install-exec-am
  369. install-data: install-data-am
  370. uninstall: uninstall-am
  371. install-am: all-am
  372. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  373. installcheck: installcheck-am
  374. install-strip:
  375. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  376. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  377. `test -z '$(STRIP)' || \
  378. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  379. mostlyclean-generic:
  380. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  381. clean-generic:
  382. distclean-generic:
  383. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  384. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  385. maintainer-clean-generic:
  386. @echo "This command is intended for maintainers to use"
  387. @echo "it deletes files that may require special tools to rebuild."
  388. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  389. clean: clean-am
  390. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  391. mostlyclean-am
  392. distclean: distclean-am
  393. -rm -rf ./$(DEPDIR)
  394. -rm -f Makefile
  395. distclean-am: clean-am distclean-compile distclean-generic \
  396. distclean-tags
  397. dvi: dvi-am
  398. dvi-am:
  399. html: html-am
  400. html-am:
  401. info: info-am
  402. info-am:
  403. install-data-am:
  404. install-dvi: install-dvi-am
  405. install-dvi-am:
  406. install-exec-am:
  407. install-html: install-html-am
  408. install-html-am:
  409. install-info: install-info-am
  410. install-info-am:
  411. install-man:
  412. install-pdf: install-pdf-am
  413. install-pdf-am:
  414. install-ps: install-ps-am
  415. install-ps-am:
  416. installcheck-am:
  417. maintainer-clean: maintainer-clean-am
  418. -rm -rf ./$(DEPDIR)
  419. -rm -f Makefile
  420. maintainer-clean-am: distclean-am maintainer-clean-generic
  421. mostlyclean: mostlyclean-am
  422. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  423. mostlyclean-libtool
  424. pdf: pdf-am
  425. pdf-am:
  426. ps: ps-am
  427. ps-am:
  428. uninstall-am:
  429. .MAKE: install-am install-strip
  430. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  431. clean-libtool clean-noinstLIBRARIES ctags distclean \
  432. distclean-compile distclean-generic distclean-libtool \
  433. distclean-tags distdir dvi dvi-am html html-am info info-am \
  434. install install-am install-data install-data-am install-dvi \
  435. install-dvi-am install-exec install-exec-am install-html \
  436. install-html-am install-info install-info-am install-man \
  437. install-pdf install-pdf-am install-ps install-ps-am \
  438. install-strip installcheck installcheck-am installdirs \
  439. maintainer-clean maintainer-clean-generic mostlyclean \
  440. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  441. pdf pdf-am ps ps-am tags uninstall uninstall-am
  442. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  443. # Otherwise a system limit (for SysV at least) may be exceeded.
  444. .NOEXPORT: