Makefile.in 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  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. subdir = .
  34. DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
  35. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  36. $(srcdir)/benchmark-guile.in $(srcdir)/check-guile.in \
  37. $(srcdir)/config.h.in $(srcdir)/guile-1.8.pc.in \
  38. $(srcdir)/guile-tools.in $(srcdir)/pre-inst-guile-env.in \
  39. $(srcdir)/pre-inst-guile.in $(top_srcdir)/configure ABOUT-NLS \
  40. AUTHORS COPYING.LESSER ChangeLog INSTALL NEWS THANKS \
  41. build-aux/compile build-aux/config.guess \
  42. build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
  43. build-aux/elisp-comp build-aux/install-sh build-aux/ltmain.sh \
  44. build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex \
  45. compile config.guess config.rpath config.sub depcomp \
  46. elisp-comp install-sh ltmain.sh mdate-sh missing texinfo.tex
  47. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  48. am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
  49. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
  50. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  51. $(ACLOCAL_M4)
  52. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  53. configure.lineno config.status.lineno
  54. mkinstalldirs = $(install_sh) -d
  55. CONFIG_HEADER = config.h
  56. CONFIG_CLEAN_FILES = guile-1.8.pc check-guile benchmark-guile \
  57. guile-tools pre-inst-guile pre-inst-guile-env
  58. CONFIG_CLEAN_VPATH_FILES =
  59. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  60. am__vpath_adj = case $$p in \
  61. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  62. *) f=$$p;; \
  63. esac;
  64. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  65. am__install_max = 40
  66. am__nobase_strip_setup = \
  67. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  68. am__nobase_strip = \
  69. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  70. am__nobase_list = $(am__nobase_strip_setup); \
  71. for p in $$list; do echo "$$p $$p"; done | \
  72. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  73. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  74. if (++n[$$2] == $(am__install_max)) \
  75. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  76. END { for (dir in files) print dir, files[dir] }'
  77. am__base_list = \
  78. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  79. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  80. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \
  81. "$(DESTDIR)$(includedir)"
  82. SCRIPTS = $(bin_SCRIPTS)
  83. SOURCES =
  84. DIST_SOURCES =
  85. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  86. html-recursive info-recursive install-data-recursive \
  87. install-dvi-recursive install-exec-recursive \
  88. install-html-recursive install-info-recursive \
  89. install-pdf-recursive install-ps-recursive install-recursive \
  90. installcheck-recursive installdirs-recursive pdf-recursive \
  91. ps-recursive uninstall-recursive
  92. DATA = $(pkgconfig_DATA)
  93. HEADERS = $(include_HEADERS)
  94. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  95. distclean-recursive maintainer-clean-recursive
  96. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  97. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  98. distdir dist dist-all distcheck
  99. ETAGS = etags
  100. CTAGS = ctags
  101. am__tty_colors = \
  102. red=; grn=; lgn=; blu=; std=
  103. DIST_SUBDIRS = $(SUBDIRS)
  104. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  105. distdir = $(PACKAGE)-$(VERSION)
  106. top_distdir = $(distdir)
  107. am__remove_distdir = \
  108. { test ! -d "$(distdir)" \
  109. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  110. && rm -fr "$(distdir)"; }; }
  111. am__relativize = \
  112. dir0=`pwd`; \
  113. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  114. sed_rest='s,^[^/]*/*,,'; \
  115. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  116. sed_butlast='s,/*[^/]*$$,,'; \
  117. while test -n "$$dir1"; do \
  118. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  119. if test "$$first" != "."; then \
  120. if test "$$first" = ".."; then \
  121. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  122. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  123. else \
  124. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  125. if test "$$first2" = "$$first"; then \
  126. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  127. else \
  128. dir2="../$$dir2"; \
  129. fi; \
  130. dir0="$$dir0"/"$$first"; \
  131. fi; \
  132. fi; \
  133. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  134. done; \
  135. reldir="$$dir2"
  136. DIST_ARCHIVES = $(distdir).tar.gz
  137. GZIP_ENV = --best
  138. distuninstallcheck_listfiles = find . -type f -print
  139. distcleancheck_listfiles = find . -type f -print
  140. ACLOCAL = @ACLOCAL@
  141. ALLOCA = @ALLOCA@
  142. AMTAR = @AMTAR@
  143. AR = @AR@
  144. AS = @AS@
  145. AUTOCONF = @AUTOCONF@
  146. AUTOHEADER = @AUTOHEADER@
  147. AUTOMAKE = @AUTOMAKE@
  148. AWK = @AWK@
  149. CC = @CC@
  150. CCDEPMODE = @CCDEPMODE@
  151. CCLD_FOR_BUILD = @CCLD_FOR_BUILD@
  152. CC_FOR_BUILD = @CC_FOR_BUILD@
  153. CFLAGS = @CFLAGS@
  154. CPP = @CPP@
  155. CPPFLAGS = @CPPFLAGS@
  156. CYGPATH_W = @CYGPATH_W@
  157. DEFS = @DEFS@
  158. DEPDIR = @DEPDIR@
  159. DLLTOOL = @DLLTOOL@
  160. DSYMUTIL = @DSYMUTIL@
  161. DUMPBIN = @DUMPBIN@
  162. ECHO_C = @ECHO_C@
  163. ECHO_N = @ECHO_N@
  164. ECHO_T = @ECHO_T@
  165. EGREP = @EGREP@
  166. EMACS = @EMACS@
  167. EMACSLOADPATH = @EMACSLOADPATH@
  168. EXEEXT = @EXEEXT@
  169. EXTRA_DEFS = @EXTRA_DEFS@
  170. EXTRA_DOT_DOC_FILES = @EXTRA_DOT_DOC_FILES@
  171. EXTRA_DOT_X_FILES = @EXTRA_DOT_X_FILES@
  172. FGREP = @FGREP@
  173. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  174. GMSGFMT = @GMSGFMT@
  175. GMSGFMT_015 = @GMSGFMT_015@
  176. GREP = @GREP@
  177. GUILE_CFLAGS = @GUILE_CFLAGS@
  178. GUILE_EFFECTIVE_VERSION = @GUILE_EFFECTIVE_VERSION@
  179. GUILE_FOR_BUILD = @GUILE_FOR_BUILD@
  180. GUILE_LIBS = @GUILE_LIBS@
  181. GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
  182. GUILE_MICRO_VERSION = @GUILE_MICRO_VERSION@
  183. GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
  184. GUILE_VERSION = @GUILE_VERSION@
  185. HOST_CC = @HOST_CC@
  186. INSTALL = @INSTALL@
  187. INSTALL_DATA = @INSTALL_DATA@
  188. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  189. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  190. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  191. INTLLIBS = @INTLLIBS@
  192. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  193. LD = @LD@
  194. LDFLAGS = @LDFLAGS@
  195. LIBGUILE_INTERFACE = @LIBGUILE_INTERFACE@
  196. LIBGUILE_INTERFACE_AGE = @LIBGUILE_INTERFACE_AGE@
  197. LIBGUILE_INTERFACE_CURRENT = @LIBGUILE_INTERFACE_CURRENT@
  198. LIBGUILE_INTERFACE_REVISION = @LIBGUILE_INTERFACE_REVISION@
  199. LIBGUILE_SRFI_SRFI_13_14_INTERFACE = @LIBGUILE_SRFI_SRFI_13_14_INTERFACE@
  200. LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE = @LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE@
  201. LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT = @LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT@
  202. LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION = @LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION@
  203. LIBGUILE_SRFI_SRFI_13_14_MAJOR = @LIBGUILE_SRFI_SRFI_13_14_MAJOR@
  204. LIBGUILE_SRFI_SRFI_1_INTERFACE = @LIBGUILE_SRFI_SRFI_1_INTERFACE@
  205. LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE = @LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE@
  206. LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT = @LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT@
  207. LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION = @LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION@
  208. LIBGUILE_SRFI_SRFI_1_MAJOR = @LIBGUILE_SRFI_SRFI_1_MAJOR@
  209. LIBGUILE_SRFI_SRFI_4_INTERFACE = @LIBGUILE_SRFI_SRFI_4_INTERFACE@
  210. LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE = @LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE@
  211. LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT = @LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT@
  212. LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION = @LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION@
  213. LIBGUILE_SRFI_SRFI_4_MAJOR = @LIBGUILE_SRFI_SRFI_4_MAJOR@
  214. LIBGUILE_SRFI_SRFI_60_INTERFACE = @LIBGUILE_SRFI_SRFI_60_INTERFACE@
  215. LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE = @LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE@
  216. LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT = @LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT@
  217. LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION = @LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION@
  218. LIBGUILE_SRFI_SRFI_60_MAJOR = @LIBGUILE_SRFI_SRFI_60_MAJOR@
  219. LIBICONV = @LIBICONV@
  220. LIBINTL = @LIBINTL@
  221. LIBLOBJS = @LIBLOBJS@
  222. LIBOBJS = @LIBOBJS@
  223. LIBS = @LIBS@
  224. LIBTOOL = @LIBTOOL@
  225. LIPO = @LIPO@
  226. LN_S = @LN_S@
  227. LTLIBICONV = @LTLIBICONV@
  228. LTLIBINTL = @LTLIBINTL@
  229. LTLIBOBJS = @LTLIBOBJS@
  230. MAKEINFO = @MAKEINFO@
  231. MKDIR_P = @MKDIR_P@
  232. MSGFMT = @MSGFMT@
  233. MSGFMT_015 = @MSGFMT_015@
  234. MSGMERGE = @MSGMERGE@
  235. NM = @NM@
  236. NMEDIT = @NMEDIT@
  237. OBJDUMP = @OBJDUMP@
  238. OBJEXT = @OBJEXT@
  239. OTOOL = @OTOOL@
  240. OTOOL64 = @OTOOL64@
  241. PACKAGE = @PACKAGE@
  242. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  243. PACKAGE_NAME = @PACKAGE_NAME@
  244. PACKAGE_STRING = @PACKAGE_STRING@
  245. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  246. PACKAGE_VERSION = @PACKAGE_VERSION@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. POSUB = @POSUB@
  249. PTHREAD_CC = @PTHREAD_CC@
  250. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  251. PTHREAD_LIBS = @PTHREAD_LIBS@
  252. RANLIB = @RANLIB@
  253. SCM_I_GSC_C_INLINE = @SCM_I_GSC_C_INLINE@
  254. SCM_I_GSC_ENABLE_DEPRECATED = @SCM_I_GSC_ENABLE_DEPRECATED@
  255. SCM_I_GSC_ENABLE_DISCOURAGED = @SCM_I_GSC_ENABLE_DISCOURAGED@
  256. SCM_I_GSC_ENABLE_ELISP = @SCM_I_GSC_ENABLE_ELISP@
  257. SCM_I_GSC_GUILE_DEBUG = @SCM_I_GSC_GUILE_DEBUG@
  258. SCM_I_GSC_GUILE_DEBUG_FREELIST = @SCM_I_GSC_GUILE_DEBUG_FREELIST@
  259. SCM_I_GSC_HAVE_STRUCT_DIRENT64 = @SCM_I_GSC_HAVE_STRUCT_DIRENT64@
  260. SCM_I_GSC_NEEDS_INTTYPES_H = @SCM_I_GSC_NEEDS_INTTYPES_H@
  261. SCM_I_GSC_NEEDS_STDINT_H = @SCM_I_GSC_NEEDS_STDINT_H@
  262. SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER = @SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER@
  263. SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT = @SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT@
  264. SCM_I_GSC_STACK_GROWS_UP = @SCM_I_GSC_STACK_GROWS_UP@
  265. SCM_I_GSC_T_INT16 = @SCM_I_GSC_T_INT16@
  266. SCM_I_GSC_T_INT32 = @SCM_I_GSC_T_INT32@
  267. SCM_I_GSC_T_INT64 = @SCM_I_GSC_T_INT64@
  268. SCM_I_GSC_T_INT8 = @SCM_I_GSC_T_INT8@
  269. SCM_I_GSC_T_INTMAX = @SCM_I_GSC_T_INTMAX@
  270. SCM_I_GSC_T_PTRDIFF = @SCM_I_GSC_T_PTRDIFF@
  271. SCM_I_GSC_T_UINT16 = @SCM_I_GSC_T_UINT16@
  272. SCM_I_GSC_T_UINT32 = @SCM_I_GSC_T_UINT32@
  273. SCM_I_GSC_T_UINT64 = @SCM_I_GSC_T_UINT64@
  274. SCM_I_GSC_T_UINT8 = @SCM_I_GSC_T_UINT8@
  275. SCM_I_GSC_T_UINTMAX = @SCM_I_GSC_T_UINTMAX@
  276. SCM_I_GSC_USE_NULL_THREADS = @SCM_I_GSC_USE_NULL_THREADS@
  277. SCM_I_GSC_USE_PTHREAD_THREADS = @SCM_I_GSC_USE_PTHREAD_THREADS@
  278. SED = @SED@
  279. SET_MAKE = @SET_MAKE@
  280. SHELL = @SHELL@
  281. STRIP = @STRIP@
  282. USE_NLS = @USE_NLS@
  283. VERSION = @VERSION@
  284. XGETTEXT = @XGETTEXT@
  285. XGETTEXT_015 = @XGETTEXT_015@
  286. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  287. abs_builddir = @abs_builddir@
  288. abs_srcdir = @abs_srcdir@
  289. abs_top_builddir = @abs_top_builddir@
  290. abs_top_srcdir = @abs_top_srcdir@
  291. ac_ct_CC = @ac_ct_CC@
  292. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  293. acx_pthread_config = @acx_pthread_config@
  294. am__include = @am__include@
  295. am__leading_dot = @am__leading_dot@
  296. am__quote = @am__quote@
  297. am__tar = @am__tar@
  298. am__untar = @am__untar@
  299. bindir = @bindir@
  300. build = @build@
  301. build_alias = @build_alias@
  302. build_cpu = @build_cpu@
  303. build_os = @build_os@
  304. build_vendor = @build_vendor@
  305. builddir = @builddir@
  306. cross_compiling = @cross_compiling@
  307. datadir = @datadir@
  308. datarootdir = @datarootdir@
  309. docdir = @docdir@
  310. dvidir = @dvidir@
  311. exec_prefix = @exec_prefix@
  312. have_makeinfo = @have_makeinfo@
  313. host = @host@
  314. host_alias = @host_alias@
  315. host_cpu = @host_cpu@
  316. host_os = @host_os@
  317. host_vendor = @host_vendor@
  318. htmldir = @htmldir@
  319. includedir = @includedir@
  320. infodir = @infodir@
  321. install_sh = @install_sh@
  322. libdir = @libdir@
  323. libexecdir = @libexecdir@
  324. lispdir = @lispdir@
  325. localedir = @localedir@
  326. localstatedir = @localstatedir@
  327. lt_ECHO = @lt_ECHO@
  328. mandir = @mandir@
  329. mkdir_p = @mkdir_p@
  330. oldincludedir = @oldincludedir@
  331. pdfdir = @pdfdir@
  332. prefix = @prefix@
  333. program_transform_name = @program_transform_name@
  334. psdir = @psdir@
  335. sbindir = @sbindir@
  336. sharedstatedir = @sharedstatedir@
  337. sitedir = @sitedir@
  338. srcdir = @srcdir@
  339. subdirs = @subdirs@
  340. sysconfdir = @sysconfdir@
  341. target_alias = @target_alias@
  342. top_build_prefix = @top_build_prefix@
  343. top_builddir = @top_builddir@
  344. top_builddir_absolute = @top_builddir_absolute@
  345. top_srcdir = @top_srcdir@
  346. top_srcdir_absolute = @top_srcdir_absolute@
  347. # want automake 1.10 or higher so that AM_GNU_GETTEXT can tell automake that
  348. # config.rpath is needed
  349. #
  350. AUTOMAKE_OPTIONS = 1.10
  351. SUBDIRS = oop libguile ice-9 guile-config guile-readline emacs \
  352. scripts srfi doc examples test-suite benchmark-suite lang am
  353. bin_SCRIPTS = guile-tools
  354. include_HEADERS = libguile.h
  355. EXTRA_DIST = LICENSE HACKING GUILE-VERSION guile-1.8.pc.in \
  356. ChangeLog-2008 m4/autobuild.m4
  357. TESTS = check-guile
  358. ACLOCAL_AMFLAGS = -I m4
  359. DISTCLEANFILES = check-guile.log
  360. pkgconfigdir = $(libdir)/pkgconfig
  361. pkgconfig_DATA = guile-1.8.pc
  362. all: config.h
  363. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  364. .SUFFIXES:
  365. am--refresh:
  366. @:
  367. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  368. @for dep in $?; do \
  369. case '$(am__configure_deps)' in \
  370. *$$dep*) \
  371. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  372. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  373. && exit 0; \
  374. exit 1;; \
  375. esac; \
  376. done; \
  377. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  378. $(am__cd) $(top_srcdir) && \
  379. $(AUTOMAKE) --gnu Makefile
  380. .PRECIOUS: Makefile
  381. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  382. @case '$?' in \
  383. *config.status*) \
  384. echo ' $(SHELL) ./config.status'; \
  385. $(SHELL) ./config.status;; \
  386. *) \
  387. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  388. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  389. esac;
  390. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  391. $(SHELL) ./config.status --recheck
  392. $(top_srcdir)/configure: $(am__configure_deps)
  393. $(am__cd) $(srcdir) && $(AUTOCONF)
  394. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  395. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  396. $(am__aclocal_m4_deps):
  397. config.h: stamp-h1
  398. @if test ! -f $@; then \
  399. rm -f stamp-h1; \
  400. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  401. else :; fi
  402. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  403. @rm -f stamp-h1
  404. cd $(top_builddir) && $(SHELL) ./config.status config.h
  405. $(srcdir)/config.h.in: $(am__configure_deps)
  406. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  407. rm -f stamp-h1
  408. touch $@
  409. distclean-hdr:
  410. -rm -f config.h stamp-h1
  411. guile-1.8.pc: $(top_builddir)/config.status $(srcdir)/guile-1.8.pc.in
  412. cd $(top_builddir) && $(SHELL) ./config.status $@
  413. check-guile: $(top_builddir)/config.status $(srcdir)/check-guile.in
  414. cd $(top_builddir) && $(SHELL) ./config.status $@
  415. benchmark-guile: $(top_builddir)/config.status $(srcdir)/benchmark-guile.in
  416. cd $(top_builddir) && $(SHELL) ./config.status $@
  417. guile-tools: $(top_builddir)/config.status $(srcdir)/guile-tools.in
  418. cd $(top_builddir) && $(SHELL) ./config.status $@
  419. pre-inst-guile: $(top_builddir)/config.status $(srcdir)/pre-inst-guile.in
  420. cd $(top_builddir) && $(SHELL) ./config.status $@
  421. pre-inst-guile-env: $(top_builddir)/config.status $(srcdir)/pre-inst-guile-env.in
  422. cd $(top_builddir) && $(SHELL) ./config.status $@
  423. install-binSCRIPTS: $(bin_SCRIPTS)
  424. @$(NORMAL_INSTALL)
  425. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  426. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
  427. for p in $$list; do \
  428. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  429. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  430. done | \
  431. sed -e 'p;s,.*/,,;n' \
  432. -e 'h;s|.*|.|' \
  433. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  434. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  435. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  436. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  437. if (++n[d] == $(am__install_max)) { \
  438. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  439. else { print "f", d "/" $$4, $$1 } } \
  440. END { for (d in files) print "f", d, files[d] }' | \
  441. while read type dir files; do \
  442. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  443. test -z "$$files" || { \
  444. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  445. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  446. } \
  447. ; done
  448. uninstall-binSCRIPTS:
  449. @$(NORMAL_UNINSTALL)
  450. @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
  451. files=`for p in $$list; do echo "$$p"; done | \
  452. sed -e 's,.*/,,;$(transform)'`; \
  453. test -n "$$list" || exit 0; \
  454. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  455. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  456. mostlyclean-libtool:
  457. -rm -f *.lo
  458. clean-libtool:
  459. -rm -rf .libs _libs
  460. distclean-libtool:
  461. -rm -f libtool config.lt
  462. install-pkgconfigDATA: $(pkgconfig_DATA)
  463. @$(NORMAL_INSTALL)
  464. test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
  465. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  466. for p in $$list; do \
  467. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  468. echo "$$d$$p"; \
  469. done | $(am__base_list) | \
  470. while read files; do \
  471. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  472. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  473. done
  474. uninstall-pkgconfigDATA:
  475. @$(NORMAL_UNINSTALL)
  476. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  477. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  478. test -n "$$files" || exit 0; \
  479. echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
  480. cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
  481. install-includeHEADERS: $(include_HEADERS)
  482. @$(NORMAL_INSTALL)
  483. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  484. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  485. for p in $$list; do \
  486. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  487. echo "$$d$$p"; \
  488. done | $(am__base_list) | \
  489. while read files; do \
  490. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  491. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  492. done
  493. uninstall-includeHEADERS:
  494. @$(NORMAL_UNINSTALL)
  495. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  496. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  497. test -n "$$files" || exit 0; \
  498. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  499. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  500. # This directory's subdirectories are mostly independent; you can cd
  501. # into them and run `make' without going through this Makefile.
  502. # To change the values of `make' variables: instead of editing Makefiles,
  503. # (1) if the variable is set in `config.status', edit `config.status'
  504. # (which will cause the Makefiles to be regenerated when you run `make');
  505. # (2) otherwise, pass the desired values on the `make' command line.
  506. $(RECURSIVE_TARGETS):
  507. @failcom='exit 1'; \
  508. for f in x $$MAKEFLAGS; do \
  509. case $$f in \
  510. *=* | --[!k]*);; \
  511. *k*) failcom='fail=yes';; \
  512. esac; \
  513. done; \
  514. dot_seen=no; \
  515. target=`echo $@ | sed s/-recursive//`; \
  516. list='$(SUBDIRS)'; for subdir in $$list; do \
  517. echo "Making $$target in $$subdir"; \
  518. if test "$$subdir" = "."; then \
  519. dot_seen=yes; \
  520. local_target="$$target-am"; \
  521. else \
  522. local_target="$$target"; \
  523. fi; \
  524. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  525. || eval $$failcom; \
  526. done; \
  527. if test "$$dot_seen" = "no"; then \
  528. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  529. fi; test -z "$$fail"
  530. $(RECURSIVE_CLEAN_TARGETS):
  531. @failcom='exit 1'; \
  532. for f in x $$MAKEFLAGS; do \
  533. case $$f in \
  534. *=* | --[!k]*);; \
  535. *k*) failcom='fail=yes';; \
  536. esac; \
  537. done; \
  538. dot_seen=no; \
  539. case "$@" in \
  540. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  541. *) list='$(SUBDIRS)' ;; \
  542. esac; \
  543. rev=''; for subdir in $$list; do \
  544. if test "$$subdir" = "."; then :; else \
  545. rev="$$subdir $$rev"; \
  546. fi; \
  547. done; \
  548. rev="$$rev ."; \
  549. target=`echo $@ | sed s/-recursive//`; \
  550. for subdir in $$rev; do \
  551. echo "Making $$target in $$subdir"; \
  552. if test "$$subdir" = "."; then \
  553. local_target="$$target-am"; \
  554. else \
  555. local_target="$$target"; \
  556. fi; \
  557. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  558. || eval $$failcom; \
  559. done && test -z "$$fail"
  560. tags-recursive:
  561. list='$(SUBDIRS)'; for subdir in $$list; do \
  562. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  563. done
  564. ctags-recursive:
  565. list='$(SUBDIRS)'; for subdir in $$list; do \
  566. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  567. done
  568. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  569. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  570. unique=`for i in $$list; do \
  571. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  572. done | \
  573. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  574. END { if (nonempty) { for (i in files) print i; }; }'`; \
  575. mkid -fID $$unique
  576. tags: TAGS
  577. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  578. $(TAGS_FILES) $(LISP)
  579. set x; \
  580. here=`pwd`; \
  581. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  582. include_option=--etags-include; \
  583. empty_fix=.; \
  584. else \
  585. include_option=--include; \
  586. empty_fix=; \
  587. fi; \
  588. list='$(SUBDIRS)'; for subdir in $$list; do \
  589. if test "$$subdir" = .; then :; else \
  590. test ! -f $$subdir/TAGS || \
  591. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  592. fi; \
  593. done; \
  594. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  595. unique=`for i in $$list; do \
  596. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  597. done | \
  598. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  599. END { if (nonempty) { for (i in files) print i; }; }'`; \
  600. shift; \
  601. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  602. test -n "$$unique" || unique=$$empty_fix; \
  603. if test $$# -gt 0; then \
  604. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  605. "$$@" $$unique; \
  606. else \
  607. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  608. $$unique; \
  609. fi; \
  610. fi
  611. ctags: CTAGS
  612. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  613. $(TAGS_FILES) $(LISP)
  614. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  615. unique=`for i in $$list; do \
  616. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  617. done | \
  618. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  619. END { if (nonempty) { for (i in files) print i; }; }'`; \
  620. test -z "$(CTAGS_ARGS)$$unique" \
  621. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  622. $$unique
  623. GTAGS:
  624. here=`$(am__cd) $(top_builddir) && pwd` \
  625. && $(am__cd) $(top_srcdir) \
  626. && gtags -i $(GTAGS_ARGS) "$$here"
  627. distclean-tags:
  628. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  629. check-TESTS: $(TESTS)
  630. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  631. srcdir=$(srcdir); export srcdir; \
  632. list=' $(TESTS) '; \
  633. $(am__tty_colors); \
  634. if test -n "$$list"; then \
  635. for tst in $$list; do \
  636. if test -f ./$$tst; then dir=./; \
  637. elif test -f $$tst; then dir=; \
  638. else dir="$(srcdir)/"; fi; \
  639. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  640. all=`expr $$all + 1`; \
  641. case " $(XFAIL_TESTS) " in \
  642. *[\ \ ]$$tst[\ \ ]*) \
  643. xpass=`expr $$xpass + 1`; \
  644. failed=`expr $$failed + 1`; \
  645. col=$$red; res=XPASS; \
  646. ;; \
  647. *) \
  648. col=$$grn; res=PASS; \
  649. ;; \
  650. esac; \
  651. elif test $$? -ne 77; then \
  652. all=`expr $$all + 1`; \
  653. case " $(XFAIL_TESTS) " in \
  654. *[\ \ ]$$tst[\ \ ]*) \
  655. xfail=`expr $$xfail + 1`; \
  656. col=$$lgn; res=XFAIL; \
  657. ;; \
  658. *) \
  659. failed=`expr $$failed + 1`; \
  660. col=$$red; res=FAIL; \
  661. ;; \
  662. esac; \
  663. else \
  664. skip=`expr $$skip + 1`; \
  665. col=$$blu; res=SKIP; \
  666. fi; \
  667. echo "$${col}$$res$${std}: $$tst"; \
  668. done; \
  669. if test "$$all" -eq 1; then \
  670. tests="test"; \
  671. All=""; \
  672. else \
  673. tests="tests"; \
  674. All="All "; \
  675. fi; \
  676. if test "$$failed" -eq 0; then \
  677. if test "$$xfail" -eq 0; then \
  678. banner="$$All$$all $$tests passed"; \
  679. else \
  680. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  681. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  682. fi; \
  683. else \
  684. if test "$$xpass" -eq 0; then \
  685. banner="$$failed of $$all $$tests failed"; \
  686. else \
  687. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  688. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  689. fi; \
  690. fi; \
  691. dashes="$$banner"; \
  692. skipped=""; \
  693. if test "$$skip" -ne 0; then \
  694. if test "$$skip" -eq 1; then \
  695. skipped="($$skip test was not run)"; \
  696. else \
  697. skipped="($$skip tests were not run)"; \
  698. fi; \
  699. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  700. dashes="$$skipped"; \
  701. fi; \
  702. report=""; \
  703. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  704. report="Please report to $(PACKAGE_BUGREPORT)"; \
  705. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  706. dashes="$$report"; \
  707. fi; \
  708. dashes=`echo "$$dashes" | sed s/./=/g`; \
  709. if test "$$failed" -eq 0; then \
  710. echo "$$grn$$dashes"; \
  711. else \
  712. echo "$$red$$dashes"; \
  713. fi; \
  714. echo "$$banner"; \
  715. test -z "$$skipped" || echo "$$skipped"; \
  716. test -z "$$report" || echo "$$report"; \
  717. echo "$$dashes$$std"; \
  718. test "$$failed" -eq 0; \
  719. else :; fi
  720. distdir: $(DISTFILES)
  721. @case `sed 15q $(srcdir)/NEWS` in \
  722. *"$(VERSION)"*) : ;; \
  723. *) \
  724. echo "NEWS not updated; not releasing" 1>&2; \
  725. exit 1;; \
  726. esac
  727. $(am__remove_distdir)
  728. test -d "$(distdir)" || mkdir "$(distdir)"
  729. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  730. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  731. list='$(DISTFILES)'; \
  732. dist_files=`for file in $$list; do echo $$file; done | \
  733. sed -e "s|^$$srcdirstrip/||;t" \
  734. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  735. case $$dist_files in \
  736. */*) $(MKDIR_P) `echo "$$dist_files" | \
  737. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  738. sort -u` ;; \
  739. esac; \
  740. for file in $$dist_files; do \
  741. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  742. if test -d $$d/$$file; then \
  743. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  744. if test -d "$(distdir)/$$file"; then \
  745. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  746. fi; \
  747. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  748. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  749. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  750. fi; \
  751. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  752. else \
  753. test -f "$(distdir)/$$file" \
  754. || cp -p $$d/$$file "$(distdir)/$$file" \
  755. || exit 1; \
  756. fi; \
  757. done
  758. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  759. if test "$$subdir" = .; then :; else \
  760. test -d "$(distdir)/$$subdir" \
  761. || $(MKDIR_P) "$(distdir)/$$subdir" \
  762. || exit 1; \
  763. fi; \
  764. done
  765. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  766. if test "$$subdir" = .; then :; else \
  767. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  768. $(am__relativize); \
  769. new_distdir=$$reldir; \
  770. dir1=$$subdir; dir2="$(top_distdir)"; \
  771. $(am__relativize); \
  772. new_top_distdir=$$reldir; \
  773. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  774. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  775. ($(am__cd) $$subdir && \
  776. $(MAKE) $(AM_MAKEFLAGS) \
  777. top_distdir="$$new_top_distdir" \
  778. distdir="$$new_distdir" \
  779. am__remove_distdir=: \
  780. am__skip_length_check=: \
  781. am__skip_mode_fix=: \
  782. distdir) \
  783. || exit 1; \
  784. fi; \
  785. done
  786. -test -n "$(am__skip_mode_fix)" \
  787. || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  788. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  789. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  790. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  791. || chmod -R a+r "$(distdir)"
  792. dist-gzip: distdir
  793. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  794. $(am__remove_distdir)
  795. dist-bzip2: distdir
  796. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  797. $(am__remove_distdir)
  798. dist-lzma: distdir
  799. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  800. $(am__remove_distdir)
  801. dist-xz: distdir
  802. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  803. $(am__remove_distdir)
  804. dist-tarZ: distdir
  805. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  806. $(am__remove_distdir)
  807. dist-shar: distdir
  808. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  809. $(am__remove_distdir)
  810. dist-zip: distdir
  811. -rm -f $(distdir).zip
  812. zip -rq $(distdir).zip $(distdir)
  813. $(am__remove_distdir)
  814. dist dist-all: distdir
  815. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  816. $(am__remove_distdir)
  817. # This target untars the dist file and tries a VPATH configuration. Then
  818. # it guarantees that the distribution is self-contained by making another
  819. # tarfile.
  820. distcheck: dist
  821. case '$(DIST_ARCHIVES)' in \
  822. *.tar.gz*) \
  823. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  824. *.tar.bz2*) \
  825. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  826. *.tar.lzma*) \
  827. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  828. *.tar.xz*) \
  829. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  830. *.tar.Z*) \
  831. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  832. *.shar.gz*) \
  833. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  834. *.zip*) \
  835. unzip $(distdir).zip ;;\
  836. esac
  837. chmod -R a-w $(distdir); chmod a+w $(distdir)
  838. mkdir $(distdir)/_build
  839. mkdir $(distdir)/_inst
  840. chmod a-w $(distdir)
  841. test -d $(distdir)/_build || exit 0; \
  842. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  843. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  844. && am__cwd=`pwd` \
  845. && $(am__cd) $(distdir)/_build \
  846. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  847. $(DISTCHECK_CONFIGURE_FLAGS) \
  848. && $(MAKE) $(AM_MAKEFLAGS) \
  849. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  850. && $(MAKE) $(AM_MAKEFLAGS) check \
  851. && $(MAKE) $(AM_MAKEFLAGS) install \
  852. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  853. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  854. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  855. distuninstallcheck \
  856. && chmod -R a-w "$$dc_install_base" \
  857. && ({ \
  858. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  859. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  860. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  861. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  862. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  863. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  864. && rm -rf "$$dc_destdir" \
  865. && $(MAKE) $(AM_MAKEFLAGS) dist \
  866. && rm -rf $(DIST_ARCHIVES) \
  867. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  868. && cd "$$am__cwd" \
  869. || exit 1
  870. $(am__remove_distdir)
  871. @(echo "$(distdir) archives ready for distribution: "; \
  872. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  873. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  874. distuninstallcheck:
  875. @$(am__cd) '$(distuninstallcheck_dir)' \
  876. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  877. || { echo "ERROR: files left after uninstall:" ; \
  878. if test -n "$(DESTDIR)"; then \
  879. echo " (check DESTDIR support)"; \
  880. fi ; \
  881. $(distuninstallcheck_listfiles) ; \
  882. exit 1; } >&2
  883. distcleancheck: distclean
  884. @if test '$(srcdir)' = . ; then \
  885. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  886. exit 1 ; \
  887. fi
  888. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  889. || { echo "ERROR: files left in build directory after distclean:" ; \
  890. $(distcleancheck_listfiles) ; \
  891. exit 1; } >&2
  892. check-am: all-am
  893. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  894. check: check-recursive
  895. all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS) config.h
  896. installdirs: installdirs-recursive
  897. installdirs-am:
  898. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
  899. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  900. done
  901. install: install-recursive
  902. install-exec: install-exec-recursive
  903. install-data: install-data-recursive
  904. uninstall: uninstall-recursive
  905. install-am: all-am
  906. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  907. installcheck: installcheck-recursive
  908. install-strip:
  909. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  910. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  911. `test -z '$(STRIP)' || \
  912. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  913. mostlyclean-generic:
  914. clean-generic:
  915. distclean-generic:
  916. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  917. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  918. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  919. maintainer-clean-generic:
  920. @echo "This command is intended for maintainers to use"
  921. @echo "it deletes files that may require special tools to rebuild."
  922. clean: clean-recursive
  923. clean-am: clean-generic clean-libtool mostlyclean-am
  924. distclean: distclean-recursive
  925. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  926. -rm -f Makefile
  927. distclean-am: clean-am distclean-generic distclean-hdr \
  928. distclean-libtool distclean-tags
  929. dvi: dvi-recursive
  930. dvi-am:
  931. html: html-recursive
  932. html-am:
  933. info: info-recursive
  934. info-am:
  935. install-data-am: install-includeHEADERS install-pkgconfigDATA
  936. install-dvi: install-dvi-recursive
  937. install-dvi-am:
  938. install-exec-am: install-binSCRIPTS
  939. install-html: install-html-recursive
  940. install-html-am:
  941. install-info: install-info-recursive
  942. install-info-am:
  943. install-man:
  944. install-pdf: install-pdf-recursive
  945. install-pdf-am:
  946. install-ps: install-ps-recursive
  947. install-ps-am:
  948. installcheck-am:
  949. maintainer-clean: maintainer-clean-recursive
  950. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  951. -rm -rf $(top_srcdir)/autom4te.cache
  952. -rm -f Makefile
  953. maintainer-clean-am: distclean-am maintainer-clean-generic
  954. mostlyclean: mostlyclean-recursive
  955. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  956. pdf: pdf-recursive
  957. pdf-am:
  958. ps: ps-recursive
  959. ps-am:
  960. uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
  961. uninstall-pkgconfigDATA
  962. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
  963. ctags-recursive install-am install-strip tags-recursive
  964. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  965. all all-am am--refresh check check-TESTS check-am clean \
  966. clean-generic clean-libtool ctags ctags-recursive dist \
  967. dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
  968. dist-xz dist-zip distcheck distclean distclean-generic \
  969. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  970. distdir distuninstallcheck dvi dvi-am html html-am info \
  971. info-am install install-am install-binSCRIPTS install-data \
  972. install-data-am install-dvi install-dvi-am install-exec \
  973. install-exec-am install-html install-html-am \
  974. install-includeHEADERS install-info install-info-am \
  975. install-man install-pdf install-pdf-am install-pkgconfigDATA \
  976. install-ps install-ps-am install-strip installcheck \
  977. installcheck-am installdirs installdirs-am maintainer-clean \
  978. maintainer-clean-generic mostlyclean mostlyclean-generic \
  979. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  980. uninstall uninstall-am uninstall-binSCRIPTS \
  981. uninstall-includeHEADERS uninstall-pkgconfigDATA
  982. # Makefile.am ends here
  983. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  984. # Otherwise a system limit (for SysV at least) may be exceeded.
  985. .NOEXPORT: