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