You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

598 lines
18 KiB

  1. # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
  5. # Foundation, 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. check_PROGRAMS = dummy$(EXEEXT)
  34. subdir = tests
  35. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  38. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  39. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  40. $(top_srcdir)/configure.in
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_HEADER = $(top_builddir)/config.h
  45. CONFIG_CLEAN_FILES =
  46. CONFIG_CLEAN_VPATH_FILES =
  47. am_dummy_OBJECTS = dummy.$(OBJEXT)
  48. dummy_OBJECTS = $(am_dummy_OBJECTS)
  49. dummy_LDADD = $(LDADD)
  50. dummy_DEPENDENCIES =
  51. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  52. depcomp = $(SHELL) $(top_srcdir)/depcomp
  53. am__depfiles_maybe = depfiles
  54. am__mv = mv -f
  55. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  56. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  57. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  58. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  59. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  60. CXXLD = $(CXX)
  61. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  62. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  63. $(LDFLAGS) -o $@
  64. SOURCES = $(dummy_SOURCES)
  65. DIST_SOURCES = $(dummy_SOURCES)
  66. ETAGS = etags
  67. CTAGS = ctags
  68. am__tty_colors = \
  69. red=; grn=; lgn=; blu=; std=
  70. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  71. ACLOCAL = @ACLOCAL@
  72. AMTAR = @AMTAR@
  73. AR = @AR@
  74. AUTOCONF = @AUTOCONF@
  75. AUTOHEADER = @AUTOHEADER@
  76. AUTOMAKE = @AUTOMAKE@
  77. AWK = @AWK@
  78. BUILDDATE = @BUILDDATE@
  79. BUILDER = @BUILDER@
  80. CC = @CC@
  81. CCDEPMODE = @CCDEPMODE@
  82. CFLAGS = @CFLAGS@
  83. CONFIGURE_ARGS = @CONFIGURE_ARGS@
  84. CPP = @CPP@
  85. CPPFLAGS = @CPPFLAGS@
  86. CXX = @CXX@
  87. CXXCPP = @CXXCPP@
  88. CXXDEPMODE = @CXXDEPMODE@
  89. CXXFLAGS = @CXXFLAGS@
  90. CYGPATH_W = @CYGPATH_W@
  91. DEFS = @DEFS@
  92. DEPDIR = @DEPDIR@
  93. DLLTOOL = @DLLTOOL@
  94. DSYMUTIL = @DSYMUTIL@
  95. DUMPBIN = @DUMPBIN@
  96. ECHO_C = @ECHO_C@
  97. ECHO_N = @ECHO_N@
  98. ECHO_T = @ECHO_T@
  99. EGREP = @EGREP@
  100. EXEEXT = @EXEEXT@
  101. FGREP = @FGREP@
  102. GREP = @GREP@
  103. INSTALL = @INSTALL@
  104. INSTALL_DATA = @INSTALL_DATA@
  105. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  106. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  107. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  108. LD = @LD@
  109. LDFLAGS = @LDFLAGS@
  110. LIBOBJS = @LIBOBJS@
  111. LIBS = @LIBS@
  112. LIBTOOL = @LIBTOOL@
  113. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  114. LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
  115. LIPO = @LIPO@
  116. LN_S = @LN_S@
  117. LTLIBOBJS = @LTLIBOBJS@
  118. MAKEINFO = @MAKEINFO@
  119. MANIFEST_TOOL = @MANIFEST_TOOL@
  120. MKDIR_P = @MKDIR_P@
  121. NM = @NM@
  122. NMEDIT = @NMEDIT@
  123. OBJDUMP = @OBJDUMP@
  124. OBJEXT = @OBJEXT@
  125. OTOOL = @OTOOL@
  126. OTOOL64 = @OTOOL64@
  127. PACKAGE = @PACKAGE@
  128. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  129. PACKAGE_NAME = @PACKAGE_NAME@
  130. PACKAGE_STRING = @PACKAGE_STRING@
  131. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  132. PACKAGE_URL = @PACKAGE_URL@
  133. PACKAGE_VERSION = @PACKAGE_VERSION@
  134. PATH_SEPARATOR = @PATH_SEPARATOR@
  135. RANLIB = @RANLIB@
  136. SED = @SED@
  137. SET_MAKE = @SET_MAKE@
  138. SHELL = @SHELL@
  139. STRIP = @STRIP@
  140. SUPLDFLAGS = @SUPLDFLAGS@
  141. VERSION = @VERSION@
  142. abs_builddir = @abs_builddir@
  143. abs_srcdir = @abs_srcdir@
  144. abs_top_builddir = @abs_top_builddir@
  145. abs_top_srcdir = @abs_top_srcdir@
  146. ac_ct_AR = @ac_ct_AR@
  147. ac_ct_CC = @ac_ct_CC@
  148. ac_ct_CXX = @ac_ct_CXX@
  149. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  150. am__include = @am__include@
  151. am__leading_dot = @am__leading_dot@
  152. am__quote = @am__quote@
  153. am__tar = @am__tar@
  154. am__untar = @am__untar@
  155. bindir = @bindir@
  156. build = @build@
  157. build_alias = @build_alias@
  158. build_cpu = @build_cpu@
  159. build_os = @build_os@
  160. build_vendor = @build_vendor@
  161. builddir = @builddir@
  162. datadir = @datadir@
  163. datarootdir = @datarootdir@
  164. docdir = @docdir@
  165. dvidir = @dvidir@
  166. exec_prefix = @exec_prefix@
  167. host = @host@
  168. host_alias = @host_alias@
  169. host_cpu = @host_cpu@
  170. host_os = @host_os@
  171. host_vendor = @host_vendor@
  172. htmldir = @htmldir@
  173. includedir = @includedir@
  174. infodir = @infodir@
  175. install_sh = @install_sh@
  176. libdir = @libdir@
  177. libexecdir = @libexecdir@
  178. localedir = @localedir@
  179. localstatedir = @localstatedir@
  180. mandir = @mandir@
  181. mkdir_p = @mkdir_p@
  182. oldincludedir = @oldincludedir@
  183. pdfdir = @pdfdir@
  184. prefix = @prefix@
  185. program_transform_name = @program_transform_name@
  186. psdir = @psdir@
  187. sbindir = @sbindir@
  188. sharedstatedir = @sharedstatedir@
  189. srcdir = @srcdir@
  190. sysconfdir = @sysconfdir@
  191. target_alias = @target_alias@
  192. top_build_prefix = @top_build_prefix@
  193. top_builddir = @top_builddir@
  194. top_srcdir = @top_srcdir@
  195. dummy_SOURCES = dummy.cc
  196. INCLUDES = -I$(top_srcdir)/include -I../include
  197. LDADD = -lm @SUPLDFLAGS@
  198. TESTS = $(top_srcdir)/tests/make_gmm_test.pl
  199. EXTRA_DIST = \
  200. make_gmm_test.pl\
  201. gmm_torture01_lusolve.cc\
  202. gmm_torture02_baseop.cc\
  203. gmm_torture05_mult.cc\
  204. gmm_torture06_mat_mult.cc\
  205. gmm_torture10_qr.cc\
  206. gmm_torture15_sub.cc\
  207. gmm_torture20_iterative_solvers.cc
  208. CLEANFILES = toto.mat ii_files/* auto_gmm*
  209. TESTS_ENVIRONMENT = perl
  210. all: all-am
  211. .SUFFIXES:
  212. .SUFFIXES: .cc .lo .o .obj
  213. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  214. @for dep in $?; do \
  215. case '$(am__configure_deps)' in \
  216. *$$dep*) \
  217. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  218. && { if test -f $@; then exit 0; else break; fi; }; \
  219. exit 1;; \
  220. esac; \
  221. done; \
  222. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  223. $(am__cd) $(top_srcdir) && \
  224. $(AUTOMAKE) --gnu tests/Makefile
  225. .PRECIOUS: Makefile
  226. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  227. @case '$?' in \
  228. *config.status*) \
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  230. *) \
  231. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  232. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  233. esac;
  234. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  235. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  236. $(top_srcdir)/configure: $(am__configure_deps)
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  238. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  239. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  240. $(am__aclocal_m4_deps):
  241. clean-checkPROGRAMS:
  242. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  243. echo " rm -f" $$list; \
  244. rm -f $$list || exit $$?; \
  245. test -n "$(EXEEXT)" || exit 0; \
  246. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  247. echo " rm -f" $$list; \
  248. rm -f $$list
  249. dummy$(EXEEXT): $(dummy_OBJECTS) $(dummy_DEPENDENCIES) $(EXTRA_dummy_DEPENDENCIES)
  250. @rm -f dummy$(EXEEXT)
  251. $(CXXLINK) $(dummy_OBJECTS) $(dummy_LDADD) $(LIBS)
  252. mostlyclean-compile:
  253. -rm -f *.$(OBJEXT)
  254. distclean-compile:
  255. -rm -f *.tab.c
  256. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@
  257. .cc.o:
  258. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  259. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  260. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  261. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  262. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  263. .cc.obj:
  264. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  265. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  266. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  267. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  268. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  269. .cc.lo:
  270. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  271. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  272. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  273. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  274. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  275. mostlyclean-libtool:
  276. -rm -f *.lo
  277. clean-libtool:
  278. -rm -rf .libs _libs
  279. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  280. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  281. unique=`for i in $$list; do \
  282. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  283. done | \
  284. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  285. END { if (nonempty) { for (i in files) print i; }; }'`; \
  286. mkid -fID $$unique
  287. tags: TAGS
  288. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  289. $(TAGS_FILES) $(LISP)
  290. set x; \
  291. here=`pwd`; \
  292. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  293. unique=`for i in $$list; do \
  294. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  295. done | \
  296. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  297. END { if (nonempty) { for (i in files) print i; }; }'`; \
  298. shift; \
  299. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  300. test -n "$$unique" || unique=$$empty_fix; \
  301. if test $$# -gt 0; then \
  302. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  303. "$$@" $$unique; \
  304. else \
  305. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  306. $$unique; \
  307. fi; \
  308. fi
  309. ctags: CTAGS
  310. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  311. $(TAGS_FILES) $(LISP)
  312. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. unique=`for i in $$list; do \
  314. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. done | \
  316. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  317. END { if (nonempty) { for (i in files) print i; }; }'`; \
  318. test -z "$(CTAGS_ARGS)$$unique" \
  319. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  320. $$unique
  321. GTAGS:
  322. here=`$(am__cd) $(top_builddir) && pwd` \
  323. && $(am__cd) $(top_srcdir) \
  324. && gtags -i $(GTAGS_ARGS) "$$here"
  325. distclean-tags:
  326. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  327. check-TESTS: $(TESTS)
  328. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  329. srcdir=$(srcdir); export srcdir; \
  330. list=' $(TESTS) '; \
  331. $(am__tty_colors); \
  332. if test -n "$$list"; then \
  333. for tst in $$list; do \
  334. if test -f ./$$tst; then dir=./; \
  335. elif test -f $$tst; then dir=; \
  336. else dir="$(srcdir)/"; fi; \
  337. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  338. all=`expr $$all + 1`; \
  339. case " $(XFAIL_TESTS) " in \
  340. *[\ \ ]$$tst[\ \ ]*) \
  341. xpass=`expr $$xpass + 1`; \
  342. failed=`expr $$failed + 1`; \
  343. col=$$red; res=XPASS; \
  344. ;; \
  345. *) \
  346. col=$$grn; res=PASS; \
  347. ;; \
  348. esac; \
  349. elif test $$? -ne 77; then \
  350. all=`expr $$all + 1`; \
  351. case " $(XFAIL_TESTS) " in \
  352. *[\ \ ]$$tst[\ \ ]*) \
  353. xfail=`expr $$xfail + 1`; \
  354. col=$$lgn; res=XFAIL; \
  355. ;; \
  356. *) \
  357. failed=`expr $$failed + 1`; \
  358. col=$$red; res=FAIL; \
  359. ;; \
  360. esac; \
  361. else \
  362. skip=`expr $$skip + 1`; \
  363. col=$$blu; res=SKIP; \
  364. fi; \
  365. echo "$${col}$$res$${std}: $$tst"; \
  366. done; \
  367. if test "$$all" -eq 1; then \
  368. tests="test"; \
  369. All=""; \
  370. else \
  371. tests="tests"; \
  372. All="All "; \
  373. fi; \
  374. if test "$$failed" -eq 0; then \
  375. if test "$$xfail" -eq 0; then \
  376. banner="$$All$$all $$tests passed"; \
  377. else \
  378. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  379. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  380. fi; \
  381. else \
  382. if test "$$xpass" -eq 0; then \
  383. banner="$$failed of $$all $$tests failed"; \
  384. else \
  385. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  386. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  387. fi; \
  388. fi; \
  389. dashes="$$banner"; \
  390. skipped=""; \
  391. if test "$$skip" -ne 0; then \
  392. if test "$$skip" -eq 1; then \
  393. skipped="($$skip test was not run)"; \
  394. else \
  395. skipped="($$skip tests were not run)"; \
  396. fi; \
  397. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  398. dashes="$$skipped"; \
  399. fi; \
  400. report=""; \
  401. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  402. report="Please report to $(PACKAGE_BUGREPORT)"; \
  403. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  404. dashes="$$report"; \
  405. fi; \
  406. dashes=`echo "$$dashes" | sed s/./=/g`; \
  407. if test "$$failed" -eq 0; then \
  408. col="$$grn"; \
  409. else \
  410. col="$$red"; \
  411. fi; \
  412. echo "$${col}$$dashes$${std}"; \
  413. echo "$${col}$$banner$${std}"; \
  414. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  415. test -z "$$report" || echo "$${col}$$report$${std}"; \
  416. echo "$${col}$$dashes$${std}"; \
  417. test "$$failed" -eq 0; \
  418. else :; fi
  419. distdir: $(DISTFILES)
  420. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  421. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  422. list='$(DISTFILES)'; \
  423. dist_files=`for file in $$list; do echo $$file; done | \
  424. sed -e "s|^$$srcdirstrip/||;t" \
  425. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  426. case $$dist_files in \
  427. */*) $(MKDIR_P) `echo "$$dist_files" | \
  428. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  429. sort -u` ;; \
  430. esac; \
  431. for file in $$dist_files; do \
  432. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  433. if test -d $$d/$$file; then \
  434. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  435. if test -d "$(distdir)/$$file"; then \
  436. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  437. fi; \
  438. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  439. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  440. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  441. fi; \
  442. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  443. else \
  444. test -f "$(distdir)/$$file" \
  445. || cp -p $$d/$$file "$(distdir)/$$file" \
  446. || exit 1; \
  447. fi; \
  448. done
  449. check-am: all-am
  450. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  451. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  452. check: check-am
  453. all-am: Makefile
  454. installdirs:
  455. install: install-am
  456. install-exec: install-exec-am
  457. install-data: install-data-am
  458. uninstall: uninstall-am
  459. install-am: all-am
  460. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  461. installcheck: installcheck-am
  462. install-strip:
  463. if test -z '$(STRIP)'; then \
  464. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  465. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  466. install; \
  467. else \
  468. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  469. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  470. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  471. fi
  472. mostlyclean-generic:
  473. clean-generic:
  474. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  475. distclean-generic:
  476. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  477. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  478. maintainer-clean-generic:
  479. @echo "This command is intended for maintainers to use"
  480. @echo "it deletes files that may require special tools to rebuild."
  481. clean: clean-am
  482. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  483. mostlyclean-am
  484. distclean: distclean-am
  485. -rm -rf ./$(DEPDIR)
  486. -rm -f Makefile
  487. distclean-am: clean-am distclean-compile distclean-generic \
  488. distclean-tags
  489. dvi: dvi-am
  490. dvi-am:
  491. html: html-am
  492. html-am:
  493. info: info-am
  494. info-am:
  495. install-data-am:
  496. install-dvi: install-dvi-am
  497. install-dvi-am:
  498. install-exec-am:
  499. install-html: install-html-am
  500. install-html-am:
  501. install-info: install-info-am
  502. install-info-am:
  503. install-man:
  504. install-pdf: install-pdf-am
  505. install-pdf-am:
  506. install-ps: install-ps-am
  507. install-ps-am:
  508. installcheck-am:
  509. maintainer-clean: maintainer-clean-am
  510. -rm -rf ./$(DEPDIR)
  511. -rm -f Makefile
  512. maintainer-clean-am: distclean-am maintainer-clean-generic
  513. mostlyclean: mostlyclean-am
  514. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  515. mostlyclean-libtool
  516. pdf: pdf-am
  517. pdf-am:
  518. ps: ps-am
  519. ps-am:
  520. uninstall-am:
  521. .MAKE: check-am install-am install-strip
  522. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  523. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  524. distclean distclean-compile distclean-generic \
  525. distclean-libtool distclean-tags distdir dvi dvi-am html \
  526. html-am info info-am install install-am install-data \
  527. install-data-am install-dvi install-dvi-am install-exec \
  528. install-exec-am install-html install-html-am install-info \
  529. install-info-am install-man install-pdf install-pdf-am \
  530. install-ps install-ps-am install-strip installcheck \
  531. installcheck-am installdirs maintainer-clean \
  532. maintainer-clean-generic mostlyclean mostlyclean-compile \
  533. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  534. tags uninstall uninstall-am
  535. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  536. # Otherwise a system limit (for SysV at least) may be exceeded.
  537. .NOEXPORT: