Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  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. #
  14. # ngIRCd -- The Next Generation IRC Daemon
  15. # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
  16. #
  17. # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
  18. # der GNU General Public License (GPL), wie von der Free Software Foundation
  19. # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
  20. # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
  21. # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  22. # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  23. #
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkglibdir = $(libdir)/@PACKAGE@
  27. pkgincludedir = $(includedir)/@PACKAGE@
  28. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  29. install_sh_DATA = $(install_sh) -c -m 644
  30. install_sh_PROGRAM = $(install_sh) -c
  31. install_sh_SCRIPT = $(install_sh) -c
  32. INSTALL_HEADER = $(INSTALL_DATA)
  33. transform = $(program_transform_name)
  34. NORMAL_INSTALL = :
  35. PRE_INSTALL = :
  36. POST_INSTALL = :
  37. NORMAL_UNINSTALL = :
  38. PRE_UNINSTALL = :
  39. POST_UNINSTALL = :
  40. build_triplet = @build@
  41. host_triplet = @host@
  42. target_triplet = @target@
  43. ANSI2KNR = @ANSI2KNR@
  44. check_PROGRAMS = portabtest$(EXEEXT)
  45. TESTS = portabtest$(EXEEXT)
  46. subdir = src/portab
  47. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  48. $(srcdir)/Makefile.in ansi2knr.1 ansi2knr.c
  49. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  50. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  51. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  52. $(ACLOCAL_M4)
  53. mkinstalldirs = $(install_sh) -d
  54. CONFIG_HEADER = $(top_builddir)/src/config.h
  55. CONFIG_CLEAN_FILES =
  56. LIBRARIES = $(noinst_LIBRARIES)
  57. AR = ar
  58. ARFLAGS = cru
  59. libngportab_a_AR = $(AR) $(ARFLAGS)
  60. libngportab_a_LIBADD =
  61. am_libngportab_a_OBJECTS = strdup$U.$(OBJEXT) strlcpy$U.$(OBJEXT) \
  62. strtok_r$U.$(OBJEXT) vsnprintf$U.$(OBJEXT) waitpid$U.$(OBJEXT)
  63. libngportab_a_OBJECTS = $(am_libngportab_a_OBJECTS)
  64. am_portabtest_OBJECTS = portabtest$U.$(OBJEXT)
  65. portabtest_OBJECTS = $(am_portabtest_OBJECTS)
  66. portabtest_DEPENDENCIES =
  67. portabtest_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(portabtest_LDFLAGS) \
  68. $(LDFLAGS) -o $@
  69. DEFAULT_INCLUDES = -I. -I$(top_builddir)/src@am__isrc@
  70. depcomp = $(SHELL) $(top_srcdir)/depcomp
  71. am__depfiles_maybe = depfiles
  72. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  73. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  74. CCLD = $(CC)
  75. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  76. SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  77. DIST_SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  78. HEADERS = $(noinst_HEADERS)
  79. ETAGS = etags
  80. CTAGS = ctags
  81. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  82. ACLOCAL = @ACLOCAL@
  83. AMTAR = @AMTAR@
  84. AUTOCONF = @AUTOCONF@
  85. AUTOHEADER = @AUTOHEADER@
  86. AUTOMAKE = @AUTOMAKE@
  87. AWK = @AWK@
  88. CC = @CC@
  89. CCDEPMODE = @CCDEPMODE@
  90. CFLAGS = @CFLAGS@
  91. CPP = @CPP@
  92. CPPFLAGS = @CPPFLAGS@
  93. CYGPATH_W = @CYGPATH_W@
  94. DEFS = @DEFS@
  95. DEPDIR = @DEPDIR@
  96. ECHO_C = @ECHO_C@
  97. ECHO_N = @ECHO_N@
  98. ECHO_T = @ECHO_T@
  99. EGREP = @EGREP@
  100. EXEEXT = @EXEEXT@
  101. GREP = @GREP@
  102. INSTALL = @INSTALL@
  103. INSTALL_DATA = @INSTALL_DATA@
  104. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  105. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  106. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  107. LDFLAGS = @LDFLAGS@
  108. LIBOBJS = @LIBOBJS@
  109. LIBS = @LIBS@
  110. LN_S = @LN_S@
  111. LTLIBOBJS = @LTLIBOBJS@
  112. MAKEINFO = @MAKEINFO@
  113. MKDIR_P = @MKDIR_P@
  114. OBJEXT = @OBJEXT@
  115. PACKAGE = @PACKAGE@
  116. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  117. PACKAGE_NAME = @PACKAGE_NAME@
  118. PACKAGE_STRING = @PACKAGE_STRING@
  119. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  120. PACKAGE_VERSION = @PACKAGE_VERSION@
  121. PATH_SEPARATOR = @PATH_SEPARATOR@
  122. RANLIB = @RANLIB@
  123. SET_MAKE = @SET_MAKE@
  124. SHELL = @SHELL@
  125. STRIP = @STRIP@
  126. U = @U@
  127. VERSION = @VERSION@
  128. abs_builddir = @abs_builddir@
  129. abs_srcdir = @abs_srcdir@
  130. abs_top_builddir = @abs_top_builddir@
  131. abs_top_srcdir = @abs_top_srcdir@
  132. ac_ct_CC = @ac_ct_CC@
  133. am__include = @am__include@
  134. am__leading_dot = @am__leading_dot@
  135. am__quote = @am__quote@
  136. am__tar = @am__tar@
  137. am__untar = @am__untar@
  138. bindir = @bindir@
  139. build = @build@
  140. build_alias = @build_alias@
  141. build_cpu = @build_cpu@
  142. build_os = @build_os@
  143. build_vendor = @build_vendor@
  144. builddir = @builddir@
  145. datadir = @datadir@
  146. datarootdir = @datarootdir@
  147. docdir = @docdir@
  148. dvidir = @dvidir@
  149. exec_prefix = @exec_prefix@
  150. host = @host@
  151. host_alias = @host_alias@
  152. host_cpu = @host_cpu@
  153. host_os = @host_os@
  154. host_vendor = @host_vendor@
  155. htmldir = @htmldir@
  156. includedir = @includedir@
  157. infodir = @infodir@
  158. install_sh = @install_sh@
  159. libdir = @libdir@
  160. libexecdir = @libexecdir@
  161. localedir = @localedir@
  162. localstatedir = @localstatedir@
  163. mandir = @mandir@
  164. mkdir_p = @mkdir_p@
  165. oldincludedir = @oldincludedir@
  166. pdfdir = @pdfdir@
  167. prefix = @prefix@
  168. program_transform_name = @program_transform_name@
  169. psdir = @psdir@
  170. sbindir = @sbindir@
  171. sharedstatedir = @sharedstatedir@
  172. srcdir = @srcdir@
  173. sysconfdir = @sysconfdir@
  174. target = @target@
  175. target_alias = @target_alias@
  176. target_cpu = @target_cpu@
  177. target_os = @target_os@
  178. target_vendor = @target_vendor@
  179. top_builddir = @top_builddir@
  180. top_srcdir = @top_srcdir@
  181. AUTOMAKE_OPTIONS = ansi2knr
  182. noinst_LIBRARIES = libngportab.a
  183. libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
  184. portabtest_SOURCES = portabtest.c
  185. portabtest_LDFLAGS = -L.
  186. portabtest_LDADD = -lngportab
  187. noinst_HEADERS = imp.h exp.h portab.h splint.h
  188. all: all-am
  189. .SUFFIXES:
  190. .SUFFIXES: .c .o .obj
  191. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  192. @for dep in $?; do \
  193. case '$(am__configure_deps)' in \
  194. *$$dep*) \
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  196. && exit 0; \
  197. exit 1;; \
  198. esac; \
  199. done; \
  200. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/portab/Makefile'; \
  201. cd $(top_srcdir) && \
  202. $(AUTOMAKE) --gnu src/portab/Makefile
  203. .PRECIOUS: Makefile
  204. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  205. @case '$?' in \
  206. *config.status*) \
  207. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  208. *) \
  209. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  210. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  211. esac;
  212. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  213. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  214. $(top_srcdir)/configure: $(am__configure_deps)
  215. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  216. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  217. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  218. clean-noinstLIBRARIES:
  219. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  220. libngportab.a: $(libngportab_a_OBJECTS) $(libngportab_a_DEPENDENCIES)
  221. -rm -f libngportab.a
  222. $(libngportab_a_AR) libngportab.a $(libngportab_a_OBJECTS) $(libngportab_a_LIBADD)
  223. $(RANLIB) libngportab.a
  224. clean-checkPROGRAMS:
  225. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  226. portabtest$(EXEEXT): $(portabtest_OBJECTS) $(portabtest_DEPENDENCIES)
  227. @rm -f portabtest$(EXEEXT)
  228. $(portabtest_LINK) $(portabtest_OBJECTS) $(portabtest_LDADD) $(LIBS)
  229. mostlyclean-compile:
  230. -rm -f *.$(OBJEXT)
  231. distclean-compile:
  232. -rm -f *.tab.c
  233. ./ansi2knr: ansi2knr.$(OBJEXT)
  234. $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
  235. ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
  236. clean-krextra:
  237. -rm -f ansi2knr
  238. mostlyclean-kr:
  239. -test "$U" = "" || rm -f *_.c
  240. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portabtest$U.Po@am__quote@
  241. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup$U.Po@am__quote@
  242. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy$U.Po@am__quote@
  243. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_r$U.Po@am__quote@
  244. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf$U.Po@am__quote@
  245. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waitpid$U.Po@am__quote@
  246. .c.o:
  247. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  248. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  249. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  250. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  251. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  252. .c.obj:
  253. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  254. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  255. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  256. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  257. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  258. portabtest_.c: portabtest.c $(ANSI2KNR)
  259. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/portabtest.c; then echo $(srcdir)/portabtest.c; else echo portabtest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  260. strdup_.c: strdup.c $(ANSI2KNR)
  261. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  262. strlcpy_.c: strlcpy.c $(ANSI2KNR)
  263. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strlcpy.c; then echo $(srcdir)/strlcpy.c; else echo strlcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  264. strtok_r_.c: strtok_r.c $(ANSI2KNR)
  265. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtok_r.c; then echo $(srcdir)/strtok_r.c; else echo strtok_r.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  266. vsnprintf_.c: vsnprintf.c $(ANSI2KNR)
  267. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vsnprintf.c; then echo $(srcdir)/vsnprintf.c; else echo vsnprintf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  268. waitpid_.c: waitpid.c $(ANSI2KNR)
  269. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/waitpid.c; then echo $(srcdir)/waitpid.c; else echo waitpid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  270. portabtest_.$(OBJEXT) strdup_.$(OBJEXT) strlcpy_.$(OBJEXT) \
  271. strtok_r_.$(OBJEXT) vsnprintf_.$(OBJEXT) waitpid_.$(OBJEXT) : \
  272. $(ANSI2KNR)
  273. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  274. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  275. unique=`for i in $$list; do \
  276. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  277. done | \
  278. $(AWK) ' { files[$$0] = 1; } \
  279. END { for (i in files) print i; }'`; \
  280. mkid -fID $$unique
  281. tags: TAGS
  282. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  283. $(TAGS_FILES) $(LISP)
  284. tags=; \
  285. here=`pwd`; \
  286. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  287. unique=`for i in $$list; do \
  288. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  289. done | \
  290. $(AWK) ' { files[$$0] = 1; } \
  291. END { for (i in files) print i; }'`; \
  292. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  293. test -n "$$unique" || unique=$$empty_fix; \
  294. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  295. $$tags $$unique; \
  296. fi
  297. ctags: CTAGS
  298. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  299. $(TAGS_FILES) $(LISP)
  300. tags=; \
  301. here=`pwd`; \
  302. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  303. unique=`for i in $$list; do \
  304. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  305. done | \
  306. $(AWK) ' { files[$$0] = 1; } \
  307. END { for (i in files) print i; }'`; \
  308. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  309. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  310. $$tags $$unique
  311. GTAGS:
  312. here=`$(am__cd) $(top_builddir) && pwd` \
  313. && cd $(top_srcdir) \
  314. && gtags -i $(GTAGS_ARGS) $$here
  315. distclean-tags:
  316. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  317. check-TESTS: $(TESTS)
  318. @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
  319. srcdir=$(srcdir); export srcdir; \
  320. list=' $(TESTS) '; \
  321. if test -n "$$list"; then \
  322. for tst in $$list; do \
  323. if test -f ./$$tst; then dir=./; \
  324. elif test -f $$tst; then dir=; \
  325. else dir="$(srcdir)/"; fi; \
  326. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  327. all=`expr $$all + 1`; \
  328. case " $(XFAIL_TESTS) " in \
  329. *$$ws$$tst$$ws*) \
  330. xpass=`expr $$xpass + 1`; \
  331. failed=`expr $$failed + 1`; \
  332. echo "XPASS: $$tst"; \
  333. ;; \
  334. *) \
  335. echo "PASS: $$tst"; \
  336. ;; \
  337. esac; \
  338. elif test $$? -ne 77; then \
  339. all=`expr $$all + 1`; \
  340. case " $(XFAIL_TESTS) " in \
  341. *$$ws$$tst$$ws*) \
  342. xfail=`expr $$xfail + 1`; \
  343. echo "XFAIL: $$tst"; \
  344. ;; \
  345. *) \
  346. failed=`expr $$failed + 1`; \
  347. echo "FAIL: $$tst"; \
  348. ;; \
  349. esac; \
  350. else \
  351. skip=`expr $$skip + 1`; \
  352. echo "SKIP: $$tst"; \
  353. fi; \
  354. done; \
  355. if test "$$failed" -eq 0; then \
  356. if test "$$xfail" -eq 0; then \
  357. banner="All $$all tests passed"; \
  358. else \
  359. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  360. fi; \
  361. else \
  362. if test "$$xpass" -eq 0; then \
  363. banner="$$failed of $$all tests failed"; \
  364. else \
  365. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  366. fi; \
  367. fi; \
  368. dashes="$$banner"; \
  369. skipped=""; \
  370. if test "$$skip" -ne 0; then \
  371. skipped="($$skip tests were not run)"; \
  372. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  373. dashes="$$skipped"; \
  374. fi; \
  375. report=""; \
  376. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  377. report="Please report to $(PACKAGE_BUGREPORT)"; \
  378. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  379. dashes="$$report"; \
  380. fi; \
  381. dashes=`echo "$$dashes" | sed s/./=/g`; \
  382. echo "$$dashes"; \
  383. echo "$$banner"; \
  384. test -z "$$skipped" || echo "$$skipped"; \
  385. test -z "$$report" || echo "$$report"; \
  386. echo "$$dashes"; \
  387. test "$$failed" -eq 0; \
  388. else :; fi
  389. distdir: $(DISTFILES)
  390. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  391. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  392. list='$(DISTFILES)'; \
  393. dist_files=`for file in $$list; do echo $$file; done | \
  394. sed -e "s|^$$srcdirstrip/||;t" \
  395. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  396. case $$dist_files in \
  397. */*) $(MKDIR_P) `echo "$$dist_files" | \
  398. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  399. sort -u` ;; \
  400. esac; \
  401. for file in $$dist_files; do \
  402. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  403. if test -d $$d/$$file; then \
  404. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  405. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  406. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  407. fi; \
  408. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  409. else \
  410. test -f $(distdir)/$$file \
  411. || cp -p $$d/$$file $(distdir)/$$file \
  412. || exit 1; \
  413. fi; \
  414. done
  415. check-am: all-am
  416. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  417. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  418. check: check-am
  419. all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
  420. installdirs:
  421. install: install-am
  422. install-exec: install-exec-am
  423. install-data: install-data-am
  424. uninstall: uninstall-am
  425. install-am: all-am
  426. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  427. installcheck: installcheck-am
  428. install-strip:
  429. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  430. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  431. `test -z '$(STRIP)' || \
  432. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  433. mostlyclean-generic:
  434. clean-generic:
  435. distclean-generic:
  436. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  437. maintainer-clean-generic:
  438. @echo "This command is intended for maintainers to use"
  439. @echo "it deletes files that may require special tools to rebuild."
  440. clean: clean-am
  441. clean-am: clean-checkPROGRAMS clean-generic clean-krextra \
  442. clean-noinstLIBRARIES mostlyclean-am
  443. distclean: distclean-am
  444. -rm -rf ./$(DEPDIR)
  445. -rm -f Makefile
  446. distclean-am: clean-am distclean-compile distclean-generic \
  447. distclean-tags
  448. dvi: dvi-am
  449. dvi-am:
  450. html: html-am
  451. info: info-am
  452. info-am:
  453. install-data-am:
  454. install-dvi: install-dvi-am
  455. install-exec-am:
  456. install-html: install-html-am
  457. install-info: install-info-am
  458. install-man:
  459. install-pdf: install-pdf-am
  460. install-ps: install-ps-am
  461. installcheck-am:
  462. maintainer-clean: maintainer-clean-am
  463. -rm -rf ./$(DEPDIR)
  464. -rm -f Makefile
  465. maintainer-clean-am: distclean-am maintainer-clean-generic \
  466. maintainer-clean-local
  467. mostlyclean: mostlyclean-am
  468. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  469. pdf: pdf-am
  470. pdf-am:
  471. ps: ps-am
  472. ps-am:
  473. uninstall-am:
  474. .MAKE: install-am install-strip
  475. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  476. clean-checkPROGRAMS clean-generic clean-krextra \
  477. clean-noinstLIBRARIES ctags distclean distclean-compile \
  478. distclean-generic distclean-tags distdir dvi dvi-am html \
  479. html-am info info-am install install-am install-data \
  480. install-data-am install-dvi install-dvi-am install-exec \
  481. install-exec-am install-html install-html-am install-info \
  482. install-info-am install-man install-pdf install-pdf-am \
  483. install-ps install-ps-am install-strip installcheck \
  484. installcheck-am installdirs maintainer-clean \
  485. maintainer-clean-generic maintainer-clean-local mostlyclean \
  486. mostlyclean-compile mostlyclean-generic mostlyclean-kr pdf \
  487. pdf-am ps ps-am tags uninstall uninstall-am
  488. maintainer-clean-local:
  489. rm -f Makefile Makefile.in
  490. # -eof-
  491. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  492. # Otherwise a system limit (for SysV at least) may be exceeded.
  493. .NOEXPORT: