xref: /openbsd/gnu/usr.bin/cvs/tools/Makefile.in (revision 4bdff4be)
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 for GNU CVS auxiliary tools.
17# Do not use this makefile directly, but only from `../Makefile'.
18# Copyright (C) 1986, 1988-1990, 2000 Free Software Foundation, Inc.
19
20# This program is free software; you can redistribute it and/or modify
21# it under the terms of the GNU General Public License as published by
22# the Free Software Foundation; either version 2, or (at your option)
23# any later version.
24
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29
30
31SHELL = @SHELL@
32
33srcdir = @srcdir@
34top_srcdir = @top_srcdir@
35VPATH = @srcdir@
36prefix = @prefix@
37exec_prefix = @exec_prefix@
38
39bindir = @bindir@
40sbindir = @sbindir@
41libexecdir = @libexecdir@
42datadir = @datadir@
43sysconfdir = @sysconfdir@
44sharedstatedir = @sharedstatedir@
45localstatedir = @localstatedir@
46libdir = @libdir@
47infodir = @infodir@
48mandir = @mandir@
49includedir = @includedir@
50oldincludedir = /usr/include
51
52pkgdatadir = $(datadir)/@PACKAGE@
53pkglibdir = $(libdir)/@PACKAGE@
54pkgincludedir = $(includedir)/@PACKAGE@
55
56top_builddir = ..
57
58ACLOCAL = @ACLOCAL@
59AUTOCONF = @AUTOCONF@
60AUTOMAKE = @AUTOMAKE@
61AUTOHEADER = @AUTOHEADER@
62
63INSTALL = @INSTALL@
64INSTALL_PROGRAM = @INSTALL_PROGRAM@
65INSTALL_DATA = @INSTALL_DATA@
66INSTALL_SCRIPT = @INSTALL_SCRIPT@
67INSTALL_HEADER = $(INSTALL_DATA)
68transform = @program_transform_name@
69
70NORMAL_INSTALL = :
71PRE_INSTALL = :
72POST_INSTALL = :
73NORMAL_UNINSTALL = :
74PRE_UNINSTALL = :
75POST_UNINSTALL = :
76AMTAR = @AMTAR@
77AWK = @AWK@
78CC = @CC@
79CSH = @CSH@
80DEPDIR = @DEPDIR@
81ETAGS = @ETAGS@
82ETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@
83INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
85KRB4 = @KRB4@
86LN_S = @LN_S@
87MAKEINFO = @MAKEINFO@
88PACKAGE = @PACKAGE@
89PERL = @PERL@
90PR = @PR@
91PS2PDF = @PS2PDF@
92RANLIB = @RANLIB@
93ROFF = @ROFF@
94STRIP = @STRIP@
95TEXI2DVI = @TEXI2DVI@
96VERSION = @VERSION@
97YACC = @YACC@
98_am_include = @_am_include@
99_am_quote = @_am_quote@
100includeopt = @includeopt@
101install_sh = @install_sh@
102
103EXTRA_DIST = \
104	README .cvsignore
105
106EXEEXT =
107OBJEXT = o
108subdir = tools
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
111CONFIG_CLEAN_FILES =
112DIST_SOURCES =
113DIST_COMMON = README ChangeLog Makefile.am Makefile.in
114all: all-am
115
116.SUFFIXES:
117
118$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
119	cd $(top_srcdir) && \
120	  $(AUTOMAKE) --gnu  tools/Makefile
121
122Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
123	cd $(top_builddir) && \
124	  CONFIG_HEADERS= CONFIG_LINKS= \
125	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
126tags: TAGS
127TAGS:
128
129
130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131
132top_distdir = ..
133distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
134
135distdir: $(DISTFILES)
136	@for file in $(DISTFILES); do \
137	  d=$(srcdir); \
138	  if test -d $$d/$$file; then \
139	    cp -pR $$d/$$file $(distdir) \
140	    || exit 1; \
141	  else \
142	    test -f $(distdir)/$$file \
143	    || cp -p $$d/$$file $(distdir)/$$file \
144	    || exit 1; \
145	  fi; \
146	done
147check-am: all-am
148check: check-am
149all-am: Makefile
150
151installdirs:
152
153install: install-am
154install-exec: install-exec-am
155install-data: install-data-am
156uninstall: uninstall-am
157
158install-am: all-am
159	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
160
161installcheck: installcheck-am
162
163install-strip:
164	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
165	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
166
167mostlyclean-generic:
168
169clean-generic:
170
171distclean-generic:
172	-rm -f Makefile $(CONFIG_CLEAN_FILES)
173	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
174
175maintainer-clean-generic:
176	@echo "This command is intended for maintainers to use"
177	@echo "it deletes files that may require special tools to rebuild."
178	-rm -f Makefile.in
179clean: clean-am
180
181clean-am: clean-generic mostlyclean-am
182
183distclean: distclean-am
184
185distclean-am: clean-am distclean-generic
186
187dvi:
188
189dvi-am:
190
191info:
192
193info-am:
194
195install-data-am:
196
197install-exec-am:
198
199install-info:
200
201install-man:
202
203installcheck-am:
204
205maintainer-clean: maintainer-clean-am
206
207maintainer-clean-am: distclean-am maintainer-clean-generic
208
209mostlyclean: mostlyclean-am
210
211mostlyclean-am: mostlyclean-generic
212
213.PHONY: all all-am check check-am clean clean-generic distclean \
214	distclean-generic distdir dvi dvi-am info info-am install \
215	install-am install-data install-data-am install-exec \
216	install-exec-am install-info install-man install-strip \
217	installcheck installcheck-am installdirs maintainer-clean \
218	maintainer-clean-generic mostlyclean mostlyclean-generic \
219	uninstall uninstall-am
220
221
222# for backwards compatibility with the old makefiles
223realclean: maintainer-clean
224.PHONY: realclean
225
226# Tell versions [3.59,3.63) of GNU make to not export all variables.
227# Otherwise a system limit (for SysV at least) may be exceeded.
228.NOEXPORT:
229