Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. # Makefile.in generated by automake 1.10.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 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # ngIRCd -- The Next Generation IRC Daemon
  15. # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
  16. #
  17. # This program is free software; you can redistribute it and/or modify
  18. # it under the terms of the GNU General Public License as published by
  19. # the Free Software Foundation; either version 2 of the License, or
  20. # (at your option) any later version.
  21. # Please read the file COPYING, README and AUTHORS for more information.
  22. #
  23. # $Id: Makefile.am,v 1.1 2003/01/13 12:20:16 alex Exp $
  24. #
  25. VPATH = @srcdir@
  26. pkgdatadir = $(datadir)/@PACKAGE@
  27. pkglibdir = $(libdir)/@PACKAGE@
  28. pkgincludedir = $(includedir)/@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 = @ANSI2KNR@
  45. subdir = src/tool
  46. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  47. $(srcdir)/Makefile.in ansi2knr.1 ansi2knr.c
  48. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  49. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  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. LIBRARIES = $(noinst_LIBRARIES)
  56. AR = ar
  57. ARFLAGS = cru
  58. libngtool_a_AR = $(AR) $(ARFLAGS)
  59. libngtool_a_LIBADD =
  60. am_libngtool_a_OBJECTS = tool$U.$(OBJEXT)
  61. libngtool_a_OBJECTS = $(am_libngtool_a_OBJECTS)
  62. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  63. depcomp = $(SHELL) $(top_srcdir)/depcomp
  64. am__depfiles_maybe = depfiles
  65. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  66. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  67. CCLD = $(CC)
  68. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  69. SOURCES = $(libngtool_a_SOURCES)
  70. DIST_SOURCES = $(libngtool_a_SOURCES)
  71. HEADERS = $(noinst_HEADERS)
  72. ETAGS = etags
  73. CTAGS = ctags
  74. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  75. ACLOCAL = @ACLOCAL@
  76. AMTAR = @AMTAR@
  77. AUTOCONF = @AUTOCONF@
  78. AUTOHEADER = @AUTOHEADER@
  79. AUTOMAKE = @AUTOMAKE@
  80. AWK = @AWK@
  81. CC = @CC@
  82. CCDEPMODE = @CCDEPMODE@
  83. CFLAGS = @CFLAGS@
  84. CPP = @CPP@
  85. CPPFLAGS = @CPPFLAGS@
  86. CYGPATH_W = @CYGPATH_W@
  87. DEFS = @DEFS@
  88. DEPDIR = @DEPDIR@
  89. ECHO_C = @ECHO_C@
  90. ECHO_N = @ECHO_N@
  91. ECHO_T = @ECHO_T@
  92. EGREP = @EGREP@
  93. EXEEXT = @EXEEXT@
  94. GREP = @GREP@
  95. INSTALL = @INSTALL@
  96. INSTALL_DATA = @INSTALL_DATA@
  97. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  98. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  99. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  100. LDFLAGS = @LDFLAGS@
  101. LIBOBJS = @LIBOBJS@
  102. LIBS = @LIBS@
  103. LN_S = @LN_S@
  104. LTLIBOBJS = @LTLIBOBJS@
  105. MAKEINFO = @MAKEINFO@
  106. MKDIR_P = @MKDIR_P@
  107. OBJEXT = @OBJEXT@
  108. PACKAGE = @PACKAGE@
  109. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  110. PACKAGE_NAME = @PACKAGE_NAME@
  111. PACKAGE_STRING = @PACKAGE_STRING@
  112. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  113. PACKAGE_VERSION = @PACKAGE_VERSION@
  114. PATH_SEPARATOR = @PATH_SEPARATOR@
  115. RANLIB = @RANLIB@
  116. SET_MAKE = @SET_MAKE@
  117. SHELL = @SHELL@
  118. STRIP = @STRIP@
  119. U = @U@
  120. VERSION = @VERSION@
  121. abs_builddir = @abs_builddir@
  122. abs_srcdir = @abs_srcdir@
  123. abs_top_builddir = @abs_top_builddir@
  124. abs_top_srcdir = @abs_top_srcdir@
  125. ac_ct_CC = @ac_ct_CC@
  126. am__include = @am__include@
  127. am__leading_dot = @am__leading_dot@
  128. am__quote = @am__quote@
  129. am__tar = @am__tar@
  130. am__untar = @am__untar@
  131. bindir = @bindir@
  132. build = @build@
  133. build_alias = @build_alias@
  134. build_cpu = @build_cpu@
  135. build_os = @build_os@
  136. build_vendor = @build_vendor@
  137. builddir = @builddir@
  138. datadir = @datadir@
  139. datarootdir = @datarootdir@
  140. docdir = @docdir@
  141. dvidir = @dvidir@
  142. exec_prefix = @exec_prefix@
  143. host = @host@
  144. host_alias = @host_alias@
  145. host_cpu = @host_cpu@
  146. host_os = @host_os@
  147. host_vendor = @host_vendor@
  148. htmldir = @htmldir@
  149. includedir = @includedir@
  150. infodir = @infodir@
  151. install_sh = @install_sh@
  152. libdir = @libdir@
  153. libexecdir = @libexecdir@
  154. localedir = @localedir@
  155. localstatedir = @localstatedir@
  156. mandir = @mandir@
  157. mkdir_p = @mkdir_p@
  158. oldincludedir = @oldincludedir@
  159. pdfdir = @pdfdir@
  160. prefix = @prefix@
  161. program_transform_name = @program_transform_name@
  162. psdir = @psdir@
  163. sbindir = @sbindir@
  164. sharedstatedir = @sharedstatedir@
  165. srcdir = @srcdir@
  166. sysconfdir = @sysconfdir@
  167. target = @target@
  168. target_alias = @target_alias@
  169. target_cpu = @target_cpu@
  170. target_os = @target_os@
  171. target_vendor = @target_vendor@
  172. top_builddir = @top_builddir@
  173. top_srcdir = @top_srcdir@
  174. AUTOMAKE_OPTIONS = ansi2knr
  175. INCLUDES = -I$(srcdir)/../portab
  176. noinst_LIBRARIES = libngtool.a
  177. libngtool_a_SOURCES = tool.c
  178. noinst_HEADERS = tool.h
  179. all: all-am
  180. .SUFFIXES:
  181. .SUFFIXES: .c .o .obj
  182. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  183. @for dep in $?; do \
  184. case '$(am__configure_deps)' in \
  185. *$$dep*) \
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  187. && exit 0; \
  188. exit 1;; \
  189. esac; \
  190. done; \
  191. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/tool/Makefile'; \
  192. cd $(top_srcdir) && \
  193. $(AUTOMAKE) --gnu src/tool/Makefile
  194. .PRECIOUS: Makefile
  195. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  196. @case '$?' in \
  197. *config.status*) \
  198. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  199. *) \
  200. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  201. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  202. esac;
  203. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  204. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  205. $(top_srcdir)/configure: $(am__configure_deps)
  206. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  207. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  208. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  209. clean-noinstLIBRARIES:
  210. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  211. libngtool.a: $(libngtool_a_OBJECTS) $(libngtool_a_DEPENDENCIES)
  212. -rm -f libngtool.a
  213. $(libngtool_a_AR) libngtool.a $(libngtool_a_OBJECTS) $(libngtool_a_LIBADD)
  214. $(RANLIB) libngtool.a
  215. mostlyclean-compile:
  216. -rm -f *.$(OBJEXT)
  217. distclean-compile:
  218. -rm -f *.tab.c
  219. ./ansi2knr: ansi2knr.$(OBJEXT)
  220. $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
  221. ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
  222. clean-krextra:
  223. -rm -f ansi2knr
  224. mostlyclean-kr:
  225. -test "$U" = "" || rm -f *_.c
  226. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool$U.Po@am__quote@
  227. .c.o:
  228. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  229. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  230. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  231. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  232. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  233. .c.obj:
  234. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  235. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  236. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  237. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  238. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  239. tool_.c: tool.c $(ANSI2KNR)
  240. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tool.c; then echo $(srcdir)/tool.c; else echo tool.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  241. tool_.$(OBJEXT) : $(ANSI2KNR)
  242. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  243. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  244. unique=`for i in $$list; do \
  245. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  246. done | \
  247. $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  248. END { if (nonempty) { for (i in files) print i; }; }'`; \
  249. mkid -fID $$unique
  250. tags: TAGS
  251. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  252. $(TAGS_FILES) $(LISP)
  253. tags=; \
  254. here=`pwd`; \
  255. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  256. unique=`for i in $$list; do \
  257. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  258. done | \
  259. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  260. END { if (nonempty) { for (i in files) print i; }; }'`; \
  261. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  262. test -n "$$unique" || unique=$$empty_fix; \
  263. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  264. $$tags $$unique; \
  265. fi
  266. ctags: CTAGS
  267. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  268. $(TAGS_FILES) $(LISP)
  269. tags=; \
  270. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  271. unique=`for i in $$list; do \
  272. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  273. done | \
  274. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  275. END { if (nonempty) { for (i in files) print i; }; }'`; \
  276. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  277. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  278. $$tags $$unique
  279. GTAGS:
  280. here=`$(am__cd) $(top_builddir) && pwd` \
  281. && cd $(top_srcdir) \
  282. && gtags -i $(GTAGS_ARGS) $$here
  283. distclean-tags:
  284. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  285. distdir: $(DISTFILES)
  286. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  287. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  288. list='$(DISTFILES)'; \
  289. dist_files=`for file in $$list; do echo $$file; done | \
  290. sed -e "s|^$$srcdirstrip/||;t" \
  291. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  292. case $$dist_files in \
  293. */*) $(MKDIR_P) `echo "$$dist_files" | \
  294. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  295. sort -u` ;; \
  296. esac; \
  297. for file in $$dist_files; do \
  298. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  299. if test -d $$d/$$file; then \
  300. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  301. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  302. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  303. fi; \
  304. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  305. else \
  306. test -f $(distdir)/$$file \
  307. || cp -p $$d/$$file $(distdir)/$$file \
  308. || exit 1; \
  309. fi; \
  310. done
  311. check-am: all-am
  312. check: check-am
  313. all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
  314. installdirs:
  315. install: install-am
  316. install-exec: install-exec-am
  317. install-data: install-data-am
  318. uninstall: uninstall-am
  319. install-am: all-am
  320. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  321. installcheck: installcheck-am
  322. install-strip:
  323. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  324. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  325. `test -z '$(STRIP)' || \
  326. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  327. mostlyclean-generic:
  328. clean-generic:
  329. distclean-generic:
  330. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  331. maintainer-clean-generic:
  332. @echo "This command is intended for maintainers to use"
  333. @echo "it deletes files that may require special tools to rebuild."
  334. clean: clean-am
  335. clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
  336. mostlyclean-am
  337. distclean: distclean-am
  338. -rm -rf ./$(DEPDIR)
  339. -rm -f Makefile
  340. distclean-am: clean-am distclean-compile distclean-generic \
  341. distclean-tags
  342. dvi: dvi-am
  343. dvi-am:
  344. html: html-am
  345. info: info-am
  346. info-am:
  347. install-data-am:
  348. install-dvi: install-dvi-am
  349. install-exec-am:
  350. install-html: install-html-am
  351. install-info: install-info-am
  352. install-man:
  353. install-pdf: install-pdf-am
  354. install-ps: install-ps-am
  355. installcheck-am:
  356. maintainer-clean: maintainer-clean-am
  357. -rm -rf ./$(DEPDIR)
  358. -rm -f Makefile
  359. maintainer-clean-am: distclean-am maintainer-clean-generic \
  360. maintainer-clean-local
  361. mostlyclean: mostlyclean-am
  362. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  363. pdf: pdf-am
  364. pdf-am:
  365. ps: ps-am
  366. ps-am:
  367. uninstall-am:
  368. .MAKE: install-am install-strip
  369. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  370. clean-krextra clean-noinstLIBRARIES ctags distclean \
  371. distclean-compile distclean-generic distclean-tags distdir dvi \
  372. dvi-am html html-am info info-am install install-am \
  373. install-data install-data-am install-dvi install-dvi-am \
  374. install-exec install-exec-am install-html install-html-am \
  375. install-info install-info-am install-man install-pdf \
  376. install-pdf-am install-ps install-ps-am install-strip \
  377. installcheck installcheck-am installdirs maintainer-clean \
  378. maintainer-clean-generic maintainer-clean-local mostlyclean \
  379. mostlyclean-compile mostlyclean-generic mostlyclean-kr pdf \
  380. pdf-am ps ps-am tags uninstall uninstall-am
  381. maintainer-clean-local:
  382. rm -f Makefile Makefile.in
  383. # -eof-
  384. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  385. # Otherwise a system limit (for SysV at least) may be exceeded.
  386. .NOEXPORT: