Makefile.in 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  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-2010 Alexander Barton (alex@barton.de)
  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. target_triplet = @target@
  44. ANSI2KNR = ../portab/ansi2knr
  45. sbin_PROGRAMS = ngircd$(EXEEXT)
  46. subdir = src/ngircd
  47. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  48. $(srcdir)/Makefile.in
  49. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  50. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  51. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  52. $(ACLOCAL_M4)
  53. mkinstalldirs = $(install_sh) -d
  54. CONFIG_HEADER = $(top_builddir)/src/config.h
  55. CONFIG_CLEAN_FILES =
  56. CONFIG_CLEAN_VPATH_FILES =
  57. am__installdirs = "$(DESTDIR)$(sbindir)"
  58. PROGRAMS = $(sbin_PROGRAMS)
  59. am_ngircd_OBJECTS = ngircd$U.$(OBJEXT) array$U.$(OBJEXT) \
  60. channel$U.$(OBJEXT) class$U.$(OBJEXT) client$U.$(OBJEXT) \
  61. conf$U.$(OBJEXT) conn$U.$(OBJEXT) conn-func$U.$(OBJEXT) \
  62. conn-ssl$U.$(OBJEXT) conn-zip$U.$(OBJEXT) hash$U.$(OBJEXT) \
  63. io$U.$(OBJEXT) irc$U.$(OBJEXT) irc-channel$U.$(OBJEXT) \
  64. irc-info$U.$(OBJEXT) irc-login$U.$(OBJEXT) \
  65. irc-mode$U.$(OBJEXT) irc-op$U.$(OBJEXT) irc-oper$U.$(OBJEXT) \
  66. irc-server$U.$(OBJEXT) irc-write$U.$(OBJEXT) lists$U.$(OBJEXT) \
  67. log$U.$(OBJEXT) match$U.$(OBJEXT) op$U.$(OBJEXT) \
  68. numeric$U.$(OBJEXT) pam$U.$(OBJEXT) parse$U.$(OBJEXT) \
  69. proc$U.$(OBJEXT) resolve$U.$(OBJEXT) sighandlers$U.$(OBJEXT)
  70. ngircd_OBJECTS = $(am_ngircd_OBJECTS)
  71. ngircd_DEPENDENCIES =
  72. ngircd_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ngircd_LDFLAGS) \
  73. $(LDFLAGS) -o $@
  74. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  75. depcomp = $(SHELL) $(top_srcdir)/depcomp
  76. am__depfiles_maybe = depfiles
  77. am__mv = mv -f
  78. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  79. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  80. AM_V_CC = $(am__v_CC_$(V))
  81. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  82. am__v_CC_0 = @echo " CC " $@;
  83. AM_V_at = $(am__v_at_$(V))
  84. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  85. am__v_at_0 = @
  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 = $(ngircd_SOURCES)
  95. DIST_SOURCES = $(ngircd_SOURCES)
  96. HEADERS = $(noinst_HEADERS)
  97. ETAGS = etags
  98. CTAGS = ctags
  99. am__tty_colors = \
  100. red=; grn=; lgn=; blu=; std=
  101. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  102. ACLOCAL = @ACLOCAL@
  103. AMTAR = @AMTAR@
  104. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  105. AUTOCONF = @AUTOCONF@
  106. AUTOHEADER = @AUTOHEADER@
  107. AUTOMAKE = @AUTOMAKE@
  108. AWK = @AWK@
  109. CC = @CC@
  110. CCDEPMODE = @CCDEPMODE@
  111. CFLAGS = @CFLAGS@
  112. CPP = @CPP@
  113. CPPFLAGS = @CPPFLAGS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DEFS = @DEFS@
  116. DEPDIR = @DEPDIR@
  117. ECHO_C = @ECHO_C@
  118. ECHO_N = @ECHO_N@
  119. ECHO_T = @ECHO_T@
  120. EGREP = @EGREP@
  121. EXEEXT = @EXEEXT@
  122. GREP = @GREP@
  123. INSTALL = @INSTALL@
  124. INSTALL_DATA = @INSTALL_DATA@
  125. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  126. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  127. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  128. LDFLAGS = @LDFLAGS@
  129. LIBOBJS = @LIBOBJS@
  130. LIBS = @LIBS@
  131. LN_S = @LN_S@
  132. LTLIBOBJS = @LTLIBOBJS@
  133. MAKEINFO = @MAKEINFO@
  134. MKDIR_P = @MKDIR_P@
  135. OBJEXT = @OBJEXT@
  136. PACKAGE = @PACKAGE@
  137. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  138. PACKAGE_NAME = @PACKAGE_NAME@
  139. PACKAGE_STRING = @PACKAGE_STRING@
  140. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  141. PACKAGE_URL = @PACKAGE_URL@
  142. PACKAGE_VERSION = @PACKAGE_VERSION@
  143. PATH_SEPARATOR = @PATH_SEPARATOR@
  144. RANLIB = @RANLIB@
  145. SET_MAKE = @SET_MAKE@
  146. SHELL = @SHELL@
  147. STRIP = @STRIP@
  148. U = @U@
  149. VERSION = @VERSION@
  150. abs_builddir = @abs_builddir@
  151. abs_srcdir = @abs_srcdir@
  152. abs_top_builddir = @abs_top_builddir@
  153. abs_top_srcdir = @abs_top_srcdir@
  154. ac_ct_CC = @ac_ct_CC@
  155. am__include = @am__include@
  156. am__leading_dot = @am__leading_dot@
  157. am__quote = @am__quote@
  158. am__tar = @am__tar@
  159. am__untar = @am__untar@
  160. bindir = @bindir@
  161. build = @build@
  162. build_alias = @build_alias@
  163. build_cpu = @build_cpu@
  164. build_os = @build_os@
  165. build_vendor = @build_vendor@
  166. builddir = @builddir@
  167. datadir = @datadir@
  168. datarootdir = @datarootdir@
  169. docdir = @docdir@
  170. dvidir = @dvidir@
  171. exec_prefix = @exec_prefix@
  172. host = @host@
  173. host_alias = @host_alias@
  174. host_cpu = @host_cpu@
  175. host_os = @host_os@
  176. host_vendor = @host_vendor@
  177. htmldir = @htmldir@
  178. includedir = @includedir@
  179. infodir = @infodir@
  180. install_sh = @install_sh@
  181. libdir = @libdir@
  182. libexecdir = @libexecdir@
  183. localedir = @localedir@
  184. localstatedir = @localstatedir@
  185. mandir = @mandir@
  186. mkdir_p = @mkdir_p@
  187. oldincludedir = @oldincludedir@
  188. pdfdir = @pdfdir@
  189. prefix = @prefix@
  190. program_transform_name = @program_transform_name@
  191. psdir = @psdir@
  192. sbindir = @sbindir@
  193. sharedstatedir = @sharedstatedir@
  194. srcdir = @srcdir@
  195. sysconfdir = @sysconfdir@
  196. target = @target@
  197. target_alias = @target_alias@
  198. target_cpu = @target_cpu@
  199. target_os = @target_os@
  200. target_vendor = @target_vendor@
  201. top_build_prefix = @top_build_prefix@
  202. top_builddir = @top_builddir@
  203. top_srcdir = @top_srcdir@
  204. AUTOMAKE_OPTIONS = ../portab/ansi2knr
  205. INCLUDES = -I$(srcdir)/../portab -I$(srcdir)/../tool -I$(srcdir)/../ipaddr
  206. LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
  207. -varuse -retvalother -emptyret -unrecog
  208. ngircd_SOURCES = ngircd.c array.c channel.c class.c client.c conf.c conn.c \
  209. conn-func.c conn-ssl.c conn-zip.c hash.c io.c irc.c irc-channel.c \
  210. irc-info.c irc-login.c irc-mode.c irc-op.c irc-oper.c irc-server.c \
  211. irc-write.c lists.c log.c match.c op.c numeric.c pam.c parse.c \
  212. proc.c resolve.c sighandlers.c
  213. ngircd_LDFLAGS = -L../portab -L../tool -L../ipaddr
  214. ngircd_LDADD = -lngportab -lngtool -lngipaddr
  215. noinst_HEADERS = ngircd.h array.h channel.h class.h client.h conf.h \
  216. conf-ssl.h conn.h conn-func.h conn-ssl.h conn-zip.h hash.h io.h \
  217. irc.h irc-channel.h irc-info.h irc-login.h irc-mode.h irc-op.h \
  218. irc-oper.h irc-server.h irc-write.h lists.h log.h match.h numeric.h \
  219. op.h pam.h parse.h proc.h resolve.h sighandlers.h defines.h messages.h
  220. TESTS = check-version check-help
  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/ngircd/Makefile'; \
  234. $(am__cd) $(top_srcdir) && \
  235. $(AUTOMAKE) --gnu src/ngircd/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. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  253. @$(NORMAL_INSTALL)
  254. test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  255. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  256. for p in $$list; do echo "$$p $$p"; done | \
  257. sed 's/$(EXEEXT)$$//' | \
  258. while read p p1; do if test -f $$p; \
  259. then echo "$$p"; echo "$$p"; else :; fi; \
  260. done | \
  261. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  262. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  263. sed 'N;N;N;s,\n, ,g' | \
  264. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  265. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  266. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  267. else { print "f", $$3 "/" $$4, $$1; } } \
  268. END { for (d in files) print "f", d, files[d] }' | \
  269. while read type dir files; do \
  270. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  271. test -z "$$files" || { \
  272. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  273. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  274. } \
  275. ; done
  276. uninstall-sbinPROGRAMS:
  277. @$(NORMAL_UNINSTALL)
  278. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  279. files=`for p in $$list; do echo "$$p"; done | \
  280. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  281. -e 's/$$/$(EXEEXT)/' `; \
  282. test -n "$$list" || exit 0; \
  283. echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  284. cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  285. clean-sbinPROGRAMS:
  286. -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  287. ngircd$(EXEEXT): $(ngircd_OBJECTS) $(ngircd_DEPENDENCIES)
  288. @rm -f ngircd$(EXEEXT)
  289. $(AM_V_CCLD)$(ngircd_LINK) $(ngircd_OBJECTS) $(ngircd_LDADD) $(LIBS)
  290. mostlyclean-compile:
  291. -rm -f *.$(OBJEXT)
  292. distclean-compile:
  293. -rm -f *.tab.c
  294. ../portab/ansi2knr:
  295. $(am__cd) ../portab && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  296. mostlyclean-kr:
  297. -test "$U" = "" || rm -f *_.c
  298. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array$U.Po@am__quote@
  299. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel$U.Po@am__quote@
  300. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/class$U.Po@am__quote@
  301. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client$U.Po@am__quote@
  302. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf$U.Po@am__quote@
  303. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn$U.Po@am__quote@
  304. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-func$U.Po@am__quote@
  305. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-ssl$U.Po@am__quote@
  306. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-zip$U.Po@am__quote@
  307. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash$U.Po@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io$U.Po@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc$U.Po@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-channel$U.Po@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-info$U.Po@am__quote@
  312. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-login$U.Po@am__quote@
  313. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-mode$U.Po@am__quote@
  314. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-op$U.Po@am__quote@
  315. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-oper$U.Po@am__quote@
  316. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-server$U.Po@am__quote@
  317. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-write$U.Po@am__quote@
  318. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lists$U.Po@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log$U.Po@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match$U.Po@am__quote@
  321. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ngircd$U.Po@am__quote@
  322. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric$U.Po@am__quote@
  323. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op$U.Po@am__quote@
  324. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam$U.Po@am__quote@
  325. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse$U.Po@am__quote@
  326. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc$U.Po@am__quote@
  327. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve$U.Po@am__quote@
  328. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandlers$U.Po@am__quote@
  329. .c.o:
  330. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  331. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  332. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  333. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  335. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  336. .c.obj:
  337. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  338. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  339. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  340. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  343. array_.c: array.c $(ANSI2KNR)
  344. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/array.c; then echo $(srcdir)/array.c; else echo array.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  345. channel_.c: channel.c $(ANSI2KNR)
  346. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/channel.c; then echo $(srcdir)/channel.c; else echo channel.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  347. class_.c: class.c $(ANSI2KNR)
  348. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/class.c; then echo $(srcdir)/class.c; else echo class.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  349. client_.c: client.c $(ANSI2KNR)
  350. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/client.c; then echo $(srcdir)/client.c; else echo client.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  351. conf_.c: conf.c $(ANSI2KNR)
  352. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conf.c; then echo $(srcdir)/conf.c; else echo conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  353. conn_.c: conn.c $(ANSI2KNR)
  354. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conn.c; then echo $(srcdir)/conn.c; else echo conn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  355. conn-func_.c: conn-func.c $(ANSI2KNR)
  356. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conn-func.c; then echo $(srcdir)/conn-func.c; else echo conn-func.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  357. conn-ssl_.c: conn-ssl.c $(ANSI2KNR)
  358. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conn-ssl.c; then echo $(srcdir)/conn-ssl.c; else echo conn-ssl.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  359. conn-zip_.c: conn-zip.c $(ANSI2KNR)
  360. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conn-zip.c; then echo $(srcdir)/conn-zip.c; else echo conn-zip.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  361. hash_.c: hash.c $(ANSI2KNR)
  362. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  363. io_.c: io.c $(ANSI2KNR)
  364. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/io.c; then echo $(srcdir)/io.c; else echo io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  365. irc_.c: irc.c $(ANSI2KNR)
  366. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc.c; then echo $(srcdir)/irc.c; else echo irc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  367. irc-channel_.c: irc-channel.c $(ANSI2KNR)
  368. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-channel.c; then echo $(srcdir)/irc-channel.c; else echo irc-channel.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  369. irc-info_.c: irc-info.c $(ANSI2KNR)
  370. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-info.c; then echo $(srcdir)/irc-info.c; else echo irc-info.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  371. irc-login_.c: irc-login.c $(ANSI2KNR)
  372. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-login.c; then echo $(srcdir)/irc-login.c; else echo irc-login.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  373. irc-mode_.c: irc-mode.c $(ANSI2KNR)
  374. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-mode.c; then echo $(srcdir)/irc-mode.c; else echo irc-mode.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  375. irc-op_.c: irc-op.c $(ANSI2KNR)
  376. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-op.c; then echo $(srcdir)/irc-op.c; else echo irc-op.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  377. irc-oper_.c: irc-oper.c $(ANSI2KNR)
  378. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-oper.c; then echo $(srcdir)/irc-oper.c; else echo irc-oper.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  379. irc-server_.c: irc-server.c $(ANSI2KNR)
  380. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-server.c; then echo $(srcdir)/irc-server.c; else echo irc-server.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  381. irc-write_.c: irc-write.c $(ANSI2KNR)
  382. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-write.c; then echo $(srcdir)/irc-write.c; else echo irc-write.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  383. lists_.c: lists.c $(ANSI2KNR)
  384. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lists.c; then echo $(srcdir)/lists.c; else echo lists.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  385. log_.c: log.c $(ANSI2KNR)
  386. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/log.c; then echo $(srcdir)/log.c; else echo log.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  387. match_.c: match.c $(ANSI2KNR)
  388. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/match.c; then echo $(srcdir)/match.c; else echo match.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  389. ngircd_.c: ngircd.c $(ANSI2KNR)
  390. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ngircd.c; then echo $(srcdir)/ngircd.c; else echo ngircd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  391. numeric_.c: numeric.c $(ANSI2KNR)
  392. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numeric.c; then echo $(srcdir)/numeric.c; else echo numeric.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  393. op_.c: op.c $(ANSI2KNR)
  394. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/op.c; then echo $(srcdir)/op.c; else echo op.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  395. pam_.c: pam.c $(ANSI2KNR)
  396. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/pam.c; then echo $(srcdir)/pam.c; else echo pam.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  397. parse_.c: parse.c $(ANSI2KNR)
  398. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse.c; then echo $(srcdir)/parse.c; else echo parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  399. proc_.c: proc.c $(ANSI2KNR)
  400. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/proc.c; then echo $(srcdir)/proc.c; else echo proc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  401. resolve_.c: resolve.c $(ANSI2KNR)
  402. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/resolve.c; then echo $(srcdir)/resolve.c; else echo resolve.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  403. sighandlers_.c: sighandlers.c $(ANSI2KNR)
  404. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sighandlers.c; then echo $(srcdir)/sighandlers.c; else echo sighandlers.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  405. array_.$(OBJEXT) channel_.$(OBJEXT) class_.$(OBJEXT) client_.$(OBJEXT) \
  406. conf_.$(OBJEXT) conn_.$(OBJEXT) conn-func_.$(OBJEXT) \
  407. conn-ssl_.$(OBJEXT) conn-zip_.$(OBJEXT) hash_.$(OBJEXT) io_.$(OBJEXT) \
  408. irc_.$(OBJEXT) irc-channel_.$(OBJEXT) irc-info_.$(OBJEXT) \
  409. irc-login_.$(OBJEXT) irc-mode_.$(OBJEXT) irc-op_.$(OBJEXT) \
  410. irc-oper_.$(OBJEXT) irc-server_.$(OBJEXT) irc-write_.$(OBJEXT) \
  411. lists_.$(OBJEXT) log_.$(OBJEXT) match_.$(OBJEXT) ngircd_.$(OBJEXT) \
  412. numeric_.$(OBJEXT) op_.$(OBJEXT) pam_.$(OBJEXT) parse_.$(OBJEXT) \
  413. proc_.$(OBJEXT) resolve_.$(OBJEXT) sighandlers_.$(OBJEXT) : \
  414. $(ANSI2KNR)
  415. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  416. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  417. unique=`for i in $$list; do \
  418. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  419. done | \
  420. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  421. END { if (nonempty) { for (i in files) print i; }; }'`; \
  422. mkid -fID $$unique
  423. tags: TAGS
  424. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  425. $(TAGS_FILES) $(LISP)
  426. set x; \
  427. here=`pwd`; \
  428. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  429. unique=`for i in $$list; do \
  430. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  431. done | \
  432. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  433. END { if (nonempty) { for (i in files) print i; }; }'`; \
  434. shift; \
  435. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  436. test -n "$$unique" || unique=$$empty_fix; \
  437. if test $$# -gt 0; then \
  438. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  439. "$$@" $$unique; \
  440. else \
  441. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  442. $$unique; \
  443. fi; \
  444. fi
  445. ctags: CTAGS
  446. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  447. $(TAGS_FILES) $(LISP)
  448. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  449. unique=`for i in $$list; do \
  450. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  451. done | \
  452. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  453. END { if (nonempty) { for (i in files) print i; }; }'`; \
  454. test -z "$(CTAGS_ARGS)$$unique" \
  455. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  456. $$unique
  457. GTAGS:
  458. here=`$(am__cd) $(top_builddir) && pwd` \
  459. && $(am__cd) $(top_srcdir) \
  460. && gtags -i $(GTAGS_ARGS) "$$here"
  461. distclean-tags:
  462. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  463. check-TESTS: $(TESTS)
  464. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  465. srcdir=$(srcdir); export srcdir; \
  466. list=' $(TESTS) '; \
  467. $(am__tty_colors); \
  468. if test -n "$$list"; then \
  469. for tst in $$list; do \
  470. if test -f ./$$tst; then dir=./; \
  471. elif test -f $$tst; then dir=; \
  472. else dir="$(srcdir)/"; fi; \
  473. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  474. all=`expr $$all + 1`; \
  475. case " $(XFAIL_TESTS) " in \
  476. *[\ \ ]$$tst[\ \ ]*) \
  477. xpass=`expr $$xpass + 1`; \
  478. failed=`expr $$failed + 1`; \
  479. col=$$red; res=XPASS; \
  480. ;; \
  481. *) \
  482. col=$$grn; res=PASS; \
  483. ;; \
  484. esac; \
  485. elif test $$? -ne 77; then \
  486. all=`expr $$all + 1`; \
  487. case " $(XFAIL_TESTS) " in \
  488. *[\ \ ]$$tst[\ \ ]*) \
  489. xfail=`expr $$xfail + 1`; \
  490. col=$$lgn; res=XFAIL; \
  491. ;; \
  492. *) \
  493. failed=`expr $$failed + 1`; \
  494. col=$$red; res=FAIL; \
  495. ;; \
  496. esac; \
  497. else \
  498. skip=`expr $$skip + 1`; \
  499. col=$$blu; res=SKIP; \
  500. fi; \
  501. echo "$${col}$$res$${std}: $$tst"; \
  502. done; \
  503. if test "$$all" -eq 1; then \
  504. tests="test"; \
  505. All=""; \
  506. else \
  507. tests="tests"; \
  508. All="All "; \
  509. fi; \
  510. if test "$$failed" -eq 0; then \
  511. if test "$$xfail" -eq 0; then \
  512. banner="$$All$$all $$tests passed"; \
  513. else \
  514. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  515. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  516. fi; \
  517. else \
  518. if test "$$xpass" -eq 0; then \
  519. banner="$$failed of $$all $$tests failed"; \
  520. else \
  521. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  522. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  523. fi; \
  524. fi; \
  525. dashes="$$banner"; \
  526. skipped=""; \
  527. if test "$$skip" -ne 0; then \
  528. if test "$$skip" -eq 1; then \
  529. skipped="($$skip test was not run)"; \
  530. else \
  531. skipped="($$skip tests were not run)"; \
  532. fi; \
  533. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  534. dashes="$$skipped"; \
  535. fi; \
  536. report=""; \
  537. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  538. report="Please report to $(PACKAGE_BUGREPORT)"; \
  539. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  540. dashes="$$report"; \
  541. fi; \
  542. dashes=`echo "$$dashes" | sed s/./=/g`; \
  543. if test "$$failed" -eq 0; then \
  544. echo "$$grn$$dashes"; \
  545. else \
  546. echo "$$red$$dashes"; \
  547. fi; \
  548. echo "$$banner"; \
  549. test -z "$$skipped" || echo "$$skipped"; \
  550. test -z "$$report" || echo "$$report"; \
  551. echo "$$dashes$$std"; \
  552. test "$$failed" -eq 0; \
  553. else :; fi
  554. distdir: $(DISTFILES)
  555. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  556. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  557. list='$(DISTFILES)'; \
  558. dist_files=`for file in $$list; do echo $$file; done | \
  559. sed -e "s|^$$srcdirstrip/||;t" \
  560. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  561. case $$dist_files in \
  562. */*) $(MKDIR_P) `echo "$$dist_files" | \
  563. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  564. sort -u` ;; \
  565. esac; \
  566. for file in $$dist_files; do \
  567. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  568. if test -d $$d/$$file; then \
  569. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  570. if test -d "$(distdir)/$$file"; then \
  571. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  572. fi; \
  573. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  574. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  575. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  576. fi; \
  577. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  578. else \
  579. test -f "$(distdir)/$$file" \
  580. || cp -p $$d/$$file "$(distdir)/$$file" \
  581. || exit 1; \
  582. fi; \
  583. done
  584. check-am: all-am
  585. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  586. check: check-am
  587. all-am: Makefile $(PROGRAMS) $(HEADERS)
  588. installdirs:
  589. for dir in "$(DESTDIR)$(sbindir)"; do \
  590. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  591. done
  592. install: install-am
  593. install-exec: install-exec-am
  594. install-data: install-data-am
  595. uninstall: uninstall-am
  596. install-am: all-am
  597. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  598. installcheck: installcheck-am
  599. install-strip:
  600. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  601. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  602. `test -z '$(STRIP)' || \
  603. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  604. mostlyclean-generic:
  605. clean-generic:
  606. distclean-generic:
  607. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  608. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  609. maintainer-clean-generic:
  610. @echo "This command is intended for maintainers to use"
  611. @echo "it deletes files that may require special tools to rebuild."
  612. clean: clean-am
  613. clean-am: clean-generic clean-local clean-sbinPROGRAMS mostlyclean-am
  614. distclean: distclean-am
  615. -rm -rf ./$(DEPDIR)
  616. -rm -f Makefile
  617. distclean-am: clean-am distclean-compile distclean-generic \
  618. distclean-tags
  619. dvi: dvi-am
  620. dvi-am:
  621. html: html-am
  622. html-am:
  623. info: info-am
  624. info-am:
  625. install-data-am:
  626. install-dvi: install-dvi-am
  627. install-dvi-am:
  628. install-exec-am: install-sbinPROGRAMS
  629. install-html: install-html-am
  630. install-html-am:
  631. install-info: install-info-am
  632. install-info-am:
  633. install-man:
  634. install-pdf: install-pdf-am
  635. install-pdf-am:
  636. install-ps: install-ps-am
  637. install-ps-am:
  638. installcheck-am:
  639. maintainer-clean: maintainer-clean-am
  640. -rm -rf ./$(DEPDIR)
  641. -rm -f Makefile
  642. maintainer-clean-am: distclean-am maintainer-clean-generic \
  643. maintainer-clean-local
  644. mostlyclean: mostlyclean-am
  645. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  646. pdf: pdf-am
  647. pdf-am:
  648. ps: ps-am
  649. ps-am:
  650. uninstall-am: uninstall-sbinPROGRAMS
  651. .MAKE: ../portab/ansi2knr check-am install-am install-strip
  652. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  653. clean-generic clean-local clean-sbinPROGRAMS ctags distclean \
  654. distclean-compile distclean-generic distclean-tags distdir dvi \
  655. dvi-am html html-am info info-am install install-am \
  656. install-data install-data-am install-dvi install-dvi-am \
  657. install-exec install-exec-am install-html install-html-am \
  658. install-info install-info-am install-man install-pdf \
  659. install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
  660. install-strip installcheck installcheck-am installdirs \
  661. maintainer-clean maintainer-clean-generic \
  662. maintainer-clean-local mostlyclean mostlyclean-compile \
  663. mostlyclean-generic mostlyclean-kr pdf pdf-am ps ps-am tags \
  664. uninstall uninstall-am uninstall-sbinPROGRAMS
  665. clean-local:
  666. rm -f check-version check-help lint.out
  667. maintainer-clean-local:
  668. rm -f Makefile Makefile.in
  669. check-version: Makefile
  670. echo "#!/bin/sh" > check-version
  671. echo "./ngircd --version | grep ngircd >/dev/null 2>&1" >>check-version
  672. chmod 755 check-version
  673. check-help: Makefile
  674. echo "#!/bin/sh" > check-help
  675. echo "./ngircd --help | grep help >/dev/null 2>&1" >>check-help
  676. chmod 755 check-help
  677. lint:
  678. @splint --version >/dev/null 2>&1 \
  679. || ( echo; echo "Error: \"splint\" not found!"; echo; exit 1 )
  680. @echo; warnings=0; files=0; \
  681. for f in *.c; do \
  682. echo "checking $$f ..."; \
  683. splint $$f $(LINTARGS) -I$(srcdir) -I$(srcdir)/.. \
  684. $(INCLUDES) $(AM_CFLAGS) >lint.out 2>&1; \
  685. grep "no warnings" lint.out > /dev/null 2>&1; \
  686. if [ $$? -ne 0 ]; then \
  687. waswarning=1; \
  688. echo; grep -v "^Command Line: " lint.out; echo; \
  689. w=$$( grep "code warning" lint.out | $(AWK) "{ print \$$4 }" ); \
  690. [ "$$w" -gt 0 ] && warnings=`expr $$warnings + $$w`; \
  691. files=`expr $$files + 1`; \
  692. else \
  693. waswarning=0; \
  694. fi; \
  695. rm -f lint.out; \
  696. done; \
  697. [ $$waswarning -eq 0 ] && echo; \
  698. [ $$warnings -gt 0 ] \
  699. && echo "Result: $$warnings warning(s) in $$files file(s)!" \
  700. || echo "Result: no warnings found."; \
  701. echo; [ $$warnings -gt 0 ] && exit 1
  702. # -eof-
  703. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  704. # Otherwise a system limit (for SysV at least) may be exceeded.
  705. .NOEXPORT: