]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/cvs/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r98524,
[FreeBSD/FreeBSD.git] / contrib / cvs / Makefile.in
1 # Makefile.in generated automatically by automake 1.4e from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
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
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
14 @SET_MAKE@
15
16 # Master Makefile for the GNU Concurrent Versions System.
17 # Copyright (C) 1986, 1988-1992, 1994, 2000 Free Software Foundation, Inc.
18
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
24 # This program is distributed in the hope that it will be useful,
25 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 # GNU General Public License for more details.
28
29
30 SHELL = @SHELL@
31
32 srcdir = @srcdir@
33 top_srcdir = @top_srcdir@
34 VPATH = @srcdir@
35 prefix = @prefix@
36 exec_prefix = @exec_prefix@
37
38 bindir = @bindir@
39 sbindir = @sbindir@
40 libexecdir = @libexecdir@
41 datadir = @datadir@
42 sysconfdir = @sysconfdir@
43 sharedstatedir = @sharedstatedir@
44 localstatedir = @localstatedir@
45 libdir = @libdir@
46 infodir = @infodir@
47 mandir = @mandir@
48 includedir = @includedir@
49 oldincludedir = /usr/include
50
51 pkgdatadir = $(datadir)/@PACKAGE@
52 pkglibdir = $(libdir)/@PACKAGE@
53 pkgincludedir = $(includedir)/@PACKAGE@
54
55 top_builddir = .
56
57 ACLOCAL = @ACLOCAL@
58 AUTOCONF = @AUTOCONF@
59 AUTOMAKE = @AUTOMAKE@
60 AUTOHEADER = @AUTOHEADER@
61
62 INSTALL = @INSTALL@
63 INSTALL_PROGRAM = @INSTALL_PROGRAM@
64 INSTALL_DATA = @INSTALL_DATA@
65 INSTALL_SCRIPT = @INSTALL_SCRIPT@
66 INSTALL_HEADER = $(INSTALL_DATA)
67 transform = @program_transform_name@
68
69 NORMAL_INSTALL = :
70 PRE_INSTALL = :
71 POST_INSTALL = :
72 NORMAL_UNINSTALL = :
73 PRE_UNINSTALL = :
74 POST_UNINSTALL = :
75 AMTAR = @AMTAR@
76 AWK = @AWK@
77 CC = @CC@
78 CSH = @CSH@
79 DEPDIR = @DEPDIR@
80 ETAGS = @ETAGS@
81 ETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
84 KRB4 = @KRB4@
85 LN_S = @LN_S@
86 MAKEINFO = @MAKEINFO@
87 PACKAGE = @PACKAGE@
88 PERL = @PERL@
89 PR = @PR@
90 PS2PDF = @PS2PDF@
91 RANLIB = @RANLIB@
92 ROFF = @ROFF@
93 STRIP = @STRIP@
94 TEXI2DVI = @TEXI2DVI@
95 VERSION = @VERSION@
96 YACC = @YACC@
97 _am_include = @_am_include@
98 _am_quote = @_am_quote@
99 includeopt = @includeopt@
100 install_sh = @install_sh@
101
102 AUTOMAKE_OPTIONS = 1.4a dist-bzip2
103
104 # Unix source subdirs, where we'll want to run lint and etags:
105 # This is a legacy variable from b4 Automake
106 USOURCE_SUBDIRS = lib zlib diff src
107 # All other subdirs:
108 SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
109         windows-NT os2 emx vms
110
111
112 EXTRA_DIST = \
113         .cvsignore \
114         BUGS \
115         ChangeLog.zoo \
116         DEVEL-CVS \
117         FAQ \
118         HACKING \
119         MINOR-BUGS \
120         PROJECTS \
121         README.VMS \
122         TESTS \
123         build.com \
124         cvs-format.el \
125         cvs.spec \
126         cvs.spec.in \
127         cvsnt.dsp \
128         cvsnt.dsw \
129         cvsnt.mak
130
131 EXEEXT =
132 OBJEXT = o
133 subdir = .
134 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
135 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136 CONFIG_HEADER = config.h $(top_builddir)/src/options.h
137 CONFIG_CLEAN_FILES = emx/Makefile os2/Makefile zlib/Makefile
138 DIST_SOURCES =
139
140 RECURSIVE_TARGETS = all-recursive install-data-recursive \
141         install-exec-recursive installdirs-recursive install-recursive \
142         uninstall-recursive check-recursive installcheck-recursive
143 DIST_COMMON = README ./stamp-h1.in AUTHORS COPYING COPYING.LIB \
144         ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h \
145         acinclude.m4 aclocal.m4 config.h.in configure configure.in \
146         depcomp install-sh missing mkinstalldirs
147 DIST_SUBDIRS = $(SUBDIRS)
148 all: config.h
149         $(MAKE) $(AM_MAKEFLAGS) all-recursive
150
151 .SUFFIXES:
152
153 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
154         cd $(top_srcdir) && \
155           $(AUTOMAKE) --gnu  Makefile
156
157 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
158         cd $(top_builddir) && \
159           CONFIG_HEADERS= CONFIG_LINKS= \
160           CONFIG_FILES=$@ $(SHELL) ./config.status
161
162 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
163         $(SHELL) ./config.status --recheck
164
165 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
166         cd $(srcdir) && $(AUTOCONF)
167
168 $(ACLOCAL_M4):  configure.in acinclude.m4
169         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
170
171 config.h: stamp-h1
172         @if test ! -f $@; then \
173                 rm -f stamp-h1; \
174                 $(MAKE) stamp-h1; \
175         else :; fi
176 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
177         @rm -f stamp-h1 stamp-h1T
178         @echo timestamp > stamp-h1T 2> /dev/null
179         cd $(top_builddir) \
180           && CONFIG_FILES= CONFIG_HEADERS=config.h \
181              $(SHELL) ./config.status
182         @mv stamp-h1T stamp-h1
183 $(srcdir)/config.h.in:  $(srcdir)/./stamp-h1.in
184         @if test ! -f $@; then \
185                 rm -f $(srcdir)/./stamp-h1.in; \
186                 $(MAKE) $(srcdir)/./stamp-h1.in; \
187         else :; fi
188 $(srcdir)/./stamp-h1.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
189         @rm -f $(srcdir)/./stamp-h1.in $(srcdir)/./stamp-h1.inT
190         @echo timestamp > $(srcdir)/./stamp-h1.inT 2> /dev/null
191         cd $(top_srcdir) && $(AUTOHEADER)
192         @mv $(srcdir)/./stamp-h1.inT $(srcdir)/./stamp-h1.in
193
194 distclean-hdr:
195         -rm -f config.h
196 emx/Makefile: $(top_builddir)/config.status $(top_srcdir)/emx/Makefile.in
197         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
198 os2/Makefile: $(top_builddir)/config.status $(top_srcdir)/os2/Makefile.in
199         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
200 zlib/Makefile: $(top_builddir)/config.status $(top_srcdir)/zlib/Makefile.in
201         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
202
203 # This directory's subdirectories are mostly independent; you can cd
204 # into them and run `make' without going through this Makefile.
205 # To change the values of `make' variables: instead of editing Makefiles,
206 # (1) if the variable is set in `config.status', edit `config.status'
207 #     (which will cause the Makefiles to be regenerated when you run `make');
208 # (2) otherwise, pass the desired values on the `make' command line.
209 $(RECURSIVE_TARGETS):
210         @set fnord $(MAKEFLAGS); amf=$$2; \
211         dot_seen=no; \
212         target=`echo $@ | sed s/-recursive//`; \
213         list='$(SUBDIRS)'; for subdir in $$list; do \
214           echo "Making $$target in $$subdir"; \
215           if test "$$subdir" = "."; then \
216             dot_seen=yes; \
217             local_target="$$target-am"; \
218           else \
219             local_target="$$target"; \
220           fi; \
221           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
222            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
223         done; \
224         if test "$$dot_seen" = "no"; then \
225           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226         fi; test -z "$$fail"
227
228 mostlyclean-recursive clean-recursive distclean-recursive \
229 maintainer-clean-recursive:
230         @set fnord $(MAKEFLAGS); amf=$$2; \
231         dot_seen=no; \
232         case "$@" in \
233           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
234           *) list='$(SUBDIRS)' ;; \
235         esac; \
236         rev=''; for subdir in $$list; do \
237           if test "$$subdir" = "."; then :; else \
238             rev="$$subdir $$rev"; \
239           fi; \
240         done; \
241         rev="$$rev ."; \
242         target=`echo $@ | sed s/-recursive//`; \
243         for subdir in $$rev; do \
244           echo "Making $$target in $$subdir"; \
245           if test "$$subdir" = "."; then \
246             local_target="$$target-am"; \
247           else \
248             local_target="$$target"; \
249           fi; \
250           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
251            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
252         done && test -z "$$fail"
253 tags-recursive:
254         list='$(SUBDIRS)'; for subdir in $$list; do \
255           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
256         done
257
258 tags: TAGS
259
260 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
262         unique=`for i in $$list; do \
263             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264           done | \
265           $(AWK) '    { files[$$0] = 1; } \
266                END { for (i in files) print i; }'`; \
267         mkid -fID $$unique $(LISP)
268
269 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
270                 $(TAGS_FILES) $(LISP)
271         tags=; \
272         here=`pwd`; \
273         list='$(SUBDIRS)'; for subdir in $$list; do \
274           if test "$$subdir" = .; then :; else \
275             test -f $$subdir/TAGS && tags="$$tags $(ETAGS_INCLUDE_OPTION)$$here/$$subdir/TAGS"; \
276           fi; \
277         done; \
278         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
279         unique=`for i in $$list @CONFIG@; do \
280             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
281           done | \
282           $(AWK) '    { files[$$0] = 1; } \
283                END { for (i in files) print i; }'`; \
284         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
285           || $(ETAGS) $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
286
287 GTAGS:
288         here=`CDPATH=: && cd $(top_builddir) && pwd` \
289           && cd $(top_srcdir) \
290           && gtags -i $$here
291
292 distclean-tags:
293         -rm -f TAGS ID
294
295 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
296
297 top_distdir = .
298 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
299
300 GZIP_ENV = --best
301
302 distdir: $(DISTFILES)
303         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
304         mkdir $(distdir)
305         $(mkinstalldirs) $(distdir)/contrib $(distdir)/emx $(distdir)/os2 $(distdir)/src $(distdir)/zlib
306         @for file in $(DISTFILES); do \
307           d=$(srcdir); \
308           if test -d $$d/$$file; then \
309             cp -pR $$d/$$file $(distdir) \
310             || exit 1; \
311           else \
312             test -f $(distdir)/$$file \
313             || cp -p $$d/$$file $(distdir)/$$file \
314             || exit 1; \
315           fi; \
316         done
317         for subdir in $(SUBDIRS); do \
318           if test "$$subdir" = .; then :; else \
319             test -d $(distdir)/$$subdir \
320             || mkdir $(distdir)/$$subdir \
321             || exit 1; \
322             (cd $$subdir && \
323               $(MAKE) $(AM_MAKEFLAGS) \
324                 top_distdir="$(top_distdir)" \
325                 distdir=../$(distdir)/$$subdir \
326                 distdir) \
327               || exit 1; \
328           fi; \
329         done
330         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
331           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
332           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
333           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
334         || chmod -R a+r $(distdir)
335 dist: distdir
336         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
337         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
338
339 dist-bzip2: distdir
340         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
341         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
342
343 # This target untars the dist file and tries a VPATH configuration.  Then
344 # it guarantees that the distribution is self-contained by making another
345 # tarfile.
346 distcheck: dist
347         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
348         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
349         chmod -R a-w $(distdir); chmod a+w $(distdir)
350         mkdir $(distdir)/=build
351         mkdir $(distdir)/=inst
352         chmod a-w $(distdir)
353         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
354           && cd $(distdir)/=build \
355           && ../configure --srcdir=.. --prefix=$$dc_install_base \
356           && $(MAKE) $(AM_MAKEFLAGS) \
357           && $(MAKE) $(AM_MAKEFLAGS) dvi \
358           && $(MAKE) $(AM_MAKEFLAGS) check \
359           && $(MAKE) $(AM_MAKEFLAGS) install \
360           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
361           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
362           && test `find $$dc_install_base -type f -print | wc -l` -le 1 \
363           && $(MAKE) $(AM_MAKEFLAGS) dist \
364           && $(MAKE) $(AM_MAKEFLAGS) distclean \
365           && rm -f $(distdir).tar.gz \
366           && (test `find . -type f -print | wc -l` -eq 0 \
367              || (echo "Error: files left after distclean" 1>&2; \
368                  exit 1) )
369         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
370         @echo "$(distdir).tar.gz is ready for distribution" | \
371           sed 'h;s/./=/g;p;x;p;x'
372 check-am: all-am
373 check: check-recursive
374 all-am: Makefile config.h
375
376 installdirs: installdirs-recursive
377 installdirs-am:
378
379 install: install-recursive
380 install-exec: install-exec-recursive
381 install-data: install-data-recursive
382 uninstall: uninstall-recursive
383
384 install-am: all-am
385         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
386
387 installcheck: installcheck-recursive
388
389 install-strip:
390         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391           INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
392
393 mostlyclean-generic:
394
395 clean-generic:
396
397 distclean-generic:
398         -rm -f Makefile $(CONFIG_CLEAN_FILES)
399         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
400
401 maintainer-clean-generic:
402         @echo "This command is intended for maintainers to use"
403         @echo "it deletes files that may require special tools to rebuild."
404         -rm -f Makefile.in
405 clean: clean-recursive
406
407 clean-am: clean-generic mostlyclean-am
408
409 dist-all: dist dist-bzip2
410
411 distclean: distclean-recursive
412         -rm -f config.status
413 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
414
415 dvi:
416
417 dvi-am:
418
419 info:
420
421 info-am:
422
423 install-data-am:
424
425 install-exec-am:
426
427 install-info:
428
429 install-man:
430
431 installcheck-am:
432
433 maintainer-clean: maintainer-clean-recursive
434         -rm -f config.status
435 maintainer-clean-am: distclean-am maintainer-clean-generic
436
437 mostlyclean: mostlyclean-recursive
438
439 mostlyclean-am: mostlyclean-generic
440
441 .PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
442         clean-generic clean-recursive dist dist-all dist-bzip2 \
443         distcheck distclean distclean-generic distclean-hdr \
444         distclean-recursive distclean-tags distdir dvi dvi-am info \
445         info-am install install-am install-data install-data-am \
446         install-data-recursive install-exec install-exec-am \
447         install-exec-recursive install-info install-man \
448         install-recursive install-strip installcheck installcheck-am \
449         installdirs installdirs-am installdirs-recursive \
450         maintainer-clean maintainer-clean-generic \
451         maintainer-clean-recursive mostlyclean mostlyclean-generic \
452         mostlyclean-recursive tags tags-recursive uninstall \
453         uninstall-am uninstall-recursive
454
455
456 .PHONY: remotecheck
457 remotecheck: all
458         cd src && $(MAKE) $(AM_MAKEFLAGS) "$@"
459
460 .PHONY: doc
461 doc:
462         cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@"
463
464 # - cvs.spec needs to be updated only once, since it depends on
465 #   configure.in, not on the results of a 'configure' run.
466 # - It is guaranteed (with GNU Make) that when the version in configure.in
467 #   is changed, acversion.m4 is built only after the new version number is
468 #   propagated to the Makefile.  (Libtool uses the same guarantee.)
469 cvs.spec: $(srcdir)/cvs.spec.in $(top_srcdir)/configure.in
470         sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/cvs.spec.in >cvs.tspec
471         mv cvs.tspec $(srcdir)/cvs.spec
472
473 # for backwards compatibility with the old makefiles
474 .PHONY: realclean
475 realclean: maintainer-clean
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: