xref: /openbsd-src/gnu/usr.bin/cvs/diff/Makefile.in (revision 79822b2a8e4d74650c52f54c93026f6ded2f981e)
1*79822b2aStholo# Makefile.in generated automatically by automake 1.4e from Makefile.am.
22286d8edStholo
3*79822b2aStholo# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4*79822b2aStholo# Free Software Foundation, Inc.
5*79822b2aStholo# This Makefile.in is free software; the Free Software Foundation
6*79822b2aStholo# gives unlimited permission to copy and/or distribute it,
7*79822b2aStholo# with or without modifications, as long as this notice is preserved.
8*79822b2aStholo
9*79822b2aStholo# This program is distributed in the hope that it will be useful,
10*79822b2aStholo# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11*79822b2aStholo# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12*79822b2aStholo# PARTICULAR PURPOSE.
13*79822b2aStholo
14*79822b2aStholo@SET_MAKE@
15*79822b2aStholo
16*79822b2aStholo
17*79822b2aStholoSHELL = @SHELL@
182286d8edStholo
192286d8edStholosrcdir = @srcdir@
202286d8edStholotop_srcdir = @top_srcdir@
212286d8edStholoVPATH = @srcdir@
222286d8edStholoprefix = @prefix@
232286d8edStholoexec_prefix = @exec_prefix@
242286d8edStholo
25*79822b2aStholobindir = @bindir@
26*79822b2aStholosbindir = @sbindir@
27*79822b2aSthololibexecdir = @libexecdir@
28*79822b2aStholodatadir = @datadir@
29*79822b2aStholosysconfdir = @sysconfdir@
30*79822b2aStholosharedstatedir = @sharedstatedir@
31*79822b2aSthololocalstatedir = @localstatedir@
32*79822b2aSthololibdir = @libdir@
33*79822b2aStholoinfodir = @infodir@
34*79822b2aStholomandir = @mandir@
35*79822b2aStholoincludedir = @includedir@
36*79822b2aStholooldincludedir = /usr/include
372286d8edStholo
38*79822b2aStholopkgdatadir = $(datadir)/@PACKAGE@
39*79822b2aStholopkglibdir = $(libdir)/@PACKAGE@
40*79822b2aStholopkgincludedir = $(includedir)/@PACKAGE@
412286d8edStholo
42*79822b2aStholotop_builddir = ..
432286d8edStholo
44*79822b2aStholoACLOCAL = @ACLOCAL@
45*79822b2aStholoAUTOCONF = @AUTOCONF@
46*79822b2aStholoAUTOMAKE = @AUTOMAKE@
47*79822b2aStholoAUTOHEADER = @AUTOHEADER@
482286d8edStholo
49*79822b2aStholoINSTALL = @INSTALL@
50*79822b2aStholoINSTALL_PROGRAM = @INSTALL_PROGRAM@
51*79822b2aStholoINSTALL_DATA = @INSTALL_DATA@
52*79822b2aStholoINSTALL_SCRIPT = @INSTALL_SCRIPT@
53*79822b2aStholoINSTALL_HEADER = $(INSTALL_DATA)
54*79822b2aStholotransform = @program_transform_name@
552286d8edStholo
56*79822b2aStholoNORMAL_INSTALL = :
57*79822b2aStholoPRE_INSTALL = :
58*79822b2aStholoPOST_INSTALL = :
59*79822b2aStholoNORMAL_UNINSTALL = :
60*79822b2aStholoPRE_UNINSTALL = :
61*79822b2aStholoPOST_UNINSTALL = :
62*79822b2aStholoAMTAR = @AMTAR@
63*79822b2aStholoAWK = @AWK@
64*79822b2aStholoCC = @CC@
65*79822b2aStholoCSH = @CSH@
66*79822b2aStholoDEPDIR = @DEPDIR@
67*79822b2aStholoETAGS = @ETAGS@
68*79822b2aStholoETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@
69*79822b2aStholoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70*79822b2aStholoINSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
71*79822b2aStholoKRB4 = @KRB4@
72*79822b2aStholoLN_S = @LN_S@
73*79822b2aStholoMAKEINFO = @MAKEINFO@
74*79822b2aStholoPACKAGE = @PACKAGE@
75*79822b2aStholoPERL = @PERL@
76*79822b2aStholoPR = @PR@
77*79822b2aStholoPS2PDF = @PS2PDF@
78*79822b2aStholoRANLIB = @RANLIB@
79*79822b2aStholoROFF = @ROFF@
80*79822b2aStholoSTRIP = @STRIP@
81*79822b2aStholoTEXI2DVI = @TEXI2DVI@
82*79822b2aStholoVERSION = @VERSION@
83*79822b2aStholoYACC = @YACC@
84*79822b2aStholo_am_include = @_am_include@
85*79822b2aStholo_am_quote = @_am_quote@
86*79822b2aStholoincludeopt = @includeopt@
87*79822b2aStholoinstall_sh = @install_sh@
88*79822b2aStholo
89*79822b2aStholoINCLUDES = -I$(top_srcdir)/lib
90*79822b2aStholo
91*79822b2aStholonoinst_LIBRARIES = libdiff.a
92*79822b2aStholo
93*79822b2aSthololibdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \
94*79822b2aStholo        context.c ed.c normal.c ifdef.c util.c dir.c version.c diff.h \
95*79822b2aStholo        side.c system.h diffrun.h
96*79822b2aStholo
97*79822b2aStholo
98*79822b2aStholoEXTRA_DIST = ChangeLog build_diff.com diagmeet.note libdiff.dsp
99*79822b2aStholoEXEEXT =
100*79822b2aStholoOBJEXT = o
101*79822b2aStholosubdir = diff
102*79822b2aStholomkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103*79822b2aStholoCONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/src/options.h
104*79822b2aStholoCONFIG_CLEAN_FILES =
105*79822b2aStholoLIBRARIES = $(noinst_LIBRARIES)
106*79822b2aStholo
107*79822b2aSthololibdiff_a_AR = $(AR) cru
108*79822b2aSthololibdiff_a_LIBADD =
109*79822b2aStholoam_libdiff_a_OBJECTS = diff.$(OBJEXT) diff3.$(OBJEXT) analyze.$(OBJEXT) \
110*79822b2aStholo	cmpbuf.$(OBJEXT) io.$(OBJEXT) context.$(OBJEXT) ed.$(OBJEXT) \
111*79822b2aStholo	normal.$(OBJEXT) ifdef.$(OBJEXT) util.$(OBJEXT) dir.$(OBJEXT) \
112*79822b2aStholo	version.$(OBJEXT) side.$(OBJEXT)
113*79822b2aSthololibdiff_a_OBJECTS = $(am_libdiff_a_OBJECTS)
114*79822b2aStholoAR = ar
115*79822b2aStholoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
116*79822b2aStholo	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117*79822b2aStholoCFLAGS = @CFLAGS@
118*79822b2aStholoCCLD = $(CC)
119*79822b2aStholoLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
120*79822b2aStholo
121*79822b2aStholoDEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/src
122*79822b2aStholoDEFS = @DEFS@
123*79822b2aStholoCPPFLAGS = @CPPFLAGS@
124*79822b2aStholoLDFLAGS = @LDFLAGS@
125*79822b2aStholoLIBS = @LIBS@
126*79822b2aStholoDIST_SOURCES = $(libdiff_a_SOURCES)
127*79822b2aStholodepcomp = $(SHELL) $(top_srcdir)/depcomp
128*79822b2aStholo@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/analyze.Po $(DEPDIR)/cmpbuf.Po \
129*79822b2aStholo@AMDEP_TRUE@	$(DEPDIR)/context.Po $(DEPDIR)/diff.Po \
130*79822b2aStholo@AMDEP_TRUE@	$(DEPDIR)/diff3.Po $(DEPDIR)/dir.Po $(DEPDIR)/ed.Po \
131*79822b2aStholo@AMDEP_TRUE@	$(DEPDIR)/ifdef.Po $(DEPDIR)/io.Po \
132*79822b2aStholo@AMDEP_TRUE@	$(DEPDIR)/normal.Po $(DEPDIR)/side.Po \
133*79822b2aStholo@AMDEP_TRUE@	$(DEPDIR)/util.Po $(DEPDIR)/version.Po
134*79822b2aStholoDIST_COMMON = ChangeLog Makefile.am Makefile.in
135*79822b2aStholoSOURCES = $(libdiff_a_SOURCES)
136*79822b2aStholoOBJECTS = $(am_libdiff_a_OBJECTS)
137*79822b2aStholo
138*79822b2aStholoall: all-am
139*79822b2aStholo
140*79822b2aStholo.SUFFIXES:
141*79822b2aStholo.SUFFIXES: .c .o .obj
142*79822b2aStholo
143*79822b2aStholo$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
144*79822b2aStholo	cd $(top_srcdir) && \
145*79822b2aStholo	  $(AUTOMAKE) --gnu  diff/Makefile
146*79822b2aStholo
147*79822b2aStholoMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
148*79822b2aStholo	cd $(top_builddir) && \
149*79822b2aStholo	  CONFIG_HEADERS= CONFIG_LINKS= \
150*79822b2aStholo	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
151*79822b2aStholo
152*79822b2aStholoclean-noinstLIBRARIES:
153*79822b2aStholo	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
154*79822b2aStholo
155*79822b2aSthololibdiff.a: $(libdiff_a_OBJECTS) $(libdiff_a_DEPENDENCIES)
156*79822b2aStholo	-rm -f libdiff.a
157*79822b2aStholo	$(libdiff_a_AR) libdiff.a $(libdiff_a_OBJECTS) $(libdiff_a_LIBADD)
158*79822b2aStholo	$(RANLIB) libdiff.a
159*79822b2aStholo
160*79822b2aStholomostlyclean-compile:
161*79822b2aStholo	-rm -f *.$(OBJEXT) core *.core
162*79822b2aStholo
163*79822b2aStholodistclean-compile:
164*79822b2aStholo	-rm -f *.tab.c
165*79822b2aStholo
166*79822b2aStholotags: TAGS
167*79822b2aStholo
168*79822b2aStholoID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
169*79822b2aStholo	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
170*79822b2aStholo	unique=`for i in $$list; do \
171*79822b2aStholo	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
172*79822b2aStholo	  done | \
173*79822b2aStholo	  $(AWK) '    { files[$$0] = 1; } \
174*79822b2aStholo	       END { for (i in files) print i; }'`; \
175*79822b2aStholo	mkid -fID $$unique $(LISP)
176*79822b2aStholo
177*79822b2aStholoTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
178*79822b2aStholo		$(TAGS_FILES) $(LISP)
179*79822b2aStholo	tags=; \
180*79822b2aStholo	here=`pwd`; \
181*79822b2aStholo	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
182*79822b2aStholo	unique=`for i in $$list @CONFIG@; do \
183*79822b2aStholo	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184*79822b2aStholo	  done | \
185*79822b2aStholo	  $(AWK) '    { files[$$0] = 1; } \
186*79822b2aStholo	       END { for (i in files) print i; }'`; \
187*79822b2aStholo	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
188*79822b2aStholo	  || $(ETAGS) $(ETAGS_ARGS) $$tags  $$unique $(LISP)
189*79822b2aStholo
190*79822b2aStholoGTAGS:
191*79822b2aStholo	here=`CDPATH=: && cd $(top_builddir) && pwd` \
192*79822b2aStholo	  && cd $(top_srcdir) \
193*79822b2aStholo	  && gtags -i $$here
194*79822b2aStholo
195*79822b2aStholodistclean-tags:
196*79822b2aStholo	-rm -f TAGS ID
197*79822b2aStholo
198*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/analyze.Po@_am_quote@
199*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/cmpbuf.Po@_am_quote@
200*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/context.Po@_am_quote@
201*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/diff.Po@_am_quote@
202*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/diff3.Po@_am_quote@
203*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/dir.Po@_am_quote@
204*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/ed.Po@_am_quote@
205*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/ifdef.Po@_am_quote@
206*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/io.Po@_am_quote@
207*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/normal.Po@_am_quote@
208*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/side.Po@_am_quote@
209*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/util.Po@_am_quote@
210*79822b2aStholo@_am_include@ @_am_quote@$(DEPDIR)/version.Po@_am_quote@
211*79822b2aStholo
212*79822b2aStholodistclean-depend:
213*79822b2aStholo	-rm -rf $(DEPDIR)
214*79822b2aStholo
215*79822b2aStholoCCDEPMODE = @CCDEPMODE@
2162286d8edStholo
2172286d8edStholo.c.o:
218*79822b2aStholo	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
219*79822b2aStholo	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
220*79822b2aStholo	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221*79822b2aStholo	$(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
2222286d8edStholo
223*79822b2aStholo.c.obj:
224*79822b2aStholo	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
225*79822b2aStholo	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
226*79822b2aStholo	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
227*79822b2aStholo	$(COMPILE) -c -o $@ `cygpath -w $<`
2282286d8edStholo
2292286d8edStholo
230*79822b2aStholoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2312286d8edStholo
232*79822b2aStholotop_distdir = ..
233*79822b2aStholodistdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
234*79822b2aStholo
235*79822b2aStholodistdir: $(DISTFILES)
236*79822b2aStholo	@for file in $(DISTFILES); do \
237*79822b2aStholo	  d=$(srcdir); \
238*79822b2aStholo	  if test -d $$d/$$file; then \
239*79822b2aStholo	    cp -pR $$d/$$file $(distdir) \
240*79822b2aStholo	    || exit 1; \
241*79822b2aStholo	  else \
242*79822b2aStholo	    test -f $(distdir)/$$file \
243*79822b2aStholo	    || cp -p $$d/$$file $(distdir)/$$file \
244*79822b2aStholo	    || exit 1; \
245*79822b2aStholo	  fi; \
246*79822b2aStholo	done
247*79822b2aStholocheck-am: all-am
248*79822b2aStholocheck: check-am
249*79822b2aStholoall-am: Makefile $(LIBRARIES)
2502286d8edStholo
2512286d8edStholoinstalldirs:
2522286d8edStholo
253*79822b2aStholoinstall: install-am
254*79822b2aStholoinstall-exec: install-exec-am
255*79822b2aStholoinstall-data: install-data-am
256*79822b2aStholouninstall: uninstall-am
2572286d8edStholo
258*79822b2aStholoinstall-am: all-am
259*79822b2aStholo	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2602286d8edStholo
261*79822b2aStholoinstallcheck: installcheck-am
2622286d8edStholo
263*79822b2aStholoinstall-strip:
264*79822b2aStholo	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
265*79822b2aStholo	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
2662286d8edStholo
267*79822b2aStholomostlyclean-generic:
2682286d8edStholo
269*79822b2aStholoclean-generic:
2702286d8edStholo
271*79822b2aStholodistclean-generic:
272*79822b2aStholo	-rm -f Makefile $(CONFIG_CLEAN_FILES)
273*79822b2aStholo	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
2742286d8edStholo
275*79822b2aStholomaintainer-clean-generic:
276*79822b2aStholo	@echo "This command is intended for maintainers to use"
277*79822b2aStholo	@echo "it deletes files that may require special tools to rebuild."
278*79822b2aStholo	-rm -f Makefile.in
279*79822b2aStholoclean: clean-am
280*79822b2aStholo
281*79822b2aStholoclean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
282*79822b2aStholo
283*79822b2aStholodistclean: distclean-am
284*79822b2aStholo
285*79822b2aStholodistclean-am: clean-am distclean-compile distclean-depend \
286*79822b2aStholo	distclean-generic distclean-tags
287*79822b2aStholo
288*79822b2aStholodvi:
289*79822b2aStholo
290*79822b2aStholodvi-am:
291*79822b2aStholo
292*79822b2aStholoinfo:
293*79822b2aStholo
294*79822b2aStholoinfo-am:
295*79822b2aStholo
296*79822b2aStholoinstall-data-am:
297*79822b2aStholo
298*79822b2aStholoinstall-exec-am:
299*79822b2aStholo
300*79822b2aStholoinstall-info:
301*79822b2aStholo
302*79822b2aStholoinstall-man:
303*79822b2aStholo
304*79822b2aStholoinstallcheck-am:
305*79822b2aStholo
306*79822b2aStholomaintainer-clean: maintainer-clean-am
307*79822b2aStholo
308*79822b2aStholomaintainer-clean-am: distclean-am maintainer-clean-generic
309*79822b2aStholo
310*79822b2aStholomostlyclean: mostlyclean-am
311*79822b2aStholo
312*79822b2aStholomostlyclean-am: mostlyclean-compile mostlyclean-generic
313*79822b2aStholo
314*79822b2aStholo.PHONY: all all-am check check-am clean clean-generic \
315*79822b2aStholo	clean-noinstLIBRARIES distclean distclean-compile \
316*79822b2aStholo	distclean-depend distclean-generic distclean-tags distdir dvi \
317*79822b2aStholo	dvi-am info info-am install install-am install-data \
318*79822b2aStholo	install-data-am install-exec install-exec-am install-info \
319*79822b2aStholo	install-man install-strip installcheck installcheck-am \
320*79822b2aStholo	installdirs maintainer-clean maintainer-clean-generic \
321*79822b2aStholo	mostlyclean mostlyclean-compile mostlyclean-generic tags \
322*79822b2aStholo	uninstall uninstall-am
323*79822b2aStholo
324*79822b2aStholo
325*79822b2aStholo# Tell versions [3.59,3.63) of GNU make to not export all variables.
326*79822b2aStholo# Otherwise a system limit (for SysV at least) may be exceeded.
3272286d8edStholo.NOEXPORT:
328