Makefile.in 22 KB

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