1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Makefile for GNU CVS program.
18#
19# Copyright (C) 1986-2005 The Free Software Foundation, Inc.
20#
21# Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
22#                                  and others.
23
24# This program is free software; you can redistribute it and/or modify
25# it under the terms of the GNU General Public License as published by
26# the Free Software Foundation; either version 2, or (at your option)
27# any later version.
28
29# This program is distributed in the hope that it will be useful,
30# but WITHOUT ANY WARRANTY; without even the implied warranty of
31# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32# GNU General Public License for more details.
33
34
35VPATH = @srcdir@
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51bin_PROGRAMS = cvs$(EXEEXT)
52subdir = src
53DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54	$(srcdir)/cvsbug.in ChangeLog
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
57	$(top_srcdir)/configure.in
58am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59	$(ACLOCAL_M4)
60mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61CONFIG_HEADER = $(top_builddir)/config.h
62CONFIG_CLEAN_FILES = cvsbug
63am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
64binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
65PROGRAMS = $(bin_PROGRAMS)
66am_cvs_OBJECTS = add.$(OBJEXT) admin.$(OBJEXT) annotate.$(OBJEXT) \
67	buffer.$(OBJEXT) checkin.$(OBJEXT) checkout.$(OBJEXT) \
68	classify.$(OBJEXT) client.$(OBJEXT) commit.$(OBJEXT) \
69	create_adm.$(OBJEXT) cvsrc.$(OBJEXT) diff.$(OBJEXT) \
70	edit.$(OBJEXT) entries.$(OBJEXT) error.$(OBJEXT) \
71	expand_path.$(OBJEXT) fileattr.$(OBJEXT) filesubr.$(OBJEXT) \
72	find_names.$(OBJEXT) hardlink.$(OBJEXT) hash.$(OBJEXT) \
73	history.$(OBJEXT) ignore.$(OBJEXT) import.$(OBJEXT) \
74	lock.$(OBJEXT) log.$(OBJEXT) login.$(OBJEXT) logmsg.$(OBJEXT) \
75	main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \
76	myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \
77	patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \
78	recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \
79	repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) \
80	scramble.$(OBJEXT) server.$(OBJEXT) stack.$(OBJEXT) \
81	status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) update.$(OBJEXT) \
82	version.$(OBJEXT) vers_ts.$(OBJEXT) watch.$(OBJEXT) \
83	wrapper.$(OBJEXT) zlib.$(OBJEXT)
84cvs_OBJECTS = $(am_cvs_OBJECTS)
85cvs_DEPENDENCIES = ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a
86binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
87SCRIPTS = $(bin_SCRIPTS)
88DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
89depcomp = $(SHELL) $(top_srcdir)/depcomp
90am__depfiles_maybe = depfiles
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93CCLD = $(CC)
94LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95SOURCES = $(cvs_SOURCES)
96DIST_SOURCES = $(cvs_SOURCES)
97ETAGS = etags
98CTAGS = ctags
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = @ACLOCAL@
101AMTAR = @AMTAR@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CPP = @CPP@
110CPPFLAGS = @CPPFLAGS@
111CSH = @CSH@
112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
115ECHO_C = @ECHO_C@
116ECHO_N = @ECHO_N@
117ECHO_T = @ECHO_T@
118EDITOR = @EDITOR@
119EGREP = @EGREP@
120EXEEXT = @EXEEXT@
121GREP = @GREP@
122INSTALL = @INSTALL@
123INSTALL_DATA = @INSTALL_DATA@
124INSTALL_PROGRAM = @INSTALL_PROGRAM@
125INSTALL_SCRIPT = @INSTALL_SCRIPT@
126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127KRB4 = @KRB4@
128LDFLAGS = @LDFLAGS@
129LIBOBJS = @LIBOBJS@
130LIBS = @LIBS@
131LN_S = @LN_S@
132LTLIBOBJS = @LTLIBOBJS@
133MAINT = @MAINT@
134MAKEINFO = @MAKEINFO@
135MKDIR_P = @MKDIR_P@
136MKTEMP = @MKTEMP@
137OBJEXT = @OBJEXT@
138PACKAGE = @PACKAGE@
139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140PACKAGE_NAME = @PACKAGE_NAME@
141PACKAGE_STRING = @PACKAGE_STRING@
142PACKAGE_TARNAME = @PACKAGE_TARNAME@
143PACKAGE_VERSION = @PACKAGE_VERSION@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145PERL = @PERL@
146PR = @PR@
147PS2PDF = @PS2PDF@
148RANLIB = @RANLIB@
149ROFF = @ROFF@
150SENDMAIL = @SENDMAIL@
151SET_MAKE = @SET_MAKE@
152SHELL = /bin/sh
153STRIP = @STRIP@
154TEXI2DVI = @TEXI2DVI@
155VERSION = @VERSION@
156YACC = @YACC@
157YFLAGS = @YFLAGS@
158abs_builddir = @abs_builddir@
159abs_srcdir = @abs_srcdir@
160abs_top_builddir = @abs_top_builddir@
161abs_top_srcdir = @abs_top_srcdir@
162ac_ct_CC = @ac_ct_CC@
163ac_prefix_program = @ac_prefix_program@
164am__include = @am__include@
165am__leading_dot = @am__leading_dot@
166am__quote = @am__quote@
167am__tar = @am__tar@
168am__untar = @am__untar@
169bindir = @bindir@
170build_alias = @build_alias@
171builddir = @builddir@
172datadir = @datadir@
173datarootdir = @datarootdir@
174docdir = @docdir@
175dvidir = @dvidir@
176exec_prefix = @exec_prefix@
177host_alias = @host_alias@
178htmldir = @htmldir@
179includedir = @includedir@
180includeopt = @includeopt@
181infodir = @infodir@
182install_sh = @install_sh@
183libdir = @libdir@
184libexecdir = @libexecdir@
185localedir = @localedir@
186localstatedir = @localstatedir@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
196srcdir = @srcdir@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
199top_builddir = @top_builddir@
200top_srcdir = @top_srcdir@
201with_default_rsh = @with_default_rsh@
202with_default_ssh = @with_default_ssh@
203
204# $(includeopt) is CVS specific and set by configure
205# FIXME - This includes line is dependant on its order.  This means there is
206# some namespace hackery going on that maybe shouldn't be.  Long term fix is to
207# try and remove naming ocnflicts and fix Automake to allow particular includes
208# to be attached only to particular object files.  Short term fix is either or.
209INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt)
210bin_SCRIPTS = cvsbug
211
212# The cvs executable
213cvs_SOURCES = \
214	add.c \
215	admin.c \
216	annotate.c \
217	buffer.c \
218	checkin.c \
219	checkout.c \
220	classify.c \
221	client.c \
222	commit.c \
223	create_adm.c \
224	cvsrc.c diff.c \
225	edit.c \
226	entries.c \
227	error.c \
228	expand_path.c \
229	fileattr.c \
230	filesubr.c \
231	find_names.c \
232	hardlink.c \
233	hash.c \
234	history.c \
235	ignore.c \
236	import.c \
237	lock.c \
238	log.c \
239	login.c \
240	logmsg.c \
241	main.c \
242	mkmodules.c \
243	modules.c \
244	myndbm.c \
245	no_diff.c \
246	parseinfo.c \
247	patch.c \
248	rcs.c \
249	rcscmds.c \
250	recurse.c \
251	release.c \
252	remove.c \
253	repos.c \
254	root.c \
255	run.c \
256	scramble.c \
257	server.c \
258	stack.c \
259	status.c \
260	subr.c \
261	tag.c \
262	update.c \
263	version.c \
264	vers_ts.c \
265	watch.c \
266	wrapper.c \
267	zlib.c \
268	buffer.h \
269	client.h \
270	cvs.h \
271	edit.h \
272	error.h \
273	fileattr.h \
274	hardlink.h \
275	hash.h \
276	history.h \
277	myndbm.h \
278	rcs.h \
279	root.h \
280	server.h \
281	stack.h \
282	update.h \
283	watch.h
284
285cvs_LDADD = \
286	../diff/libdiff.a \
287	../lib/libcvs.a \
288	../zlib/libz.a
289
290
291# extra clean targets
292# wish this could be distclean-hdr-local but it's not part of automake
293DISTCLEANFILES = check.log check.plog
294
295# General
296EXTRA_DIST = \
297	.cvsignore \
298	ChangeLog-9194 \
299	ChangeLog-9395 \
300	ChangeLog-96 \
301	ChangeLog-97 \
302	build_src.com \
303	sanity.sh
304
305all: all-am
306
307.SUFFIXES:
308.SUFFIXES: .c .o .obj
309$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
310	@for dep in $?; do \
311	  case '$(am__configure_deps)' in \
312	    *$$dep*) \
313	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
314		&& exit 0; \
315	      exit 1;; \
316	  esac; \
317	done; \
318	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
319	cd $(top_srcdir) && \
320	  $(AUTOMAKE) --gnu  src/Makefile
321.PRECIOUS: Makefile
322Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323	@case '$?' in \
324	  *config.status*) \
325	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326	  *) \
327	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329	esac;
330
331$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338cvsbug: $(top_builddir)/config.status $(srcdir)/cvsbug.in
339	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
340install-binPROGRAMS: $(bin_PROGRAMS)
341	@$(NORMAL_INSTALL)
342	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
343	@list='$(bin_PROGRAMS)'; for p in $$list; do \
344	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
345	  if test -f $$p \
346	  ; then \
347	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
348	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
349	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
350	  else :; fi; \
351	done
352
353uninstall-binPROGRAMS:
354	@$(NORMAL_UNINSTALL)
355	@list='$(bin_PROGRAMS)'; for p in $$list; do \
356	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
357	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
358	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
359	done
360
361clean-binPROGRAMS:
362	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
363cvs$(EXEEXT): $(cvs_OBJECTS) $(cvs_DEPENDENCIES) 
364	@rm -f cvs$(EXEEXT)
365	$(LINK) $(cvs_OBJECTS) $(cvs_LDADD) $(LIBS)
366install-binSCRIPTS: $(bin_SCRIPTS)
367	@$(NORMAL_INSTALL)
368	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
369	@list='$(bin_SCRIPTS)'; for p in $$list; do \
370	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
371	  if test -f $$d$$p; then \
372	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
373	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
374	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
375	  else :; fi; \
376	done
377
378uninstall-binSCRIPTS:
379	@$(NORMAL_UNINSTALL)
380	@list='$(bin_SCRIPTS)'; for p in $$list; do \
381	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
382	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
383	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
384	done
385
386mostlyclean-compile:
387	-rm -f *.$(OBJEXT)
388
389distclean-compile:
390	-rm -f *.tab.c
391
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Po@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/admin.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/annotate.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkin.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkout.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classify.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commit.Po@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/create_adm.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsrc.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diff.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entries.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand_path.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileattr.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesubr.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_names.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hardlink.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ignore.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Po@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lock.Po@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logmsg.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkmodules.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myndbm.Po@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/no_diff.Po@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parseinfo.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patch.Po@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcs.Po@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rcscmds.Po@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recurse.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/release.Po@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remove.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/repos.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/root.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scramble.Po@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stack.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subr.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tag.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vers_ts.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrapper.Po@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zlib.Po@am__quote@
447
448.c.o:
449@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453@am__fastdepCC_FALSE@	$(COMPILE) -c $<
454
455.c.obj:
456@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
457@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
459@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
461
462ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464	unique=`for i in $$list; do \
465	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466	  done | \
467	  $(AWK) '    { files[$$0] = 1; } \
468	       END { for (i in files) print i; }'`; \
469	mkid -fID $$unique
470tags: TAGS
471
472TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
473		$(TAGS_FILES) $(LISP)
474	tags=; \
475	here=`pwd`; \
476	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477	unique=`for i in $$list; do \
478	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479	  done | \
480	  $(AWK) '    { files[$$0] = 1; } \
481	       END { for (i in files) print i; }'`; \
482	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
483	  test -n "$$unique" || unique=$$empty_fix; \
484	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485	    $$tags $$unique; \
486	fi
487ctags: CTAGS
488CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
489		$(TAGS_FILES) $(LISP)
490	tags=; \
491	here=`pwd`; \
492	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
493	unique=`for i in $$list; do \
494	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495	  done | \
496	  $(AWK) '    { files[$$0] = 1; } \
497	       END { for (i in files) print i; }'`; \
498	test -z "$(CTAGS_ARGS)$$tags$$unique" \
499	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500	     $$tags $$unique
501
502GTAGS:
503	here=`$(am__cd) $(top_builddir) && pwd` \
504	  && cd $(top_srcdir) \
505	  && gtags -i $(GTAGS_ARGS) $$here
506
507distclean-tags:
508	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
510distdir: $(DISTFILES)
511	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
512	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513	list='$(DISTFILES)'; \
514	  dist_files=`for file in $$list; do echo $$file; done | \
515	  sed -e "s|^$$srcdirstrip/||;t" \
516	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
517	case $$dist_files in \
518	  */*) $(MKDIR_P) `echo "$$dist_files" | \
519			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520			   sort -u` ;; \
521	esac; \
522	for file in $$dist_files; do \
523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524	  if test -d $$d/$$file; then \
525	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
526	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
528	    fi; \
529	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
530	  else \
531	    test -f $(distdir)/$$file \
532	    || cp -p $$d/$$file $(distdir)/$$file \
533	    || exit 1; \
534	  fi; \
535	done
536check-am: all-am
537	$(MAKE) $(AM_MAKEFLAGS) check-local
538check: check-am
539all-am: Makefile $(PROGRAMS) $(SCRIPTS)
540installdirs:
541	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; do \
542	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543	done
544install: install-am
545install-exec: install-exec-am
546install-data: install-data-am
547uninstall: uninstall-am
548
549install-am: all-am
550	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
552installcheck: installcheck-am
553install-strip:
554	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	  `test -z '$(STRIP)' || \
557	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
558mostlyclean-generic:
559
560clean-generic:
561
562distclean-generic:
563	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
565
566maintainer-clean-generic:
567	@echo "This command is intended for maintainers to use"
568	@echo "it deletes files that may require special tools to rebuild."
569clean: clean-am
570
571clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
572
573distclean: distclean-am
574	-rm -rf ./$(DEPDIR)
575	-rm -f Makefile
576distclean-am: clean-am distclean-compile distclean-generic \
577	distclean-tags
578
579dvi: dvi-am
580
581dvi-am:
582
583html: html-am
584
585info: info-am
586
587info-am:
588
589install-data-am:
590
591install-dvi: install-dvi-am
592
593install-exec-am: install-binPROGRAMS install-binSCRIPTS
594
595install-html: install-html-am
596
597install-info: install-info-am
598
599install-man:
600
601install-pdf: install-pdf-am
602
603install-ps: install-ps-am
604
605installcheck-am:
606
607maintainer-clean: maintainer-clean-am
608	-rm -rf ./$(DEPDIR)
609	-rm -f Makefile
610maintainer-clean-am: distclean-am maintainer-clean-generic
611
612mostlyclean: mostlyclean-am
613
614mostlyclean-am: mostlyclean-compile mostlyclean-generic
615
616pdf: pdf-am
617
618pdf-am:
619
620ps: ps-am
621
622ps-am:
623
624uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
625
626.MAKE: install-am install-strip
627
628.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
629	clean-binPROGRAMS clean-generic ctags distclean \
630	distclean-compile distclean-generic distclean-tags distdir dvi \
631	dvi-am html html-am info info-am install install-am \
632	install-binPROGRAMS install-binSCRIPTS install-data \
633	install-data-am install-dvi install-dvi-am install-exec \
634	install-exec-am install-html install-html-am install-info \
635	install-info-am install-man install-pdf install-pdf-am \
636	install-ps install-ps-am install-strip installcheck \
637	installcheck-am installdirs maintainer-clean \
638	maintainer-clean-generic mostlyclean mostlyclean-compile \
639	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
640	uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS
641
642
643check-local: localcheck remotecheck
644
645.PHONY: localcheck
646localcheck:
647	$(SHELL) $(srcdir)/sanity.sh `pwd`/cvs$(EXEEXT)
648
649.PHONY: remotecheck
650remotecheck: all
651	$(SHELL) $(srcdir)/sanity.sh -r `pwd`/cvs$(EXEEXT)
652
653# for backwards compatibility with the old makefiles
654.PHONY: realclean
655realclean: maintainer-clean
656# Tell versions [3.59,3.63) of GNU make to not export all variables.
657# Otherwise a system limit (for SysV at least) may be exceeded.
658.NOEXPORT:
659