Makefile.in 21 KB

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