Makefile.in 28 KB

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