Makefile 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  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. #===========================================================================
  13. #
  14. # Makefile.am
  15. #
  16. #===========================================================================
  17. # $Id: Makefile.am,v 1.17 2003/03/17 12:48:16 raitner Exp $
  18. #---------------------------------------------------------------------------
  19. # General Settings
  20. #---------------------------------------------------------------------------
  21. pkgdatadir = $(datadir)/GTL
  22. pkglibdir = $(libdir)/GTL
  23. pkgincludedir = $(includedir)/GTL
  24. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  25. install_sh_DATA = $(install_sh) -c -m 644
  26. install_sh_PROGRAM = $(install_sh) -c
  27. install_sh_SCRIPT = $(install_sh) -c
  28. INSTALL_HEADER = $(INSTALL_DATA)
  29. transform = $(program_transform_name)
  30. NORMAL_INSTALL = :
  31. PRE_INSTALL = :
  32. POST_INSTALL = :
  33. NORMAL_UNINSTALL = :
  34. PRE_UNINSTALL = :
  35. POST_UNINSTALL = :
  36. build_triplet = x86_64-unknown-linux-gnu
  37. host_triplet = x86_64-unknown-linux-gnu
  38. subdir = .
  39. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  40. $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
  41. ChangeLog INSTALL NEWS TODO config/config.guess \
  42. config/config.sub config/depcomp config/install-sh \
  43. config/ltmain.sh config/missing
  44. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  45. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  46. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  47. $(ACLOCAL_M4)
  48. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  49. configure.lineno config.status.lineno
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_CLEAN_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. ETAGS = etags
  64. CTAGS = ctags
  65. DIST_SUBDIRS = $(SUBDIRS)
  66. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  67. distdir = $(PACKAGE)-$(VERSION)
  68. top_distdir = $(distdir)
  69. am__remove_distdir = \
  70. { test ! -d $(distdir) \
  71. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  72. && rm -fr $(distdir); }; }
  73. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
  74. GZIP_ENV = --best
  75. distuninstallcheck_listfiles = find . -type f -print
  76. distcleancheck_listfiles = find . -type f -print
  77. ACLOCAL = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run aclocal-1.10
  78. AMTAR = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run tar
  79. AR = ar
  80. AUTOCONF = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run autoconf
  81. AUTOHEADER = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run autoheader
  82. AUTOMAKE = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run automake-1.10
  83. AWK = gawk
  84. CC = gcc
  85. CCDEPMODE = depmode=gcc3
  86. CFLAGS = -g -O2
  87. CPP = gcc -E
  88. CPPFLAGS =
  89. CXX = g++
  90. CXXCPP = g++ -E
  91. CXXDEPMODE = depmode=gcc3
  92. CXXFLAGS = -g -O2
  93. CYGPATH_W = echo
  94. DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DGENERIC_MAJOR_VERSION=1 -DGENERIC_MINOR_VERSION=2 -DGENERIC_MICRO_VERSION=4 -DPACKAGE=\"GTL\" -DVERSION=\"1.2.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
  95. DEPDIR = .deps
  96. ECHO = echo
  97. ECHO_C =
  98. ECHO_N = -n
  99. ECHO_T =
  100. EGREP = /bin/grep -E
  101. EXEEXT =
  102. F77 =
  103. FFLAGS =
  104. GENERIC_LIBRARY_NAME = GTL
  105. GENERIC_LIBRARY_VERSION = 3:4:2
  106. GENERIC_RELEASE = 1.2
  107. GENERIC_VERSION = 1.2.4
  108. GREP = /bin/grep
  109. INSTALL = /usr/bin/install -c
  110. INSTALL_DATA = ${INSTALL} -m 644
  111. INSTALL_PROGRAM = ${INSTALL}
  112. INSTALL_SCRIPT = ${INSTALL}
  113. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  114. LDFLAGS =
  115. LIBOBJS =
  116. LIBS =
  117. LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent
  118. LN_S = ln -s
  119. LTLIBOBJS =
  120. MAKEINFO = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run makeinfo
  121. MKDIR_P = /bin/mkdir -p
  122. OBJEXT = o
  123. PACKAGE = GTL
  124. PACKAGE_BUGREPORT =
  125. PACKAGE_NAME =
  126. PACKAGE_STRING =
  127. PACKAGE_TARNAME =
  128. PACKAGE_VERSION =
  129. PATH_SEPARATOR = :
  130. RANLIB = ranlib
  131. SED = /bin/sed
  132. SET_MAKE =
  133. SHELL = /bin/bash
  134. STRIP = strip
  135. VERSION = 1.2.4
  136. abs_builddir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  137. abs_srcdir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  138. abs_top_builddir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  139. abs_top_srcdir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  140. ac_ct_CC = gcc
  141. ac_ct_CXX = g++
  142. ac_ct_F77 =
  143. am__include = include
  144. am__leading_dot = .
  145. am__quote =
  146. am__tar = ${AMTAR} chof - "$$tardir"
  147. am__untar = ${AMTAR} xf -
  148. bindir = ${exec_prefix}/bin
  149. build = x86_64-unknown-linux-gnu
  150. build_alias =
  151. build_cpu = x86_64
  152. build_os = linux-gnu
  153. build_vendor = unknown
  154. builddir = .
  155. datadir = ${datarootdir}
  156. datarootdir = ${prefix}/share
  157. docdir = ${datarootdir}/doc/${PACKAGE}
  158. doxygen = doxygen
  159. dvidir = ${docdir}
  160. exec_prefix = ${prefix}
  161. host = x86_64-unknown-linux-gnu
  162. host_alias =
  163. host_cpu = x86_64
  164. host_os = linux-gnu
  165. host_vendor = unknown
  166. htmldir = ${docdir}
  167. includedir = ${prefix}/include
  168. infodir = ${datarootdir}/info
  169. install_sh = $(SHELL) /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/install-sh
  170. libdir = ${exec_prefix}/lib
  171. libexecdir = ${exec_prefix}/libexec
  172. localedir = ${datarootdir}/locale
  173. localstatedir = ${prefix}/var
  174. mandir = ${datarootdir}/man
  175. mkdir_p = /bin/mkdir -p
  176. oldincludedir = /usr/include
  177. pdfdir = ${docdir}
  178. prefix = /usr/local
  179. program_transform_name = s,x,x,
  180. psdir = ${docdir}
  181. sbindir = ${exec_prefix}/sbin
  182. sharedstatedir = ${prefix}/com
  183. srcdir = .
  184. sysconfdir = ${prefix}/etc
  185. target_alias =
  186. top_builddir = .
  187. top_srcdir = .
  188. SUBDIRS = doc src include tests
  189. AUTOMAKE_OPTIONS = dist-zip dist-bzip2 dist-zip
  190. EXTRA_DIST = \
  191. GTL.spec \
  192. README.Irix \
  193. README.win \
  194. src/GTL.dsw \
  195. src/GTL_dynamic.dsp \
  196. src/GTL_static.dsp \
  197. src/GTL.sln \
  198. src/GTL_dynamic.vcproj \
  199. src/GTL_static.vcproj
  200. all: all-recursive
  201. .SUFFIXES:
  202. am--refresh:
  203. @:
  204. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  205. @for dep in $?; do \
  206. case '$(am__configure_deps)' in \
  207. *$$dep*) \
  208. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  209. cd $(srcdir) && $(AUTOMAKE) --gnu \
  210. && exit 0; \
  211. exit 1;; \
  212. esac; \
  213. done; \
  214. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  215. cd $(top_srcdir) && \
  216. $(AUTOMAKE) --gnu Makefile
  217. .PRECIOUS: Makefile
  218. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  219. @case '$?' in \
  220. *config.status*) \
  221. echo ' $(SHELL) ./config.status'; \
  222. $(SHELL) ./config.status;; \
  223. *) \
  224. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  225. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  226. esac;
  227. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  228. $(SHELL) ./config.status --recheck
  229. $(top_srcdir)/configure: $(am__configure_deps)
  230. cd $(srcdir) && $(AUTOCONF)
  231. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  232. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  233. mostlyclean-libtool:
  234. -rm -f *.lo
  235. clean-libtool:
  236. -rm -rf .libs _libs
  237. distclean-libtool:
  238. -rm -f libtool
  239. # This directory's subdirectories are mostly independent; you can cd
  240. # into them and run `make' without going through this Makefile.
  241. # To change the values of `make' variables: instead of editing Makefiles,
  242. # (1) if the variable is set in `config.status', edit `config.status'
  243. # (which will cause the Makefiles to be regenerated when you run `make');
  244. # (2) otherwise, pass the desired values on the `make' command line.
  245. $(RECURSIVE_TARGETS):
  246. @failcom='exit 1'; \
  247. for f in x $$MAKEFLAGS; do \
  248. case $$f in \
  249. *=* | --[!k]*);; \
  250. *k*) failcom='fail=yes';; \
  251. esac; \
  252. done; \
  253. dot_seen=no; \
  254. target=`echo $@ | sed s/-recursive//`; \
  255. list='$(SUBDIRS)'; for subdir in $$list; do \
  256. echo "Making $$target in $$subdir"; \
  257. if test "$$subdir" = "."; then \
  258. dot_seen=yes; \
  259. local_target="$$target-am"; \
  260. else \
  261. local_target="$$target"; \
  262. fi; \
  263. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  264. || eval $$failcom; \
  265. done; \
  266. if test "$$dot_seen" = "no"; then \
  267. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  268. fi; test -z "$$fail"
  269. $(RECURSIVE_CLEAN_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. case "$@" in \
  279. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  280. *) list='$(SUBDIRS)' ;; \
  281. esac; \
  282. rev=''; for subdir in $$list; do \
  283. if test "$$subdir" = "."; then :; else \
  284. rev="$$subdir $$rev"; \
  285. fi; \
  286. done; \
  287. rev="$$rev ."; \
  288. target=`echo $@ | sed s/-recursive//`; \
  289. for subdir in $$rev; do \
  290. echo "Making $$target in $$subdir"; \
  291. if test "$$subdir" = "."; then \
  292. local_target="$$target-am"; \
  293. else \
  294. local_target="$$target"; \
  295. fi; \
  296. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  297. || eval $$failcom; \
  298. done && test -z "$$fail"
  299. tags-recursive:
  300. list='$(SUBDIRS)'; for subdir in $$list; do \
  301. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  302. done
  303. ctags-recursive:
  304. list='$(SUBDIRS)'; for subdir in $$list; do \
  305. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  306. done
  307. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  308. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  309. unique=`for i in $$list; do \
  310. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  311. done | \
  312. $(AWK) ' { files[$$0] = 1; } \
  313. END { for (i in files) print i; }'`; \
  314. mkid -fID $$unique
  315. tags: TAGS
  316. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  317. $(TAGS_FILES) $(LISP)
  318. tags=; \
  319. here=`pwd`; \
  320. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  321. include_option=--etags-include; \
  322. empty_fix=.; \
  323. else \
  324. include_option=--include; \
  325. empty_fix=; \
  326. fi; \
  327. list='$(SUBDIRS)'; for subdir in $$list; do \
  328. if test "$$subdir" = .; then :; else \
  329. test ! -f $$subdir/TAGS || \
  330. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  331. fi; \
  332. done; \
  333. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  334. unique=`for i in $$list; do \
  335. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  336. done | \
  337. $(AWK) ' { files[$$0] = 1; } \
  338. END { for (i in files) print i; }'`; \
  339. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  340. test -n "$$unique" || unique=$$empty_fix; \
  341. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  342. $$tags $$unique; \
  343. fi
  344. ctags: CTAGS
  345. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  346. $(TAGS_FILES) $(LISP)
  347. tags=; \
  348. here=`pwd`; \
  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. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  356. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  357. $$tags $$unique
  358. GTAGS:
  359. here=`$(am__cd) $(top_builddir) && pwd` \
  360. && cd $(top_srcdir) \
  361. && gtags -i $(GTAGS_ARGS) $$here
  362. distclean-tags:
  363. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  364. distdir: $(DISTFILES)
  365. $(am__remove_distdir)
  366. test -d $(distdir) || mkdir $(distdir)
  367. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  368. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  369. list='$(DISTFILES)'; \
  370. dist_files=`for file in $$list; do echo $$file; done | \
  371. sed -e "s|^$$srcdirstrip/||;t" \
  372. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  373. case $$dist_files in \
  374. */*) $(MKDIR_P) `echo "$$dist_files" | \
  375. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  376. sort -u` ;; \
  377. esac; \
  378. for file in $$dist_files; do \
  379. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  380. if test -d $$d/$$file; then \
  381. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  382. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  383. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  384. fi; \
  385. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  386. else \
  387. test -f $(distdir)/$$file \
  388. || cp -p $$d/$$file $(distdir)/$$file \
  389. || exit 1; \
  390. fi; \
  391. done
  392. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  393. if test "$$subdir" = .; then :; else \
  394. test -d "$(distdir)/$$subdir" \
  395. || $(MKDIR_P) "$(distdir)/$$subdir" \
  396. || exit 1; \
  397. distdir=`$(am__cd) $(distdir) && pwd`; \
  398. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  399. (cd $$subdir && \
  400. $(MAKE) $(AM_MAKEFLAGS) \
  401. top_distdir="$$top_distdir" \
  402. distdir="$$distdir/$$subdir" \
  403. am__remove_distdir=: \
  404. am__skip_length_check=: \
  405. distdir) \
  406. || exit 1; \
  407. fi; \
  408. done
  409. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  410. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  411. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  412. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  413. || chmod -R a+r $(distdir)
  414. dist-gzip: distdir
  415. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  416. $(am__remove_distdir)
  417. dist-bzip2: distdir
  418. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  419. $(am__remove_distdir)
  420. dist-tarZ: distdir
  421. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  422. $(am__remove_distdir)
  423. dist-shar: distdir
  424. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  425. $(am__remove_distdir)
  426. dist-zip: distdir
  427. -rm -f $(distdir).zip
  428. zip -rq $(distdir).zip $(distdir)
  429. $(am__remove_distdir)
  430. dist dist-all: distdir
  431. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  432. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  433. -rm -f $(distdir).zip
  434. zip -rq $(distdir).zip $(distdir)
  435. $(am__remove_distdir)
  436. # This target untars the dist file and tries a VPATH configuration. Then
  437. # it guarantees that the distribution is self-contained by making another
  438. # tarfile.
  439. distcheck: dist
  440. case '$(DIST_ARCHIVES)' in \
  441. *.tar.gz*) \
  442. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  443. *.tar.bz2*) \
  444. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  445. *.tar.Z*) \
  446. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  447. *.shar.gz*) \
  448. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  449. *.zip*) \
  450. unzip $(distdir).zip ;;\
  451. esac
  452. chmod -R a-w $(distdir); chmod a+w $(distdir)
  453. mkdir $(distdir)/_build
  454. mkdir $(distdir)/_inst
  455. chmod a-w $(distdir)
  456. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  457. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  458. && cd $(distdir)/_build \
  459. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  460. $(DISTCHECK_CONFIGURE_FLAGS) \
  461. && $(MAKE) $(AM_MAKEFLAGS) \
  462. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  463. && $(MAKE) $(AM_MAKEFLAGS) check \
  464. && $(MAKE) $(AM_MAKEFLAGS) install \
  465. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  466. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  467. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  468. distuninstallcheck \
  469. && chmod -R a-w "$$dc_install_base" \
  470. && ({ \
  471. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  472. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  473. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  474. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  475. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  476. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  477. && rm -rf "$$dc_destdir" \
  478. && $(MAKE) $(AM_MAKEFLAGS) dist \
  479. && rm -rf $(DIST_ARCHIVES) \
  480. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  481. $(am__remove_distdir)
  482. @(echo "$(distdir) archives ready for distribution: "; \
  483. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  484. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  485. distuninstallcheck:
  486. @cd $(distuninstallcheck_dir) \
  487. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  488. || { echo "ERROR: files left after uninstall:" ; \
  489. if test -n "$(DESTDIR)"; then \
  490. echo " (check DESTDIR support)"; \
  491. fi ; \
  492. $(distuninstallcheck_listfiles) ; \
  493. exit 1; } >&2
  494. distcleancheck: distclean
  495. @if test '$(srcdir)' = . ; then \
  496. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  497. exit 1 ; \
  498. fi
  499. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  500. || { echo "ERROR: files left in build directory after distclean:" ; \
  501. $(distcleancheck_listfiles) ; \
  502. exit 1; } >&2
  503. check-am: all-am
  504. check: check-recursive
  505. all-am: Makefile
  506. installdirs: installdirs-recursive
  507. installdirs-am:
  508. install: install-recursive
  509. install-exec: install-exec-recursive
  510. install-data: install-data-recursive
  511. uninstall: uninstall-recursive
  512. install-am: all-am
  513. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  514. installcheck: installcheck-recursive
  515. install-strip:
  516. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  517. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  518. `test -z '$(STRIP)' || \
  519. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  520. mostlyclean-generic:
  521. clean-generic:
  522. distclean-generic:
  523. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  524. maintainer-clean-generic:
  525. @echo "This command is intended for maintainers to use"
  526. @echo "it deletes files that may require special tools to rebuild."
  527. clean: clean-recursive
  528. clean-am: clean-generic clean-libtool mostlyclean-am
  529. distclean: distclean-recursive
  530. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  531. -rm -f Makefile
  532. distclean-am: clean-am distclean-generic distclean-libtool \
  533. distclean-tags
  534. dvi: dvi-recursive
  535. dvi-am:
  536. html: html-recursive
  537. info: info-recursive
  538. info-am:
  539. install-data-am:
  540. install-dvi: install-dvi-recursive
  541. install-exec-am:
  542. install-html: install-html-recursive
  543. install-info: install-info-recursive
  544. install-man:
  545. install-pdf: install-pdf-recursive
  546. install-ps: install-ps-recursive
  547. installcheck-am:
  548. maintainer-clean: maintainer-clean-recursive
  549. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  550. -rm -rf $(top_srcdir)/autom4te.cache
  551. -rm -f Makefile
  552. maintainer-clean-am: distclean-am maintainer-clean-generic
  553. mostlyclean: mostlyclean-recursive
  554. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  555. pdf: pdf-recursive
  556. pdf-am:
  557. ps: ps-recursive
  558. ps-am:
  559. uninstall-am:
  560. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  561. install-strip
  562. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  563. all all-am am--refresh check check-am clean clean-generic \
  564. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  565. dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
  566. distclean-generic distclean-libtool distclean-tags \
  567. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  568. html-am info info-am install install-am install-data \
  569. install-data-am install-dvi install-dvi-am install-exec \
  570. install-exec-am install-html install-html-am install-info \
  571. install-info-am install-man install-pdf install-pdf-am \
  572. install-ps install-ps-am install-strip installcheck \
  573. installcheck-am installdirs installdirs-am maintainer-clean \
  574. maintainer-clean-generic mostlyclean mostlyclean-generic \
  575. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  576. uninstall uninstall-am
  577. #---------------------------------------------------------------------------
  578. # Goal for building documentation
  579. #---------------------------------------------------------------------------
  580. .PHONY: doc runtests
  581. runtests:
  582. cd tests; $(MAKE) runtests
  583. doc:
  584. cd doc; $(MAKE) doc
  585. #---------------------------------------------------------------------------
  586. # end of file
  587. #---------------------------------------------------------------------------
  588. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  589. # Otherwise a system limit (for SysV at least) may be exceeded.
  590. .NOEXPORT: