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# Makefile.am for GNU CVS man pages.
17# Copyright (C) 1986-1992, 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
30SHELL = @SHELL@
31
32srcdir = @srcdir@
33top_srcdir = @top_srcdir@
34VPATH = @srcdir@
35prefix = @prefix@
36exec_prefix = @exec_prefix@
37
38bindir = @bindir@
39sbindir = @sbindir@
40libexecdir = @libexecdir@
41datadir = @datadir@
42sysconfdir = @sysconfdir@
43sharedstatedir = @sharedstatedir@
44localstatedir = @localstatedir@
45libdir = @libdir@
46infodir = @infodir@
47mandir = @mandir@
48includedir = @includedir@
49oldincludedir = /usr/include
50
51pkgdatadir = $(datadir)/@PACKAGE@
52pkglibdir = $(libdir)/@PACKAGE@
53pkgincludedir = $(includedir)/@PACKAGE@
54
55top_builddir = ..
56
57ACLOCAL = @ACLOCAL@
58AUTOCONF = @AUTOCONF@
59AUTOMAKE = @AUTOMAKE@
60AUTOHEADER = @AUTOHEADER@
61
62INSTALL = @INSTALL@
63INSTALL_PROGRAM = @INSTALL_PROGRAM@
64INSTALL_DATA = @INSTALL_DATA@
65INSTALL_SCRIPT = @INSTALL_SCRIPT@
66INSTALL_HEADER = $(INSTALL_DATA)
67transform = @program_transform_name@
68
69NORMAL_INSTALL = :
70PRE_INSTALL = :
71POST_INSTALL = :
72NORMAL_UNINSTALL = :
73PRE_UNINSTALL = :
74POST_UNINSTALL = :
75AMTAR = @AMTAR@
76AWK = @AWK@
77CC = @CC@
78CSH = @CSH@
79DEPDIR = @DEPDIR@
80ETAGS = @ETAGS@
81ETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@
82INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
84KRB4 = @KRB4@
85LN_S = @LN_S@
86MAKEINFO = @MAKEINFO@
87PACKAGE = @PACKAGE@
88PERL = @PERL@
89PR = @PR@
90PS2PDF = @PS2PDF@
91RANLIB = @RANLIB@
92ROFF = @ROFF@
93STRIP = @STRIP@
94TEXI2DVI = @TEXI2DVI@
95VERSION = @VERSION@
96YACC = @YACC@
97_am_include = @_am_include@
98_am_quote = @_am_quote@
99includeopt = @includeopt@
100install_sh = @install_sh@
101
102man_MANS = cvs.1 cvs.5 cvsbug.8
103EXTRA_DIST = \
104	.cvsignore \
105	$(man_MANS)
106
107EXEEXT =
108OBJEXT = o
109subdir = man
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
112CONFIG_CLEAN_FILES =
113DIST_SOURCES =
114
115NROFF = nroff
116MANS = $(man_MANS)
117DIST_COMMON = ChangeLog Makefile.am Makefile.in
118all: all-am
119
120.SUFFIXES:
121
122$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
123	cd $(top_srcdir) && \
124	  $(AUTOMAKE) --gnu  man/Makefile
125
126Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
127	cd $(top_builddir) && \
128	  CONFIG_HEADERS= CONFIG_LINKS= \
129	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
130
131man1dir = $(mandir)/man1
132install-man1: $(man1_MANS) $(man_MANS)
133	@$(NORMAL_INSTALL)
134	$(mkinstalldirs) $(DESTDIR)$(man1dir)
135	@list='$(man1_MANS)'; \
136	l2='$(man_MANS)'; for i in $$l2; do \
137	  case "$$i" in \
138	    *.1*) list="$$list $$i" ;; \
139	  esac; \
140	done; \
141	for i in $$list; do \
142	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
143	  else file=$$i; fi; \
144	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
145	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
146	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
147	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
148	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
149	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
150	done
151
152uninstall-man1:
153	@$(NORMAL_UNINSTALL)
154	@list='$(man1_MANS)'; \
155	l2='$(man_MANS)'; for i in $$l2; do \
156	  case "$$i" in \
157	    *.1*) list="$$list $$i" ;; \
158	  esac; \
159	done; \
160	for i in $$list; do \
161	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
162	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
163	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
164	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
165	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
166	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
167	done
168
169man5dir = $(mandir)/man5
170install-man5: $(man5_MANS) $(man_MANS)
171	@$(NORMAL_INSTALL)
172	$(mkinstalldirs) $(DESTDIR)$(man5dir)
173	@list='$(man5_MANS)'; \
174	l2='$(man_MANS)'; for i in $$l2; do \
175	  case "$$i" in \
176	    *.5*) list="$$list $$i" ;; \
177	  esac; \
178	done; \
179	for i in $$list; do \
180	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
181	  else file=$$i; fi; \
182	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
183	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
184	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
185	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
186	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
187	  $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
188	done
189
190uninstall-man5:
191	@$(NORMAL_UNINSTALL)
192	@list='$(man5_MANS)'; \
193	l2='$(man_MANS)'; for i in $$l2; do \
194	  case "$$i" in \
195	    *.5*) list="$$list $$i" ;; \
196	  esac; \
197	done; \
198	for i in $$list; do \
199	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
200	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
201	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
202	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
203	  echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
204	  rm -f $(DESTDIR)$(man5dir)/$$inst; \
205	done
206
207man8dir = $(mandir)/man8
208install-man8: $(man8_MANS) $(man_MANS)
209	@$(NORMAL_INSTALL)
210	$(mkinstalldirs) $(DESTDIR)$(man8dir)
211	@list='$(man8_MANS)'; \
212	l2='$(man_MANS)'; for i in $$l2; do \
213	  case "$$i" in \
214	    *.8*) list="$$list $$i" ;; \
215	  esac; \
216	done; \
217	for i in $$list; do \
218	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
219	  else file=$$i; fi; \
220	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
221	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
222	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
223	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
224	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
225	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
226	done
227
228uninstall-man8:
229	@$(NORMAL_UNINSTALL)
230	@list='$(man8_MANS)'; \
231	l2='$(man_MANS)'; for i in $$l2; do \
232	  case "$$i" in \
233	    *.8*) list="$$list $$i" ;; \
234	  esac; \
235	done; \
236	for i in $$list; do \
237	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
238	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
239	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
240	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
241	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
242	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
243	done
244tags: TAGS
245TAGS:
246
247
248DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249
250top_distdir = ..
251distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
252
253distdir: $(DISTFILES)
254	@for file in $(DISTFILES); do \
255	  d=$(srcdir); \
256	  if test -d $$d/$$file; then \
257	    cp -pR $$d/$$file $(distdir) \
258	    || exit 1; \
259	  else \
260	    test -f $(distdir)/$$file \
261	    || cp -p $$d/$$file $(distdir)/$$file \
262	    || exit 1; \
263	  fi; \
264	done
265check-am: all-am
266check: check-am
267all-am: Makefile $(MANS)
268
269installdirs:
270	$(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) $(DESTDIR)$(man8dir)
271
272install: install-am
273install-exec: install-exec-am
274install-data: install-data-am
275uninstall: uninstall-am
276
277install-am: all-am
278	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
279
280installcheck: installcheck-am
281
282install-strip:
283	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
284	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
285
286mostlyclean-generic:
287
288clean-generic:
289
290distclean-generic:
291	-rm -f Makefile $(CONFIG_CLEAN_FILES)
292	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
293
294maintainer-clean-generic:
295	@echo "This command is intended for maintainers to use"
296	@echo "it deletes files that may require special tools to rebuild."
297	-rm -f Makefile.in
298clean: clean-am
299
300clean-am: clean-generic mostlyclean-am
301
302distclean: distclean-am
303
304distclean-am: clean-am distclean-generic
305
306dvi:
307
308dvi-am:
309
310info:
311
312info-am:
313
314install-data-am: install-man
315
316install-exec-am:
317
318install-info:
319
320install-man: install-man1 install-man5 install-man8
321
322installcheck-am:
323
324maintainer-clean: maintainer-clean-am
325
326maintainer-clean-am: distclean-am maintainer-clean-generic
327
328mostlyclean: mostlyclean-am
329
330mostlyclean-am: mostlyclean-generic
331
332uninstall-am: uninstall-man
333
334uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
335
336.PHONY: all all-am check check-am clean clean-generic distclean \
337	distclean-generic distdir dvi dvi-am info info-am install \
338	install-am install-data install-data-am install-exec \
339	install-exec-am install-info install-man install-man1 \
340	install-man5 install-man8 install-strip installcheck \
341	installcheck-am installdirs maintainer-clean \
342	maintainer-clean-generic mostlyclean mostlyclean-generic \
343	uninstall uninstall-am uninstall-man uninstall-man1 \
344	uninstall-man5 uninstall-man8
345
346
347# for backwards compatibility with the old makefiles
348realclean: maintainer-clean
349.PHONY: realclean
350
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:
354