Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. # Makefile.in generated by automake 1.11 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_VERSION = @PACKAGE_VERSION@
  174. PATH_SEPARATOR = @PATH_SEPARATOR@
  175. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  176. PRINTF = @PRINTF@
  177. RANLIB = @RANLIB@
  178. SED = @SED@
  179. SET_MAKE = @SET_MAKE@
  180. SHELL = @SHELL@
  181. STRIP = @STRIP@
  182. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  183. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  184. VERSION = @VERSION@
  185. abs_builddir = @abs_builddir@
  186. abs_srcdir = @abs_srcdir@
  187. abs_top_builddir = @abs_top_builddir@
  188. abs_top_srcdir = @abs_top_srcdir@
  189. ac_ct_CC = @ac_ct_CC@
  190. ac_ct_CXX = @ac_ct_CXX@
  191. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  192. am__include = @am__include@
  193. am__leading_dot = @am__leading_dot@
  194. am__quote = @am__quote@
  195. am__tar = @am__tar@
  196. am__untar = @am__untar@
  197. bindir = @bindir@
  198. build = @build@
  199. build_alias = @build_alias@
  200. build_cpu = @build_cpu@
  201. build_os = @build_os@
  202. build_vendor = @build_vendor@
  203. builddir = @builddir@
  204. datadir = @datadir@
  205. datarootdir = @datarootdir@
  206. debug_flag = @debug_flag@
  207. docdir = @docdir@
  208. dvidir = @dvidir@
  209. exec_prefix = @exec_prefix@
  210. host = @host@
  211. host_alias = @host_alias@
  212. host_cpu = @host_cpu@
  213. host_os = @host_os@
  214. host_vendor = @host_vendor@
  215. htmldir = @htmldir@
  216. includedir = @includedir@
  217. infodir = @infodir@
  218. install_sh = @install_sh@
  219. libdir = @libdir@
  220. libexecdir = @libexecdir@
  221. localedir = @localedir@
  222. localstatedir = @localstatedir@
  223. lt_ECHO = @lt_ECHO@
  224. mandir = @mandir@
  225. mkdir_p = @mkdir_p@
  226. nic1 = @nic1@
  227. nic2 = @nic2@
  228. oldincludedir = @oldincludedir@
  229. pcncfg = @pcncfg@
  230. pdfdir = @pdfdir@
  231. prefix = @prefix@
  232. program_transform_name = @program_transform_name@
  233. psdir = @psdir@
  234. sbindir = @sbindir@
  235. sharedstatedir = @sharedstatedir@
  236. srcdir = @srcdir@
  237. sysconfdir = @sysconfdir@
  238. target = @target@
  239. target_alias = @target_alias@
  240. target_cpu = @target_cpu@
  241. target_os = @target_os@
  242. target_vendor = @target_vendor@
  243. tcpdump_path = @tcpdump_path@
  244. top_build_prefix = @top_build_prefix@
  245. top_builddir = @top_builddir@
  246. top_srcdir = @top_srcdir@
  247. # $Id$
  248. AUTOMAKE_OPTIONS = foreign
  249. ACLOCAL_AMFLAGS = -I m4 -I libopts/m4
  250. @NEED_LIBOPTS_FALSE@SUBDIRS = scripts lib src
  251. @NEED_LIBOPTS_TRUE@SUBDIRS = scripts lib $(LIBOPTS_DIR) src
  252. DIST_SUBDIRS = scripts lib libopts src docs test
  253. DOCS_DIR = $(top_builddir)/docs
  254. TEST_DIR = $(top_builddir)/test
  255. MOSTLYCLEANFILES = tcpreplay.spec *~
  256. DISTCLEANFILES = .tm_project.cache stamp-h1 *.tar.*
  257. MAINTAINERCLEANFILES = Makefile.in configure *.bak
  258. EXTRA_DIST = doxygen.cfg.in autogen.sh \
  259. m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
  260. m4/ltversion.m4 m4/lt~obsolete.m4
  261. all: all-recursive
  262. .SUFFIXES:
  263. am--refresh:
  264. @:
  265. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  270. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  271. && exit 0; \
  272. exit 1;; \
  273. esac; \
  274. done; \
  275. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  276. $(am__cd) $(top_srcdir) && \
  277. $(AUTOMAKE) --foreign Makefile
  278. .PRECIOUS: Makefile
  279. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  280. @case '$?' in \
  281. *config.status*) \
  282. echo ' $(SHELL) ./config.status'; \
  283. $(SHELL) ./config.status;; \
  284. *) \
  285. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  286. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  287. esac;
  288. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  289. $(SHELL) ./config.status --recheck
  290. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  291. $(am__cd) $(srcdir) && $(AUTOCONF)
  292. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  293. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  294. $(am__aclocal_m4_deps):
  295. doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
  296. cd $(top_builddir) && $(SHELL) ./config.status $@
  297. mostlyclean-libtool:
  298. -rm -f *.lo
  299. clean-libtool:
  300. -rm -rf .libs _libs
  301. distclean-libtool:
  302. -rm -f libtool config.lt
  303. # This directory's subdirectories are mostly independent; you can cd
  304. # into them and run `make' without going through this Makefile.
  305. # To change the values of `make' variables: instead of editing Makefiles,
  306. # (1) if the variable is set in `config.status', edit `config.status'
  307. # (which will cause the Makefiles to be regenerated when you run `make');
  308. # (2) otherwise, pass the desired values on the `make' command line.
  309. $(RECURSIVE_TARGETS):
  310. @failcom='exit 1'; \
  311. for f in x $$MAKEFLAGS; do \
  312. case $$f in \
  313. *=* | --[!k]*);; \
  314. *k*) failcom='fail=yes';; \
  315. esac; \
  316. done; \
  317. dot_seen=no; \
  318. target=`echo $@ | sed s/-recursive//`; \
  319. list='$(SUBDIRS)'; for subdir in $$list; do \
  320. echo "Making $$target in $$subdir"; \
  321. if test "$$subdir" = "."; then \
  322. dot_seen=yes; \
  323. local_target="$$target-am"; \
  324. else \
  325. local_target="$$target"; \
  326. fi; \
  327. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  328. || eval $$failcom; \
  329. done; \
  330. if test "$$dot_seen" = "no"; then \
  331. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  332. fi; test -z "$$fail"
  333. $(RECURSIVE_CLEAN_TARGETS):
  334. @failcom='exit 1'; \
  335. for f in x $$MAKEFLAGS; do \
  336. case $$f in \
  337. *=* | --[!k]*);; \
  338. *k*) failcom='fail=yes';; \
  339. esac; \
  340. done; \
  341. dot_seen=no; \
  342. case "$@" in \
  343. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  344. *) list='$(SUBDIRS)' ;; \
  345. esac; \
  346. rev=''; for subdir in $$list; do \
  347. if test "$$subdir" = "."; then :; else \
  348. rev="$$subdir $$rev"; \
  349. fi; \
  350. done; \
  351. rev="$$rev ."; \
  352. target=`echo $@ | sed s/-recursive//`; \
  353. for subdir in $$rev; do \
  354. echo "Making $$target in $$subdir"; \
  355. if test "$$subdir" = "."; then \
  356. local_target="$$target-am"; \
  357. else \
  358. local_target="$$target"; \
  359. fi; \
  360. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  361. || eval $$failcom; \
  362. done && test -z "$$fail"
  363. tags-recursive:
  364. list='$(SUBDIRS)'; for subdir in $$list; do \
  365. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  366. done
  367. ctags-recursive:
  368. list='$(SUBDIRS)'; for subdir in $$list; do \
  369. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  370. done
  371. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  372. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  373. unique=`for i in $$list; do \
  374. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  375. done | \
  376. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  377. END { if (nonempty) { for (i in files) print i; }; }'`; \
  378. mkid -fID $$unique
  379. tags: TAGS
  380. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  381. $(TAGS_FILES) $(LISP)
  382. set x; \
  383. here=`pwd`; \
  384. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  385. include_option=--etags-include; \
  386. empty_fix=.; \
  387. else \
  388. include_option=--include; \
  389. empty_fix=; \
  390. fi; \
  391. list='$(SUBDIRS)'; for subdir in $$list; do \
  392. if test "$$subdir" = .; then :; else \
  393. test ! -f $$subdir/TAGS || \
  394. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  395. fi; \
  396. done; \
  397. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  398. unique=`for i in $$list; do \
  399. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  400. done | \
  401. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  402. END { if (nonempty) { for (i in files) print i; }; }'`; \
  403. shift; \
  404. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  405. test -n "$$unique" || unique=$$empty_fix; \
  406. if test $$# -gt 0; then \
  407. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  408. "$$@" $$unique; \
  409. else \
  410. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  411. $$unique; \
  412. fi; \
  413. fi
  414. ctags: CTAGS
  415. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  416. $(TAGS_FILES) $(LISP)
  417. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  418. unique=`for i in $$list; do \
  419. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  420. done | \
  421. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  422. END { if (nonempty) { for (i in files) print i; }; }'`; \
  423. test -z "$(CTAGS_ARGS)$$unique" \
  424. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  425. $$unique
  426. GTAGS:
  427. here=`$(am__cd) $(top_builddir) && pwd` \
  428. && $(am__cd) $(top_srcdir) \
  429. && gtags -i $(GTAGS_ARGS) "$$here"
  430. distclean-tags:
  431. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  432. distdir: $(DISTFILES)
  433. $(am__remove_distdir)
  434. test -d "$(distdir)" || mkdir "$(distdir)"
  435. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  436. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  437. list='$(DISTFILES)'; \
  438. dist_files=`for file in $$list; do echo $$file; done | \
  439. sed -e "s|^$$srcdirstrip/||;t" \
  440. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  441. case $$dist_files in \
  442. */*) $(MKDIR_P) `echo "$$dist_files" | \
  443. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  444. sort -u` ;; \
  445. esac; \
  446. for file in $$dist_files; do \
  447. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  448. if test -d $$d/$$file; then \
  449. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  450. if test -d "$(distdir)/$$file"; then \
  451. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  452. fi; \
  453. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  454. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  455. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  456. fi; \
  457. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  458. else \
  459. test -f "$(distdir)/$$file" \
  460. || cp -p $$d/$$file "$(distdir)/$$file" \
  461. || exit 1; \
  462. fi; \
  463. done
  464. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  465. if test "$$subdir" = .; then :; else \
  466. test -d "$(distdir)/$$subdir" \
  467. || $(MKDIR_P) "$(distdir)/$$subdir" \
  468. || exit 1; \
  469. fi; \
  470. done
  471. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  472. if test "$$subdir" = .; then :; else \
  473. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  474. $(am__relativize); \
  475. new_distdir=$$reldir; \
  476. dir1=$$subdir; dir2="$(top_distdir)"; \
  477. $(am__relativize); \
  478. new_top_distdir=$$reldir; \
  479. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  480. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  481. ($(am__cd) $$subdir && \
  482. $(MAKE) $(AM_MAKEFLAGS) \
  483. top_distdir="$$new_top_distdir" \
  484. distdir="$$new_distdir" \
  485. am__remove_distdir=: \
  486. am__skip_length_check=: \
  487. am__skip_mode_fix=: \
  488. distdir) \
  489. || exit 1; \
  490. fi; \
  491. done
  492. $(MAKE) $(AM_MAKEFLAGS) \
  493. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  494. dist-hook
  495. -test -n "$(am__skip_mode_fix)" \
  496. || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  497. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  498. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  499. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  500. || chmod -R a+r "$(distdir)"
  501. dist-gzip: distdir
  502. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  503. $(am__remove_distdir)
  504. dist-bzip2: distdir
  505. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  506. $(am__remove_distdir)
  507. dist-lzma: distdir
  508. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  509. $(am__remove_distdir)
  510. dist-xz: distdir
  511. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  512. $(am__remove_distdir)
  513. dist-tarZ: distdir
  514. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  515. $(am__remove_distdir)
  516. dist-shar: distdir
  517. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  518. $(am__remove_distdir)
  519. dist-zip: distdir
  520. -rm -f $(distdir).zip
  521. zip -rq $(distdir).zip $(distdir)
  522. $(am__remove_distdir)
  523. dist dist-all: distdir
  524. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  525. $(am__remove_distdir)
  526. # This target untars the dist file and tries a VPATH configuration. Then
  527. # it guarantees that the distribution is self-contained by making another
  528. # tarfile.
  529. distcheck: dist
  530. case '$(DIST_ARCHIVES)' in \
  531. *.tar.gz*) \
  532. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  533. *.tar.bz2*) \
  534. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  535. *.tar.lzma*) \
  536. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  537. *.tar.xz*) \
  538. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  539. *.tar.Z*) \
  540. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  541. *.shar.gz*) \
  542. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  543. *.zip*) \
  544. unzip $(distdir).zip ;;\
  545. esac
  546. chmod -R a-w $(distdir); chmod a+w $(distdir)
  547. mkdir $(distdir)/_build
  548. mkdir $(distdir)/_inst
  549. chmod a-w $(distdir)
  550. test -d $(distdir)/_build || exit 0; \
  551. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  552. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  553. && am__cwd=`pwd` \
  554. && $(am__cd) $(distdir)/_build \
  555. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  556. $(DISTCHECK_CONFIGURE_FLAGS) \
  557. && $(MAKE) $(AM_MAKEFLAGS) \
  558. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  559. && $(MAKE) $(AM_MAKEFLAGS) check \
  560. && $(MAKE) $(AM_MAKEFLAGS) install \
  561. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  562. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  563. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  564. distuninstallcheck \
  565. && chmod -R a-w "$$dc_install_base" \
  566. && ({ \
  567. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  568. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  569. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  570. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  571. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  572. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  573. && rm -rf "$$dc_destdir" \
  574. && $(MAKE) $(AM_MAKEFLAGS) dist \
  575. && rm -rf $(DIST_ARCHIVES) \
  576. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  577. && cd "$$am__cwd" \
  578. || exit 1
  579. $(am__remove_distdir)
  580. @(echo "$(distdir) archives ready for distribution: "; \
  581. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  582. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  583. distuninstallcheck:
  584. @$(am__cd) '$(distuninstallcheck_dir)' \
  585. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  586. || { echo "ERROR: files left after uninstall:" ; \
  587. if test -n "$(DESTDIR)"; then \
  588. echo " (check DESTDIR support)"; \
  589. fi ; \
  590. $(distuninstallcheck_listfiles) ; \
  591. exit 1; } >&2
  592. distcleancheck: distclean
  593. @if test '$(srcdir)' = . ; then \
  594. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  595. exit 1 ; \
  596. fi
  597. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  598. || { echo "ERROR: files left in build directory after distclean:" ; \
  599. $(distcleancheck_listfiles) ; \
  600. exit 1; } >&2
  601. check-am: all-am
  602. check: check-recursive
  603. all-am: Makefile
  604. installdirs: installdirs-recursive
  605. installdirs-am:
  606. install: install-recursive
  607. install-exec: install-exec-recursive
  608. install-data: install-data-recursive
  609. uninstall: uninstall-recursive
  610. install-am: all-am
  611. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  612. installcheck: installcheck-recursive
  613. install-strip:
  614. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  615. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  616. `test -z '$(STRIP)' || \
  617. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  618. mostlyclean-generic:
  619. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  620. clean-generic:
  621. distclean-generic:
  622. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  623. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  624. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  625. maintainer-clean-generic:
  626. @echo "This command is intended for maintainers to use"
  627. @echo "it deletes files that may require special tools to rebuild."
  628. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  629. clean: clean-recursive
  630. clean-am: clean-generic clean-libtool mostlyclean-am
  631. distclean: distclean-recursive
  632. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  633. -rm -f Makefile
  634. distclean-am: clean-am distclean-generic distclean-libtool \
  635. distclean-local distclean-tags
  636. dvi: dvi-recursive
  637. dvi-am:
  638. html: html-recursive
  639. html-am:
  640. info: info-recursive
  641. info-am:
  642. install-data-am:
  643. install-dvi: install-dvi-recursive
  644. install-dvi-am:
  645. install-exec-am:
  646. install-html: install-html-recursive
  647. install-html-am:
  648. install-info: install-info-recursive
  649. install-info-am:
  650. install-man:
  651. install-pdf: install-pdf-recursive
  652. install-pdf-am:
  653. install-ps: install-ps-recursive
  654. install-ps-am:
  655. installcheck-am:
  656. maintainer-clean: maintainer-clean-recursive
  657. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  658. -rm -rf $(top_srcdir)/autom4te.cache
  659. -rm -f Makefile
  660. maintainer-clean-am: distclean-am maintainer-clean-generic
  661. mostlyclean: mostlyclean-recursive
  662. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  663. pdf: pdf-recursive
  664. pdf-am:
  665. ps: ps-recursive
  666. ps-am:
  667. uninstall-am:
  668. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  669. install-am install-strip tags-recursive
  670. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  671. all all-am am--refresh check check-am clean clean-generic \
  672. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  673. dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
  674. dist-zip distcheck distclean distclean-generic \
  675. distclean-libtool distclean-local distclean-tags \
  676. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  677. html-am info info-am install install-am install-data \
  678. install-data-am install-dvi install-dvi-am install-exec \
  679. install-exec-am install-html install-html-am install-info \
  680. install-info-am install-man install-pdf install-pdf-am \
  681. install-ps install-ps-am install-strip installcheck \
  682. installcheck-am installdirs installdirs-am maintainer-clean \
  683. maintainer-clean-generic mostlyclean mostlyclean-generic \
  684. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  685. uninstall uninstall-am
  686. .PHONY: manpages docs test man2html
  687. dist-hook: version manpages update
  688. update:
  689. svn update
  690. manpages:
  691. cd src && make manpages
  692. docs: manpages
  693. echo Making docs in $(DOCS_DIR)
  694. cd $(DOCS_DIR) && make docs
  695. clean-docs:
  696. cd $(DOCS_DIR) && make clean-docs
  697. postweb: docs doxygen
  698. cd $(DOCS_DIR) && make postweb
  699. autoopts:
  700. cd src && make autoopts
  701. test:
  702. echo Making test in $(TEST_DIR)
  703. cd $(TEST_DIR) && make test
  704. dlt_names:
  705. cat @SAVEFILE_C@ | $(top_builddir)/scripts/dlt2name.pl src/dlt_names.h
  706. version:
  707. -rm -f src/common/svn_version.c
  708. cd src/common && make svn_version.c
  709. distclean-local:
  710. -rm -rf autom4te.cache doxygen
  711. doxygen: version
  712. doxygen doxygen.cfg
  713. ncc:
  714. CC=ncc make
  715. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  716. # Otherwise a system limit (for SysV at least) may be exceeded.
  717. .NOEXPORT: