Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. subdir = .
  35. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  36. $(srcdir)/Makefile.in $(srcdir)/doxygen.cfg.in \
  37. $(top_srcdir)/configure INSTALL config/compile \
  38. config/config.guess config/config.sub config/depcomp \
  39. config/install-sh config/ltmain.sh config/missing \
  40. config/mkinstalldirs
  41. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  42. am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
  43. $(top_srcdir)/configure.ac
  44. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  45. $(ACLOCAL_M4)
  46. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  47. configure.lineno config.status.lineno
  48. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  49. CONFIG_HEADER = $(top_builddir)/src/config.h
  50. CONFIG_CLEAN_FILES = doxygen.cfg
  51. CONFIG_CLEAN_VPATH_FILES =
  52. SOURCES =
  53. DIST_SOURCES =
  54. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  55. html-recursive info-recursive install-data-recursive \
  56. install-dvi-recursive install-exec-recursive \
  57. install-html-recursive install-info-recursive \
  58. install-pdf-recursive install-ps-recursive install-recursive \
  59. installcheck-recursive installdirs-recursive pdf-recursive \
  60. ps-recursive uninstall-recursive
  61. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  62. distclean-recursive maintainer-clean-recursive
  63. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  64. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  65. distdir dist dist-all distcheck
  66. ETAGS = etags
  67. CTAGS = ctags
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. distdir = $(PACKAGE)-$(VERSION)
  70. top_distdir = $(distdir)
  71. am__remove_distdir = \
  72. { test ! -d "$(distdir)" \
  73. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  74. && rm -fr "$(distdir)"; }; }
  75. am__relativize = \
  76. dir0=`pwd`; \
  77. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  78. sed_rest='s,^[^/]*/*,,'; \
  79. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  80. sed_butlast='s,/*[^/]*$$,,'; \
  81. while test -n "$$dir1"; do \
  82. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  83. if test "$$first" != "."; then \
  84. if test "$$first" = ".."; then \
  85. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  86. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  87. else \
  88. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  89. if test "$$first2" = "$$first"; then \
  90. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  91. else \
  92. dir2="../$$dir2"; \
  93. fi; \
  94. dir0="$$dir0"/"$$first"; \
  95. fi; \
  96. fi; \
  97. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  98. done; \
  99. reldir="$$dir2"
  100. DIST_ARCHIVES = $(distdir).tar.gz
  101. GZIP_ENV = --best
  102. distuninstallcheck_listfiles = find . -type f -print
  103. distcleancheck_listfiles = find . -type f -print
  104. ACLOCAL = @ACLOCAL@
  105. AMTAR = @AMTAR@
  106. AR = @AR@
  107. AUTOCONF = @AUTOCONF@
  108. AUTOGEN = @AUTOGEN@
  109. AUTOHEADER = @AUTOHEADER@
  110. AUTOMAKE = @AUTOMAKE@
  111. AWK = @AWK@
  112. CC = @CC@
  113. CCDEPMODE = @CCDEPMODE@
  114. CFLAGS = @CFLAGS@
  115. CPP = @CPP@
  116. CPPFLAGS = @CPPFLAGS@
  117. CUT = @CUT@
  118. CXX = @CXX@
  119. CXXCPP = @CXXCPP@
  120. CXXDEPMODE = @CXXDEPMODE@
  121. CXXFLAGS = @CXXFLAGS@
  122. CYGPATH_W = @CYGPATH_W@
  123. DEFS = @DEFS@
  124. DEPDIR = @DEPDIR@
  125. DMALLOC_LIB = @DMALLOC_LIB@
  126. DSYMUTIL = @DSYMUTIL@
  127. DUMPBIN = @DUMPBIN@
  128. ECHO = @ECHO@
  129. ECHO_C = @ECHO_C@
  130. ECHO_N = @ECHO_N@
  131. ECHO_T = @ECHO_T@
  132. EGREP = @EGREP@
  133. EXEEXT = @EXEEXT@
  134. FGREP = @FGREP@
  135. GREP = @GREP@
  136. GROFF = @GROFF@
  137. INSTALL = @INSTALL@
  138. INSTALL_DATA = @INSTALL_DATA@
  139. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  140. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  141. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  142. LD = @LD@
  143. LDFLAGS = @LDFLAGS@
  144. LDNETINC = @LDNETINC@
  145. LDNETLIB = @LDNETLIB@
  146. LIBOBJS = @LIBOBJS@
  147. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  148. LIBOPTS_DIR = @LIBOPTS_DIR@
  149. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  150. LIBS = @LIBS@
  151. LIBTOOL = @LIBTOOL@
  152. LIPO = @LIPO@
  153. LNAVLIB = @LNAVLIB@
  154. LNAV_CFLAGS = @LNAV_CFLAGS@
  155. LN_S = @LN_S@
  156. LPCAPINC = @LPCAPINC@
  157. LPCAPLIB = @LPCAPLIB@
  158. LTLIBOBJS = @LTLIBOBJS@
  159. MAINT = @MAINT@
  160. MAKEINFO = @MAKEINFO@
  161. MKDIR_P = @MKDIR_P@
  162. NM = @NM@
  163. NMEDIT = @NMEDIT@
  164. OBJDUMP = @OBJDUMP@
  165. OBJEXT = @OBJEXT@
  166. OTOOL = @OTOOL@
  167. OTOOL64 = @OTOOL64@
  168. PACKAGE = @PACKAGE@
  169. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  170. PACKAGE_NAME = @PACKAGE_NAME@
  171. PACKAGE_STRING = @PACKAGE_STRING@
  172. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  173. PACKAGE_URL = @PACKAGE_URL@
  174. PACKAGE_VERSION = @PACKAGE_VERSION@
  175. PATH_SEPARATOR = @PATH_SEPARATOR@
  176. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  177. PRINTF = @PRINTF@
  178. RANLIB = @RANLIB@
  179. SED = @SED@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STRIP = @STRIP@
  183. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  184. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  185. VERSION = @VERSION@
  186. abs_builddir = @abs_builddir@
  187. abs_srcdir = @abs_srcdir@
  188. abs_top_builddir = @abs_top_builddir@
  189. abs_top_srcdir = @abs_top_srcdir@
  190. ac_ct_CC = @ac_ct_CC@
  191. ac_ct_CXX = @ac_ct_CXX@
  192. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  193. am__include = @am__include@
  194. am__leading_dot = @am__leading_dot@
  195. am__quote = @am__quote@
  196. am__tar = @am__tar@
  197. am__untar = @am__untar@
  198. bindir = @bindir@
  199. build = @build@
  200. build_alias = @build_alias@
  201. build_cpu = @build_cpu@
  202. build_os = @build_os@
  203. build_vendor = @build_vendor@
  204. builddir = @builddir@
  205. datadir = @datadir@
  206. datarootdir = @datarootdir@
  207. debug_flag = @debug_flag@
  208. docdir = @docdir@
  209. dvidir = @dvidir@
  210. exec_prefix = @exec_prefix@
  211. host = @host@
  212. host_alias = @host_alias@
  213. host_cpu = @host_cpu@
  214. host_os = @host_os@
  215. host_vendor = @host_vendor@
  216. htmldir = @htmldir@
  217. includedir = @includedir@
  218. infodir = @infodir@
  219. install_sh = @install_sh@
  220. libdir = @libdir@
  221. libexecdir = @libexecdir@
  222. localedir = @localedir@
  223. localstatedir = @localstatedir@
  224. lt_ECHO = @lt_ECHO@
  225. mandir = @mandir@
  226. mkdir_p = @mkdir_p@
  227. nic1 = @nic1@
  228. nic2 = @nic2@
  229. oldincludedir = @oldincludedir@
  230. pcncfg = @pcncfg@
  231. pdfdir = @pdfdir@
  232. prefix = @prefix@
  233. program_transform_name = @program_transform_name@
  234. psdir = @psdir@
  235. sbindir = @sbindir@
  236. sharedstatedir = @sharedstatedir@
  237. srcdir = @srcdir@
  238. sysconfdir = @sysconfdir@
  239. target = @target@
  240. target_alias = @target_alias@
  241. target_cpu = @target_cpu@
  242. target_os = @target_os@
  243. target_vendor = @target_vendor@
  244. tcpdump_path = @tcpdump_path@
  245. top_build_prefix = @top_build_prefix@
  246. top_builddir = @top_builddir@
  247. top_srcdir = @top_srcdir@
  248. # $Id$
  249. AUTOMAKE_OPTIONS = foreign
  250. ACLOCAL_AMFLAGS = -I m4 -I libopts/m4
  251. @NEED_LIBOPTS_FALSE@SUBDIRS = scripts lib src
  252. @NEED_LIBOPTS_TRUE@SUBDIRS = scripts lib $(LIBOPTS_DIR) src
  253. DIST_SUBDIRS = scripts lib libopts src docs test
  254. DOCS_DIR = $(top_builddir)/docs
  255. TEST_DIR = $(top_builddir)/test
  256. MOSTLYCLEANFILES = tcpreplay.spec *~
  257. DISTCLEANFILES = .tm_project.cache stamp-h1 *.tar.*
  258. MAINTAINERCLEANFILES = Makefile.in configure *.bak
  259. EXTRA_DIST = doxygen.cfg.in autogen.sh \
  260. m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
  261. m4/ltversion.m4 m4/lt~obsolete.m4
  262. all: all-recursive
  263. .SUFFIXES:
  264. am--refresh:
  265. @:
  266. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  267. @for dep in $?; do \
  268. case '$(am__configure_deps)' in \
  269. *$$dep*) \
  270. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  271. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  272. && exit 0; \
  273. exit 1;; \
  274. esac; \
  275. done; \
  276. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  277. $(am__cd) $(top_srcdir) && \
  278. $(AUTOMAKE) --foreign Makefile
  279. .PRECIOUS: Makefile
  280. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  281. @case '$?' in \
  282. *config.status*) \
  283. echo ' $(SHELL) ./config.status'; \
  284. $(SHELL) ./config.status;; \
  285. *) \
  286. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  287. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  288. esac;
  289. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  290. $(SHELL) ./config.status --recheck
  291. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  292. $(am__cd) $(srcdir) && $(AUTOCONF)
  293. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  294. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  295. $(am__aclocal_m4_deps):
  296. doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
  297. cd $(top_builddir) && $(SHELL) ./config.status $@
  298. mostlyclean-libtool:
  299. -rm -f *.lo
  300. clean-libtool:
  301. -rm -rf .libs _libs
  302. distclean-libtool:
  303. -rm -f libtool config.lt
  304. # This directory's subdirectories are mostly independent; you can cd
  305. # into them and run `make' without going through this Makefile.
  306. # To change the values of `make' variables: instead of editing Makefiles,
  307. # (1) if the variable is set in `config.status', edit `config.status'
  308. # (which will cause the Makefiles to be regenerated when you run `make');
  309. # (2) otherwise, pass the desired values on the `make' command line.
  310. $(RECURSIVE_TARGETS):
  311. @fail= failcom='exit 1'; \
  312. for f in x $$MAKEFLAGS; do \
  313. case $$f in \
  314. *=* | --[!k]*);; \
  315. *k*) failcom='fail=yes';; \
  316. esac; \
  317. done; \
  318. dot_seen=no; \
  319. target=`echo $@ | sed s/-recursive//`; \
  320. list='$(SUBDIRS)'; for subdir in $$list; do \
  321. echo "Making $$target in $$subdir"; \
  322. if test "$$subdir" = "."; then \
  323. dot_seen=yes; \
  324. local_target="$$target-am"; \
  325. else \
  326. local_target="$$target"; \
  327. fi; \
  328. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  329. || eval $$failcom; \
  330. done; \
  331. if test "$$dot_seen" = "no"; then \
  332. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  333. fi; test -z "$$fail"
  334. $(RECURSIVE_CLEAN_TARGETS):
  335. @fail= failcom='exit 1'; \
  336. for f in x $$MAKEFLAGS; do \
  337. case $$f in \
  338. *=* | --[!k]*);; \
  339. *k*) failcom='fail=yes';; \
  340. esac; \
  341. done; \
  342. dot_seen=no; \
  343. case "$@" in \
  344. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  345. *) list='$(SUBDIRS)' ;; \
  346. esac; \
  347. rev=''; for subdir in $$list; do \
  348. if test "$$subdir" = "."; then :; else \
  349. rev="$$subdir $$rev"; \
  350. fi; \
  351. done; \
  352. rev="$$rev ."; \
  353. target=`echo $@ | sed s/-recursive//`; \
  354. for subdir in $$rev; do \
  355. echo "Making $$target in $$subdir"; \
  356. if test "$$subdir" = "."; then \
  357. local_target="$$target-am"; \
  358. else \
  359. local_target="$$target"; \
  360. fi; \
  361. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  362. || eval $$failcom; \
  363. done && test -z "$$fail"
  364. tags-recursive:
  365. list='$(SUBDIRS)'; for subdir in $$list; do \
  366. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  367. done
  368. ctags-recursive:
  369. list='$(SUBDIRS)'; for subdir in $$list; do \
  370. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  371. done
  372. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  373. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  374. unique=`for i in $$list; do \
  375. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  376. done | \
  377. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  378. END { if (nonempty) { for (i in files) print i; }; }'`; \
  379. mkid -fID $$unique
  380. tags: TAGS
  381. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  382. $(TAGS_FILES) $(LISP)
  383. set x; \
  384. here=`pwd`; \
  385. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  386. include_option=--etags-include; \
  387. empty_fix=.; \
  388. else \
  389. include_option=--include; \
  390. empty_fix=; \
  391. fi; \
  392. list='$(SUBDIRS)'; for subdir in $$list; do \
  393. if test "$$subdir" = .; then :; else \
  394. test ! -f $$subdir/TAGS || \
  395. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  396. fi; \
  397. done; \
  398. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  399. unique=`for i in $$list; do \
  400. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  401. done | \
  402. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  403. END { if (nonempty) { for (i in files) print i; }; }'`; \
  404. shift; \
  405. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  406. test -n "$$unique" || unique=$$empty_fix; \
  407. if test $$# -gt 0; then \
  408. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  409. "$$@" $$unique; \
  410. else \
  411. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  412. $$unique; \
  413. fi; \
  414. fi
  415. ctags: CTAGS
  416. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  417. $(TAGS_FILES) $(LISP)
  418. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  419. unique=`for i in $$list; do \
  420. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  421. done | \
  422. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  423. END { if (nonempty) { for (i in files) print i; }; }'`; \
  424. test -z "$(CTAGS_ARGS)$$unique" \
  425. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  426. $$unique
  427. GTAGS:
  428. here=`$(am__cd) $(top_builddir) && pwd` \
  429. && $(am__cd) $(top_srcdir) \
  430. && gtags -i $(GTAGS_ARGS) "$$here"
  431. distclean-tags:
  432. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  433. distdir: $(DISTFILES)
  434. $(am__remove_distdir)
  435. test -d "$(distdir)" || mkdir "$(distdir)"
  436. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  437. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  438. list='$(DISTFILES)'; \
  439. dist_files=`for file in $$list; do echo $$file; done | \
  440. sed -e "s|^$$srcdirstrip/||;t" \
  441. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  442. case $$dist_files in \
  443. */*) $(MKDIR_P) `echo "$$dist_files" | \
  444. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  445. sort -u` ;; \
  446. esac; \
  447. for file in $$dist_files; do \
  448. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  449. if test -d $$d/$$file; then \
  450. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  451. if test -d "$(distdir)/$$file"; then \
  452. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  453. fi; \
  454. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  455. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  456. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  457. fi; \
  458. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  459. else \
  460. test -f "$(distdir)/$$file" \
  461. || cp -p $$d/$$file "$(distdir)/$$file" \
  462. || exit 1; \
  463. fi; \
  464. done
  465. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  466. if test "$$subdir" = .; then :; else \
  467. test -d "$(distdir)/$$subdir" \
  468. || $(MKDIR_P) "$(distdir)/$$subdir" \
  469. || exit 1; \
  470. fi; \
  471. done
  472. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  473. if test "$$subdir" = .; then :; else \
  474. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  475. $(am__relativize); \
  476. new_distdir=$$reldir; \
  477. dir1=$$subdir; dir2="$(top_distdir)"; \
  478. $(am__relativize); \
  479. new_top_distdir=$$reldir; \
  480. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  481. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  482. ($(am__cd) $$subdir && \
  483. $(MAKE) $(AM_MAKEFLAGS) \
  484. top_distdir="$$new_top_distdir" \
  485. distdir="$$new_distdir" \
  486. am__remove_distdir=: \
  487. am__skip_length_check=: \
  488. am__skip_mode_fix=: \
  489. distdir) \
  490. || exit 1; \
  491. fi; \
  492. done
  493. $(MAKE) $(AM_MAKEFLAGS) \
  494. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  495. dist-hook
  496. -test -n "$(am__skip_mode_fix)" \
  497. || find "$(distdir)" -type d ! -perm -755 \
  498. -exec chmod u+rwx,go+rx {} \; -o \
  499. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  500. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  501. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  502. || chmod -R a+r "$(distdir)"
  503. dist-gzip: distdir
  504. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  505. $(am__remove_distdir)
  506. dist-bzip2: distdir
  507. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  508. $(am__remove_distdir)
  509. dist-lzma: distdir
  510. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  511. $(am__remove_distdir)
  512. dist-xz: distdir
  513. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  514. $(am__remove_distdir)
  515. dist-tarZ: distdir
  516. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  517. $(am__remove_distdir)
  518. dist-shar: distdir
  519. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  520. $(am__remove_distdir)
  521. dist-zip: distdir
  522. -rm -f $(distdir).zip
  523. zip -rq $(distdir).zip $(distdir)
  524. $(am__remove_distdir)
  525. dist dist-all: distdir
  526. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  527. $(am__remove_distdir)
  528. # This target untars the dist file and tries a VPATH configuration. Then
  529. # it guarantees that the distribution is self-contained by making another
  530. # tarfile.
  531. distcheck: dist
  532. case '$(DIST_ARCHIVES)' in \
  533. *.tar.gz*) \
  534. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  535. *.tar.bz2*) \
  536. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  537. *.tar.lzma*) \
  538. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  539. *.tar.xz*) \
  540. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  541. *.tar.Z*) \
  542. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  543. *.shar.gz*) \
  544. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  545. *.zip*) \
  546. unzip $(distdir).zip ;;\
  547. esac
  548. chmod -R a-w $(distdir); chmod a+w $(distdir)
  549. mkdir $(distdir)/_build
  550. mkdir $(distdir)/_inst
  551. chmod a-w $(distdir)
  552. test -d $(distdir)/_build || exit 0; \
  553. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  554. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  555. && am__cwd=`pwd` \
  556. && $(am__cd) $(distdir)/_build \
  557. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  558. $(DISTCHECK_CONFIGURE_FLAGS) \
  559. && $(MAKE) $(AM_MAKEFLAGS) \
  560. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  561. && $(MAKE) $(AM_MAKEFLAGS) check \
  562. && $(MAKE) $(AM_MAKEFLAGS) install \
  563. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  564. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  565. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  566. distuninstallcheck \
  567. && chmod -R a-w "$$dc_install_base" \
  568. && ({ \
  569. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  570. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  571. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  572. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  573. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  574. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  575. && rm -rf "$$dc_destdir" \
  576. && $(MAKE) $(AM_MAKEFLAGS) dist \
  577. && rm -rf $(DIST_ARCHIVES) \
  578. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  579. && cd "$$am__cwd" \
  580. || exit 1
  581. $(am__remove_distdir)
  582. @(echo "$(distdir) archives ready for distribution: "; \
  583. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  584. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  585. distuninstallcheck:
  586. @$(am__cd) '$(distuninstallcheck_dir)' \
  587. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  588. || { echo "ERROR: files left after uninstall:" ; \
  589. if test -n "$(DESTDIR)"; then \
  590. echo " (check DESTDIR support)"; \
  591. fi ; \
  592. $(distuninstallcheck_listfiles) ; \
  593. exit 1; } >&2
  594. distcleancheck: distclean
  595. @if test '$(srcdir)' = . ; then \
  596. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  597. exit 1 ; \
  598. fi
  599. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  600. || { echo "ERROR: files left in build directory after distclean:" ; \
  601. $(distcleancheck_listfiles) ; \
  602. exit 1; } >&2
  603. check-am: all-am
  604. check: check-recursive
  605. all-am: Makefile
  606. installdirs: installdirs-recursive
  607. installdirs-am:
  608. install: install-recursive
  609. install-exec: install-exec-recursive
  610. install-data: install-data-recursive
  611. uninstall: uninstall-recursive
  612. install-am: all-am
  613. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  614. installcheck: installcheck-recursive
  615. install-strip:
  616. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  617. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  618. `test -z '$(STRIP)' || \
  619. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  620. mostlyclean-generic:
  621. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  622. clean-generic:
  623. distclean-generic:
  624. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  625. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  626. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  627. maintainer-clean-generic:
  628. @echo "This command is intended for maintainers to use"
  629. @echo "it deletes files that may require special tools to rebuild."
  630. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  631. clean: clean-recursive
  632. clean-am: clean-generic clean-libtool mostlyclean-am
  633. distclean: distclean-recursive
  634. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  635. -rm -f Makefile
  636. distclean-am: clean-am distclean-generic distclean-libtool \
  637. distclean-local distclean-tags
  638. dvi: dvi-recursive
  639. dvi-am:
  640. html: html-recursive
  641. html-am:
  642. info: info-recursive
  643. info-am:
  644. install-data-am:
  645. install-dvi: install-dvi-recursive
  646. install-dvi-am:
  647. install-exec-am:
  648. install-html: install-html-recursive
  649. install-html-am:
  650. install-info: install-info-recursive
  651. install-info-am:
  652. install-man:
  653. install-pdf: install-pdf-recursive
  654. install-pdf-am:
  655. install-ps: install-ps-recursive
  656. install-ps-am:
  657. installcheck-am:
  658. maintainer-clean: maintainer-clean-recursive
  659. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  660. -rm -rf $(top_srcdir)/autom4te.cache
  661. -rm -f Makefile
  662. maintainer-clean-am: distclean-am maintainer-clean-generic
  663. mostlyclean: mostlyclean-recursive
  664. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  665. pdf: pdf-recursive
  666. pdf-am:
  667. ps: ps-recursive
  668. ps-am:
  669. uninstall-am:
  670. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  671. install-am install-strip tags-recursive
  672. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  673. all all-am am--refresh check check-am clean clean-generic \
  674. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  675. dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
  676. dist-zip distcheck distclean distclean-generic \
  677. distclean-libtool distclean-local distclean-tags \
  678. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  679. html-am info info-am install install-am install-data \
  680. install-data-am install-dvi install-dvi-am install-exec \
  681. install-exec-am install-html install-html-am install-info \
  682. install-info-am install-man install-pdf install-pdf-am \
  683. install-ps install-ps-am install-strip installcheck \
  684. installcheck-am installdirs installdirs-am maintainer-clean \
  685. maintainer-clean-generic mostlyclean mostlyclean-generic \
  686. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  687. uninstall uninstall-am
  688. .PHONY: manpages docs test man2html
  689. dist-hook: version manpages update
  690. update:
  691. svn update
  692. manpages:
  693. cd src && make manpages
  694. docs: manpages
  695. echo Making docs in $(DOCS_DIR)
  696. cd $(DOCS_DIR) && make docs
  697. clean-docs:
  698. cd $(DOCS_DIR) && make clean-docs
  699. postweb: docs doxygen
  700. cd $(DOCS_DIR) && make postweb
  701. autoopts:
  702. cd src && make autoopts
  703. test:
  704. echo Making test in $(TEST_DIR)
  705. cd $(TEST_DIR) && make test
  706. dlt_names:
  707. cat @SAVEFILE_C@ | $(top_builddir)/scripts/dlt2name.pl src/dlt_names.h
  708. version:
  709. -rm -f src/common/svn_version.c
  710. cd src/common && make svn_version.c
  711. distclean-local:
  712. -rm -rf autom4te.cache doxygen
  713. doxygen: version
  714. doxygen doxygen.cfg
  715. ncc:
  716. CC=ncc make
  717. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  718. # Otherwise a system limit (for SysV at least) may be exceeded.
  719. .NOEXPORT: