1
0

Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 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 = .
  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 $(top_srcdir)/configure \
  98. $(am__configure_deps) $(am__DIST_COMMON)
  99. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  100. configure.lineno config.status.lineno
  101. mkinstalldirs = $(install_sh) -d
  102. CONFIG_HEADER = $(top_builddir)/src/config.h
  103. CONFIG_CLEAN_FILES = doxygen.cfg
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  120. ctags-recursive dvi-recursive html-recursive info-recursive \
  121. install-data-recursive install-dvi-recursive \
  122. install-exec-recursive install-html-recursive \
  123. install-info-recursive install-pdf-recursive \
  124. install-ps-recursive install-recursive installcheck-recursive \
  125. installdirs-recursive pdf-recursive ps-recursive \
  126. tags-recursive uninstall-recursive
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  133. distclean-recursive maintainer-clean-recursive
  134. am__recursive_targets = \
  135. $(RECURSIVE_TARGETS) \
  136. $(RECURSIVE_CLEAN_TARGETS) \
  137. $(am__extra_recursive_targets)
  138. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  139. cscope distdir distdir-am dist dist-all distcheck
  140. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  141. # Read a list of newline-separated strings from the standard input,
  142. # and print each of them once, without duplicates. Input order is
  143. # *not* preserved.
  144. am__uniquify_input = $(AWK) '\
  145. BEGIN { nonempty = 0; } \
  146. { items[$$0] = 1; nonempty = 1; } \
  147. END { if (nonempty) { for (i in items) print i; }; } \
  148. '
  149. # Make sure the list of sources is unique. This is necessary because,
  150. # e.g., the same source file might be shared among _SOURCES variables
  151. # for different programs/libraries.
  152. am__define_uniq_tagged_files = \
  153. list='$(am__tagged_files)'; \
  154. unique=`for i in $$list; do \
  155. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  156. done | $(am__uniquify_input)`
  157. ETAGS = etags
  158. CTAGS = ctags
  159. CSCOPE = cscope
  160. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/doxygen.cfg.in \
  161. $(top_srcdir)/config/ar-lib $(top_srcdir)/config/compile \
  162. $(top_srcdir)/config/config.guess \
  163. $(top_srcdir)/config/config.sub \
  164. $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
  165. $(top_srcdir)/config/missing INSTALL config/ar-lib \
  166. config/compile config/config.guess config/config.sub \
  167. config/depcomp config/install-sh config/ltmain.sh \
  168. config/missing
  169. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  170. distdir = $(PACKAGE)-$(VERSION)
  171. top_distdir = $(distdir)
  172. am__remove_distdir = \
  173. if test -d "$(distdir)"; then \
  174. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  175. && rm -rf "$(distdir)" \
  176. || { sleep 5 && rm -rf "$(distdir)"; }; \
  177. else :; fi
  178. am__post_remove_distdir = $(am__remove_distdir)
  179. am__relativize = \
  180. dir0=`pwd`; \
  181. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  182. sed_rest='s,^[^/]*/*,,'; \
  183. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  184. sed_butlast='s,/*[^/]*$$,,'; \
  185. while test -n "$$dir1"; do \
  186. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  187. if test "$$first" != "."; then \
  188. if test "$$first" = ".."; then \
  189. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  190. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  191. else \
  192. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  193. if test "$$first2" = "$$first"; then \
  194. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  195. else \
  196. dir2="../$$dir2"; \
  197. fi; \
  198. dir0="$$dir0"/"$$first"; \
  199. fi; \
  200. fi; \
  201. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  202. done; \
  203. reldir="$$dir2"
  204. DIST_ARCHIVES = $(distdir).tar.gz
  205. GZIP_ENV = --best
  206. DIST_TARGETS = dist-gzip
  207. # Exists only to be overridden by the user if desired.
  208. AM_DISTCHECK_DVI_TARGET = dvi
  209. distuninstallcheck_listfiles = find . -type f -print
  210. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  211. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  212. distcleancheck_listfiles = find . -type f -print
  213. ACLOCAL = @ACLOCAL@
  214. AMTAR = @AMTAR@
  215. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  216. AR = @AR@
  217. AUTOCONF = @AUTOCONF@
  218. AUTOGEN = @AUTOGEN@
  219. AUTOHEADER = @AUTOHEADER@
  220. AUTOMAKE = @AUTOMAKE@
  221. AWK = @AWK@
  222. CC = @CC@
  223. CCDEPMODE = @CCDEPMODE@
  224. CFLAGS = @CFLAGS@
  225. CPP = @CPP@
  226. CPPFLAGS = @CPPFLAGS@
  227. CROSS_ARCH = @CROSS_ARCH@
  228. CROSS_LD = @CROSS_LD@
  229. CUT = @CUT@
  230. CXX = @CXX@
  231. CXXCPP = @CXXCPP@
  232. CXXDEPMODE = @CXXDEPMODE@
  233. CXXFLAGS = @CXXFLAGS@
  234. CYGPATH_W = @CYGPATH_W@
  235. DEFS = @DEFS@
  236. DEPDIR = @DEPDIR@
  237. DLLTOOL = @DLLTOOL@
  238. DMALLOC_LIB = @DMALLOC_LIB@
  239. DSYMUTIL = @DSYMUTIL@
  240. DUMPBIN = @DUMPBIN@
  241. ECHO = @ECHO@
  242. ECHO_C = @ECHO_C@
  243. ECHO_N = @ECHO_N@
  244. ECHO_T = @ECHO_T@
  245. EGREP = @EGREP@
  246. EXEEXT = @EXEEXT@
  247. FGREP = @FGREP@
  248. GREP = @GREP@
  249. GROFF = @GROFF@
  250. INSTALL = @INSTALL@
  251. INSTALL_DATA = @INSTALL_DATA@
  252. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  253. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  254. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  255. LD = @LD@
  256. LDFLAGS = @LDFLAGS@
  257. LDNETINC = @LDNETINC@
  258. LDNETLIB = @LDNETLIB@
  259. LIBOBJS = @LIBOBJS@
  260. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  261. LIBOPTS_DIR = @LIBOPTS_DIR@
  262. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  263. LIBS = @LIBS@
  264. LIBTOOL = @LIBTOOL@
  265. LIPO = @LIPO@
  266. LNAVLIB = @LNAVLIB@
  267. LNAV_CFLAGS = @LNAV_CFLAGS@
  268. LN_S = @LN_S@
  269. LPCAPINC = @LPCAPINC@
  270. LPCAPLIB = @LPCAPLIB@
  271. LTLIBOBJS = @LTLIBOBJS@
  272. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  273. MACOSX_SDK_PATH = @MACOSX_SDK_PATH@
  274. MAINT = @MAINT@
  275. MAKEINFO = @MAKEINFO@
  276. MANIFEST_TOOL = @MANIFEST_TOOL@
  277. MKDIR_P = @MKDIR_P@
  278. NETMAPFLAGS = @NETMAPFLAGS@
  279. NETMAPINC = @NETMAPINC@
  280. NETMAPINCDIR = @NETMAPINCDIR@
  281. NETMAPUSERINC = @NETMAPUSERINC@
  282. NM = @NM@
  283. NMEDIT = @NMEDIT@
  284. OBJDUMP = @OBJDUMP@
  285. OBJEXT = @OBJEXT@
  286. OTOOL = @OTOOL@
  287. OTOOL64 = @OTOOL64@
  288. PACKAGE = @PACKAGE@
  289. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  290. PACKAGE_NAME = @PACKAGE_NAME@
  291. PACKAGE_STRING = @PACKAGE_STRING@
  292. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  293. PACKAGE_URL = @PACKAGE_URL@
  294. PACKAGE_VERSION = @PACKAGE_VERSION@
  295. PATH_SEPARATOR = @PATH_SEPARATOR@
  296. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  297. PCAP_CONFIG = @PCAP_CONFIG@
  298. POSIX_SHELL = @POSIX_SHELL@
  299. PRINTF = @PRINTF@
  300. RANLIB = @RANLIB@
  301. SED = @SED@
  302. SET_MAKE = @SET_MAKE@
  303. SHELL = @SHELL@
  304. STDNORETURN_H = @STDNORETURN_H@
  305. STRIP = @STRIP@
  306. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  307. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  308. VERSION = @VERSION@
  309. abs_builddir = @abs_builddir@
  310. abs_srcdir = @abs_srcdir@
  311. abs_top_builddir = @abs_top_builddir@
  312. abs_top_srcdir = @abs_top_srcdir@
  313. ac_ct_AR = @ac_ct_AR@
  314. ac_ct_CC = @ac_ct_CC@
  315. ac_ct_CXX = @ac_ct_CXX@
  316. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  317. am__include = @am__include@
  318. am__leading_dot = @am__leading_dot@
  319. am__quote = @am__quote@
  320. am__tar = @am__tar@
  321. am__untar = @am__untar@
  322. bindir = @bindir@
  323. build = @build@
  324. build_alias = @build_alias@
  325. build_asan = @build_asan@
  326. build_cpu = @build_cpu@
  327. build_os = @build_os@
  328. build_tsan = @build_tsan@
  329. build_vendor = @build_vendor@
  330. builddir = @builddir@
  331. datadir = @datadir@
  332. datarootdir = @datarootdir@
  333. debug_flag = @debug_flag@
  334. debug_run_time_flag = @debug_run_time_flag@
  335. depmod = @depmod@
  336. docdir = @docdir@
  337. dvidir = @dvidir@
  338. exec_prefix = @exec_prefix@
  339. extra_debug_flag = @extra_debug_flag@
  340. host = @host@
  341. host_alias = @host_alias@
  342. host_cpu = @host_cpu@
  343. host_os = @host_os@
  344. host_vendor = @host_vendor@
  345. htmldir = @htmldir@
  346. includedir = @includedir@
  347. infodir = @infodir@
  348. insmod = @insmod@
  349. install_sh = @install_sh@
  350. libdir = @libdir@
  351. libexecdir = @libexecdir@
  352. localedir = @localedir@
  353. localstatedir = @localstatedir@
  354. mandir = @mandir@
  355. mkdir_p = @mkdir_p@
  356. nic1 = @nic1@
  357. nic2 = @nic2@
  358. oldincludedir = @oldincludedir@
  359. pcncfg = @pcncfg@
  360. pdfdir = @pdfdir@
  361. prefix = @prefix@
  362. program_transform_name = @program_transform_name@
  363. psdir = @psdir@
  364. rmmod = @rmmod@
  365. runstatedir = @runstatedir@
  366. sbindir = @sbindir@
  367. sharedstatedir = @sharedstatedir@
  368. srcdir = @srcdir@
  369. sysconfdir = @sysconfdir@
  370. target = @target@
  371. target_alias = @target_alias@
  372. target_cpu = @target_cpu@
  373. target_os = @target_os@
  374. target_vendor = @target_vendor@
  375. tcpdump_path = @tcpdump_path@
  376. timestamp_trace_flag = @timestamp_trace_flag@
  377. top_build_prefix = @top_build_prefix@
  378. top_builddir = @top_builddir@
  379. top_srcdir = @top_srcdir@
  380. # $Id$
  381. ACLOCAL_AMFLAGS = -I m4 -I libopts/m4
  382. @NEED_LIBOPTS_FALSE@SUBDIRS = scripts lib src
  383. @NEED_LIBOPTS_TRUE@SUBDIRS = scripts lib $(LIBOPTS_DIR) src
  384. DIST_SUBDIRS = scripts lib libopts src docs test
  385. DOCS_DIR = $(top_builddir)/docs
  386. TEST_DIR = $(top_builddir)/test
  387. MOSTLYCLEANFILES = tcpreplay.spec *~
  388. DISTCLEANFILES = .tm_project.cache stamp-h1 *.tar.*
  389. MAINTAINERCLEANFILES = Makefile.in configure *.bak
  390. EXTRA_DIST = doxygen.cfg.in \
  391. m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
  392. m4/ltversion.m4 m4/lt~obsolete.m4 acinclude.m4
  393. all: all-recursive
  394. .SUFFIXES:
  395. am--refresh: Makefile
  396. @:
  397. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  398. @for dep in $?; do \
  399. case '$(am__configure_deps)' in \
  400. *$$dep*) \
  401. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  402. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  403. && exit 0; \
  404. exit 1;; \
  405. esac; \
  406. done; \
  407. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  408. $(am__cd) $(top_srcdir) && \
  409. $(AUTOMAKE) --foreign Makefile
  410. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  411. @case '$?' in \
  412. *config.status*) \
  413. echo ' $(SHELL) ./config.status'; \
  414. $(SHELL) ./config.status;; \
  415. *) \
  416. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  417. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  418. esac;
  419. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  420. $(SHELL) ./config.status --recheck
  421. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  422. $(am__cd) $(srcdir) && $(AUTOCONF)
  423. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  424. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  425. $(am__aclocal_m4_deps):
  426. doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
  427. cd $(top_builddir) && $(SHELL) ./config.status $@
  428. mostlyclean-libtool:
  429. -rm -f *.lo
  430. clean-libtool:
  431. -rm -rf .libs _libs
  432. distclean-libtool:
  433. -rm -f libtool config.lt
  434. # This directory's subdirectories are mostly independent; you can cd
  435. # into them and run 'make' without going through this Makefile.
  436. # To change the values of 'make' variables: instead of editing Makefiles,
  437. # (1) if the variable is set in 'config.status', edit 'config.status'
  438. # (which will cause the Makefiles to be regenerated when you run 'make');
  439. # (2) otherwise, pass the desired values on the 'make' command line.
  440. $(am__recursive_targets):
  441. @fail=; \
  442. if $(am__make_keepgoing); then \
  443. failcom='fail=yes'; \
  444. else \
  445. failcom='exit 1'; \
  446. fi; \
  447. dot_seen=no; \
  448. target=`echo $@ | sed s/-recursive//`; \
  449. case "$@" in \
  450. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  451. *) list='$(SUBDIRS)' ;; \
  452. esac; \
  453. for subdir in $$list; do \
  454. echo "Making $$target in $$subdir"; \
  455. if test "$$subdir" = "."; then \
  456. dot_seen=yes; \
  457. local_target="$$target-am"; \
  458. else \
  459. local_target="$$target"; \
  460. fi; \
  461. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  462. || eval $$failcom; \
  463. done; \
  464. if test "$$dot_seen" = "no"; then \
  465. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  466. fi; test -z "$$fail"
  467. ID: $(am__tagged_files)
  468. $(am__define_uniq_tagged_files); mkid -fID $$unique
  469. tags: tags-recursive
  470. TAGS: tags
  471. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  472. set x; \
  473. here=`pwd`; \
  474. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  475. include_option=--etags-include; \
  476. empty_fix=.; \
  477. else \
  478. include_option=--include; \
  479. empty_fix=; \
  480. fi; \
  481. list='$(SUBDIRS)'; for subdir in $$list; do \
  482. if test "$$subdir" = .; then :; else \
  483. test ! -f $$subdir/TAGS || \
  484. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  485. fi; \
  486. done; \
  487. $(am__define_uniq_tagged_files); \
  488. shift; \
  489. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  490. test -n "$$unique" || unique=$$empty_fix; \
  491. if test $$# -gt 0; then \
  492. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  493. "$$@" $$unique; \
  494. else \
  495. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  496. $$unique; \
  497. fi; \
  498. fi
  499. ctags: ctags-recursive
  500. CTAGS: ctags
  501. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  502. $(am__define_uniq_tagged_files); \
  503. test -z "$(CTAGS_ARGS)$$unique" \
  504. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  505. $$unique
  506. GTAGS:
  507. here=`$(am__cd) $(top_builddir) && pwd` \
  508. && $(am__cd) $(top_srcdir) \
  509. && gtags -i $(GTAGS_ARGS) "$$here"
  510. cscope: cscope.files
  511. test ! -s cscope.files \
  512. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  513. clean-cscope:
  514. -rm -f cscope.files
  515. cscope.files: clean-cscope cscopelist
  516. cscopelist: cscopelist-recursive
  517. cscopelist-am: $(am__tagged_files)
  518. list='$(am__tagged_files)'; \
  519. case "$(srcdir)" in \
  520. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  521. *) sdir=$(subdir)/$(srcdir) ;; \
  522. esac; \
  523. for i in $$list; do \
  524. if test -f "$$i"; then \
  525. echo "$(subdir)/$$i"; \
  526. else \
  527. echo "$$sdir/$$i"; \
  528. fi; \
  529. done >> $(top_builddir)/cscope.files
  530. distclean-tags:
  531. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  532. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  533. distdir: $(BUILT_SOURCES)
  534. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  535. distdir-am: $(DISTFILES)
  536. $(am__remove_distdir)
  537. test -d "$(distdir)" || mkdir "$(distdir)"
  538. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  539. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  540. list='$(DISTFILES)'; \
  541. dist_files=`for file in $$list; do echo $$file; done | \
  542. sed -e "s|^$$srcdirstrip/||;t" \
  543. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  544. case $$dist_files in \
  545. */*) $(MKDIR_P) `echo "$$dist_files" | \
  546. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  547. sort -u` ;; \
  548. esac; \
  549. for file in $$dist_files; do \
  550. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  551. if test -d $$d/$$file; then \
  552. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  553. if test -d "$(distdir)/$$file"; then \
  554. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  555. fi; \
  556. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  557. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  558. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  559. fi; \
  560. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  561. else \
  562. test -f "$(distdir)/$$file" \
  563. || cp -p $$d/$$file "$(distdir)/$$file" \
  564. || exit 1; \
  565. fi; \
  566. done
  567. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  568. if test "$$subdir" = .; then :; else \
  569. $(am__make_dryrun) \
  570. || test -d "$(distdir)/$$subdir" \
  571. || $(MKDIR_P) "$(distdir)/$$subdir" \
  572. || exit 1; \
  573. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  574. $(am__relativize); \
  575. new_distdir=$$reldir; \
  576. dir1=$$subdir; dir2="$(top_distdir)"; \
  577. $(am__relativize); \
  578. new_top_distdir=$$reldir; \
  579. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  580. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  581. ($(am__cd) $$subdir && \
  582. $(MAKE) $(AM_MAKEFLAGS) \
  583. top_distdir="$$new_top_distdir" \
  584. distdir="$$new_distdir" \
  585. am__remove_distdir=: \
  586. am__skip_length_check=: \
  587. am__skip_mode_fix=: \
  588. distdir) \
  589. || exit 1; \
  590. fi; \
  591. done
  592. $(MAKE) $(AM_MAKEFLAGS) \
  593. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  594. dist-hook
  595. -test -n "$(am__skip_mode_fix)" \
  596. || find "$(distdir)" -type d ! -perm -755 \
  597. -exec chmod u+rwx,go+rx {} \; -o \
  598. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  599. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  600. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  601. || chmod -R a+r "$(distdir)"
  602. dist-gzip: distdir
  603. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  604. $(am__post_remove_distdir)
  605. dist-bzip2: distdir
  606. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  607. $(am__post_remove_distdir)
  608. dist-lzip: distdir
  609. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  610. $(am__post_remove_distdir)
  611. dist-xz: distdir
  612. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  613. $(am__post_remove_distdir)
  614. dist-zstd: distdir
  615. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  616. $(am__post_remove_distdir)
  617. dist-tarZ: distdir
  618. @echo WARNING: "Support for distribution archives compressed with" \
  619. "legacy program 'compress' is deprecated." >&2
  620. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  621. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  622. $(am__post_remove_distdir)
  623. dist-shar: distdir
  624. @echo WARNING: "Support for shar distribution archives is" \
  625. "deprecated." >&2
  626. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  627. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  628. $(am__post_remove_distdir)
  629. dist-zip: distdir
  630. -rm -f $(distdir).zip
  631. zip -rq $(distdir).zip $(distdir)
  632. $(am__post_remove_distdir)
  633. dist dist-all:
  634. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  635. $(am__post_remove_distdir)
  636. # This target untars the dist file and tries a VPATH configuration. Then
  637. # it guarantees that the distribution is self-contained by making another
  638. # tarfile.
  639. distcheck: dist
  640. case '$(DIST_ARCHIVES)' in \
  641. *.tar.gz*) \
  642. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  643. *.tar.bz2*) \
  644. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  645. *.tar.lz*) \
  646. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  647. *.tar.xz*) \
  648. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  649. *.tar.Z*) \
  650. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  651. *.shar.gz*) \
  652. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  653. *.zip*) \
  654. unzip $(distdir).zip ;;\
  655. *.tar.zst*) \
  656. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  657. esac
  658. chmod -R a-w $(distdir)
  659. chmod u+w $(distdir)
  660. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  661. chmod a-w $(distdir)
  662. test -d $(distdir)/_build || exit 0; \
  663. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  664. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  665. && am__cwd=`pwd` \
  666. && $(am__cd) $(distdir)/_build/sub \
  667. && ../../configure \
  668. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  669. $(DISTCHECK_CONFIGURE_FLAGS) \
  670. --srcdir=../.. --prefix="$$dc_install_base" \
  671. && $(MAKE) $(AM_MAKEFLAGS) \
  672. && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
  673. && $(MAKE) $(AM_MAKEFLAGS) check \
  674. && $(MAKE) $(AM_MAKEFLAGS) install \
  675. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  676. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  677. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  678. distuninstallcheck \
  679. && chmod -R a-w "$$dc_install_base" \
  680. && ({ \
  681. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  682. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  683. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  684. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  685. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  686. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  687. && rm -rf "$$dc_destdir" \
  688. && $(MAKE) $(AM_MAKEFLAGS) dist \
  689. && rm -rf $(DIST_ARCHIVES) \
  690. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  691. && cd "$$am__cwd" \
  692. || exit 1
  693. $(am__post_remove_distdir)
  694. @(echo "$(distdir) archives ready for distribution: "; \
  695. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  696. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  697. distuninstallcheck:
  698. @test -n '$(distuninstallcheck_dir)' || { \
  699. echo 'ERROR: trying to run $@ with an empty' \
  700. '$$(distuninstallcheck_dir)' >&2; \
  701. exit 1; \
  702. }; \
  703. $(am__cd) '$(distuninstallcheck_dir)' || { \
  704. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  705. exit 1; \
  706. }; \
  707. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  708. || { echo "ERROR: files left after uninstall:" ; \
  709. if test -n "$(DESTDIR)"; then \
  710. echo " (check DESTDIR support)"; \
  711. fi ; \
  712. $(distuninstallcheck_listfiles) ; \
  713. exit 1; } >&2
  714. distcleancheck: distclean
  715. @if test '$(srcdir)' = . ; then \
  716. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  717. exit 1 ; \
  718. fi
  719. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  720. || { echo "ERROR: files left in build directory after distclean:" ; \
  721. $(distcleancheck_listfiles) ; \
  722. exit 1; } >&2
  723. check-am: all-am
  724. check: check-recursive
  725. all-am: Makefile
  726. installdirs: installdirs-recursive
  727. installdirs-am:
  728. install: install-recursive
  729. install-exec: install-exec-recursive
  730. install-data: install-data-recursive
  731. uninstall: uninstall-recursive
  732. install-am: all-am
  733. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  734. installcheck: installcheck-recursive
  735. install-strip:
  736. if test -z '$(STRIP)'; then \
  737. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  738. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  739. install; \
  740. else \
  741. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  742. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  743. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  744. fi
  745. mostlyclean-generic:
  746. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  747. clean-generic:
  748. distclean-generic:
  749. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  750. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  751. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  752. maintainer-clean-generic:
  753. @echo "This command is intended for maintainers to use"
  754. @echo "it deletes files that may require special tools to rebuild."
  755. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  756. clean: clean-recursive
  757. clean-am: clean-generic clean-libtool mostlyclean-am
  758. distclean: distclean-recursive
  759. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  760. -rm -f Makefile
  761. distclean-am: clean-am distclean-generic distclean-libtool \
  762. distclean-local distclean-tags
  763. dvi: dvi-recursive
  764. dvi-am:
  765. html: html-recursive
  766. html-am:
  767. info: info-recursive
  768. info-am:
  769. install-data-am:
  770. install-dvi: install-dvi-recursive
  771. install-dvi-am:
  772. install-exec-am:
  773. install-html: install-html-recursive
  774. install-html-am:
  775. install-info: install-info-recursive
  776. install-info-am:
  777. install-man:
  778. install-pdf: install-pdf-recursive
  779. install-pdf-am:
  780. install-ps: install-ps-recursive
  781. install-ps-am:
  782. installcheck-am:
  783. maintainer-clean: maintainer-clean-recursive
  784. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  785. -rm -rf $(top_srcdir)/autom4te.cache
  786. -rm -f Makefile
  787. maintainer-clean-am: distclean-am maintainer-clean-generic
  788. mostlyclean: mostlyclean-recursive
  789. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  790. pdf: pdf-recursive
  791. pdf-am:
  792. ps: ps-recursive
  793. ps-am:
  794. uninstall-am:
  795. .MAKE: $(am__recursive_targets) install-am install-strip
  796. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  797. am--refresh check check-am clean clean-cscope clean-generic \
  798. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  799. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  800. dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
  801. distclean-generic distclean-libtool distclean-local \
  802. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  803. dvi-am html html-am info info-am install install-am \
  804. install-data install-data-am install-dvi install-dvi-am \
  805. install-exec install-exec-am install-html install-html-am \
  806. install-info install-info-am install-man install-pdf \
  807. install-pdf-am install-ps install-ps-am install-strip \
  808. installcheck installcheck-am installdirs installdirs-am \
  809. maintainer-clean maintainer-clean-generic mostlyclean \
  810. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  811. tags tags-am uninstall uninstall-am
  812. .PRECIOUS: Makefile
  813. .PHONY: manpages docs test man2html
  814. dist-hook: version manpages
  815. manpages:
  816. cd src && make manpages
  817. docs: manpages
  818. echo Making docs in $(DOCS_DIR)
  819. cd $(DOCS_DIR) && make docs
  820. clean-docs:
  821. cd $(DOCS_DIR) && make clean-docs
  822. postweb: docs doxygen
  823. cd $(DOCS_DIR) && make postweb
  824. autoopts:
  825. cd src && make autoopts
  826. test:
  827. echo Making test in $(TEST_DIR)
  828. cd $(TEST_DIR) && make test
  829. dlt_names:
  830. cat @SAVEFILE_C@ | $(top_builddir)/scripts/dlt2name.pl src/dlt_names.h
  831. version:
  832. -rm -f src/common/git_version.c
  833. cd src/common && make git_version.c
  834. distclean-local:
  835. -rm -rf autom4te.cache doxygen
  836. doxygen: version
  837. doxygen doxygen.cfg
  838. ncc:
  839. CC=ncc make
  840. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  841. # Otherwise a system limit (for SysV at least) may be exceeded.
  842. .NOEXPORT: