Makefile.in 13 KB

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