/contrib/cvs/tools/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 334 lines · 260 code · 46 blank · 28 comment · 27 complexity · 30e6fb62ad9b92191a63aadc73f25671 MD5 · raw file

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 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. # Makefile for GNU CVS auxiliary tools.
  14. #
  15. # Copyright (C) 1986-2005 The Free Software Foundation, Inc.
  16. #
  17. # Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
  18. # and others.
  19. # This program is free software; you can redistribute it and/or modify
  20. # it under the terms of the GNU General Public License as published by
  21. # the Free Software Foundation; either version 2, or (at your option)
  22. # any later version.
  23. # This program is distributed in the hope that it will be useful,
  24. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. # GNU General Public License for more details.
  27. VPATH = @srcdir@
  28. pkgdatadir = $(datadir)/@PACKAGE@
  29. pkglibdir = $(libdir)/@PACKAGE@
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  32. install_sh_DATA = $(install_sh) -c -m 644
  33. install_sh_PROGRAM = $(install_sh) -c
  34. install_sh_SCRIPT = $(install_sh) -c
  35. INSTALL_HEADER = $(INSTALL_DATA)
  36. transform = $(program_transform_name)
  37. NORMAL_INSTALL = :
  38. PRE_INSTALL = :
  39. POST_INSTALL = :
  40. NORMAL_UNINSTALL = :
  41. PRE_UNINSTALL = :
  42. POST_UNINSTALL = :
  43. subdir = tools
  44. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  45. ChangeLog
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  48. $(top_srcdir)/configure.in
  49. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  50. $(ACLOCAL_M4)
  51. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  52. CONFIG_HEADER = $(top_builddir)/config.h
  53. CONFIG_CLEAN_FILES =
  54. SOURCES =
  55. DIST_SOURCES =
  56. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  57. ACLOCAL = @ACLOCAL@
  58. AMTAR = @AMTAR@
  59. AUTOCONF = @AUTOCONF@
  60. AUTOHEADER = @AUTOHEADER@
  61. AUTOMAKE = @AUTOMAKE@
  62. AWK = @AWK@
  63. CC = @CC@
  64. CCDEPMODE = @CCDEPMODE@
  65. CFLAGS = @CFLAGS@
  66. CPP = @CPP@
  67. CPPFLAGS = @CPPFLAGS@
  68. CSH = @CSH@
  69. CYGPATH_W = @CYGPATH_W@
  70. DEFS = @DEFS@
  71. DEPDIR = @DEPDIR@
  72. ECHO_C = @ECHO_C@
  73. ECHO_N = @ECHO_N@
  74. ECHO_T = @ECHO_T@
  75. EDITOR = @EDITOR@
  76. EGREP = @EGREP@
  77. EXEEXT = @EXEEXT@
  78. GREP = @GREP@
  79. INSTALL = @INSTALL@
  80. INSTALL_DATA = @INSTALL_DATA@
  81. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  82. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  83. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  84. KRB4 = @KRB4@
  85. LDFLAGS = @LDFLAGS@
  86. LIBOBJS = @LIBOBJS@
  87. LIBS = @LIBS@
  88. LN_S = @LN_S@
  89. LTLIBOBJS = @LTLIBOBJS@
  90. MAINT = @MAINT@
  91. MAKEINFO = @MAKEINFO@
  92. MKDIR_P = @MKDIR_P@
  93. MKTEMP = @MKTEMP@
  94. OBJEXT = @OBJEXT@
  95. PACKAGE = @PACKAGE@
  96. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  97. PACKAGE_NAME = @PACKAGE_NAME@
  98. PACKAGE_STRING = @PACKAGE_STRING@
  99. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  100. PACKAGE_VERSION = @PACKAGE_VERSION@
  101. PATH_SEPARATOR = @PATH_SEPARATOR@
  102. PERL = @PERL@
  103. PR = @PR@
  104. PS2PDF = @PS2PDF@
  105. RANLIB = @RANLIB@
  106. ROFF = @ROFF@
  107. SENDMAIL = @SENDMAIL@
  108. SET_MAKE = @SET_MAKE@
  109. SHELL = @SHELL@
  110. STRIP = @STRIP@
  111. TEXI2DVI = @TEXI2DVI@
  112. VERSION = @VERSION@
  113. YACC = @YACC@
  114. YFLAGS = @YFLAGS@
  115. abs_builddir = @abs_builddir@
  116. abs_srcdir = @abs_srcdir@
  117. abs_top_builddir = @abs_top_builddir@
  118. abs_top_srcdir = @abs_top_srcdir@
  119. ac_ct_CC = @ac_ct_CC@
  120. ac_prefix_program = @ac_prefix_program@
  121. am__include = @am__include@
  122. am__leading_dot = @am__leading_dot@
  123. am__quote = @am__quote@
  124. am__tar = @am__tar@
  125. am__untar = @am__untar@
  126. bindir = @bindir@
  127. build_alias = @build_alias@
  128. builddir = @builddir@
  129. datadir = @datadir@
  130. datarootdir = @datarootdir@
  131. docdir = @docdir@
  132. dvidir = @dvidir@
  133. exec_prefix = @exec_prefix@
  134. host_alias = @host_alias@
  135. htmldir = @htmldir@
  136. includedir = @includedir@
  137. includeopt = @includeopt@
  138. infodir = @infodir@
  139. install_sh = @install_sh@
  140. libdir = @libdir@
  141. libexecdir = @libexecdir@
  142. localedir = @localedir@
  143. localstatedir = @localstatedir@
  144. mandir = @mandir@
  145. mkdir_p = @mkdir_p@
  146. oldincludedir = @oldincludedir@
  147. pdfdir = @pdfdir@
  148. prefix = @prefix@
  149. program_transform_name = @program_transform_name@
  150. psdir = @psdir@
  151. sbindir = @sbindir@
  152. sharedstatedir = @sharedstatedir@
  153. srcdir = @srcdir@
  154. sysconfdir = @sysconfdir@
  155. target_alias = @target_alias@
  156. top_builddir = @top_builddir@
  157. top_srcdir = @top_srcdir@
  158. with_default_rsh = @with_default_rsh@
  159. with_default_ssh = @with_default_ssh@
  160. EXTRA_DIST = \
  161. README .cvsignore
  162. all: all-am
  163. .SUFFIXES:
  164. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  165. @for dep in $?; do \
  166. case '$(am__configure_deps)' in \
  167. *$$dep*) \
  168. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  169. && exit 0; \
  170. exit 1;; \
  171. esac; \
  172. done; \
  173. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
  174. cd $(top_srcdir) && \
  175. $(AUTOMAKE) --gnu tools/Makefile
  176. .PRECIOUS: Makefile
  177. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  178. @case '$?' in \
  179. *config.status*) \
  180. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  181. *) \
  182. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  183. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  184. esac;
  185. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  190. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  191. tags: TAGS
  192. TAGS:
  193. ctags: CTAGS
  194. CTAGS:
  195. distdir: $(DISTFILES)
  196. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  197. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  198. list='$(DISTFILES)'; \
  199. dist_files=`for file in $$list; do echo $$file; done | \
  200. sed -e "s|^$$srcdirstrip/||;t" \
  201. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  202. case $$dist_files in \
  203. */*) $(MKDIR_P) `echo "$$dist_files" | \
  204. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  205. sort -u` ;; \
  206. esac; \
  207. for file in $$dist_files; do \
  208. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  209. if test -d $$d/$$file; then \
  210. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  211. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  212. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  213. fi; \
  214. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  215. else \
  216. test -f $(distdir)/$$file \
  217. || cp -p $$d/$$file $(distdir)/$$file \
  218. || exit 1; \
  219. fi; \
  220. done
  221. check-am: all-am
  222. check: check-am
  223. all-am: Makefile
  224. installdirs:
  225. install: install-am
  226. install-exec: install-exec-am
  227. install-data: install-data-am
  228. uninstall: uninstall-am
  229. install-am: all-am
  230. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  231. installcheck: installcheck-am
  232. install-strip:
  233. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  234. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  235. `test -z '$(STRIP)' || \
  236. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  237. mostlyclean-generic:
  238. clean-generic:
  239. distclean-generic:
  240. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  241. maintainer-clean-generic:
  242. @echo "This command is intended for maintainers to use"
  243. @echo "it deletes files that may require special tools to rebuild."
  244. clean: clean-am
  245. clean-am: clean-generic mostlyclean-am
  246. distclean: distclean-am
  247. -rm -f Makefile
  248. distclean-am: clean-am distclean-generic
  249. dvi: dvi-am
  250. dvi-am:
  251. html: html-am
  252. info: info-am
  253. info-am:
  254. install-data-am:
  255. install-dvi: install-dvi-am
  256. install-exec-am:
  257. install-html: install-html-am
  258. install-info: install-info-am
  259. install-man:
  260. install-pdf: install-pdf-am
  261. install-ps: install-ps-am
  262. installcheck-am:
  263. maintainer-clean: maintainer-clean-am
  264. -rm -f Makefile
  265. maintainer-clean-am: distclean-am maintainer-clean-generic
  266. mostlyclean: mostlyclean-am
  267. mostlyclean-am: mostlyclean-generic
  268. pdf: pdf-am
  269. pdf-am:
  270. ps: ps-am
  271. ps-am:
  272. uninstall-am:
  273. .MAKE: install-am install-strip
  274. .PHONY: all all-am check check-am clean clean-generic distclean \
  275. distclean-generic distdir dvi dvi-am html html-am info info-am \
  276. install install-am install-data install-data-am install-dvi \
  277. install-dvi-am install-exec install-exec-am install-html \
  278. install-html-am install-info install-info-am install-man \
  279. install-pdf install-pdf-am install-ps install-ps-am \
  280. install-strip installcheck installcheck-am installdirs \
  281. maintainer-clean maintainer-clean-generic mostlyclean \
  282. mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
  283. # for backwards compatibility with the old makefiles
  284. realclean: maintainer-clean
  285. .PHONY: realclean
  286. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  287. # Otherwise a system limit (for SysV at least) may be exceeded.
  288. .NOEXPORT: