Makefile.in 28 KB

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