Makefile.in 21 KB

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