Makefile.in 27 KB

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