Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  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) strndup$U.$(OBJEXT) \
  85. strlcpy$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. PACKAGE = @PACKAGE@
  172. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  173. PACKAGE_NAME = @PACKAGE_NAME@
  174. PACKAGE_STRING = @PACKAGE_STRING@
  175. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  176. PACKAGE_URL = @PACKAGE_URL@
  177. PACKAGE_VERSION = @PACKAGE_VERSION@
  178. PATH_SEPARATOR = @PATH_SEPARATOR@
  179. RANLIB = @RANLIB@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STRIP = @STRIP@
  183. U = @U@
  184. VERSION = @VERSION@
  185. abs_builddir = @abs_builddir@
  186. abs_srcdir = @abs_srcdir@
  187. abs_top_builddir = @abs_top_builddir@
  188. abs_top_srcdir = @abs_top_srcdir@
  189. ac_ct_AR = @ac_ct_AR@
  190. ac_ct_CC = @ac_ct_CC@
  191. am__include = @am__include@
  192. am__leading_dot = @am__leading_dot@
  193. am__quote = @am__quote@
  194. am__tar = @am__tar@
  195. am__untar = @am__untar@
  196. bindir = @bindir@
  197. build = @build@
  198. build_alias = @build_alias@
  199. build_cpu = @build_cpu@
  200. build_os = @build_os@
  201. build_vendor = @build_vendor@
  202. builddir = @builddir@
  203. datadir = @datadir@
  204. datarootdir = @datarootdir@
  205. docdir = @docdir@
  206. dvidir = @dvidir@
  207. exec_prefix = @exec_prefix@
  208. host = @host@
  209. host_alias = @host_alias@
  210. host_cpu = @host_cpu@
  211. host_os = @host_os@
  212. host_vendor = @host_vendor@
  213. htmldir = @htmldir@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. install_sh = @install_sh@
  217. libdir = @libdir@
  218. libexecdir = @libexecdir@
  219. localedir = @localedir@
  220. localstatedir = @localstatedir@
  221. mandir = @mandir@
  222. mkdir_p = @mkdir_p@
  223. oldincludedir = @oldincludedir@
  224. pdfdir = @pdfdir@
  225. prefix = @prefix@
  226. program_transform_name = @program_transform_name@
  227. psdir = @psdir@
  228. sbindir = @sbindir@
  229. sharedstatedir = @sharedstatedir@
  230. srcdir = @srcdir@
  231. sysconfdir = @sysconfdir@
  232. target_alias = @target_alias@
  233. top_build_prefix = @top_build_prefix@
  234. top_builddir = @top_builddir@
  235. top_srcdir = @top_srcdir@
  236. AUTOMAKE_OPTIONS = ansi2knr
  237. EXTRA_DIST = Makefile.ng
  238. noinst_LIBRARIES = libngportab.a
  239. libngportab_a_SOURCES = strdup.c strndup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
  240. portabtest_SOURCES = portabtest.c
  241. portabtest_LDFLAGS = -L.
  242. portabtest_LDADD = -lngportab
  243. noinst_HEADERS = portab.h splint.h
  244. all: all-am
  245. .SUFFIXES:
  246. .SUFFIXES: .c .o .obj
  247. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  248. @for dep in $?; do \
  249. case '$(am__configure_deps)' in \
  250. *$$dep*) \
  251. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  252. && { if test -f $@; then exit 0; else break; fi; }; \
  253. exit 1;; \
  254. esac; \
  255. done; \
  256. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/portab/Makefile'; \
  257. $(am__cd) $(top_srcdir) && \
  258. $(AUTOMAKE) --gnu src/portab/Makefile
  259. .PRECIOUS: Makefile
  260. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  261. @case '$?' in \
  262. *config.status*) \
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  264. *) \
  265. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  266. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  267. esac;
  268. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  270. $(top_srcdir)/configure: $(am__configure_deps)
  271. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  272. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  274. $(am__aclocal_m4_deps):
  275. clean-noinstLIBRARIES:
  276. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  277. libngportab.a: $(libngportab_a_OBJECTS) $(libngportab_a_DEPENDENCIES) $(EXTRA_libngportab_a_DEPENDENCIES)
  278. $(AM_V_at)-rm -f libngportab.a
  279. $(AM_V_AR)$(libngportab_a_AR) libngportab.a $(libngportab_a_OBJECTS) $(libngportab_a_LIBADD)
  280. $(AM_V_at)$(RANLIB) libngportab.a
  281. clean-checkPROGRAMS:
  282. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  283. portabtest$(EXEEXT): $(portabtest_OBJECTS) $(portabtest_DEPENDENCIES) $(EXTRA_portabtest_DEPENDENCIES)
  284. @rm -f portabtest$(EXEEXT)
  285. $(AM_V_CCLD)$(portabtest_LINK) $(portabtest_OBJECTS) $(portabtest_LDADD) $(LIBS)
  286. mostlyclean-compile:
  287. -rm -f *.$(OBJEXT)
  288. distclean-compile:
  289. -rm -f *.tab.c
  290. ./ansi2knr: ansi2knr.$(OBJEXT)
  291. $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
  292. ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
  293. clean-krextra:
  294. -rm -f ansi2knr
  295. mostlyclean-kr:
  296. -test "$U" = "" || rm -f *_.c
  297. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portabtest$U.Po@am__quote@
  298. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup$U.Po@am__quote@
  299. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy$U.Po@am__quote@
  300. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup$U.Po@am__quote@
  301. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_r$U.Po@am__quote@
  302. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf$U.Po@am__quote@
  303. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waitpid$U.Po@am__quote@
  304. .c.o:
  305. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  306. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  307. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  308. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  309. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  310. .c.obj:
  311. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  312. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  313. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  314. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  315. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  316. portabtest_.c: portabtest.c $(ANSI2KNR)
  317. $(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 $@
  318. strdup_.c: strdup.c $(ANSI2KNR)
  319. $(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 $@
  320. strlcpy_.c: strlcpy.c $(ANSI2KNR)
  321. $(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 $@
  322. strndup_.c: strndup.c $(ANSI2KNR)
  323. $(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 $@
  324. strtok_r_.c: strtok_r.c $(ANSI2KNR)
  325. $(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 $@
  326. vsnprintf_.c: vsnprintf.c $(ANSI2KNR)
  327. $(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 $@
  328. waitpid_.c: waitpid.c $(ANSI2KNR)
  329. $(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 $@
  330. portabtest_.$(OBJEXT) strdup_.$(OBJEXT) strlcpy_.$(OBJEXT) \
  331. strndup_.$(OBJEXT) strtok_r_.$(OBJEXT) vsnprintf_.$(OBJEXT) \
  332. waitpid_.$(OBJEXT) : $(ANSI2KNR)
  333. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  334. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  335. unique=`for i in $$list; do \
  336. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  337. done | \
  338. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  339. END { if (nonempty) { for (i in files) print i; }; }'`; \
  340. mkid -fID $$unique
  341. tags: TAGS
  342. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  343. $(TAGS_FILES) $(LISP)
  344. set x; \
  345. here=`pwd`; \
  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. shift; \
  353. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  354. test -n "$$unique" || unique=$$empty_fix; \
  355. if test $$# -gt 0; then \
  356. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  357. "$$@" $$unique; \
  358. else \
  359. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  360. $$unique; \
  361. fi; \
  362. fi
  363. ctags: CTAGS
  364. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  365. $(TAGS_FILES) $(LISP)
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. test -z "$(CTAGS_ARGS)$$unique" \
  373. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  374. $$unique
  375. GTAGS:
  376. here=`$(am__cd) $(top_builddir) && pwd` \
  377. && $(am__cd) $(top_srcdir) \
  378. && gtags -i $(GTAGS_ARGS) "$$here"
  379. distclean-tags:
  380. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  381. check-TESTS: $(TESTS)
  382. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  383. srcdir=$(srcdir); export srcdir; \
  384. list=' $(TESTS) '; \
  385. $(am__tty_colors); \
  386. if test -n "$$list"; then \
  387. for tst in $$list; do \
  388. if test -f ./$$tst; then dir=./; \
  389. elif test -f $$tst; then dir=; \
  390. else dir="$(srcdir)/"; fi; \
  391. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  392. all=`expr $$all + 1`; \
  393. case " $(XFAIL_TESTS) " in \
  394. *[\ \ ]$$tst[\ \ ]*) \
  395. xpass=`expr $$xpass + 1`; \
  396. failed=`expr $$failed + 1`; \
  397. col=$$red; res=XPASS; \
  398. ;; \
  399. *) \
  400. col=$$grn; res=PASS; \
  401. ;; \
  402. esac; \
  403. elif test $$? -ne 77; then \
  404. all=`expr $$all + 1`; \
  405. case " $(XFAIL_TESTS) " in \
  406. *[\ \ ]$$tst[\ \ ]*) \
  407. xfail=`expr $$xfail + 1`; \
  408. col=$$lgn; res=XFAIL; \
  409. ;; \
  410. *) \
  411. failed=`expr $$failed + 1`; \
  412. col=$$red; res=FAIL; \
  413. ;; \
  414. esac; \
  415. else \
  416. skip=`expr $$skip + 1`; \
  417. col=$$blu; res=SKIP; \
  418. fi; \
  419. echo "$${col}$$res$${std}: $$tst"; \
  420. done; \
  421. if test "$$all" -eq 1; then \
  422. tests="test"; \
  423. All=""; \
  424. else \
  425. tests="tests"; \
  426. All="All "; \
  427. fi; \
  428. if test "$$failed" -eq 0; then \
  429. if test "$$xfail" -eq 0; then \
  430. banner="$$All$$all $$tests passed"; \
  431. else \
  432. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  433. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  434. fi; \
  435. else \
  436. if test "$$xpass" -eq 0; then \
  437. banner="$$failed of $$all $$tests failed"; \
  438. else \
  439. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  440. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  441. fi; \
  442. fi; \
  443. dashes="$$banner"; \
  444. skipped=""; \
  445. if test "$$skip" -ne 0; then \
  446. if test "$$skip" -eq 1; then \
  447. skipped="($$skip test was not run)"; \
  448. else \
  449. skipped="($$skip tests were not run)"; \
  450. fi; \
  451. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  452. dashes="$$skipped"; \
  453. fi; \
  454. report=""; \
  455. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  456. report="Please report to $(PACKAGE_BUGREPORT)"; \
  457. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  458. dashes="$$report"; \
  459. fi; \
  460. dashes=`echo "$$dashes" | sed s/./=/g`; \
  461. if test "$$failed" -eq 0; then \
  462. col="$$grn"; \
  463. else \
  464. col="$$red"; \
  465. fi; \
  466. echo "$${col}$$dashes$${std}"; \
  467. echo "$${col}$$banner$${std}"; \
  468. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  469. test -z "$$report" || echo "$${col}$$report$${std}"; \
  470. echo "$${col}$$dashes$${std}"; \
  471. test "$$failed" -eq 0; \
  472. else :; fi
  473. distdir: $(DISTFILES)
  474. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  475. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  476. list='$(DISTFILES)'; \
  477. dist_files=`for file in $$list; do echo $$file; done | \
  478. sed -e "s|^$$srcdirstrip/||;t" \
  479. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  480. case $$dist_files in \
  481. */*) $(MKDIR_P) `echo "$$dist_files" | \
  482. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  483. sort -u` ;; \
  484. esac; \
  485. for file in $$dist_files; do \
  486. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  487. if test -d $$d/$$file; then \
  488. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  489. if test -d "$(distdir)/$$file"; then \
  490. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  491. fi; \
  492. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  493. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  494. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  495. fi; \
  496. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  497. else \
  498. test -f "$(distdir)/$$file" \
  499. || cp -p $$d/$$file "$(distdir)/$$file" \
  500. || exit 1; \
  501. fi; \
  502. done
  503. check-am: all-am
  504. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  505. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  506. check: check-am
  507. all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
  508. installdirs:
  509. install: install-am
  510. install-exec: install-exec-am
  511. install-data: install-data-am
  512. uninstall: uninstall-am
  513. install-am: all-am
  514. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  515. installcheck: installcheck-am
  516. install-strip:
  517. if test -z '$(STRIP)'; then \
  518. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  519. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  520. install; \
  521. else \
  522. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  523. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  524. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  525. fi
  526. mostlyclean-generic:
  527. clean-generic:
  528. distclean-generic:
  529. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  530. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  531. maintainer-clean-generic:
  532. @echo "This command is intended for maintainers to use"
  533. @echo "it deletes files that may require special tools to rebuild."
  534. clean: clean-am
  535. clean-am: clean-checkPROGRAMS clean-generic clean-krextra \
  536. clean-noinstLIBRARIES mostlyclean-am
  537. distclean: distclean-am
  538. -rm -rf ./$(DEPDIR)
  539. -rm -f Makefile
  540. distclean-am: clean-am distclean-compile distclean-generic \
  541. distclean-tags
  542. dvi: dvi-am
  543. dvi-am:
  544. html: html-am
  545. html-am:
  546. info: info-am
  547. info-am:
  548. install-data-am:
  549. install-dvi: install-dvi-am
  550. install-dvi-am:
  551. install-exec-am:
  552. install-html: install-html-am
  553. install-html-am:
  554. install-info: install-info-am
  555. install-info-am:
  556. install-man:
  557. install-pdf: install-pdf-am
  558. install-pdf-am:
  559. install-ps: install-ps-am
  560. install-ps-am:
  561. installcheck-am:
  562. maintainer-clean: maintainer-clean-am
  563. -rm -rf ./$(DEPDIR)
  564. -rm -f Makefile
  565. maintainer-clean-am: distclean-am maintainer-clean-generic \
  566. maintainer-clean-local
  567. mostlyclean: mostlyclean-am
  568. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  569. pdf: pdf-am
  570. pdf-am:
  571. ps: ps-am
  572. ps-am:
  573. uninstall-am:
  574. .MAKE: check-am install-am install-strip
  575. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  576. clean-checkPROGRAMS clean-generic clean-krextra \
  577. clean-noinstLIBRARIES ctags distclean distclean-compile \
  578. distclean-generic distclean-tags distdir dvi dvi-am html \
  579. html-am info info-am install install-am install-data \
  580. install-data-am install-dvi install-dvi-am install-exec \
  581. install-exec-am install-html install-html-am install-info \
  582. install-info-am install-man install-pdf install-pdf-am \
  583. install-ps install-ps-am install-strip installcheck \
  584. installcheck-am installdirs maintainer-clean \
  585. maintainer-clean-generic maintainer-clean-local mostlyclean \
  586. mostlyclean-compile mostlyclean-generic mostlyclean-kr pdf \
  587. pdf-am ps ps-am tags uninstall uninstall-am
  588. maintainer-clean-local:
  589. rm -f Makefile Makefile.in Makefile.am
  590. # -eof-
  591. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  592. # Otherwise a system limit (for SysV at least) may be exceeded.
  593. .NOEXPORT: