Makefile.in 20 KB

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