Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  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) client$U.$(OBJEXT) conf$U.$(OBJEXT) \
  61. conn$U.$(OBJEXT) conn-func$U.$(OBJEXT) conn-ssl$U.$(OBJEXT) \
  62. conn-zip$U.$(OBJEXT) hash$U.$(OBJEXT) io$U.$(OBJEXT) \
  63. irc$U.$(OBJEXT) irc-channel$U.$(OBJEXT) irc-info$U.$(OBJEXT) \
  64. irc-login$U.$(OBJEXT) irc-mode$U.$(OBJEXT) irc-op$U.$(OBJEXT) \
  65. irc-oper$U.$(OBJEXT) irc-server$U.$(OBJEXT) \
  66. irc-write$U.$(OBJEXT) lists$U.$(OBJEXT) log$U.$(OBJEXT) \
  67. match$U.$(OBJEXT) op$U.$(OBJEXT) numeric$U.$(OBJEXT) \
  68. pam$U.$(OBJEXT) parse$U.$(OBJEXT) proc$U.$(OBJEXT) \
  69. 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 client.c conf.c conn.c conn-func.c \
  209. conn-ssl.c conn-zip.c hash.c io.c irc.c irc-channel.c irc-info.c irc-login.c \
  210. irc-mode.c irc-op.c irc-oper.c irc-server.c irc-write.c lists.c log.c \
  211. match.c op.c numeric.c pam.c parse.c proc.c resolve.c sighandlers.c
  212. ngircd_LDFLAGS = -L../portab -L../tool -L../ipaddr
  213. ngircd_LDADD = -lngportab -lngtool -lngipaddr
  214. noinst_HEADERS = ngircd.h array.h channel.h client.h conf.h conf-ssl.h conn.h \
  215. conn-func.h conn-ssl.h conn-zip.h hash.h io.h irc.h irc-channel.h \
  216. irc-info.h irc-login.h irc-mode.h irc-op.h irc-oper.h irc-server.h \
  217. irc-write.h lists.h log.h match.h numeric.h op.h pam.h parse.h proc.h \
  218. resolve.h sighandlers.h defines.h messages.h
  219. TESTS = check-version check-help
  220. all: all-am
  221. .SUFFIXES:
  222. .SUFFIXES: .c .o .obj
  223. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  224. @for dep in $?; do \
  225. case '$(am__configure_deps)' in \
  226. *$$dep*) \
  227. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  228. && { if test -f $@; then exit 0; else break; fi; }; \
  229. exit 1;; \
  230. esac; \
  231. done; \
  232. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ngircd/Makefile'; \
  233. $(am__cd) $(top_srcdir) && \
  234. $(AUTOMAKE) --gnu src/ngircd/Makefile
  235. .PRECIOUS: Makefile
  236. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  237. @case '$?' in \
  238. *config.status*) \
  239. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  240. *) \
  241. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  242. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  243. esac;
  244. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  245. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  246. $(top_srcdir)/configure: $(am__configure_deps)
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  248. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  249. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  250. $(am__aclocal_m4_deps):
  251. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  252. @$(NORMAL_INSTALL)
  253. test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  254. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  255. for p in $$list; do echo "$$p $$p"; done | \
  256. sed 's/$(EXEEXT)$$//' | \
  257. while read p p1; do if test -f $$p; \
  258. then echo "$$p"; echo "$$p"; else :; fi; \
  259. done | \
  260. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  261. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  262. sed 'N;N;N;s,\n, ,g' | \
  263. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  264. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  265. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  266. else { print "f", $$3 "/" $$4, $$1; } } \
  267. END { for (d in files) print "f", d, files[d] }' | \
  268. while read type dir files; do \
  269. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  270. test -z "$$files" || { \
  271. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  272. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  273. } \
  274. ; done
  275. uninstall-sbinPROGRAMS:
  276. @$(NORMAL_UNINSTALL)
  277. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  278. files=`for p in $$list; do echo "$$p"; done | \
  279. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  280. -e 's/$$/$(EXEEXT)/' `; \
  281. test -n "$$list" || exit 0; \
  282. echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  283. cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  284. clean-sbinPROGRAMS:
  285. -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  286. ngircd$(EXEEXT): $(ngircd_OBJECTS) $(ngircd_DEPENDENCIES)
  287. @rm -f ngircd$(EXEEXT)
  288. $(AM_V_CCLD)$(ngircd_LINK) $(ngircd_OBJECTS) $(ngircd_LDADD) $(LIBS)
  289. mostlyclean-compile:
  290. -rm -f *.$(OBJEXT)
  291. distclean-compile:
  292. -rm -f *.tab.c
  293. ../portab/ansi2knr:
  294. $(am__cd) ../portab && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  295. mostlyclean-kr:
  296. -test "$U" = "" || rm -f *_.c
  297. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array$U.Po@am__quote@
  298. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel$U.Po@am__quote@
  299. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client$U.Po@am__quote@
  300. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf$U.Po@am__quote@
  301. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn$U.Po@am__quote@
  302. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-func$U.Po@am__quote@
  303. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-ssl$U.Po@am__quote@
  304. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-zip$U.Po@am__quote@
  305. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash$U.Po@am__quote@
  306. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io$U.Po@am__quote@
  307. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc$U.Po@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-channel$U.Po@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-info$U.Po@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-login$U.Po@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-mode$U.Po@am__quote@
  312. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-op$U.Po@am__quote@
  313. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-oper$U.Po@am__quote@
  314. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-server$U.Po@am__quote@
  315. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-write$U.Po@am__quote@
  316. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lists$U.Po@am__quote@
  317. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log$U.Po@am__quote@
  318. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match$U.Po@am__quote@
  319. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ngircd$U.Po@am__quote@
  320. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric$U.Po@am__quote@
  321. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op$U.Po@am__quote@
  322. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam$U.Po@am__quote@
  323. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse$U.Po@am__quote@
  324. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc$U.Po@am__quote@
  325. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve$U.Po@am__quote@
  326. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandlers$U.Po@am__quote@
  327. .c.o:
  328. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  329. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  330. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  331. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  332. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  333. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  334. .c.obj:
  335. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  336. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  337. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  338. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  339. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  340. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  341. array_.c: array.c $(ANSI2KNR)
  342. $(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 $@
  343. channel_.c: channel.c $(ANSI2KNR)
  344. $(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 $@
  345. client_.c: client.c $(ANSI2KNR)
  346. $(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 $@
  347. conf_.c: conf.c $(ANSI2KNR)
  348. $(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 $@
  349. conn_.c: conn.c $(ANSI2KNR)
  350. $(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 $@
  351. conn-func_.c: conn-func.c $(ANSI2KNR)
  352. $(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 $@
  353. conn-ssl_.c: conn-ssl.c $(ANSI2KNR)
  354. $(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 $@
  355. conn-zip_.c: conn-zip.c $(ANSI2KNR)
  356. $(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 $@
  357. hash_.c: hash.c $(ANSI2KNR)
  358. $(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 $@
  359. io_.c: io.c $(ANSI2KNR)
  360. $(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 $@
  361. irc_.c: irc.c $(ANSI2KNR)
  362. $(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 $@
  363. irc-channel_.c: irc-channel.c $(ANSI2KNR)
  364. $(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 $@
  365. irc-info_.c: irc-info.c $(ANSI2KNR)
  366. $(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 $@
  367. irc-login_.c: irc-login.c $(ANSI2KNR)
  368. $(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 $@
  369. irc-mode_.c: irc-mode.c $(ANSI2KNR)
  370. $(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 $@
  371. irc-op_.c: irc-op.c $(ANSI2KNR)
  372. $(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 $@
  373. irc-oper_.c: irc-oper.c $(ANSI2KNR)
  374. $(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 $@
  375. irc-server_.c: irc-server.c $(ANSI2KNR)
  376. $(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 $@
  377. irc-write_.c: irc-write.c $(ANSI2KNR)
  378. $(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 $@
  379. lists_.c: lists.c $(ANSI2KNR)
  380. $(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 $@
  381. log_.c: log.c $(ANSI2KNR)
  382. $(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 $@
  383. match_.c: match.c $(ANSI2KNR)
  384. $(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 $@
  385. ngircd_.c: ngircd.c $(ANSI2KNR)
  386. $(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 $@
  387. numeric_.c: numeric.c $(ANSI2KNR)
  388. $(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 $@
  389. op_.c: op.c $(ANSI2KNR)
  390. $(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 $@
  391. pam_.c: pam.c $(ANSI2KNR)
  392. $(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 $@
  393. parse_.c: parse.c $(ANSI2KNR)
  394. $(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 $@
  395. proc_.c: proc.c $(ANSI2KNR)
  396. $(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 $@
  397. resolve_.c: resolve.c $(ANSI2KNR)
  398. $(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 $@
  399. sighandlers_.c: sighandlers.c $(ANSI2KNR)
  400. $(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 $@
  401. array_.$(OBJEXT) channel_.$(OBJEXT) client_.$(OBJEXT) conf_.$(OBJEXT) \
  402. conn_.$(OBJEXT) conn-func_.$(OBJEXT) conn-ssl_.$(OBJEXT) \
  403. conn-zip_.$(OBJEXT) hash_.$(OBJEXT) io_.$(OBJEXT) irc_.$(OBJEXT) \
  404. irc-channel_.$(OBJEXT) irc-info_.$(OBJEXT) irc-login_.$(OBJEXT) \
  405. irc-mode_.$(OBJEXT) irc-op_.$(OBJEXT) irc-oper_.$(OBJEXT) \
  406. irc-server_.$(OBJEXT) irc-write_.$(OBJEXT) lists_.$(OBJEXT) \
  407. log_.$(OBJEXT) match_.$(OBJEXT) ngircd_.$(OBJEXT) numeric_.$(OBJEXT) \
  408. op_.$(OBJEXT) pam_.$(OBJEXT) parse_.$(OBJEXT) proc_.$(OBJEXT) \
  409. resolve_.$(OBJEXT) sighandlers_.$(OBJEXT) : $(ANSI2KNR)
  410. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  411. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  412. unique=`for i in $$list; do \
  413. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  414. done | \
  415. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  416. END { if (nonempty) { for (i in files) print i; }; }'`; \
  417. mkid -fID $$unique
  418. tags: TAGS
  419. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  420. $(TAGS_FILES) $(LISP)
  421. set x; \
  422. here=`pwd`; \
  423. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  424. unique=`for i in $$list; do \
  425. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  426. done | \
  427. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  428. END { if (nonempty) { for (i in files) print i; }; }'`; \
  429. shift; \
  430. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  431. test -n "$$unique" || unique=$$empty_fix; \
  432. if test $$# -gt 0; then \
  433. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  434. "$$@" $$unique; \
  435. else \
  436. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  437. $$unique; \
  438. fi; \
  439. fi
  440. ctags: CTAGS
  441. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  442. $(TAGS_FILES) $(LISP)
  443. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  444. unique=`for i in $$list; do \
  445. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  446. done | \
  447. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  448. END { if (nonempty) { for (i in files) print i; }; }'`; \
  449. test -z "$(CTAGS_ARGS)$$unique" \
  450. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  451. $$unique
  452. GTAGS:
  453. here=`$(am__cd) $(top_builddir) && pwd` \
  454. && $(am__cd) $(top_srcdir) \
  455. && gtags -i $(GTAGS_ARGS) "$$here"
  456. distclean-tags:
  457. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  458. check-TESTS: $(TESTS)
  459. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  460. srcdir=$(srcdir); export srcdir; \
  461. list=' $(TESTS) '; \
  462. $(am__tty_colors); \
  463. if test -n "$$list"; then \
  464. for tst in $$list; do \
  465. if test -f ./$$tst; then dir=./; \
  466. elif test -f $$tst; then dir=; \
  467. else dir="$(srcdir)/"; fi; \
  468. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  469. all=`expr $$all + 1`; \
  470. case " $(XFAIL_TESTS) " in \
  471. *[\ \ ]$$tst[\ \ ]*) \
  472. xpass=`expr $$xpass + 1`; \
  473. failed=`expr $$failed + 1`; \
  474. col=$$red; res=XPASS; \
  475. ;; \
  476. *) \
  477. col=$$grn; res=PASS; \
  478. ;; \
  479. esac; \
  480. elif test $$? -ne 77; then \
  481. all=`expr $$all + 1`; \
  482. case " $(XFAIL_TESTS) " in \
  483. *[\ \ ]$$tst[\ \ ]*) \
  484. xfail=`expr $$xfail + 1`; \
  485. col=$$lgn; res=XFAIL; \
  486. ;; \
  487. *) \
  488. failed=`expr $$failed + 1`; \
  489. col=$$red; res=FAIL; \
  490. ;; \
  491. esac; \
  492. else \
  493. skip=`expr $$skip + 1`; \
  494. col=$$blu; res=SKIP; \
  495. fi; \
  496. echo "$${col}$$res$${std}: $$tst"; \
  497. done; \
  498. if test "$$all" -eq 1; then \
  499. tests="test"; \
  500. All=""; \
  501. else \
  502. tests="tests"; \
  503. All="All "; \
  504. fi; \
  505. if test "$$failed" -eq 0; then \
  506. if test "$$xfail" -eq 0; then \
  507. banner="$$All$$all $$tests passed"; \
  508. else \
  509. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  510. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  511. fi; \
  512. else \
  513. if test "$$xpass" -eq 0; then \
  514. banner="$$failed of $$all $$tests failed"; \
  515. else \
  516. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  517. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  518. fi; \
  519. fi; \
  520. dashes="$$banner"; \
  521. skipped=""; \
  522. if test "$$skip" -ne 0; then \
  523. if test "$$skip" -eq 1; then \
  524. skipped="($$skip test was not run)"; \
  525. else \
  526. skipped="($$skip tests were not run)"; \
  527. fi; \
  528. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  529. dashes="$$skipped"; \
  530. fi; \
  531. report=""; \
  532. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  533. report="Please report to $(PACKAGE_BUGREPORT)"; \
  534. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  535. dashes="$$report"; \
  536. fi; \
  537. dashes=`echo "$$dashes" | sed s/./=/g`; \
  538. if test "$$failed" -eq 0; then \
  539. echo "$$grn$$dashes"; \
  540. else \
  541. echo "$$red$$dashes"; \
  542. fi; \
  543. echo "$$banner"; \
  544. test -z "$$skipped" || echo "$$skipped"; \
  545. test -z "$$report" || echo "$$report"; \
  546. echo "$$dashes$$std"; \
  547. test "$$failed" -eq 0; \
  548. else :; fi
  549. distdir: $(DISTFILES)
  550. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  551. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  552. list='$(DISTFILES)'; \
  553. dist_files=`for file in $$list; do echo $$file; done | \
  554. sed -e "s|^$$srcdirstrip/||;t" \
  555. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  556. case $$dist_files in \
  557. */*) $(MKDIR_P) `echo "$$dist_files" | \
  558. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  559. sort -u` ;; \
  560. esac; \
  561. for file in $$dist_files; do \
  562. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  563. if test -d $$d/$$file; then \
  564. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  565. if test -d "$(distdir)/$$file"; then \
  566. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  567. fi; \
  568. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  569. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  570. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  571. fi; \
  572. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  573. else \
  574. test -f "$(distdir)/$$file" \
  575. || cp -p $$d/$$file "$(distdir)/$$file" \
  576. || exit 1; \
  577. fi; \
  578. done
  579. check-am: all-am
  580. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  581. check: check-am
  582. all-am: Makefile $(PROGRAMS) $(HEADERS)
  583. installdirs:
  584. for dir in "$(DESTDIR)$(sbindir)"; do \
  585. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  586. done
  587. install: install-am
  588. install-exec: install-exec-am
  589. install-data: install-data-am
  590. uninstall: uninstall-am
  591. install-am: all-am
  592. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  593. installcheck: installcheck-am
  594. install-strip:
  595. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  596. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  597. `test -z '$(STRIP)' || \
  598. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  599. mostlyclean-generic:
  600. clean-generic:
  601. distclean-generic:
  602. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  603. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  604. maintainer-clean-generic:
  605. @echo "This command is intended for maintainers to use"
  606. @echo "it deletes files that may require special tools to rebuild."
  607. clean: clean-am
  608. clean-am: clean-generic clean-local clean-sbinPROGRAMS mostlyclean-am
  609. distclean: distclean-am
  610. -rm -rf ./$(DEPDIR)
  611. -rm -f Makefile
  612. distclean-am: clean-am distclean-compile distclean-generic \
  613. distclean-tags
  614. dvi: dvi-am
  615. dvi-am:
  616. html: html-am
  617. html-am:
  618. info: info-am
  619. info-am:
  620. install-data-am:
  621. install-dvi: install-dvi-am
  622. install-dvi-am:
  623. install-exec-am: install-sbinPROGRAMS
  624. install-html: install-html-am
  625. install-html-am:
  626. install-info: install-info-am
  627. install-info-am:
  628. install-man:
  629. install-pdf: install-pdf-am
  630. install-pdf-am:
  631. install-ps: install-ps-am
  632. install-ps-am:
  633. installcheck-am:
  634. maintainer-clean: maintainer-clean-am
  635. -rm -rf ./$(DEPDIR)
  636. -rm -f Makefile
  637. maintainer-clean-am: distclean-am maintainer-clean-generic \
  638. maintainer-clean-local
  639. mostlyclean: mostlyclean-am
  640. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  641. pdf: pdf-am
  642. pdf-am:
  643. ps: ps-am
  644. ps-am:
  645. uninstall-am: uninstall-sbinPROGRAMS
  646. .MAKE: ../portab/ansi2knr check-am install-am install-strip
  647. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  648. clean-generic clean-local clean-sbinPROGRAMS ctags distclean \
  649. distclean-compile distclean-generic distclean-tags distdir dvi \
  650. dvi-am html html-am info info-am install install-am \
  651. install-data install-data-am install-dvi install-dvi-am \
  652. install-exec install-exec-am install-html install-html-am \
  653. install-info install-info-am install-man install-pdf \
  654. install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
  655. install-strip installcheck installcheck-am installdirs \
  656. maintainer-clean maintainer-clean-generic \
  657. maintainer-clean-local mostlyclean mostlyclean-compile \
  658. mostlyclean-generic mostlyclean-kr pdf pdf-am ps ps-am tags \
  659. uninstall uninstall-am uninstall-sbinPROGRAMS
  660. clean-local:
  661. rm -f check-version check-help lint.out
  662. maintainer-clean-local:
  663. rm -f Makefile Makefile.in
  664. check-version: Makefile
  665. echo "#!/bin/sh" > check-version
  666. echo "./ngircd --version | grep ngircd >/dev/null 2>&1" >>check-version
  667. chmod 755 check-version
  668. check-help: Makefile
  669. echo "#!/bin/sh" > check-help
  670. echo "./ngircd --help | grep help >/dev/null 2>&1" >>check-help
  671. chmod 755 check-help
  672. lint:
  673. @splint --version >/dev/null 2>&1 \
  674. || ( echo; echo "Error: \"splint\" not found!"; echo; exit 1 )
  675. @echo; warnings=0; files=0; \
  676. for f in *.c; do \
  677. echo "checking $$f ..."; \
  678. splint $$f $(LINTARGS) -I$(srcdir) -I$(srcdir)/.. \
  679. $(INCLUDES) $(AM_CFLAGS) >lint.out 2>&1; \
  680. grep "no warnings" lint.out > /dev/null 2>&1; \
  681. if [ $$? -ne 0 ]; then \
  682. waswarning=1; \
  683. echo; grep -v "^Command Line: " lint.out; echo; \
  684. w=$$( grep "code warning" lint.out | $(AWK) "{ print \$$4 }" ); \
  685. [ "$$w" -gt 0 ] && warnings=`expr $$warnings + $$w`; \
  686. files=`expr $$files + 1`; \
  687. else \
  688. waswarning=0; \
  689. fi; \
  690. rm -f lint.out; \
  691. done; \
  692. [ $$waswarning -eq 0 ] && echo; \
  693. [ $$warnings -gt 0 ] \
  694. && echo "Result: $$warnings warning(s) in $$files file(s)!" \
  695. || echo "Result: no warnings found."; \
  696. echo; [ $$warnings -gt 0 ] && exit 1
  697. # -eof-
  698. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  699. # Otherwise a system limit (for SysV at least) may be exceeded.
  700. .NOEXPORT: