Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 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. bin_PROGRAMS = crurom$(EXEEXT)
  32. subdir = .
  33. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  34. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  35. $(top_srcdir)/configure depcomp install-sh missing
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  39. $(ACLOCAL_M4)
  40. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  41. configure.lineno config.status.lineno
  42. mkinstalldirs = $(install_sh) -d
  43. CONFIG_HEADER = config.h
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. am__installdirs = "$(DESTDIR)$(bindir)"
  47. PROGRAMS = $(bin_PROGRAMS)
  48. am_crurom_OBJECTS = crurom.$(OBJEXT)
  49. crurom_OBJECTS = $(am_crurom_OBJECTS)
  50. crurom_DEPENDENCIES =
  51. crurom_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(crurom_LDFLAGS) \
  52. $(LDFLAGS) -o $@
  53. DEFAULT_INCLUDES = -I.@am__isrc@
  54. depcomp = $(SHELL) $(top_srcdir)/depcomp
  55. am__depfiles_maybe = depfiles
  56. am__mv = mv -f
  57. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  58. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  59. AM_V_CC = $(am__v_CC_$(V))
  60. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  61. am__v_CC_0 = @echo " CC " $@;
  62. AM_V_at = $(am__v_at_$(V))
  63. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  64. am__v_at_0 = @
  65. CCLD = $(CC)
  66. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  67. AM_V_CCLD = $(am__v_CCLD_$(V))
  68. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  69. am__v_CCLD_0 = @echo " CCLD " $@;
  70. AM_V_GEN = $(am__v_GEN_$(V))
  71. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  72. am__v_GEN_0 = @echo " GEN " $@;
  73. SOURCES = $(crurom_SOURCES)
  74. DIST_SOURCES = $(crurom_SOURCES)
  75. ETAGS = etags
  76. CTAGS = ctags
  77. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  78. distdir = $(PACKAGE)-$(VERSION)
  79. top_distdir = $(distdir)
  80. am__remove_distdir = \
  81. { test ! -d "$(distdir)" \
  82. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  83. && rm -fr "$(distdir)"; }; }
  84. DIST_ARCHIVES = $(distdir).tar.gz
  85. GZIP_ENV = --best
  86. distuninstallcheck_listfiles = find . -type f -print
  87. distcleancheck_listfiles = find . -type f -print
  88. ACLOCAL = @ACLOCAL@
  89. AMTAR = @AMTAR@
  90. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  91. AUTOCONF = @AUTOCONF@
  92. AUTOHEADER = @AUTOHEADER@
  93. AUTOMAKE = @AUTOMAKE@
  94. AWK = @AWK@
  95. CC = @CC@
  96. CCDEPMODE = @CCDEPMODE@
  97. CFLAGS = @CFLAGS@
  98. CPPFLAGS = @CPPFLAGS@
  99. CYGPATH_W = @CYGPATH_W@
  100. DEFS = @DEFS@
  101. DEPDIR = @DEPDIR@
  102. ECHO_C = @ECHO_C@
  103. ECHO_N = @ECHO_N@
  104. ECHO_T = @ECHO_T@
  105. EXEEXT = @EXEEXT@
  106. INSTALL = @INSTALL@
  107. INSTALL_DATA = @INSTALL_DATA@
  108. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  109. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  110. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  111. LDFLAGS = @LDFLAGS@
  112. LIBOBJS = @LIBOBJS@
  113. LIBS = @LIBS@
  114. LTLIBOBJS = @LTLIBOBJS@
  115. MAINT = @MAINT@
  116. MAKEINFO = @MAKEINFO@
  117. MKDIR_P = @MKDIR_P@
  118. OBJEXT = @OBJEXT@
  119. PACKAGE = @PACKAGE@
  120. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  121. PACKAGE_NAME = @PACKAGE_NAME@
  122. PACKAGE_STRING = @PACKAGE_STRING@
  123. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  124. PACKAGE_URL = @PACKAGE_URL@
  125. PACKAGE_VERSION = @PACKAGE_VERSION@
  126. PATH_SEPARATOR = @PATH_SEPARATOR@
  127. SET_MAKE = @SET_MAKE@
  128. SHELL = @SHELL@
  129. STRIP = @STRIP@
  130. VERSION = @VERSION@
  131. abs_builddir = @abs_builddir@
  132. abs_srcdir = @abs_srcdir@
  133. abs_top_builddir = @abs_top_builddir@
  134. abs_top_srcdir = @abs_top_srcdir@
  135. ac_ct_CC = @ac_ct_CC@
  136. am__include = @am__include@
  137. am__leading_dot = @am__leading_dot@
  138. am__quote = @am__quote@
  139. am__tar = @am__tar@
  140. am__untar = @am__untar@
  141. bindir = @bindir@
  142. build_alias = @build_alias@
  143. builddir = @builddir@
  144. datadir = @datadir@
  145. datarootdir = @datarootdir@
  146. docdir = @docdir@
  147. dvidir = @dvidir@
  148. exec_prefix = @exec_prefix@
  149. host_alias = @host_alias@
  150. htmldir = @htmldir@
  151. includedir = @includedir@
  152. infodir = @infodir@
  153. install_sh = @install_sh@
  154. libdir = @libdir@
  155. libexecdir = @libexecdir@
  156. localedir = @localedir@
  157. localstatedir = @localstatedir@
  158. mandir = @mandir@
  159. mkdir_p = @mkdir_p@
  160. oldincludedir = @oldincludedir@
  161. pdfdir = @pdfdir@
  162. prefix = @prefix@
  163. program_transform_name = @program_transform_name@
  164. psdir = @psdir@
  165. sbindir = @sbindir@
  166. sharedstatedir = @sharedstatedir@
  167. srcdir = @srcdir@
  168. sysconfdir = @sysconfdir@
  169. target_alias = @target_alias@
  170. top_build_prefix = @top_build_prefix@
  171. top_builddir = @top_builddir@
  172. top_srcdir = @top_srcdir@
  173. ACLOCAL_AMFLAGS = -I m4
  174. MAINTAINERCLEANFILES = \
  175. configure \
  176. Makefile.in \
  177. depcomp \
  178. config.h.in \
  179. missing \
  180. aclocal.m4 \
  181. install-sh
  182. AM_CPPFLAGS = \
  183. -DPACKAGE_DATA_DIR=\""$(datadir)"\"
  184. AM_CFLAGS = \
  185. -Wall\
  186. -g
  187. crurom_SOURCES = \
  188. crurom.c
  189. crurom_LDFLAGS =
  190. crurom_LDADD =
  191. all: config.h
  192. $(MAKE) $(AM_MAKEFLAGS) all-am
  193. .SUFFIXES:
  194. .SUFFIXES: .c .o .obj
  195. am--refresh:
  196. @:
  197. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  198. @for dep in $?; do \
  199. case '$(am__configure_deps)' in \
  200. *$$dep*) \
  201. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  202. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  203. && exit 0; \
  204. exit 1;; \
  205. esac; \
  206. done; \
  207. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  208. $(am__cd) $(top_srcdir) && \
  209. $(AUTOMAKE) --foreign Makefile
  210. .PRECIOUS: Makefile
  211. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  212. @case '$?' in \
  213. *config.status*) \
  214. echo ' $(SHELL) ./config.status'; \
  215. $(SHELL) ./config.status;; \
  216. *) \
  217. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  218. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  219. esac;
  220. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  221. $(SHELL) ./config.status --recheck
  222. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  223. $(am__cd) $(srcdir) && $(AUTOCONF)
  224. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  225. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  226. $(am__aclocal_m4_deps):
  227. config.h: stamp-h1
  228. @if test ! -f $@; then \
  229. rm -f stamp-h1; \
  230. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  231. else :; fi
  232. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  233. @rm -f stamp-h1
  234. cd $(top_builddir) && $(SHELL) ./config.status config.h
  235. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  236. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  237. rm -f stamp-h1
  238. touch $@
  239. distclean-hdr:
  240. -rm -f config.h stamp-h1
  241. install-binPROGRAMS: $(bin_PROGRAMS)
  242. @$(NORMAL_INSTALL)
  243. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  244. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  245. for p in $$list; do echo "$$p $$p"; done | \
  246. sed 's/$(EXEEXT)$$//' | \
  247. while read p p1; do if test -f $$p; \
  248. then echo "$$p"; echo "$$p"; else :; fi; \
  249. done | \
  250. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  251. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  252. sed 'N;N;N;s,\n, ,g' | \
  253. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  254. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  255. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  256. else { print "f", $$3 "/" $$4, $$1; } } \
  257. END { for (d in files) print "f", d, files[d] }' | \
  258. while read type dir files; do \
  259. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  260. test -z "$$files" || { \
  261. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  262. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  263. } \
  264. ; done
  265. uninstall-binPROGRAMS:
  266. @$(NORMAL_UNINSTALL)
  267. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  268. files=`for p in $$list; do echo "$$p"; done | \
  269. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  270. -e 's/$$/$(EXEEXT)/' `; \
  271. test -n "$$list" || exit 0; \
  272. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  273. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  274. clean-binPROGRAMS:
  275. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  276. crurom$(EXEEXT): $(crurom_OBJECTS) $(crurom_DEPENDENCIES)
  277. @rm -f crurom$(EXEEXT)
  278. $(AM_V_CCLD)$(crurom_LINK) $(crurom_OBJECTS) $(crurom_LDADD) $(LIBS)
  279. mostlyclean-compile:
  280. -rm -f *.$(OBJEXT)
  281. distclean-compile:
  282. -rm -f *.tab.c
  283. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crurom.Po@am__quote@
  284. .c.o:
  285. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  286. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  287. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  288. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  289. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  290. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  291. .c.obj:
  292. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  293. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  294. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  295. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  296. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  297. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  298. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  299. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  300. unique=`for i in $$list; do \
  301. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  302. done | \
  303. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  304. END { if (nonempty) { for (i in files) print i; }; }'`; \
  305. mkid -fID $$unique
  306. tags: TAGS
  307. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  308. $(TAGS_FILES) $(LISP)
  309. set x; \
  310. here=`pwd`; \
  311. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  312. unique=`for i in $$list; do \
  313. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  314. done | \
  315. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  316. END { if (nonempty) { for (i in files) print i; }; }'`; \
  317. shift; \
  318. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  319. test -n "$$unique" || unique=$$empty_fix; \
  320. if test $$# -gt 0; then \
  321. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  322. "$$@" $$unique; \
  323. else \
  324. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  325. $$unique; \
  326. fi; \
  327. fi
  328. ctags: CTAGS
  329. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  330. $(TAGS_FILES) $(LISP)
  331. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  332. unique=`for i in $$list; do \
  333. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  334. done | \
  335. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  336. END { if (nonempty) { for (i in files) print i; }; }'`; \
  337. test -z "$(CTAGS_ARGS)$$unique" \
  338. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  339. $$unique
  340. GTAGS:
  341. here=`$(am__cd) $(top_builddir) && pwd` \
  342. && $(am__cd) $(top_srcdir) \
  343. && gtags -i $(GTAGS_ARGS) "$$here"
  344. distclean-tags:
  345. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  346. distdir: $(DISTFILES)
  347. $(am__remove_distdir)
  348. test -d "$(distdir)" || mkdir "$(distdir)"
  349. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  350. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  351. list='$(DISTFILES)'; \
  352. dist_files=`for file in $$list; do echo $$file; done | \
  353. sed -e "s|^$$srcdirstrip/||;t" \
  354. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  355. case $$dist_files in \
  356. */*) $(MKDIR_P) `echo "$$dist_files" | \
  357. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  358. sort -u` ;; \
  359. esac; \
  360. for file in $$dist_files; do \
  361. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  362. if test -d $$d/$$file; then \
  363. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  364. if test -d "$(distdir)/$$file"; then \
  365. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  366. fi; \
  367. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  368. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  369. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  370. fi; \
  371. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  372. else \
  373. test -f "$(distdir)/$$file" \
  374. || cp -p $$d/$$file "$(distdir)/$$file" \
  375. || exit 1; \
  376. fi; \
  377. done
  378. -test -n "$(am__skip_mode_fix)" \
  379. || find "$(distdir)" -type d ! -perm -755 \
  380. -exec chmod u+rwx,go+rx {} \; -o \
  381. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  382. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  383. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  384. || chmod -R a+r "$(distdir)"
  385. dist-gzip: distdir
  386. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  387. $(am__remove_distdir)
  388. dist-bzip2: distdir
  389. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  390. $(am__remove_distdir)
  391. dist-lzma: distdir
  392. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  393. $(am__remove_distdir)
  394. dist-xz: distdir
  395. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  396. $(am__remove_distdir)
  397. dist-tarZ: distdir
  398. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  399. $(am__remove_distdir)
  400. dist-shar: distdir
  401. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  402. $(am__remove_distdir)
  403. dist-zip: distdir
  404. -rm -f $(distdir).zip
  405. zip -rq $(distdir).zip $(distdir)
  406. $(am__remove_distdir)
  407. dist dist-all: distdir
  408. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  409. $(am__remove_distdir)
  410. # This target untars the dist file and tries a VPATH configuration. Then
  411. # it guarantees that the distribution is self-contained by making another
  412. # tarfile.
  413. distcheck: dist
  414. case '$(DIST_ARCHIVES)' in \
  415. *.tar.gz*) \
  416. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  417. *.tar.bz2*) \
  418. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  419. *.tar.lzma*) \
  420. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  421. *.tar.xz*) \
  422. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  423. *.tar.Z*) \
  424. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  425. *.shar.gz*) \
  426. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  427. *.zip*) \
  428. unzip $(distdir).zip ;;\
  429. esac
  430. chmod -R a-w $(distdir); chmod a+w $(distdir)
  431. mkdir $(distdir)/_build
  432. mkdir $(distdir)/_inst
  433. chmod a-w $(distdir)
  434. test -d $(distdir)/_build || exit 0; \
  435. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  436. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  437. && am__cwd=`pwd` \
  438. && $(am__cd) $(distdir)/_build \
  439. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  440. $(DISTCHECK_CONFIGURE_FLAGS) \
  441. && $(MAKE) $(AM_MAKEFLAGS) \
  442. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  443. && $(MAKE) $(AM_MAKEFLAGS) check \
  444. && $(MAKE) $(AM_MAKEFLAGS) install \
  445. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  446. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  447. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  448. distuninstallcheck \
  449. && chmod -R a-w "$$dc_install_base" \
  450. && ({ \
  451. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  452. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  453. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  454. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  455. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  456. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  457. && rm -rf "$$dc_destdir" \
  458. && $(MAKE) $(AM_MAKEFLAGS) dist \
  459. && rm -rf $(DIST_ARCHIVES) \
  460. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  461. && cd "$$am__cwd" \
  462. || exit 1
  463. $(am__remove_distdir)
  464. @(echo "$(distdir) archives ready for distribution: "; \
  465. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  466. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  467. distuninstallcheck:
  468. @$(am__cd) '$(distuninstallcheck_dir)' \
  469. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  470. || { echo "ERROR: files left after uninstall:" ; \
  471. if test -n "$(DESTDIR)"; then \
  472. echo " (check DESTDIR support)"; \
  473. fi ; \
  474. $(distuninstallcheck_listfiles) ; \
  475. exit 1; } >&2
  476. distcleancheck: distclean
  477. @if test '$(srcdir)' = . ; then \
  478. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  479. exit 1 ; \
  480. fi
  481. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  482. || { echo "ERROR: files left in build directory after distclean:" ; \
  483. $(distcleancheck_listfiles) ; \
  484. exit 1; } >&2
  485. check-am: all-am
  486. check: check-am
  487. all-am: Makefile $(PROGRAMS) config.h
  488. installdirs:
  489. for dir in "$(DESTDIR)$(bindir)"; do \
  490. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  491. done
  492. install: install-am
  493. install-exec: install-exec-am
  494. install-data: install-data-am
  495. uninstall: uninstall-am
  496. install-am: all-am
  497. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  498. installcheck: installcheck-am
  499. install-strip:
  500. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  501. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  502. `test -z '$(STRIP)' || \
  503. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  504. mostlyclean-generic:
  505. clean-generic:
  506. distclean-generic:
  507. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  508. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  509. maintainer-clean-generic:
  510. @echo "This command is intended for maintainers to use"
  511. @echo "it deletes files that may require special tools to rebuild."
  512. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  513. clean: clean-am
  514. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  515. distclean: distclean-am
  516. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  517. -rm -rf ./$(DEPDIR)
  518. -rm -f Makefile
  519. distclean-am: clean-am distclean-compile distclean-generic \
  520. distclean-hdr distclean-tags
  521. dvi: dvi-am
  522. dvi-am:
  523. html: html-am
  524. html-am:
  525. info: info-am
  526. info-am:
  527. install-data-am:
  528. install-dvi: install-dvi-am
  529. install-dvi-am:
  530. install-exec-am: install-binPROGRAMS
  531. install-html: install-html-am
  532. install-html-am:
  533. install-info: install-info-am
  534. install-info-am:
  535. install-man:
  536. install-pdf: install-pdf-am
  537. install-pdf-am:
  538. install-ps: install-ps-am
  539. install-ps-am:
  540. installcheck-am:
  541. maintainer-clean: maintainer-clean-am
  542. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  543. -rm -rf $(top_srcdir)/autom4te.cache
  544. -rm -rf ./$(DEPDIR)
  545. -rm -f Makefile
  546. maintainer-clean-am: distclean-am maintainer-clean-generic
  547. mostlyclean: mostlyclean-am
  548. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  549. pdf: pdf-am
  550. pdf-am:
  551. ps: ps-am
  552. ps-am:
  553. uninstall-am: uninstall-binPROGRAMS
  554. .MAKE: all install-am install-strip
  555. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  556. clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
  557. dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
  558. distcheck distclean distclean-compile distclean-generic \
  559. distclean-hdr distclean-tags distcleancheck distdir \
  560. distuninstallcheck dvi dvi-am html html-am info info-am \
  561. install install-am install-binPROGRAMS install-data \
  562. install-data-am install-dvi install-dvi-am install-exec \
  563. install-exec-am install-html install-html-am install-info \
  564. install-info-am install-man install-pdf install-pdf-am \
  565. install-ps install-ps-am install-strip installcheck \
  566. installcheck-am installdirs maintainer-clean \
  567. maintainer-clean-generic mostlyclean mostlyclean-compile \
  568. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  569. uninstall-am uninstall-binPROGRAMS
  570. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  571. # Otherwise a system limit (for SysV at least) may be exceeded.
  572. .NOEXPORT: