Makefile.in 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #
  15. # ngIRCd -- The Next Generation IRC Daemon
  16. # Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
  17. #
  18. # This program is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU General Public License as published by
  20. # the Free Software Foundation; either version 2 of the License, or
  21. # (at your option) any later version.
  22. # Please read the file COPYING, README and AUTHORS for more information.
  23. #
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkgincludedir = $(includedir)/@PACKAGE@
  27. pkglibdir = $(libdir)/@PACKAGE@
  28. pkglibexecdir = $(libexecdir)/@PACKAGE@
  29. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  30. install_sh_DATA = $(install_sh) -c -m 644
  31. install_sh_PROGRAM = $(install_sh) -c
  32. install_sh_SCRIPT = $(install_sh) -c
  33. INSTALL_HEADER = $(INSTALL_DATA)
  34. transform = $(program_transform_name)
  35. NORMAL_INSTALL = :
  36. PRE_INSTALL = :
  37. POST_INSTALL = :
  38. NORMAL_UNINSTALL = :
  39. PRE_UNINSTALL = :
  40. POST_UNINSTALL = :
  41. build_triplet = @build@
  42. host_triplet = @host@
  43. ANSI2KNR = ../portab/ansi2knr
  44. sbin_PROGRAMS = ngircd$(EXEEXT)
  45. subdir = src/ngircd
  46. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  47. $(srcdir)/Makefile.in
  48. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  49. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  50. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  51. $(ACLOCAL_M4)
  52. mkinstalldirs = $(install_sh) -d
  53. CONFIG_HEADER = $(top_builddir)/src/config.h
  54. CONFIG_CLEAN_FILES =
  55. CONFIG_CLEAN_VPATH_FILES =
  56. am__installdirs = "$(DESTDIR)$(sbindir)"
  57. PROGRAMS = $(sbin_PROGRAMS)
  58. am_ngircd_OBJECTS = ngircd$U.$(OBJEXT) array$U.$(OBJEXT) \
  59. channel$U.$(OBJEXT) class$U.$(OBJEXT) client$U.$(OBJEXT) \
  60. client-cap$U.$(OBJEXT) conf$U.$(OBJEXT) conn$U.$(OBJEXT) \
  61. conn-encoding$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-cap$U.$(OBJEXT) \
  64. irc-channel$U.$(OBJEXT) irc-encoding$U.$(OBJEXT) \
  65. irc-info$U.$(OBJEXT) irc-login$U.$(OBJEXT) \
  66. irc-metadata$U.$(OBJEXT) irc-mode$U.$(OBJEXT) \
  67. irc-op$U.$(OBJEXT) irc-oper$U.$(OBJEXT) irc-server$U.$(OBJEXT) \
  68. irc-write$U.$(OBJEXT) lists$U.$(OBJEXT) log$U.$(OBJEXT) \
  69. login$U.$(OBJEXT) match$U.$(OBJEXT) numeric$U.$(OBJEXT) \
  70. op$U.$(OBJEXT) pam$U.$(OBJEXT) parse$U.$(OBJEXT) \
  71. proc$U.$(OBJEXT) resolve$U.$(OBJEXT) sighandlers$U.$(OBJEXT)
  72. ngircd_OBJECTS = $(am_ngircd_OBJECTS)
  73. ngircd_DEPENDENCIES =
  74. ngircd_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ngircd_LDFLAGS) \
  75. $(LDFLAGS) -o $@
  76. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  77. depcomp = $(SHELL) $(top_srcdir)/depcomp
  78. am__depfiles_maybe = depfiles
  79. am__mv = mv -f
  80. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  81. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  82. AM_V_CC = $(am__v_CC_$(V))
  83. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  84. am__v_CC_0 = @echo " CC " $@;
  85. AM_V_at = $(am__v_at_$(V))
  86. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  87. am__v_at_0 = @
  88. CCLD = $(CC)
  89. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  90. AM_V_CCLD = $(am__v_CCLD_$(V))
  91. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  92. am__v_CCLD_0 = @echo " CCLD " $@;
  93. AM_V_GEN = $(am__v_GEN_$(V))
  94. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  95. am__v_GEN_0 = @echo " GEN " $@;
  96. SOURCES = $(ngircd_SOURCES)
  97. DIST_SOURCES = $(ngircd_SOURCES)
  98. HEADERS = $(noinst_HEADERS)
  99. ETAGS = etags
  100. CTAGS = ctags
  101. # If stdout is a non-dumb tty, use colors. If test -t is not supported,
  102. # then this fails; a conservative approach. Of course do not redirect
  103. # stdout here, just stderr.
  104. am__tty_colors = \
  105. red=; grn=; lgn=; blu=; std=; \
  106. test "X$(AM_COLOR_TESTS)" != Xno \
  107. && test "X$$TERM" != Xdumb \
  108. && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
  109. && { \
  110. red=''; \
  111. grn=''; \
  112. lgn=''; \
  113. blu=''; \
  114. std=''; \
  115. }
  116. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  117. ACLOCAL = @ACLOCAL@
  118. AMTAR = @AMTAR@
  119. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  120. AUTOCONF = @AUTOCONF@
  121. AUTOHEADER = @AUTOHEADER@
  122. AUTOMAKE = @AUTOMAKE@
  123. AWK = @AWK@
  124. CC = @CC@
  125. CCDEPMODE = @CCDEPMODE@
  126. CFLAGS = @CFLAGS@
  127. CPP = @CPP@
  128. CPPFLAGS = @CPPFLAGS@
  129. CYGPATH_W = @CYGPATH_W@
  130. DEFS = @DEFS@
  131. DEPDIR = @DEPDIR@
  132. ECHO_C = @ECHO_C@
  133. ECHO_N = @ECHO_N@
  134. ECHO_T = @ECHO_T@
  135. EGREP = @EGREP@
  136. EXEEXT = @EXEEXT@
  137. GREP = @GREP@
  138. INSTALL = @INSTALL@
  139. INSTALL_DATA = @INSTALL_DATA@
  140. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  141. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  142. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  143. LDFLAGS = @LDFLAGS@
  144. LIBOBJS = @LIBOBJS@
  145. LIBS = @LIBS@
  146. LN_S = @LN_S@
  147. LTLIBOBJS = @LTLIBOBJS@
  148. MAKEINFO = @MAKEINFO@
  149. MKDIR_P = @MKDIR_P@
  150. OBJEXT = @OBJEXT@
  151. PACKAGE = @PACKAGE@
  152. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  153. PACKAGE_NAME = @PACKAGE_NAME@
  154. PACKAGE_STRING = @PACKAGE_STRING@
  155. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  156. PACKAGE_URL = @PACKAGE_URL@
  157. PACKAGE_VERSION = @PACKAGE_VERSION@
  158. PATH_SEPARATOR = @PATH_SEPARATOR@
  159. RANLIB = @RANLIB@
  160. SET_MAKE = @SET_MAKE@
  161. SHELL = @SHELL@
  162. STRIP = @STRIP@
  163. U = @U@
  164. VERSION = @VERSION@
  165. abs_builddir = @abs_builddir@
  166. abs_srcdir = @abs_srcdir@
  167. abs_top_builddir = @abs_top_builddir@
  168. abs_top_srcdir = @abs_top_srcdir@
  169. ac_ct_CC = @ac_ct_CC@
  170. am__include = @am__include@
  171. am__leading_dot = @am__leading_dot@
  172. am__quote = @am__quote@
  173. am__tar = @am__tar@
  174. am__untar = @am__untar@
  175. bindir = @bindir@
  176. build = @build@
  177. build_alias = @build_alias@
  178. build_cpu = @build_cpu@
  179. build_os = @build_os@
  180. build_vendor = @build_vendor@
  181. builddir = @builddir@
  182. datadir = @datadir@
  183. datarootdir = @datarootdir@
  184. docdir = @docdir@
  185. dvidir = @dvidir@
  186. exec_prefix = @exec_prefix@
  187. host = @host@
  188. host_alias = @host_alias@
  189. host_cpu = @host_cpu@
  190. host_os = @host_os@
  191. host_vendor = @host_vendor@
  192. htmldir = @htmldir@
  193. includedir = @includedir@
  194. infodir = @infodir@
  195. install_sh = @install_sh@
  196. libdir = @libdir@
  197. libexecdir = @libexecdir@
  198. localedir = @localedir@
  199. localstatedir = @localstatedir@
  200. mandir = @mandir@
  201. mkdir_p = @mkdir_p@
  202. oldincludedir = @oldincludedir@
  203. pdfdir = @pdfdir@
  204. prefix = @prefix@
  205. program_transform_name = @program_transform_name@
  206. psdir = @psdir@
  207. sbindir = @sbindir@
  208. sharedstatedir = @sharedstatedir@
  209. srcdir = @srcdir@
  210. sysconfdir = @sysconfdir@
  211. target_alias = @target_alias@
  212. top_build_prefix = @top_build_prefix@
  213. top_builddir = @top_builddir@
  214. top_srcdir = @top_srcdir@
  215. AUTOMAKE_OPTIONS = ../portab/ansi2knr
  216. EXTRA_DIST = Makefile.ng
  217. AM_CPPFLAGS = -I$(srcdir)/../portab -I$(srcdir)/../tool -I$(srcdir)/../ipaddr
  218. LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \
  219. -varuse -retvalother -emptyret -unrecog
  220. ngircd_SOURCES = \
  221. ngircd.c \
  222. array.c \
  223. channel.c \
  224. class.c \
  225. client.c \
  226. client-cap.c \
  227. conf.c \
  228. conn.c \
  229. conn-encoding.c \
  230. conn-func.c \
  231. conn-ssl.c \
  232. conn-zip.c \
  233. hash.c \
  234. io.c \
  235. irc.c \
  236. irc-cap.c \
  237. irc-channel.c \
  238. irc-encoding.c \
  239. irc-info.c \
  240. irc-login.c \
  241. irc-metadata.c \
  242. irc-mode.c \
  243. irc-op.c \
  244. irc-oper.c \
  245. irc-server.c \
  246. irc-write.c \
  247. lists.c \
  248. log.c \
  249. login.c \
  250. match.c \
  251. numeric.c \
  252. op.c \
  253. pam.c \
  254. parse.c \
  255. proc.c \
  256. resolve.c \
  257. sighandlers.c
  258. ngircd_LDFLAGS = -L../portab -L../tool -L../ipaddr
  259. ngircd_LDADD = -lngportab -lngtool -lngipaddr
  260. noinst_HEADERS = \
  261. ngircd.h \
  262. array.h \
  263. channel.h \
  264. class.h \
  265. client.h \
  266. client-cap.h \
  267. conf.h \
  268. conf-ssl.h \
  269. conn.h \
  270. conn-encoding.h \
  271. conn-func.h \
  272. conn-ssl.h \
  273. conn-zip.h \
  274. defines.h \
  275. hash.h \
  276. io.h \
  277. irc.h \
  278. irc-cap.h \
  279. irc-channel.h \
  280. irc-encoding.h \
  281. irc-info.h \
  282. irc-login.h \
  283. irc-metadata.h \
  284. irc-mode.h \
  285. irc-op.h \
  286. irc-oper.h \
  287. irc-server.h \
  288. irc-write.h \
  289. lists.h \
  290. log.h \
  291. login.h \
  292. match.h \
  293. messages.h \
  294. numeric.h \
  295. op.h \
  296. pam.h \
  297. parse.h \
  298. proc.h \
  299. resolve.h \
  300. sighandlers.h
  301. TESTS = check-version check-help
  302. all: all-am
  303. .SUFFIXES:
  304. .SUFFIXES: .c .o .obj
  305. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  306. @for dep in $?; do \
  307. case '$(am__configure_deps)' in \
  308. *$$dep*) \
  309. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  310. && { if test -f $@; then exit 0; else break; fi; }; \
  311. exit 1;; \
  312. esac; \
  313. done; \
  314. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ngircd/Makefile'; \
  315. $(am__cd) $(top_srcdir) && \
  316. $(AUTOMAKE) --gnu src/ngircd/Makefile
  317. .PRECIOUS: Makefile
  318. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  319. @case '$?' in \
  320. *config.status*) \
  321. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  322. *) \
  323. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  324. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  325. esac;
  326. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  328. $(top_srcdir)/configure: $(am__configure_deps)
  329. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  330. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(am__aclocal_m4_deps):
  333. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  334. @$(NORMAL_INSTALL)
  335. test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  336. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  337. for p in $$list; do echo "$$p $$p"; done | \
  338. sed 's/$(EXEEXT)$$//' | \
  339. while read p p1; do if test -f $$p; \
  340. then echo "$$p"; echo "$$p"; else :; fi; \
  341. done | \
  342. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  343. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  344. sed 'N;N;N;s,\n, ,g' | \
  345. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  346. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  347. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  348. else { print "f", $$3 "/" $$4, $$1; } } \
  349. END { for (d in files) print "f", d, files[d] }' | \
  350. while read type dir files; do \
  351. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  352. test -z "$$files" || { \
  353. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  354. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  355. } \
  356. ; done
  357. uninstall-sbinPROGRAMS:
  358. @$(NORMAL_UNINSTALL)
  359. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  360. files=`for p in $$list; do echo "$$p"; done | \
  361. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  362. -e 's/$$/$(EXEEXT)/' `; \
  363. test -n "$$list" || exit 0; \
  364. echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  365. cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  366. clean-sbinPROGRAMS:
  367. -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  368. ngircd$(EXEEXT): $(ngircd_OBJECTS) $(ngircd_DEPENDENCIES)
  369. @rm -f ngircd$(EXEEXT)
  370. $(AM_V_CCLD)$(ngircd_LINK) $(ngircd_OBJECTS) $(ngircd_LDADD) $(LIBS)
  371. mostlyclean-compile:
  372. -rm -f *.$(OBJEXT)
  373. distclean-compile:
  374. -rm -f *.tab.c
  375. ../portab/ansi2knr:
  376. $(am__cd) ../portab && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  377. mostlyclean-kr:
  378. -test "$U" = "" || rm -f *_.c
  379. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array$U.Po@am__quote@
  380. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel$U.Po@am__quote@
  381. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/class$U.Po@am__quote@
  382. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client$U.Po@am__quote@
  383. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-cap$U.Po@am__quote@
  384. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf$U.Po@am__quote@
  385. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn$U.Po@am__quote@
  386. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-encoding$U.Po@am__quote@
  387. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-func$U.Po@am__quote@
  388. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-ssl$U.Po@am__quote@
  389. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn-zip$U.Po@am__quote@
  390. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash$U.Po@am__quote@
  391. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io$U.Po@am__quote@
  392. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc$U.Po@am__quote@
  393. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-cap$U.Po@am__quote@
  394. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-channel$U.Po@am__quote@
  395. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-encoding$U.Po@am__quote@
  396. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-info$U.Po@am__quote@
  397. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-login$U.Po@am__quote@
  398. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-metadata$U.Po@am__quote@
  399. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-mode$U.Po@am__quote@
  400. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-op$U.Po@am__quote@
  401. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-oper$U.Po@am__quote@
  402. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-server$U.Po@am__quote@
  403. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc-write$U.Po@am__quote@
  404. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lists$U.Po@am__quote@
  405. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log$U.Po@am__quote@
  406. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login$U.Po@am__quote@
  407. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match$U.Po@am__quote@
  408. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ngircd$U.Po@am__quote@
  409. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric$U.Po@am__quote@
  410. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op$U.Po@am__quote@
  411. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam$U.Po@am__quote@
  412. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse$U.Po@am__quote@
  413. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc$U.Po@am__quote@
  414. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve$U.Po@am__quote@
  415. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sighandlers$U.Po@am__quote@
  416. .c.o:
  417. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  418. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  419. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  420. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  421. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  422. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  423. .c.obj:
  424. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  425. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  426. @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
  427. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  428. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  429. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  430. array_.c: array.c $(ANSI2KNR)
  431. $(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 $@
  432. channel_.c: channel.c $(ANSI2KNR)
  433. $(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 $@
  434. class_.c: class.c $(ANSI2KNR)
  435. $(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 $@
  436. client_.c: client.c $(ANSI2KNR)
  437. $(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 $@
  438. client-cap_.c: client-cap.c $(ANSI2KNR)
  439. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/client-cap.c; then echo $(srcdir)/client-cap.c; else echo client-cap.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  440. conf_.c: conf.c $(ANSI2KNR)
  441. $(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 $@
  442. conn_.c: conn.c $(ANSI2KNR)
  443. $(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 $@
  444. conn-encoding_.c: conn-encoding.c $(ANSI2KNR)
  445. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conn-encoding.c; then echo $(srcdir)/conn-encoding.c; else echo conn-encoding.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  446. conn-func_.c: conn-func.c $(ANSI2KNR)
  447. $(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 $@
  448. conn-ssl_.c: conn-ssl.c $(ANSI2KNR)
  449. $(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 $@
  450. conn-zip_.c: conn-zip.c $(ANSI2KNR)
  451. $(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 $@
  452. hash_.c: hash.c $(ANSI2KNR)
  453. $(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 $@
  454. io_.c: io.c $(ANSI2KNR)
  455. $(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 $@
  456. irc_.c: irc.c $(ANSI2KNR)
  457. $(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 $@
  458. irc-cap_.c: irc-cap.c $(ANSI2KNR)
  459. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-cap.c; then echo $(srcdir)/irc-cap.c; else echo irc-cap.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  460. irc-channel_.c: irc-channel.c $(ANSI2KNR)
  461. $(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 $@
  462. irc-encoding_.c: irc-encoding.c $(ANSI2KNR)
  463. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-encoding.c; then echo $(srcdir)/irc-encoding.c; else echo irc-encoding.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  464. irc-info_.c: irc-info.c $(ANSI2KNR)
  465. $(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 $@
  466. irc-login_.c: irc-login.c $(ANSI2KNR)
  467. $(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 $@
  468. irc-metadata_.c: irc-metadata.c $(ANSI2KNR)
  469. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/irc-metadata.c; then echo $(srcdir)/irc-metadata.c; else echo irc-metadata.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  470. irc-mode_.c: irc-mode.c $(ANSI2KNR)
  471. $(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 $@
  472. irc-op_.c: irc-op.c $(ANSI2KNR)
  473. $(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 $@
  474. irc-oper_.c: irc-oper.c $(ANSI2KNR)
  475. $(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 $@
  476. irc-server_.c: irc-server.c $(ANSI2KNR)
  477. $(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 $@
  478. irc-write_.c: irc-write.c $(ANSI2KNR)
  479. $(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 $@
  480. lists_.c: lists.c $(ANSI2KNR)
  481. $(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 $@
  482. log_.c: log.c $(ANSI2KNR)
  483. $(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 $@
  484. login_.c: login.c $(ANSI2KNR)
  485. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/login.c; then echo $(srcdir)/login.c; else echo login.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  486. match_.c: match.c $(ANSI2KNR)
  487. $(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 $@
  488. ngircd_.c: ngircd.c $(ANSI2KNR)
  489. $(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 $@
  490. numeric_.c: numeric.c $(ANSI2KNR)
  491. $(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 $@
  492. op_.c: op.c $(ANSI2KNR)
  493. $(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 $@
  494. pam_.c: pam.c $(ANSI2KNR)
  495. $(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 $@
  496. parse_.c: parse.c $(ANSI2KNR)
  497. $(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 $@
  498. proc_.c: proc.c $(ANSI2KNR)
  499. $(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 $@
  500. resolve_.c: resolve.c $(ANSI2KNR)
  501. $(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 $@
  502. sighandlers_.c: sighandlers.c $(ANSI2KNR)
  503. $(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 $@
  504. array_.$(OBJEXT) channel_.$(OBJEXT) class_.$(OBJEXT) client_.$(OBJEXT) \
  505. client-cap_.$(OBJEXT) conf_.$(OBJEXT) conn_.$(OBJEXT) \
  506. conn-encoding_.$(OBJEXT) conn-func_.$(OBJEXT) conn-ssl_.$(OBJEXT) \
  507. conn-zip_.$(OBJEXT) hash_.$(OBJEXT) io_.$(OBJEXT) irc_.$(OBJEXT) \
  508. irc-cap_.$(OBJEXT) irc-channel_.$(OBJEXT) irc-encoding_.$(OBJEXT) \
  509. irc-info_.$(OBJEXT) irc-login_.$(OBJEXT) irc-metadata_.$(OBJEXT) \
  510. irc-mode_.$(OBJEXT) irc-op_.$(OBJEXT) irc-oper_.$(OBJEXT) \
  511. irc-server_.$(OBJEXT) irc-write_.$(OBJEXT) lists_.$(OBJEXT) \
  512. log_.$(OBJEXT) login_.$(OBJEXT) match_.$(OBJEXT) ngircd_.$(OBJEXT) \
  513. numeric_.$(OBJEXT) op_.$(OBJEXT) pam_.$(OBJEXT) parse_.$(OBJEXT) \
  514. proc_.$(OBJEXT) resolve_.$(OBJEXT) sighandlers_.$(OBJEXT) : \
  515. $(ANSI2KNR)
  516. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  517. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  518. unique=`for i in $$list; do \
  519. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  520. done | \
  521. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  522. END { if (nonempty) { for (i in files) print i; }; }'`; \
  523. mkid -fID $$unique
  524. tags: TAGS
  525. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  526. $(TAGS_FILES) $(LISP)
  527. set x; \
  528. here=`pwd`; \
  529. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  530. unique=`for i in $$list; do \
  531. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  532. done | \
  533. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  534. END { if (nonempty) { for (i in files) print i; }; }'`; \
  535. shift; \
  536. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  537. test -n "$$unique" || unique=$$empty_fix; \
  538. if test $$# -gt 0; then \
  539. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  540. "$$@" $$unique; \
  541. else \
  542. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  543. $$unique; \
  544. fi; \
  545. fi
  546. ctags: CTAGS
  547. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  548. $(TAGS_FILES) $(LISP)
  549. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  550. unique=`for i in $$list; do \
  551. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  552. done | \
  553. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  554. END { if (nonempty) { for (i in files) print i; }; }'`; \
  555. test -z "$(CTAGS_ARGS)$$unique" \
  556. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  557. $$unique
  558. GTAGS:
  559. here=`$(am__cd) $(top_builddir) && pwd` \
  560. && $(am__cd) $(top_srcdir) \
  561. && gtags -i $(GTAGS_ARGS) "$$here"
  562. distclean-tags:
  563. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  564. check-TESTS: $(TESTS)
  565. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  566. srcdir=$(srcdir); export srcdir; \
  567. list=' $(TESTS) '; \
  568. $(am__tty_colors); \
  569. if test -n "$$list"; then \
  570. for tst in $$list; do \
  571. if test -f ./$$tst; then dir=./; \
  572. elif test -f $$tst; then dir=; \
  573. else dir="$(srcdir)/"; fi; \
  574. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  575. all=`expr $$all + 1`; \
  576. case " $(XFAIL_TESTS) " in \
  577. *[\ \ ]$$tst[\ \ ]*) \
  578. xpass=`expr $$xpass + 1`; \
  579. failed=`expr $$failed + 1`; \
  580. col=$$red; res=XPASS; \
  581. ;; \
  582. *) \
  583. col=$$grn; res=PASS; \
  584. ;; \
  585. esac; \
  586. elif test $$? -ne 77; then \
  587. all=`expr $$all + 1`; \
  588. case " $(XFAIL_TESTS) " in \
  589. *[\ \ ]$$tst[\ \ ]*) \
  590. xfail=`expr $$xfail + 1`; \
  591. col=$$lgn; res=XFAIL; \
  592. ;; \
  593. *) \
  594. failed=`expr $$failed + 1`; \
  595. col=$$red; res=FAIL; \
  596. ;; \
  597. esac; \
  598. else \
  599. skip=`expr $$skip + 1`; \
  600. col=$$blu; res=SKIP; \
  601. fi; \
  602. echo "$${col}$$res$${std}: $$tst"; \
  603. done; \
  604. if test "$$all" -eq 1; then \
  605. tests="test"; \
  606. All=""; \
  607. else \
  608. tests="tests"; \
  609. All="All "; \
  610. fi; \
  611. if test "$$failed" -eq 0; then \
  612. if test "$$xfail" -eq 0; then \
  613. banner="$$All$$all $$tests passed"; \
  614. else \
  615. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  616. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  617. fi; \
  618. else \
  619. if test "$$xpass" -eq 0; then \
  620. banner="$$failed of $$all $$tests failed"; \
  621. else \
  622. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  623. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  624. fi; \
  625. fi; \
  626. dashes="$$banner"; \
  627. skipped=""; \
  628. if test "$$skip" -ne 0; then \
  629. if test "$$skip" -eq 1; then \
  630. skipped="($$skip test was not run)"; \
  631. else \
  632. skipped="($$skip tests were not run)"; \
  633. fi; \
  634. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  635. dashes="$$skipped"; \
  636. fi; \
  637. report=""; \
  638. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  639. report="Please report to $(PACKAGE_BUGREPORT)"; \
  640. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  641. dashes="$$report"; \
  642. fi; \
  643. dashes=`echo "$$dashes" | sed s/./=/g`; \
  644. if test "$$failed" -eq 0; then \
  645. echo "$$grn$$dashes"; \
  646. else \
  647. echo "$$red$$dashes"; \
  648. fi; \
  649. echo "$$banner"; \
  650. test -z "$$skipped" || echo "$$skipped"; \
  651. test -z "$$report" || echo "$$report"; \
  652. echo "$$dashes$$std"; \
  653. test "$$failed" -eq 0; \
  654. else :; fi
  655. distdir: $(DISTFILES)
  656. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  657. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  658. list='$(DISTFILES)'; \
  659. dist_files=`for file in $$list; do echo $$file; done | \
  660. sed -e "s|^$$srcdirstrip/||;t" \
  661. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  662. case $$dist_files in \
  663. */*) $(MKDIR_P) `echo "$$dist_files" | \
  664. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  665. sort -u` ;; \
  666. esac; \
  667. for file in $$dist_files; do \
  668. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  669. if test -d $$d/$$file; then \
  670. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  671. if test -d "$(distdir)/$$file"; then \
  672. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  673. fi; \
  674. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  675. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  676. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  677. fi; \
  678. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  679. else \
  680. test -f "$(distdir)/$$file" \
  681. || cp -p $$d/$$file "$(distdir)/$$file" \
  682. || exit 1; \
  683. fi; \
  684. done
  685. check-am: all-am
  686. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  687. check: check-am
  688. all-am: Makefile $(PROGRAMS) $(HEADERS)
  689. installdirs:
  690. for dir in "$(DESTDIR)$(sbindir)"; do \
  691. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  692. done
  693. install: install-am
  694. install-exec: install-exec-am
  695. install-data: install-data-am
  696. uninstall: uninstall-am
  697. install-am: all-am
  698. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  699. installcheck: installcheck-am
  700. install-strip:
  701. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  702. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  703. `test -z '$(STRIP)' || \
  704. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  705. mostlyclean-generic:
  706. clean-generic:
  707. distclean-generic:
  708. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  709. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  710. maintainer-clean-generic:
  711. @echo "This command is intended for maintainers to use"
  712. @echo "it deletes files that may require special tools to rebuild."
  713. clean: clean-am
  714. clean-am: clean-generic clean-local clean-sbinPROGRAMS mostlyclean-am
  715. distclean: distclean-am
  716. -rm -rf ./$(DEPDIR)
  717. -rm -f Makefile
  718. distclean-am: clean-am distclean-compile distclean-generic \
  719. distclean-tags
  720. dvi: dvi-am
  721. dvi-am:
  722. html: html-am
  723. html-am:
  724. info: info-am
  725. info-am:
  726. install-data-am:
  727. install-dvi: install-dvi-am
  728. install-dvi-am:
  729. install-exec-am: install-sbinPROGRAMS
  730. install-html: install-html-am
  731. install-html-am:
  732. install-info: install-info-am
  733. install-info-am:
  734. install-man:
  735. install-pdf: install-pdf-am
  736. install-pdf-am:
  737. install-ps: install-ps-am
  738. install-ps-am:
  739. installcheck-am:
  740. maintainer-clean: maintainer-clean-am
  741. -rm -rf ./$(DEPDIR)
  742. -rm -f Makefile
  743. maintainer-clean-am: distclean-am maintainer-clean-generic \
  744. maintainer-clean-local
  745. mostlyclean: mostlyclean-am
  746. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  747. pdf: pdf-am
  748. pdf-am:
  749. ps: ps-am
  750. ps-am:
  751. uninstall-am: uninstall-sbinPROGRAMS
  752. .MAKE: ../portab/ansi2knr check-am install-am install-strip
  753. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  754. clean-generic clean-local clean-sbinPROGRAMS ctags distclean \
  755. distclean-compile distclean-generic distclean-tags distdir dvi \
  756. dvi-am html html-am info info-am install install-am \
  757. install-data install-data-am install-dvi install-dvi-am \
  758. install-exec install-exec-am install-html install-html-am \
  759. install-info install-info-am install-man install-pdf \
  760. install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
  761. install-strip installcheck installcheck-am installdirs \
  762. maintainer-clean maintainer-clean-generic \
  763. maintainer-clean-local mostlyclean mostlyclean-compile \
  764. mostlyclean-generic mostlyclean-kr pdf pdf-am ps ps-am tags \
  765. uninstall uninstall-am uninstall-sbinPROGRAMS
  766. clean-local:
  767. rm -f check-version check-help lint.out
  768. maintainer-clean-local:
  769. rm -f Makefile Makefile.in Makefile.am
  770. check-version: Makefile
  771. echo "#!/bin/sh" > check-version
  772. echo "./ngircd --version | grep ngircd >/dev/null 2>&1" >>check-version
  773. chmod 755 check-version
  774. check-help: Makefile
  775. echo "#!/bin/sh" > check-help
  776. echo "./ngircd --help | grep help >/dev/null 2>&1" >>check-help
  777. chmod 755 check-help
  778. lint:
  779. @splint --version >/dev/null 2>&1 \
  780. || ( echo; echo "Error: \"splint\" not found!"; echo; exit 1 )
  781. @echo; warnings=0; files=0; \
  782. for f in *.c; do \
  783. echo "checking $$f ..."; \
  784. splint $$f $(LINTARGS) -I$(srcdir) -I$(srcdir)/.. \
  785. $(AM_CPPFLAGS) $(AM_CFLAGS) >lint.out 2>&1; \
  786. grep "no warnings" lint.out > /dev/null 2>&1; \
  787. if [ $$? -ne 0 ]; then \
  788. waswarning=1; \
  789. echo; grep -v "^Command Line: " lint.out; echo; \
  790. w=$$( grep "code warning" lint.out | $(AWK) "{ print \$$4 }" ); \
  791. [ "$$w" -gt 0 ] && warnings=`expr $$warnings + $$w`; \
  792. files=`expr $$files + 1`; \
  793. else \
  794. waswarning=0; \
  795. fi; \
  796. rm -f lint.out; \
  797. done; \
  798. [ $$waswarning -eq 0 ] && echo; \
  799. [ $$warnings -gt 0 ] \
  800. && echo "Result: $$warnings warning(s) in $$files file(s)!" \
  801. || echo "Result: no warnings found."; \
  802. echo; [ $$warnings -gt 0 ] && exit 1
  803. # -eof-
  804. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  805. # Otherwise a system limit (for SysV at least) may be exceeded.
  806. .NOEXPORT: