Makefile.in 21 KB

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