Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = docs
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/libopts.m4 \
  90. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  91. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  92. $(top_srcdir)/m4/lt~obsolete.m4 \
  93. $(top_srcdir)/m4/stdnoreturn.m4 $(top_srcdir)/acinclude.m4 \
  94. $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_HEADER = $(top_builddir)/src/config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_@AM_V@)
  103. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_@AM_V@)
  107. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. am__can_run_installinfo = \
  117. case $$AM_UPDATE_INFO_DIR in \
  118. n|no|NO) false;; \
  119. *) (install-info --version) >/dev/null 2>&1;; \
  120. esac
  121. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  122. am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL TODO
  123. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  124. ACLOCAL = @ACLOCAL@
  125. AMTAR = @AMTAR@
  126. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  127. AR = @AR@
  128. AUTOCONF = @AUTOCONF@
  129. AUTOGEN = @AUTOGEN@
  130. AUTOHEADER = @AUTOHEADER@
  131. AUTOMAKE = @AUTOMAKE@
  132. AWK = @AWK@
  133. CC = @CC@
  134. CCDEPMODE = @CCDEPMODE@
  135. CFLAGS = @CFLAGS@
  136. CPP = @CPP@
  137. CPPFLAGS = @CPPFLAGS@
  138. CROSS_ARCH = @CROSS_ARCH@
  139. CROSS_LD = @CROSS_LD@
  140. CUT = @CUT@
  141. CXX = @CXX@
  142. CXXCPP = @CXXCPP@
  143. CXXDEPMODE = @CXXDEPMODE@
  144. CXXFLAGS = @CXXFLAGS@
  145. CYGPATH_W = @CYGPATH_W@
  146. DEFS = @DEFS@
  147. DEPDIR = @DEPDIR@
  148. DLLTOOL = @DLLTOOL@
  149. DMALLOC_LIB = @DMALLOC_LIB@
  150. DSYMUTIL = @DSYMUTIL@
  151. DUMPBIN = @DUMPBIN@
  152. ECHO = @ECHO@
  153. ECHO_C = @ECHO_C@
  154. ECHO_N = @ECHO_N@
  155. ECHO_T = @ECHO_T@
  156. EGREP = @EGREP@
  157. EXEEXT = @EXEEXT@
  158. FGREP = @FGREP@
  159. GREP = @GREP@
  160. GROFF = @GROFF@
  161. INSTALL = @INSTALL@
  162. INSTALL_DATA = @INSTALL_DATA@
  163. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  164. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  165. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  166. LD = @LD@
  167. LDFLAGS = @LDFLAGS@
  168. LDNETINC = @LDNETINC@
  169. LDNETLIB = @LDNETLIB@
  170. LIBOBJS = @LIBOBJS@
  171. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  172. LIBOPTS_DIR = @LIBOPTS_DIR@
  173. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  174. LIBS = @LIBS@
  175. LIBTOOL = @LIBTOOL@
  176. LIPO = @LIPO@
  177. LNAVLIB = @LNAVLIB@
  178. LNAV_CFLAGS = @LNAV_CFLAGS@
  179. LN_S = @LN_S@
  180. LPCAPINC = @LPCAPINC@
  181. LPCAPLIB = @LPCAPLIB@
  182. LTLIBOBJS = @LTLIBOBJS@
  183. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  184. MACOSX_SDK_PATH = @MACOSX_SDK_PATH@
  185. MAINT = @MAINT@
  186. MAKEINFO = @MAKEINFO@
  187. MANIFEST_TOOL = @MANIFEST_TOOL@
  188. MKDIR_P = @MKDIR_P@
  189. NETMAPFLAGS = @NETMAPFLAGS@
  190. NETMAPINC = @NETMAPINC@
  191. NETMAPINCDIR = @NETMAPINCDIR@
  192. NETMAPUSERINC = @NETMAPUSERINC@
  193. NM = @NM@
  194. NMEDIT = @NMEDIT@
  195. OBJDUMP = @OBJDUMP@
  196. OBJEXT = @OBJEXT@
  197. OTOOL = @OTOOL@
  198. OTOOL64 = @OTOOL64@
  199. PACKAGE = @PACKAGE@
  200. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  201. PACKAGE_NAME = @PACKAGE_NAME@
  202. PACKAGE_STRING = @PACKAGE_STRING@
  203. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  204. PACKAGE_URL = @PACKAGE_URL@
  205. PACKAGE_VERSION = @PACKAGE_VERSION@
  206. PATH_SEPARATOR = @PATH_SEPARATOR@
  207. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  208. PCAP_CONFIG = @PCAP_CONFIG@
  209. POSIX_SHELL = @POSIX_SHELL@
  210. PRINTF = @PRINTF@
  211. RANLIB = @RANLIB@
  212. SED = @SED@
  213. SET_MAKE = @SET_MAKE@
  214. SHELL = @SHELL@
  215. STDNORETURN_H = @STDNORETURN_H@
  216. STRIP = @STRIP@
  217. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  218. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  219. VERSION = @VERSION@
  220. abs_builddir = @abs_builddir@
  221. abs_srcdir = @abs_srcdir@
  222. abs_top_builddir = @abs_top_builddir@
  223. abs_top_srcdir = @abs_top_srcdir@
  224. ac_ct_AR = @ac_ct_AR@
  225. ac_ct_CC = @ac_ct_CC@
  226. ac_ct_CXX = @ac_ct_CXX@
  227. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  228. am__include = @am__include@
  229. am__leading_dot = @am__leading_dot@
  230. am__quote = @am__quote@
  231. am__tar = @am__tar@
  232. am__untar = @am__untar@
  233. bindir = @bindir@
  234. build = @build@
  235. build_alias = @build_alias@
  236. build_asan = @build_asan@
  237. build_cpu = @build_cpu@
  238. build_os = @build_os@
  239. build_vendor = @build_vendor@
  240. builddir = @builddir@
  241. datadir = @datadir@
  242. datarootdir = @datarootdir@
  243. debug_flag = @debug_flag@
  244. debug_run_time_flag = @debug_run_time_flag@
  245. depmod = @depmod@
  246. docdir = @docdir@
  247. dvidir = @dvidir@
  248. exec_prefix = @exec_prefix@
  249. extra_debug_flag = @extra_debug_flag@
  250. host = @host@
  251. host_alias = @host_alias@
  252. host_cpu = @host_cpu@
  253. host_os = @host_os@
  254. host_vendor = @host_vendor@
  255. htmldir = @htmldir@
  256. includedir = @includedir@
  257. infodir = @infodir@
  258. insmod = @insmod@
  259. install_sh = @install_sh@
  260. libdir = @libdir@
  261. libexecdir = @libexecdir@
  262. localedir = @localedir@
  263. localstatedir = @localstatedir@
  264. mandir = @mandir@
  265. mkdir_p = @mkdir_p@
  266. nic1 = @nic1@
  267. nic2 = @nic2@
  268. oldincludedir = @oldincludedir@
  269. pcncfg = @pcncfg@
  270. pdfdir = @pdfdir@
  271. prefix = @prefix@
  272. program_transform_name = @program_transform_name@
  273. psdir = @psdir@
  274. rmmod = @rmmod@
  275. runstatedir = @runstatedir@
  276. sbindir = @sbindir@
  277. sharedstatedir = @sharedstatedir@
  278. srcdir = @srcdir@
  279. sysconfdir = @sysconfdir@
  280. target = @target@
  281. target_alias = @target_alias@
  282. target_cpu = @target_cpu@
  283. target_os = @target_os@
  284. target_vendor = @target_vendor@
  285. tcpdump_path = @tcpdump_path@
  286. timestamp_trace_flag = @timestamp_trace_flag@
  287. top_build_prefix = @top_build_prefix@
  288. top_builddir = @top_builddir@
  289. top_srcdir = @top_srcdir@
  290. MAKEFLAGS = -s
  291. EXTRA_DIST = CHANGELOG CREDIT HACKING INSTALL LICENSE Win32Readme.txt
  292. MAINTAINERCLEANFILES = Makefile.in
  293. all: all-am
  294. .SUFFIXES:
  295. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  296. @for dep in $?; do \
  297. case '$(am__configure_deps)' in \
  298. *$$dep*) \
  299. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  300. && { if test -f $@; then exit 0; else break; fi; }; \
  301. exit 1;; \
  302. esac; \
  303. done; \
  304. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  305. $(am__cd) $(top_srcdir) && \
  306. $(AUTOMAKE) --foreign docs/Makefile
  307. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  308. @case '$?' in \
  309. *config.status*) \
  310. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  311. *) \
  312. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  313. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  314. esac;
  315. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  316. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  317. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  318. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  319. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  320. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  321. $(am__aclocal_m4_deps):
  322. mostlyclean-libtool:
  323. -rm -f *.lo
  324. clean-libtool:
  325. -rm -rf .libs _libs
  326. tags TAGS:
  327. ctags CTAGS:
  328. cscope cscopelist:
  329. distdir: $(DISTFILES)
  330. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  332. list='$(DISTFILES)'; \
  333. dist_files=`for file in $$list; do echo $$file; done | \
  334. sed -e "s|^$$srcdirstrip/||;t" \
  335. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  336. case $$dist_files in \
  337. */*) $(MKDIR_P) `echo "$$dist_files" | \
  338. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  339. sort -u` ;; \
  340. esac; \
  341. for file in $$dist_files; do \
  342. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  343. if test -d $$d/$$file; then \
  344. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  345. if test -d "$(distdir)/$$file"; then \
  346. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  347. fi; \
  348. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  349. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  350. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  351. fi; \
  352. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  353. else \
  354. test -f "$(distdir)/$$file" \
  355. || cp -p $$d/$$file "$(distdir)/$$file" \
  356. || exit 1; \
  357. fi; \
  358. done
  359. check-am: all-am
  360. check: check-am
  361. all-am: Makefile
  362. installdirs:
  363. install: install-am
  364. install-exec: install-exec-am
  365. install-data: install-data-am
  366. uninstall: uninstall-am
  367. install-am: all-am
  368. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  369. installcheck: installcheck-am
  370. install-strip:
  371. if test -z '$(STRIP)'; then \
  372. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  373. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  374. install; \
  375. else \
  376. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  377. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  378. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  379. fi
  380. mostlyclean-generic:
  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 mostlyclean-am
  391. distclean: distclean-am
  392. -rm -f Makefile
  393. distclean-am: clean-am distclean-generic
  394. dvi: dvi-am
  395. dvi-am:
  396. html: html-am
  397. html-am:
  398. info: info-am
  399. info-am:
  400. install-data-am:
  401. install-dvi: install-dvi-am
  402. install-dvi-am:
  403. install-exec-am:
  404. install-html: install-html-am
  405. install-html-am:
  406. install-info: install-info-am
  407. install-info-am:
  408. install-man:
  409. install-pdf: install-pdf-am
  410. install-pdf-am:
  411. install-ps: install-ps-am
  412. install-ps-am:
  413. installcheck-am:
  414. maintainer-clean: maintainer-clean-am
  415. -rm -f Makefile
  416. maintainer-clean-am: distclean-am maintainer-clean-generic \
  417. maintainer-clean-local
  418. mostlyclean: mostlyclean-am
  419. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  420. pdf: pdf-am
  421. pdf-am:
  422. ps: ps-am
  423. ps-am:
  424. uninstall-am:
  425. .MAKE: install-am install-strip
  426. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  427. cscopelist-am ctags-am distclean distclean-generic \
  428. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  429. install install-am install-data install-data-am install-dvi \
  430. install-dvi-am install-exec install-exec-am install-html \
  431. install-html-am install-info install-info-am install-man \
  432. install-pdf install-pdf-am install-ps install-ps-am \
  433. install-strip installcheck installcheck-am installdirs \
  434. maintainer-clean maintainer-clean-generic \
  435. maintainer-clean-local mostlyclean mostlyclean-generic \
  436. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  437. uninstall-am
  438. .PRECIOUS: Makefile
  439. .PHONY: manpages
  440. docs: clean-docs manpages
  441. web/tcpreplay.html:
  442. mkdir -p web; @GROFF@ -Thtml -mman ../src/tcpreplay.1 > web/tcpreplay.html
  443. web/tcpprep.html:
  444. @GROFF@ -Thtml -mman ../src/tcpprep.1 > web/tcpprep.html
  445. web/tcprewrite.html:
  446. @GROFF@ -Thtml -mman ../src/tcprewrite.1 > web/tcprewrite.html
  447. web/tcpbridge.html:
  448. @GROFF@ -Thtml -mman ../src/tcpbridge.1 > web/tcpbridge.html
  449. web/tcpreplay-edit.html:
  450. @GROFF@ -Thtml -mman ../src/tcpreplay-edit.1 > web/tcpreplay-edit.html
  451. web/tcpliveplay.html:
  452. @GROFF@ -Thtml -mman ../src/tcpliveplay.1 > web/tcpliveplay.html
  453. web/tcpcapinfo.html:
  454. @GROFF@ -Thtml -mman ../src/tcpcapinfo.1 > web/tcpcapinfo.html
  455. manpages: web/tcpreplay.html web/tcpprep.html web/tcprewrite.html \
  456. web/tcpbridge.html web/tcpreplay-edit.html web/tcpliveplay.html \
  457. web/tcpcapinfo.html
  458. postweb: manpages
  459. rsync -qe ssh --exclude '.git/' --exclude '/**/.git/' --exclude '/**~' \
  460. --exclude '*~' -avz web/ \
  461. aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  462. scp CHANGELOG TODO aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  463. clean-docs: clean
  464. -rm -f web/*.html
  465. maintainer-clean-local: clean-docs
  466. -rm -f web/*.html
  467. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  468. # Otherwise a system limit (for SysV at least) may be exceeded.
  469. .NOEXPORT: