Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. check_PROGRAMS = test$(EXEEXT)
  32. subdir = tests/pass
  33. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  36. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  37. $(ACLOCAL_M4)
  38. mkinstalldirs = $(install_sh) -d
  39. CONFIG_CLEAN_FILES =
  40. test_SOURCES = test.c
  41. test_OBJECTS = test-test.$(OBJEXT)
  42. test_DEPENDENCIES =
  43. test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  44. --mode=link $(CCLD) $(test_CFLAGS) $(CFLAGS) $(test_LDFLAGS) \
  45. $(LDFLAGS) -o $@
  46. DEFAULT_INCLUDES = -I.@am__isrc@
  47. depcomp = $(SHELL) $(top_srcdir)/depcomp
  48. am__depfiles_maybe = depfiles
  49. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  50. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  51. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  52. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  53. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  54. CCLD = $(CC)
  55. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  56. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  57. $(LDFLAGS) -o $@
  58. SOURCES = test.c
  59. DIST_SOURCES = test.c
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. ACLOCAL = @ACLOCAL@
  64. AMTAR = @AMTAR@
  65. AR = @AR@
  66. AUTOCONF = @AUTOCONF@
  67. AUTOHEADER = @AUTOHEADER@
  68. AUTOMAKE = @AUTOMAKE@
  69. AWK = @AWK@
  70. CC = @CC@
  71. CCDEPMODE = @CCDEPMODE@
  72. CFLAGS = @CFLAGS@
  73. CPP = @CPP@
  74. CPPFLAGS = @CPPFLAGS@
  75. CXX = @CXX@
  76. CXXCPP = @CXXCPP@
  77. CXXDEPMODE = @CXXDEPMODE@
  78. CXXFLAGS = @CXXFLAGS@
  79. CYGPATH_W = @CYGPATH_W@
  80. DEFS = @DEFS@
  81. DEPDIR = @DEPDIR@
  82. ECHO = @ECHO@
  83. ECHO_C = @ECHO_C@
  84. ECHO_N = @ECHO_N@
  85. ECHO_T = @ECHO_T@
  86. EGREP = @EGREP@
  87. EXEEXT = @EXEEXT@
  88. F77 = @F77@
  89. FFLAGS = @FFLAGS@
  90. GREP = @GREP@
  91. INSTALL = @INSTALL@
  92. INSTALL_DATA = @INSTALL_DATA@
  93. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  94. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  95. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  96. LDFLAGS = @LDFLAGS@
  97. LIBOBJS = @LIBOBJS@
  98. LIBS = @LIBS@
  99. LIBTOOL = @LIBTOOL@
  100. LN_S = @LN_S@
  101. LTLIBOBJS = @LTLIBOBJS@
  102. MAKEINFO = @MAKEINFO@
  103. MKDIR_P = @MKDIR_P@
  104. OBJEXT = @OBJEXT@
  105. PACKAGE = @PACKAGE@
  106. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  107. PACKAGE_NAME = @PACKAGE_NAME@
  108. PACKAGE_STRING = @PACKAGE_STRING@
  109. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  110. PACKAGE_VERSION = @PACKAGE_VERSION@
  111. PATH_SEPARATOR = @PATH_SEPARATOR@
  112. RANLIB = @RANLIB@
  113. SED = @SED@
  114. SET_MAKE = @SET_MAKE@
  115. SHELL = @SHELL@
  116. STRIP = @STRIP@
  117. VERSION = @VERSION@
  118. abs_builddir = @abs_builddir@
  119. abs_srcdir = @abs_srcdir@
  120. abs_top_builddir = @abs_top_builddir@
  121. abs_top_srcdir = @abs_top_srcdir@
  122. ac_ct_CC = @ac_ct_CC@
  123. ac_ct_CXX = @ac_ct_CXX@
  124. ac_ct_F77 = @ac_ct_F77@
  125. am__include = @am__include@
  126. am__leading_dot = @am__leading_dot@
  127. am__quote = @am__quote@
  128. am__tar = @am__tar@
  129. am__untar = @am__untar@
  130. bindir = @bindir@
  131. build = @build@
  132. build_alias = @build_alias@
  133. build_cpu = @build_cpu@
  134. build_os = @build_os@
  135. build_vendor = @build_vendor@
  136. builddir = @builddir@
  137. datadir = @datadir@
  138. datarootdir = @datarootdir@
  139. docdir = @docdir@
  140. dvidir = @dvidir@
  141. exec_prefix = @exec_prefix@
  142. host = @host@
  143. host_alias = @host_alias@
  144. host_cpu = @host_cpu@
  145. host_os = @host_os@
  146. host_vendor = @host_vendor@
  147. htmldir = @htmldir@
  148. includedir = @includedir@
  149. infodir = @infodir@
  150. install_sh = @install_sh@
  151. libdir = @libdir@
  152. libexecdir = @libexecdir@
  153. localedir = @localedir@
  154. localstatedir = @localstatedir@
  155. mandir = @mandir@
  156. mkdir_p = @mkdir_p@
  157. oldincludedir = @oldincludedir@
  158. pdfdir = @pdfdir@
  159. prefix = @prefix@
  160. program_transform_name = @program_transform_name@
  161. psdir = @psdir@
  162. sbindir = @sbindir@
  163. sharedstatedir = @sharedstatedir@
  164. srcdir = @srcdir@
  165. sysconfdir = @sysconfdir@
  166. target_alias = @target_alias@
  167. top_builddir = @top_builddir@
  168. top_srcdir = @top_srcdir@
  169. TESTS = ../test.t
  170. TESTS_ENVIRONMENT = $(SHELL)
  171. EXTRA_DIST = test.pl
  172. test_CFLAGS = -g -I../../src
  173. test_LDFLAGS = -L../../src
  174. test_LDADD = -ltap
  175. CLEANFILES = test.o test.c.out test.pl.out
  176. all: all-am
  177. .SUFFIXES:
  178. .SUFFIXES: .c .lo .o .obj
  179. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  180. @for dep in $?; do \
  181. case '$(am__configure_deps)' in \
  182. *$$dep*) \
  183. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  184. && exit 0; \
  185. exit 1;; \
  186. esac; \
  187. done; \
  188. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/pass/Makefile'; \
  189. cd $(top_srcdir) && \
  190. $(AUTOMAKE) --foreign tests/pass/Makefile
  191. .PRECIOUS: Makefile
  192. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  193. @case '$?' in \
  194. *config.status*) \
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  196. *) \
  197. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  198. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  199. esac;
  200. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  201. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  202. $(top_srcdir)/configure: $(am__configure_deps)
  203. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  204. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  205. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  206. clean-checkPROGRAMS:
  207. @list='$(check_PROGRAMS)'; for p in $$list; do \
  208. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  209. echo " rm -f $$p $$f"; \
  210. rm -f $$p $$f ; \
  211. done
  212. test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES)
  213. @rm -f test$(EXEEXT)
  214. $(test_LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
  215. mostlyclean-compile:
  216. -rm -f *.$(OBJEXT)
  217. distclean-compile:
  218. -rm -f *.tab.c
  219. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@
  220. .c.o:
  221. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  222. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  223. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  224. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  225. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  226. .c.obj:
  227. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  228. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  229. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  230. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  231. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  232. .c.lo:
  233. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  234. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  235. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  236. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  237. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  238. test-test.o: test.c
  239. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
  240. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  241. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
  242. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  243. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
  244. test-test.obj: test.c
  245. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF $(DEPDIR)/test-test.Tpo -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
  246. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/test-test.Tpo $(DEPDIR)/test-test.Po
  247. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
  248. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  249. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
  250. mostlyclean-libtool:
  251. -rm -f *.lo
  252. clean-libtool:
  253. -rm -rf .libs _libs
  254. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  255. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  256. unique=`for i in $$list; do \
  257. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  258. done | \
  259. $(AWK) ' { files[$$0] = 1; } \
  260. END { for (i in files) print i; }'`; \
  261. mkid -fID $$unique
  262. tags: TAGS
  263. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  264. $(TAGS_FILES) $(LISP)
  265. tags=; \
  266. here=`pwd`; \
  267. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  268. unique=`for i in $$list; do \
  269. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  270. done | \
  271. $(AWK) ' { files[$$0] = 1; } \
  272. END { for (i in files) print i; }'`; \
  273. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  274. test -n "$$unique" || unique=$$empty_fix; \
  275. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  276. $$tags $$unique; \
  277. fi
  278. ctags: CTAGS
  279. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  280. $(TAGS_FILES) $(LISP)
  281. tags=; \
  282. here=`pwd`; \
  283. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  284. unique=`for i in $$list; do \
  285. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  286. done | \
  287. $(AWK) ' { files[$$0] = 1; } \
  288. END { for (i in files) print i; }'`; \
  289. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  290. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  291. $$tags $$unique
  292. GTAGS:
  293. here=`$(am__cd) $(top_builddir) && pwd` \
  294. && cd $(top_srcdir) \
  295. && gtags -i $(GTAGS_ARGS) $$here
  296. distclean-tags:
  297. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  298. check-TESTS: $(TESTS)
  299. @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
  300. srcdir=$(srcdir); export srcdir; \
  301. list=' $(TESTS) '; \
  302. if test -n "$$list"; then \
  303. for tst in $$list; do \
  304. if test -f ./$$tst; then dir=./; \
  305. elif test -f $$tst; then dir=; \
  306. else dir="$(srcdir)/"; fi; \
  307. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  308. all=`expr $$all + 1`; \
  309. case " $(XFAIL_TESTS) " in \
  310. *$$ws$$tst$$ws*) \
  311. xpass=`expr $$xpass + 1`; \
  312. failed=`expr $$failed + 1`; \
  313. echo "XPASS: $$tst"; \
  314. ;; \
  315. *) \
  316. echo "PASS: $$tst"; \
  317. ;; \
  318. esac; \
  319. elif test $$? -ne 77; then \
  320. all=`expr $$all + 1`; \
  321. case " $(XFAIL_TESTS) " in \
  322. *$$ws$$tst$$ws*) \
  323. xfail=`expr $$xfail + 1`; \
  324. echo "XFAIL: $$tst"; \
  325. ;; \
  326. *) \
  327. failed=`expr $$failed + 1`; \
  328. echo "FAIL: $$tst"; \
  329. ;; \
  330. esac; \
  331. else \
  332. skip=`expr $$skip + 1`; \
  333. echo "SKIP: $$tst"; \
  334. fi; \
  335. done; \
  336. if test "$$failed" -eq 0; then \
  337. if test "$$xfail" -eq 0; then \
  338. banner="All $$all tests passed"; \
  339. else \
  340. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  341. fi; \
  342. else \
  343. if test "$$xpass" -eq 0; then \
  344. banner="$$failed of $$all tests failed"; \
  345. else \
  346. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  347. fi; \
  348. fi; \
  349. dashes="$$banner"; \
  350. skipped=""; \
  351. if test "$$skip" -ne 0; then \
  352. skipped="($$skip tests were not run)"; \
  353. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  354. dashes="$$skipped"; \
  355. fi; \
  356. report=""; \
  357. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  358. report="Please report to $(PACKAGE_BUGREPORT)"; \
  359. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  360. dashes="$$report"; \
  361. fi; \
  362. dashes=`echo "$$dashes" | sed s/./=/g`; \
  363. echo "$$dashes"; \
  364. echo "$$banner"; \
  365. test -z "$$skipped" || echo "$$skipped"; \
  366. test -z "$$report" || echo "$$report"; \
  367. echo "$$dashes"; \
  368. test "$$failed" -eq 0; \
  369. else :; fi
  370. distdir: $(DISTFILES)
  371. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  372. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  373. list='$(DISTFILES)'; \
  374. dist_files=`for file in $$list; do echo $$file; done | \
  375. sed -e "s|^$$srcdirstrip/||;t" \
  376. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  377. case $$dist_files in \
  378. */*) $(MKDIR_P) `echo "$$dist_files" | \
  379. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  380. sort -u` ;; \
  381. esac; \
  382. for file in $$dist_files; do \
  383. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  384. if test -d $$d/$$file; then \
  385. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  386. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  387. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  388. fi; \
  389. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  390. else \
  391. test -f $(distdir)/$$file \
  392. || cp -p $$d/$$file $(distdir)/$$file \
  393. || exit 1; \
  394. fi; \
  395. done
  396. check-am: all-am
  397. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  398. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  399. check: check-am
  400. all-am: Makefile
  401. installdirs:
  402. install: install-am
  403. install-exec: install-exec-am
  404. install-data: install-data-am
  405. uninstall: uninstall-am
  406. install-am: all-am
  407. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  408. installcheck: installcheck-am
  409. install-strip:
  410. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  411. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  412. `test -z '$(STRIP)' || \
  413. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  414. mostlyclean-generic:
  415. clean-generic:
  416. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  417. distclean-generic:
  418. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  419. maintainer-clean-generic:
  420. @echo "This command is intended for maintainers to use"
  421. @echo "it deletes files that may require special tools to rebuild."
  422. clean: clean-am
  423. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  424. mostlyclean-am
  425. distclean: distclean-am
  426. -rm -rf ./$(DEPDIR)
  427. -rm -f Makefile
  428. distclean-am: clean-am distclean-compile distclean-generic \
  429. distclean-tags
  430. dvi: dvi-am
  431. dvi-am:
  432. html: html-am
  433. info: info-am
  434. info-am:
  435. install-data-am:
  436. install-dvi: install-dvi-am
  437. install-exec-am:
  438. install-html: install-html-am
  439. install-info: install-info-am
  440. install-man:
  441. install-pdf: install-pdf-am
  442. install-ps: install-ps-am
  443. installcheck-am:
  444. maintainer-clean: maintainer-clean-am
  445. -rm -rf ./$(DEPDIR)
  446. -rm -f Makefile
  447. maintainer-clean-am: distclean-am maintainer-clean-generic
  448. mostlyclean: mostlyclean-am
  449. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  450. mostlyclean-libtool
  451. pdf: pdf-am
  452. pdf-am:
  453. ps: ps-am
  454. ps-am:
  455. uninstall-am:
  456. .MAKE: install-am install-strip
  457. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  458. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  459. distclean distclean-compile distclean-generic \
  460. distclean-libtool distclean-tags distdir dvi dvi-am html \
  461. html-am info info-am install install-am install-data \
  462. install-data-am install-dvi install-dvi-am install-exec \
  463. install-exec-am install-html install-html-am install-info \
  464. install-info-am install-man install-pdf install-pdf-am \
  465. install-ps install-ps-am install-strip installcheck \
  466. installcheck-am installdirs maintainer-clean \
  467. maintainer-clean-generic mostlyclean mostlyclean-compile \
  468. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  469. tags uninstall uninstall-am
  470. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  471. # Otherwise a system limit (for SysV at least) may be exceeded.
  472. .NOEXPORT: