Makefile.in 13 KB

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