Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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)/libopts/m4/libopts.m4 \
  90. $(top_srcdir)/libopts/m4/stdnoreturn.m4 \
  91. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/src/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. AM_V_P = $(am__v_P_@AM_V@)
  100. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  101. am__v_P_0 = false
  102. am__v_P_1 = :
  103. AM_V_GEN = $(am__v_GEN_@AM_V@)
  104. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  105. am__v_GEN_0 = @echo " GEN " $@;
  106. am__v_GEN_1 =
  107. AM_V_at = $(am__v_at_@AM_V@)
  108. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  109. am__v_at_0 = @
  110. am__v_at_1 =
  111. SOURCES =
  112. DIST_SOURCES =
  113. am__can_run_installinfo = \
  114. case $$AM_UPDATE_INFO_DIR in \
  115. n|no|NO) false;; \
  116. *) (install-info --version) >/dev/null 2>&1;; \
  117. esac
  118. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  119. am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL TODO
  120. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  121. ACLOCAL = @ACLOCAL@
  122. AMTAR = @AMTAR@
  123. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  124. AR = @AR@
  125. AUTOCONF = @AUTOCONF@
  126. AUTOGEN = @AUTOGEN@
  127. AUTOHEADER = @AUTOHEADER@
  128. AUTOMAKE = @AUTOMAKE@
  129. AWK = @AWK@
  130. CC = @CC@
  131. CCDEPMODE = @CCDEPMODE@
  132. CFLAGS = @CFLAGS@
  133. CPP = @CPP@
  134. CPPFLAGS = @CPPFLAGS@
  135. CROSS_ARCH = @CROSS_ARCH@
  136. CROSS_LD = @CROSS_LD@
  137. CUT = @CUT@
  138. CXX = @CXX@
  139. CXXCPP = @CXXCPP@
  140. CXXDEPMODE = @CXXDEPMODE@
  141. CXXFLAGS = @CXXFLAGS@
  142. CYGPATH_W = @CYGPATH_W@
  143. DEFS = @DEFS@
  144. DEPDIR = @DEPDIR@
  145. DLLTOOL = @DLLTOOL@
  146. DMALLOC_LIB = @DMALLOC_LIB@
  147. DSYMUTIL = @DSYMUTIL@
  148. DUMPBIN = @DUMPBIN@
  149. ECHO = @ECHO@
  150. ECHO_C = @ECHO_C@
  151. ECHO_N = @ECHO_N@
  152. ECHO_T = @ECHO_T@
  153. EGREP = @EGREP@
  154. EXEEXT = @EXEEXT@
  155. FGREP = @FGREP@
  156. GREP = @GREP@
  157. GROFF = @GROFF@
  158. INSTALL = @INSTALL@
  159. INSTALL_DATA = @INSTALL_DATA@
  160. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  161. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  162. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  163. LD = @LD@
  164. LDFLAGS = @LDFLAGS@
  165. LDNETINC = @LDNETINC@
  166. LDNETLIB = @LDNETLIB@
  167. LIBOBJS = @LIBOBJS@
  168. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  169. LIBOPTS_DIR = @LIBOPTS_DIR@
  170. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  171. LIBS = @LIBS@
  172. LIBTOOL = @LIBTOOL@
  173. LIPO = @LIPO@
  174. LNAVLIB = @LNAVLIB@
  175. LNAV_CFLAGS = @LNAV_CFLAGS@
  176. LN_S = @LN_S@
  177. LPCAPINC = @LPCAPINC@
  178. LPCAPLIB = @LPCAPLIB@
  179. LTLIBOBJS = @LTLIBOBJS@
  180. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  181. MACOSX_SDK_PATH = @MACOSX_SDK_PATH@
  182. MAINT = @MAINT@
  183. MAKEINFO = @MAKEINFO@
  184. MANIFEST_TOOL = @MANIFEST_TOOL@
  185. MKDIR_P = @MKDIR_P@
  186. NETMAPFLAGS = @NETMAPFLAGS@
  187. NETMAPINC = @NETMAPINC@
  188. NETMAPINCDIR = @NETMAPINCDIR@
  189. NETMAPUSERINC = @NETMAPUSERINC@
  190. NM = @NM@
  191. NMEDIT = @NMEDIT@
  192. OBJDUMP = @OBJDUMP@
  193. OBJEXT = @OBJEXT@
  194. OTOOL = @OTOOL@
  195. OTOOL64 = @OTOOL64@
  196. PACKAGE = @PACKAGE@
  197. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  198. PACKAGE_NAME = @PACKAGE_NAME@
  199. PACKAGE_STRING = @PACKAGE_STRING@
  200. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  201. PACKAGE_URL = @PACKAGE_URL@
  202. PACKAGE_VERSION = @PACKAGE_VERSION@
  203. PATH_SEPARATOR = @PATH_SEPARATOR@
  204. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  205. PCAP_CONFIG = @PCAP_CONFIG@
  206. POSIX_SHELL = @POSIX_SHELL@
  207. PRINTF = @PRINTF@
  208. RANLIB = @RANLIB@
  209. SED = @SED@
  210. SET_MAKE = @SET_MAKE@
  211. SHELL = @SHELL@
  212. STDNORETURN_H = @STDNORETURN_H@
  213. STRIP = @STRIP@
  214. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  215. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  216. VERSION = @VERSION@
  217. abs_builddir = @abs_builddir@
  218. abs_srcdir = @abs_srcdir@
  219. abs_top_builddir = @abs_top_builddir@
  220. abs_top_srcdir = @abs_top_srcdir@
  221. ac_ct_AR = @ac_ct_AR@
  222. ac_ct_CC = @ac_ct_CC@
  223. ac_ct_CXX = @ac_ct_CXX@
  224. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  225. am__include = @am__include@
  226. am__leading_dot = @am__leading_dot@
  227. am__quote = @am__quote@
  228. am__tar = @am__tar@
  229. am__untar = @am__untar@
  230. bindir = @bindir@
  231. build = @build@
  232. build_alias = @build_alias@
  233. build_asan = @build_asan@
  234. build_cpu = @build_cpu@
  235. build_os = @build_os@
  236. build_vendor = @build_vendor@
  237. builddir = @builddir@
  238. datadir = @datadir@
  239. datarootdir = @datarootdir@
  240. debug_flag = @debug_flag@
  241. debug_run_time_flag = @debug_run_time_flag@
  242. depmod = @depmod@
  243. docdir = @docdir@
  244. dvidir = @dvidir@
  245. exec_prefix = @exec_prefix@
  246. extra_debug_flag = @extra_debug_flag@
  247. host = @host@
  248. host_alias = @host_alias@
  249. host_cpu = @host_cpu@
  250. host_os = @host_os@
  251. host_vendor = @host_vendor@
  252. htmldir = @htmldir@
  253. includedir = @includedir@
  254. infodir = @infodir@
  255. insmod = @insmod@
  256. install_sh = @install_sh@
  257. libdir = @libdir@
  258. libexecdir = @libexecdir@
  259. localedir = @localedir@
  260. localstatedir = @localstatedir@
  261. mandir = @mandir@
  262. mkdir_p = @mkdir_p@
  263. nic1 = @nic1@
  264. nic2 = @nic2@
  265. oldincludedir = @oldincludedir@
  266. pcncfg = @pcncfg@
  267. pdfdir = @pdfdir@
  268. prefix = @prefix@
  269. program_transform_name = @program_transform_name@
  270. psdir = @psdir@
  271. rmmod = @rmmod@
  272. runstatedir = @runstatedir@
  273. sbindir = @sbindir@
  274. sharedstatedir = @sharedstatedir@
  275. srcdir = @srcdir@
  276. sysconfdir = @sysconfdir@
  277. target = @target@
  278. target_alias = @target_alias@
  279. target_cpu = @target_cpu@
  280. target_os = @target_os@
  281. target_vendor = @target_vendor@
  282. tcpdump_path = @tcpdump_path@
  283. timestamp_trace_flag = @timestamp_trace_flag@
  284. top_build_prefix = @top_build_prefix@
  285. top_builddir = @top_builddir@
  286. top_srcdir = @top_srcdir@
  287. MAKEFLAGS = -s
  288. EXTRA_DIST = CHANGELOG CREDIT HACKING INSTALL LICENSE Win32Readme.txt
  289. MAINTAINERCLEANFILES = Makefile.in
  290. all: all-am
  291. .SUFFIXES:
  292. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  293. @for dep in $?; do \
  294. case '$(am__configure_deps)' in \
  295. *$$dep*) \
  296. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  297. && { if test -f $@; then exit 0; else break; fi; }; \
  298. exit 1;; \
  299. esac; \
  300. done; \
  301. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  302. $(am__cd) $(top_srcdir) && \
  303. $(AUTOMAKE) --foreign docs/Makefile
  304. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  305. @case '$?' in \
  306. *config.status*) \
  307. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  308. *) \
  309. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  310. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  311. esac;
  312. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  313. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  314. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  315. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  316. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  317. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  318. $(am__aclocal_m4_deps):
  319. mostlyclean-libtool:
  320. -rm -f *.lo
  321. clean-libtool:
  322. -rm -rf .libs _libs
  323. tags TAGS:
  324. ctags CTAGS:
  325. cscope cscopelist:
  326. distdir: $(BUILT_SOURCES)
  327. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  328. distdir-am: $(DISTFILES)
  329. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  330. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331. list='$(DISTFILES)'; \
  332. dist_files=`for file in $$list; do echo $$file; done | \
  333. sed -e "s|^$$srcdirstrip/||;t" \
  334. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  335. case $$dist_files in \
  336. */*) $(MKDIR_P) `echo "$$dist_files" | \
  337. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  338. sort -u` ;; \
  339. esac; \
  340. for file in $$dist_files; do \
  341. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  342. if test -d $$d/$$file; then \
  343. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  344. if test -d "$(distdir)/$$file"; then \
  345. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  346. fi; \
  347. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  348. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  349. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  350. fi; \
  351. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  352. else \
  353. test -f "$(distdir)/$$file" \
  354. || cp -p $$d/$$file "$(distdir)/$$file" \
  355. || exit 1; \
  356. fi; \
  357. done
  358. check-am: all-am
  359. check: check-am
  360. all-am: Makefile
  361. installdirs:
  362. install: install-am
  363. install-exec: install-exec-am
  364. install-data: install-data-am
  365. uninstall: uninstall-am
  366. install-am: all-am
  367. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  368. installcheck: installcheck-am
  369. install-strip:
  370. if test -z '$(STRIP)'; then \
  371. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  372. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  373. install; \
  374. else \
  375. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  376. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  377. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  378. fi
  379. mostlyclean-generic:
  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 mostlyclean-am
  390. distclean: distclean-am
  391. -rm -f Makefile
  392. distclean-am: clean-am distclean-generic
  393. dvi: dvi-am
  394. dvi-am:
  395. html: html-am
  396. html-am:
  397. info: info-am
  398. info-am:
  399. install-data-am:
  400. install-dvi: install-dvi-am
  401. install-dvi-am:
  402. install-exec-am:
  403. install-html: install-html-am
  404. install-html-am:
  405. install-info: install-info-am
  406. install-info-am:
  407. install-man:
  408. install-pdf: install-pdf-am
  409. install-pdf-am:
  410. install-ps: install-ps-am
  411. install-ps-am:
  412. installcheck-am:
  413. maintainer-clean: maintainer-clean-am
  414. -rm -f Makefile
  415. maintainer-clean-am: distclean-am maintainer-clean-generic \
  416. maintainer-clean-local
  417. mostlyclean: mostlyclean-am
  418. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  419. pdf: pdf-am
  420. pdf-am:
  421. ps: ps-am
  422. ps-am:
  423. uninstall-am:
  424. .MAKE: install-am install-strip
  425. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  426. cscopelist-am ctags-am distclean distclean-generic \
  427. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  428. install install-am install-data install-data-am install-dvi \
  429. install-dvi-am install-exec install-exec-am install-html \
  430. install-html-am install-info install-info-am install-man \
  431. install-pdf install-pdf-am install-ps install-ps-am \
  432. install-strip installcheck installcheck-am installdirs \
  433. maintainer-clean maintainer-clean-generic \
  434. maintainer-clean-local mostlyclean mostlyclean-generic \
  435. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  436. uninstall-am
  437. .PRECIOUS: Makefile
  438. .PHONY: manpages
  439. docs: clean-docs manpages
  440. web/tcpreplay.html:
  441. mkdir -p web; @GROFF@ -Thtml -mman ../src/tcpreplay.1 > web/tcpreplay.html
  442. web/tcpprep.html:
  443. @GROFF@ -Thtml -mman ../src/tcpprep.1 > web/tcpprep.html
  444. web/tcprewrite.html:
  445. @GROFF@ -Thtml -mman ../src/tcprewrite.1 > web/tcprewrite.html
  446. web/tcpbridge.html:
  447. @GROFF@ -Thtml -mman ../src/tcpbridge.1 > web/tcpbridge.html
  448. web/tcpreplay-edit.html:
  449. @GROFF@ -Thtml -mman ../src/tcpreplay-edit.1 > web/tcpreplay-edit.html
  450. web/tcpliveplay.html:
  451. @GROFF@ -Thtml -mman ../src/tcpliveplay.1 > web/tcpliveplay.html
  452. web/tcpcapinfo.html:
  453. @GROFF@ -Thtml -mman ../src/tcpcapinfo.1 > web/tcpcapinfo.html
  454. manpages: web/tcpreplay.html web/tcpprep.html web/tcprewrite.html \
  455. web/tcpbridge.html web/tcpreplay-edit.html web/tcpliveplay.html \
  456. web/tcpcapinfo.html
  457. postweb: manpages
  458. rsync -qe ssh --exclude '.git/' --exclude '/**/.git/' --exclude '/**~' \
  459. --exclude '*~' -avz web/ \
  460. aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  461. scp CHANGELOG TODO aturner@malbec.synfin.net:/var/vhosts/tcpreplay/
  462. clean-docs: clean
  463. -rm -f web/*.html
  464. maintainer-clean-local: clean-docs
  465. -rm -f web/*.html
  466. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  467. # Otherwise a system limit (for SysV at least) may be exceeded.
  468. .NOEXPORT: