Makefile.in 27 KB

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