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 Windows NT and Microsoft Visual C++, we use cvsnt.mak, 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 windows-NT/SCC dist. 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 .cvsignore \ 108 README.txt \ 109 SCC.mak \ 110 SCC.dsp \ 111 scc.c \ 112 scc.def \ 113 pubscc.h 114 115EXEEXT = 116OBJEXT = o 117subdir = windows-NT/SCC 118mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 119CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h 120CONFIG_CLEAN_FILES = 121DIST_SOURCES = 122DIST_COMMON = ChangeLog Makefile.am Makefile.in 123all: all-am 124 125.SUFFIXES: 126 127$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 128 cd $(top_srcdir) && \ 129 $(AUTOMAKE) --gnu windows-NT/SCC/Makefile 130 131Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 132 cd $(top_builddir) && \ 133 CONFIG_HEADERS= CONFIG_LINKS= \ 134 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 135tags: TAGS 136TAGS: 137 138 139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 140 141top_distdir = ../.. 142distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 143 144distdir: $(DISTFILES) 145 @for file in $(DISTFILES); do \ 146 d=$(srcdir); \ 147 if test -d $$d/$$file; then \ 148 cp -pR $$d/$$file $(distdir) \ 149 || exit 1; \ 150 else \ 151 test -f $(distdir)/$$file \ 152 || cp -p $$d/$$file $(distdir)/$$file \ 153 || exit 1; \ 154 fi; \ 155 done 156check-am: all-am 157check: check-am 158all-am: Makefile 159 160installdirs: 161 162install: install-am 163install-exec: install-exec-am 164install-data: install-data-am 165uninstall: uninstall-am 166 167install-am: all-am 168 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 169 170installcheck: installcheck-am 171 172install-strip: 173 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 174 INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install 175 176mostlyclean-generic: 177 178clean-generic: 179 180distclean-generic: 181 -rm -f Makefile $(CONFIG_CLEAN_FILES) 182 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 183 184maintainer-clean-generic: 185 @echo "This command is intended for maintainers to use" 186 @echo "it deletes files that may require special tools to rebuild." 187 -rm -f Makefile.in 188clean: clean-am 189 190clean-am: clean-generic mostlyclean-am 191 192distclean: distclean-am 193 194distclean-am: clean-am distclean-generic 195 196dvi: 197 198dvi-am: 199 200info: 201 202info-am: 203 204install-data-am: 205 206install-exec-am: 207 208install-info: 209 210install-man: 211 212installcheck-am: 213 214maintainer-clean: maintainer-clean-am 215 216maintainer-clean-am: distclean-am maintainer-clean-generic 217 218mostlyclean: mostlyclean-am 219 220mostlyclean-am: mostlyclean-generic 221 222.PHONY: all all-am check check-am clean clean-generic distclean \ 223 distclean-generic distdir dvi dvi-am info info-am install \ 224 install-am install-data install-data-am install-exec \ 225 install-exec-am install-info install-man install-strip \ 226 installcheck installcheck-am installdirs maintainer-clean \ 227 maintainer-clean-generic mostlyclean mostlyclean-generic \ 228 uninstall uninstall-am 229 230 231# for backwards compatibility with the old makefiles 232realclean: maintainer-clean 233.PHONY: realclean 234 235# Tell versions [3.59,3.63) of GNU make to not export all variables. 236# Otherwise a system limit (for SysV at least) may be exceeded. 237.NOEXPORT: 238