Makefile.in 13 KB

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