Makefile.in revision 1.1.1.9
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 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	config.h \
108	ndir.h \
109	options.h \
110	pwd.h \
111	rcmd.h \
112	filesubr.c \
113	mkdir.c \
114	ndir.c \
115	pwd.c \
116	rcmd.c \
117	run.c \
118	sockerror.c \
119	startserver.c \
120	stripslash.c \
121	waitpid.c \
122	win32.c \
123	.cvsignore
124
125
126SUBDIRS = SCC
127EXEEXT =
128OBJEXT = o
129subdir = windows-NT
130mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
132CONFIG_CLEAN_FILES =
133DIST_SOURCES =
134
135RECURSIVE_TARGETS = all-recursive install-data-recursive \
136	install-exec-recursive installdirs-recursive install-recursive \
137	uninstall-recursive check-recursive installcheck-recursive
138DIST_COMMON = README ChangeLog Makefile.am Makefile.in
139DIST_SUBDIRS = $(SUBDIRS)
140all: all-recursive
141
142.SUFFIXES:
143
144$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
145	cd $(top_srcdir) && \
146	  $(AUTOMAKE) --gnu  windows-NT/Makefile
147
148Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
149	cd $(top_builddir) && \
150	  CONFIG_HEADERS= CONFIG_LINKS= \
151	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
152
153# This directory's subdirectories are mostly independent; you can cd
154# into them and run `make' without going through this Makefile.
155# To change the values of `make' variables: instead of editing Makefiles,
156# (1) if the variable is set in `config.status', edit `config.status'
157#     (which will cause the Makefiles to be regenerated when you run `make');
158# (2) otherwise, pass the desired values on the `make' command line.
159$(RECURSIVE_TARGETS):
160	@set fnord $(MAKEFLAGS); amf=$$2; \
161	dot_seen=no; \
162	target=`echo $@ | sed s/-recursive//`; \
163	list='$(SUBDIRS)'; for subdir in $$list; do \
164	  echo "Making $$target in $$subdir"; \
165	  if test "$$subdir" = "."; then \
166	    dot_seen=yes; \
167	    local_target="$$target-am"; \
168	  else \
169	    local_target="$$target"; \
170	  fi; \
171	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173	done; \
174	if test "$$dot_seen" = "no"; then \
175	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
176	fi; test -z "$$fail"
177
178mostlyclean-recursive clean-recursive distclean-recursive \
179maintainer-clean-recursive:
180	@set fnord $(MAKEFLAGS); amf=$$2; \
181	dot_seen=no; \
182	case "$@" in \
183	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
184	  *) list='$(SUBDIRS)' ;; \
185	esac; \
186	rev=''; for subdir in $$list; do \
187	  if test "$$subdir" = "."; then :; else \
188	    rev="$$subdir $$rev"; \
189	  fi; \
190	done; \
191	rev="$$rev ."; \
192	target=`echo $@ | sed s/-recursive//`; \
193	for subdir in $$rev; do \
194	  echo "Making $$target in $$subdir"; \
195	  if test "$$subdir" = "."; then \
196	    local_target="$$target-am"; \
197	  else \
198	    local_target="$$target"; \
199	  fi; \
200	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
202	done && test -z "$$fail"
203tags-recursive:
204	list='$(SUBDIRS)'; for subdir in $$list; do \
205	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
206	done
207
208tags: TAGS
209
210ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
211	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
212	unique=`for i in $$list; do \
213	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214	  done | \
215	  $(AWK) '    { files[$$0] = 1; } \
216	       END { for (i in files) print i; }'`; \
217	mkid -fID $$unique $(LISP)
218
219TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
220		$(TAGS_FILES) $(LISP)
221	tags=; \
222	here=`pwd`; \
223	list='$(SUBDIRS)'; for subdir in $$list; do \
224	  if test "$$subdir" = .; then :; else \
225	    test -f $$subdir/TAGS && tags="$$tags $(ETAGS_INCLUDE_OPTION)$$here/$$subdir/TAGS"; \
226	  fi; \
227	done; \
228	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
229	unique=`for i in $$list @CONFIG@; do \
230	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
231	  done | \
232	  $(AWK) '    { files[$$0] = 1; } \
233	       END { for (i in files) print i; }'`; \
234	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235	  || $(ETAGS) $(ETAGS_ARGS) $$tags  $$unique $(LISP)
236
237GTAGS:
238	here=`CDPATH=: && cd $(top_builddir) && pwd` \
239	  && cd $(top_srcdir) \
240	  && gtags -i $$here
241
242distclean-tags:
243	-rm -f TAGS ID
244
245DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246
247top_distdir = ..
248distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
249
250distdir: $(DISTFILES)
251	@for file in $(DISTFILES); do \
252	  d=$(srcdir); \
253	  if test -d $$d/$$file; then \
254	    cp -pR $$d/$$file $(distdir) \
255	    || exit 1; \
256	  else \
257	    test -f $(distdir)/$$file \
258	    || cp -p $$d/$$file $(distdir)/$$file \
259	    || exit 1; \
260	  fi; \
261	done
262	for subdir in $(SUBDIRS); do \
263	  if test "$$subdir" = .; then :; else \
264	    test -d $(distdir)/$$subdir \
265	    || mkdir $(distdir)/$$subdir \
266	    || exit 1; \
267	    (cd $$subdir && \
268	      $(MAKE) $(AM_MAKEFLAGS) \
269	        top_distdir="$(top_distdir)" \
270	        distdir=../$(distdir)/$$subdir \
271	        distdir) \
272	      || exit 1; \
273	  fi; \
274	done
275check-am: all-am
276check: check-recursive
277all-am: Makefile
278
279installdirs: installdirs-recursive
280installdirs-am:
281
282install: install-recursive
283install-exec: install-exec-recursive
284install-data: install-data-recursive
285uninstall: uninstall-recursive
286
287install-am: all-am
288	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
289
290installcheck: installcheck-recursive
291
292install-strip:
293	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
294	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
295
296mostlyclean-generic:
297
298clean-generic:
299
300distclean-generic:
301	-rm -f Makefile $(CONFIG_CLEAN_FILES)
302	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304maintainer-clean-generic:
305	@echo "This command is intended for maintainers to use"
306	@echo "it deletes files that may require special tools to rebuild."
307	-rm -f Makefile.in
308clean: clean-recursive
309
310clean-am: clean-generic mostlyclean-am
311
312distclean: distclean-recursive
313
314distclean-am: clean-am distclean-generic distclean-tags
315
316dvi:
317
318dvi-am:
319
320info:
321
322info-am:
323
324install-data-am:
325
326install-exec-am:
327
328install-info:
329
330install-man:
331
332installcheck-am:
333
334maintainer-clean: maintainer-clean-recursive
335
336maintainer-clean-am: distclean-am maintainer-clean-generic
337
338mostlyclean: mostlyclean-recursive
339
340mostlyclean-am: mostlyclean-generic
341
342.PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
343	clean-generic clean-recursive distclean distclean-generic \
344	distclean-recursive distclean-tags distdir dvi dvi-am info \
345	info-am install install-am install-data install-data-am \
346	install-data-recursive install-exec install-exec-am \
347	install-exec-recursive install-info install-man \
348	install-recursive install-strip installcheck installcheck-am \
349	installdirs installdirs-am installdirs-recursive \
350	maintainer-clean maintainer-clean-generic \
351	maintainer-clean-recursive mostlyclean mostlyclean-generic \
352	mostlyclean-recursive tags tags-recursive uninstall \
353	uninstall-am uninstall-recursive
354
355
356# for backwards compatibility with the old makefiles
357realclean: maintainer-clean
358.PHONY: realclean
359
360# Tell versions [3.59,3.63) of GNU make to not export all variables.
361# Otherwise a system limit (for SysV at least) may be exceeded.
362.NOEXPORT:
363