Makefile.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. # Makefile.in generated by automake 1.7.9 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # 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. srcdir = @srcdir@
  26. top_srcdir = @top_srcdir@
  27. VPATH = @srcdir@
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. top_builddir = ../..
  32. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  33. INSTALL = @INSTALL@
  34. install_sh_DATA = $(install_sh) -c -m 644
  35. install_sh_PROGRAM = $(install_sh) -c
  36. install_sh_SCRIPT = $(install_sh) -c
  37. INSTALL_HEADER = $(INSTALL_DATA)
  38. transform = $(program_transform_name)
  39. NORMAL_INSTALL = :
  40. PRE_INSTALL = :
  41. POST_INSTALL = :
  42. NORMAL_UNINSTALL = :
  43. PRE_UNINSTALL = :
  44. POST_UNINSTALL = :
  45. host_triplet = @host@
  46. ACLOCAL = @ACLOCAL@
  47. AMDEP_FALSE = @AMDEP_FALSE@
  48. AMDEP_TRUE = @AMDEP_TRUE@
  49. AMTAR = @AMTAR@
  50. AUTOCONF = @AUTOCONF@
  51. AUTOHEADER = @AUTOHEADER@
  52. AUTOMAKE = @AUTOMAKE@
  53. AWK = @AWK@
  54. CC = @CC@
  55. CCDEPMODE = @CCDEPMODE@
  56. CFLAGS = @CFLAGS@
  57. CPP = @CPP@
  58. CPPFLAGS = @CPPFLAGS@
  59. CYGPATH_W = @CYGPATH_W@
  60. DEFS = @DEFS@
  61. DEPDIR = @DEPDIR@
  62. ECHO_C = @ECHO_C@
  63. ECHO_N = @ECHO_N@
  64. ECHO_T = @ECHO_T@
  65. EGREP = @EGREP@
  66. EXEEXT = @EXEEXT@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  71. LDFLAGS = @LDFLAGS@
  72. LIBOBJS = @LIBOBJS@
  73. LIBS = @LIBS@
  74. LN_S = @LN_S@
  75. LTLIBOBJS = @LTLIBOBJS@
  76. MAKEINFO = @MAKEINFO@
  77. OBJEXT = @OBJEXT@
  78. PACKAGE = @PACKAGE@
  79. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  80. PACKAGE_NAME = @PACKAGE_NAME@
  81. PACKAGE_STRING = @PACKAGE_STRING@
  82. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  83. PACKAGE_VERSION = @PACKAGE_VERSION@
  84. PATH_SEPARATOR = @PATH_SEPARATOR@
  85. RANLIB = @RANLIB@
  86. SET_MAKE = @SET_MAKE@
  87. SHELL = @SHELL@
  88. STRIP = @STRIP@
  89. U = @U@
  90. VERSION = @VERSION@
  91. ac_ct_CC = @ac_ct_CC@
  92. ac_ct_RANLIB = @ac_ct_RANLIB@
  93. ac_ct_STRIP = @ac_ct_STRIP@
  94. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  95. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  96. am__include = @am__include@
  97. am__leading_dot = @am__leading_dot@
  98. am__quote = @am__quote@
  99. bindir = @bindir@
  100. build = @build@
  101. build_alias = @build_alias@
  102. build_cpu = @build_cpu@
  103. build_os = @build_os@
  104. build_vendor = @build_vendor@
  105. datadir = @datadir@
  106. exec_prefix = @exec_prefix@
  107. host = @host@
  108. host_alias = @host_alias@
  109. host_cpu = @host_cpu@
  110. host_os = @host_os@
  111. host_vendor = @host_vendor@
  112. includedir = @includedir@
  113. infodir = @infodir@
  114. install_sh = @install_sh@
  115. libdir = @libdir@
  116. libexecdir = @libexecdir@
  117. localstatedir = @localstatedir@
  118. mandir = @mandir@
  119. oldincludedir = @oldincludedir@
  120. prefix = @prefix@
  121. program_transform_name = @program_transform_name@
  122. sbindir = @sbindir@
  123. sharedstatedir = @sharedstatedir@
  124. sysconfdir = @sysconfdir@
  125. target = @target@
  126. target_alias = @target_alias@
  127. target_cpu = @target_cpu@
  128. target_os = @target_os@
  129. target_vendor = @target_vendor@
  130. AUTOMAKE_OPTIONS = ansi2knr
  131. INCLUDES = -I$(srcdir)/../portab
  132. noinst_LIBRARIES = libngtool.a
  133. libngtool_a_SOURCES = tool.c
  134. noinst_HEADERS = tool.h
  135. subdir = src/tool
  136. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  137. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  138. CONFIG_HEADER = $(top_builddir)/src/config.h
  139. CONFIG_CLEAN_FILES =
  140. LIBRARIES = $(noinst_LIBRARIES)
  141. libngtool_a_AR = $(AR) cru
  142. libngtool_a_LIBADD =
  143. am_libngtool_a_OBJECTS = tool$U.$(OBJEXT)
  144. libngtool_a_OBJECTS = $(am_libngtool_a_OBJECTS)
  145. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
  146. depcomp = $(SHELL) $(top_srcdir)/depcomp
  147. am__depfiles_maybe = depfiles
  148. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/tool$U.Po
  149. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  150. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  151. CCLD = $(CC)
  152. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  153. DIST_SOURCES = $(libngtool_a_SOURCES)
  154. HEADERS = $(noinst_HEADERS)
  155. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am \
  156. ansi2knr.1 ansi2knr.c
  157. SOURCES = $(libngtool_a_SOURCES)
  158. all: all-am
  159. .SUFFIXES:
  160. .SUFFIXES: .c .o .obj
  161. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  162. cd $(top_srcdir) && \
  163. $(AUTOMAKE) --gnu src/tool/Makefile
  164. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  165. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  166. AR = ar
  167. clean-noinstLIBRARIES:
  168. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  169. libngtool.a: $(libngtool_a_OBJECTS) $(libngtool_a_DEPENDENCIES)
  170. -rm -f libngtool.a
  171. $(libngtool_a_AR) libngtool.a $(libngtool_a_OBJECTS) $(libngtool_a_LIBADD)
  172. $(RANLIB) libngtool.a
  173. mostlyclean-compile:
  174. -rm -f *.$(OBJEXT) core *.core
  175. distclean-compile:
  176. -rm -f *.tab.c
  177. ANSI2KNR = @ANSI2KNR@
  178. ansi2knr: ansi2knr.$(OBJEXT)
  179. $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
  180. ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
  181. clean-krextra:
  182. -rm -f ansi2knr
  183. mostlyclean-kr:
  184. -test "$U" = "" || rm -f *_.c
  185. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool$U.Po@am__quote@
  186. .c.o:
  187. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  188. @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
  189. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  190. @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  191. @am__fastdepCC_TRUE@ fi
  192. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  193. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  194. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  195. @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  196. .c.obj:
  197. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  198. @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
  199. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  200. @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  201. @am__fastdepCC_TRUE@ fi
  202. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  203. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  204. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  205. @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  206. tool_.c: tool.c $(ANSI2KNR)
  207. $(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 $@
  208. tool_.$(OBJEXT) : $(ANSI2KNR)
  209. uninstall-info-am:
  210. ETAGS = etags
  211. ETAGSFLAGS =
  212. CTAGS = ctags
  213. CTAGSFLAGS =
  214. tags: TAGS
  215. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  216. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  217. unique=`for i in $$list; do \
  218. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  219. done | \
  220. $(AWK) ' { files[$$0] = 1; } \
  221. END { for (i in files) print i; }'`; \
  222. mkid -fID $$unique
  223. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  224. $(TAGS_FILES) $(LISP)
  225. tags=; \
  226. here=`pwd`; \
  227. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  228. unique=`for i in $$list; do \
  229. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  230. done | \
  231. $(AWK) ' { files[$$0] = 1; } \
  232. END { for (i in files) print i; }'`; \
  233. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  234. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  235. $$tags $$unique
  236. ctags: CTAGS
  237. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  238. $(TAGS_FILES) $(LISP)
  239. tags=; \
  240. here=`pwd`; \
  241. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  242. unique=`for i in $$list; do \
  243. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  244. done | \
  245. $(AWK) ' { files[$$0] = 1; } \
  246. END { for (i in files) print i; }'`; \
  247. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  248. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  249. $$tags $$unique
  250. GTAGS:
  251. here=`$(am__cd) $(top_builddir) && pwd` \
  252. && cd $(top_srcdir) \
  253. && gtags -i $(GTAGS_ARGS) $$here
  254. distclean-tags:
  255. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  256. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  257. top_distdir = ../..
  258. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  259. distdir: $(DISTFILES)
  260. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  261. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  262. list='$(DISTFILES)'; for file in $$list; do \
  263. case $$file in \
  264. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  265. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  266. esac; \
  267. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  268. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  269. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  270. dir="/$$dir"; \
  271. $(mkinstalldirs) "$(distdir)$$dir"; \
  272. else \
  273. dir=''; \
  274. fi; \
  275. if test -d $$d/$$file; then \
  276. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  277. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  278. fi; \
  279. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  280. else \
  281. test -f $(distdir)/$$file \
  282. || cp -p $$d/$$file $(distdir)/$$file \
  283. || exit 1; \
  284. fi; \
  285. done
  286. check-am: all-am
  287. check: check-am
  288. all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
  289. installdirs:
  290. install: install-am
  291. install-exec: install-exec-am
  292. install-data: install-data-am
  293. uninstall: uninstall-am
  294. install-am: all-am
  295. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  296. installcheck: installcheck-am
  297. install-strip:
  298. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  299. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  300. `test -z '$(STRIP)' || \
  301. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  302. mostlyclean-generic:
  303. clean-generic:
  304. distclean-generic:
  305. -rm -f $(CONFIG_CLEAN_FILES)
  306. maintainer-clean-generic:
  307. @echo "This command is intended for maintainers to use"
  308. @echo "it deletes files that may require special tools to rebuild."
  309. clean: clean-am
  310. clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
  311. mostlyclean-am
  312. distclean: distclean-am
  313. -rm -rf ./$(DEPDIR)
  314. -rm -f Makefile
  315. distclean-am: clean-am distclean-compile distclean-generic \
  316. distclean-tags
  317. dvi: dvi-am
  318. dvi-am:
  319. info: info-am
  320. info-am:
  321. install-data-am:
  322. install-exec-am:
  323. install-info: install-info-am
  324. install-man:
  325. installcheck-am:
  326. maintainer-clean: maintainer-clean-am
  327. -rm -rf ./$(DEPDIR)
  328. -rm -f Makefile
  329. maintainer-clean-am: distclean-am maintainer-clean-generic \
  330. maintainer-clean-local
  331. mostlyclean: mostlyclean-am
  332. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  333. pdf: pdf-am
  334. pdf-am:
  335. ps: ps-am
  336. ps-am:
  337. uninstall-am: uninstall-info-am
  338. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  339. clean-krextra clean-noinstLIBRARIES ctags distclean \
  340. distclean-compile distclean-generic distclean-tags distdir dvi \
  341. dvi-am info info-am install install-am install-data \
  342. install-data-am install-exec install-exec-am install-info \
  343. install-info-am install-man install-strip installcheck \
  344. installcheck-am installdirs maintainer-clean \
  345. maintainer-clean-generic maintainer-clean-local mostlyclean \
  346. mostlyclean-compile mostlyclean-generic mostlyclean-kr pdf \
  347. pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
  348. maintainer-clean-local:
  349. rm -f Makefile Makefile.in
  350. # -eof-
  351. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  352. # Otherwise a system limit (for SysV at least) may be exceeded.
  353. .NOEXPORT: