1# Makefile.in generated by automake 1.6 from Makefile.am.
2# lib/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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
16
17# Automakefile for GNU Diffutils library.
18
19# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
20SHELL = /bin/sh
21
22srcdir = .
23top_srcdir = ..
24
25prefix = /boot/common
26exec_prefix = ${prefix}
27
28bindir = ${exec_prefix}/bin
29sbindir = ${exec_prefix}/sbin
30libexecdir = ${exec_prefix}/libexec
31datadir = ${prefix}/share
32sysconfdir = ${prefix}/etc
33sharedstatedir = ${prefix}/com
34localstatedir = ${prefix}/var
35libdir = ${exec_prefix}/lib
36infodir = ${prefix}/info
37mandir = ${prefix}/man
38includedir = ${prefix}/include
39oldincludedir = /usr/include
40pkgdatadir = $(datadir)/diffutils
41pkglibdir = $(libdir)/diffutils
42pkgincludedir = $(includedir)/diffutils
43top_builddir = ..
44
45ACLOCAL = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run aclocal-1.6
46AUTOCONF = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run autoconf
47AUTOMAKE = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run automake-1.6
48AUTOHEADER = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run autoheader
49
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51INSTALL = /bin/install -c
52INSTALL_PROGRAM = ${INSTALL}
53INSTALL_DATA = ${INSTALL} -m 644
54install_sh_DATA = $(install_sh) -c -m 644
55install_sh_PROGRAM = $(install_sh) -c
56INSTALL_SCRIPT = ${INSTALL}
57INSTALL_HEADER = $(INSTALL_DATA)
58transform = s,x,x,
59NORMAL_INSTALL = :
60PRE_INSTALL = :
61POST_INSTALL = :
62NORMAL_UNINSTALL = :
63PRE_UNINSTALL = :
64POST_UNINSTALL = :
65host_alias = 
66host_triplet = i586-pc-haiku
67
68EXEEXT = 
69OBJEXT = o
70PATH_SEPARATOR = :
71AMTAR = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run tar
72AWK = gawk
73BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
74CATOBJEXT = @CATOBJEXT@
75CC = gcc
76CPP = gcc -E
77DATADIRNAME = @DATADIRNAME@
78DEPDIR = .deps
79GENCAT = @GENCAT@
80GLIBC21 = @GLIBC21@
81GMSGFMT = :
82HAVE_LIB = @HAVE_LIB@
83HELP2MAN = ${SHELL} /boot/home/svnhaiku/haiku/src/bin/diffutils/config/missing --run help2man
84INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
85INSTOBJEXT = @INSTOBJEXT@
86INTLBISON = @INTLBISON@
87INTLLIBS = 
88INTLOBJS = @INTLOBJS@
89INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
90LIB = @LIB@
91LIBICONV = /boot/common/lib/libiconv.a
92LIBINTL = 
93LIB_CLOCK_GETTIME = 
94LTLIB = @LTLIB@
95LTLIBICONV = -L/boot/common/lib -liconv
96LTLIBINTL = 
97MKINSTALLDIRS = config/mkinstalldirs
98PACKAGE = diffutils
99POSUB = 
100PR_PROGRAM = /bin/pr
101RANLIB = ranlib
102STRIP = 
103U = 
104USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105USE_NLS = no
106VERSION = 2.8.1
107am__include = include
108am__quote = 
109install_sh = /boot/home/svnhaiku/haiku/src/bin/diffutils/config/install-sh
110
111noinst_LIBRARIES = libdiffutils.a
112
113EXTRA_DIST = alloca.c fnmatch.c inttostr.c malloc.c memchr.c mkstemp.c \
114  realloc.c regex.c strcasecmp.c strtoimax.c strtol.c tempname.c waitpid.c \
115  xstrtol.c
116
117SUBDIRS = posix
118
119noinst_HEADERS = \
120  c-stack.h cmpbuf.h dirname.h error.h exclude.h exitfail.h \
121  fnmatch.hin freesoft.h getopt.h \
122  gettext.h hard-locale.h inttostr.h prepargs.h posixver.h quotesys.h \
123  regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
124
125
126libdiffutils_a_SOURCES = \
127  basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
128  freesoft.c getopt.c getopt1.c \
129  hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
130  setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
131
132
133libdiffutils_a_LIBADD =  
134libdiffutils_a_DEPENDENCIES = $(libdiffutils_a_LIBADD)
135
136DISTCLEANFILES = fnmatch.h fnmatch.hno regex.h regex.hno
137subdir = lib
138mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
139CONFIG_HEADER = $(top_builddir)/config.h
140CONFIG_CLEAN_FILES =
141LIBRARIES = $(noinst_LIBRARIES)
142
143libdiffutils_a_AR = $(AR) cru
144am_libdiffutils_a_OBJECTS = basename.$(OBJEXT) c-stack.$(OBJEXT) \
145	cmpbuf.$(OBJEXT) error.$(OBJEXT) exclude.$(OBJEXT) \
146	exitfail.$(OBJEXT) freesoft.$(OBJEXT) getopt.$(OBJEXT) \
147	getopt1.$(OBJEXT) hard-locale.$(OBJEXT) imaxtostr.$(OBJEXT) \
148	offtostr.$(OBJEXT) prepargs.$(OBJEXT) posixver.$(OBJEXT) \
149	quotesys.$(OBJEXT) setmode.$(OBJEXT) strftime.$(OBJEXT) \
150	umaxtostr.$(OBJEXT) xmalloc.$(OBJEXT) xstrtoumax.$(OBJEXT)
151libdiffutils_a_OBJECTS = $(am_libdiffutils_a_OBJECTS)
152
153DEFS = -DHAVE_CONFIG_H
154DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
155CPPFLAGS = -I/boot/common/include
156LDFLAGS = 
157LIBS = 
158depcomp = $(SHELL) $(top_srcdir)/config/depcomp
159am__depfiles_maybe = depfiles
160DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/fnmatch.Po \
161	$(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
162	$(DEPDIR)/mkstemp.Po $(DEPDIR)/realloc.Po \
163	$(DEPDIR)/regex.Po $(DEPDIR)/strcasecmp.Po \
164	$(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \
165	$(DEPDIR)/strtoumax.Po $(DEPDIR)/tempname.Po \
166	$(DEPDIR)/waitpid.Po ./$(DEPDIR)/basename.Po \
167	./$(DEPDIR)/c-stack.Po ./$(DEPDIR)/cmpbuf.Po \
168	./$(DEPDIR)/error.Po ./$(DEPDIR)/exclude.Po \
169	./$(DEPDIR)/exitfail.Po ./$(DEPDIR)/freesoft.Po \
170	./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
171	./$(DEPDIR)/hard-locale.Po ./$(DEPDIR)/imaxtostr.Po \
172	./$(DEPDIR)/offtostr.Po ./$(DEPDIR)/posixver.Po \
173	./$(DEPDIR)/prepargs.Po ./$(DEPDIR)/quotesys.Po \
174	./$(DEPDIR)/setmode.Po ./$(DEPDIR)/strftime.Po \
175	./$(DEPDIR)/umaxtostr.Po ./$(DEPDIR)/xmalloc.Po \
176	./$(DEPDIR)/xstrtoumax.Po
177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179CCLD = $(CC)
180LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
181CFLAGS = -g -O2
182DIST_SOURCES = $(libdiffutils_a_SOURCES)
183HEADERS = $(noinst_HEADERS)
184
185
186RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
187	uninstall-info-recursive all-recursive install-data-recursive \
188	install-exec-recursive installdirs-recursive install-recursive \
189	uninstall-recursive check-recursive installcheck-recursive
190DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in alloca.c \
191	fnmatch.c malloc.c memchr.c mkstemp.c realloc.c regex.c \
192	strcasecmp.c strtoul.c strtoull.c strtoumax.c tempname.c \
193	waitpid.c
194DIST_SUBDIRS = $(SUBDIRS)
195SOURCES = $(libdiffutils_a_SOURCES)
196
197all: all-recursive
198
199.SUFFIXES:
200.SUFFIXES: .c .o .obj
201$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
202	cd $(top_srcdir) && \
203	  $(AUTOMAKE) --gnits  lib/Makefile
204Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
205	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
206
207AR = ar
208
209clean-noinstLIBRARIES:
210	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
211libdiffutils.a: $(libdiffutils_a_OBJECTS) $(libdiffutils_a_DEPENDENCIES) 
212	-rm -f libdiffutils.a
213	$(libdiffutils_a_AR) libdiffutils.a $(libdiffutils_a_OBJECTS) $(libdiffutils_a_LIBADD)
214	$(RANLIB) libdiffutils.a
215
216mostlyclean-compile:
217	-rm -f *.$(OBJEXT) core *.core
218
219distclean-compile:
220	-rm -f *.tab.c
221
222include $(DEPDIR)/alloca.Po
223include $(DEPDIR)/fnmatch.Po
224include $(DEPDIR)/malloc.Po
225include $(DEPDIR)/memchr.Po
226include $(DEPDIR)/mkstemp.Po
227include $(DEPDIR)/realloc.Po
228include $(DEPDIR)/regex.Po
229include $(DEPDIR)/strcasecmp.Po
230include $(DEPDIR)/strtoul.Po
231include $(DEPDIR)/strtoull.Po
232include $(DEPDIR)/strtoumax.Po
233include $(DEPDIR)/tempname.Po
234include $(DEPDIR)/waitpid.Po
235include ./$(DEPDIR)/basename.Po
236include ./$(DEPDIR)/c-stack.Po
237include ./$(DEPDIR)/cmpbuf.Po
238include ./$(DEPDIR)/error.Po
239include ./$(DEPDIR)/exclude.Po
240include ./$(DEPDIR)/exitfail.Po
241include ./$(DEPDIR)/freesoft.Po
242include ./$(DEPDIR)/getopt.Po
243include ./$(DEPDIR)/getopt1.Po
244include ./$(DEPDIR)/hard-locale.Po
245include ./$(DEPDIR)/imaxtostr.Po
246include ./$(DEPDIR)/offtostr.Po
247include ./$(DEPDIR)/posixver.Po
248include ./$(DEPDIR)/prepargs.Po
249include ./$(DEPDIR)/quotesys.Po
250include ./$(DEPDIR)/setmode.Po
251include ./$(DEPDIR)/strftime.Po
252include ./$(DEPDIR)/umaxtostr.Po
253include ./$(DEPDIR)/xmalloc.Po
254include ./$(DEPDIR)/xstrtoumax.Po
255
256distclean-depend:
257	-rm -rf $(DEPDIR) ./$(DEPDIR)
258
259.c.o:
260	source='$<' object='$@' libtool=no \
261	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
262	$(CCDEPMODE) $(depcomp) \
263	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
264
265.c.obj:
266	source='$<' object='$@' libtool=no \
267	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
268	$(CCDEPMODE) $(depcomp) \
269	$(COMPILE) -c `cygpath -w $<`
270CCDEPMODE = depmode=gcc
271uninstall-info-am:
272
273# This directory's subdirectories are mostly independent; you can cd
274# into them and run `make' without going through this Makefile.
275# To change the values of `make' variables: instead of editing Makefiles,
276# (1) if the variable is set in `config.status', edit `config.status'
277#     (which will cause the Makefiles to be regenerated when you run `make');
278# (2) otherwise, pass the desired values on the `make' command line.
279$(RECURSIVE_TARGETS):
280	@set fnord $(MAKEFLAGS); amf=$$2; \
281	dot_seen=no; \
282	target=`echo $@ | sed s/-recursive//`; \
283	list='$(SUBDIRS)'; for subdir in $$list; do \
284	  echo "Making $$target in $$subdir"; \
285	  if test "$$subdir" = "."; then \
286	    dot_seen=yes; \
287	    local_target="$$target-am"; \
288	  else \
289	    local_target="$$target"; \
290	  fi; \
291	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
292	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
293	done; \
294	if test "$$dot_seen" = "no"; then \
295	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
296	fi; test -z "$$fail"
297
298mostlyclean-recursive clean-recursive distclean-recursive \
299maintainer-clean-recursive:
300	@set fnord $(MAKEFLAGS); amf=$$2; \
301	dot_seen=no; \
302	case "$@" in \
303	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
304	  *) list='$(SUBDIRS)' ;; \
305	esac; \
306	rev=''; for subdir in $$list; do \
307	  if test "$$subdir" = "."; then :; else \
308	    rev="$$subdir $$rev"; \
309	  fi; \
310	done; \
311	rev="$$rev ."; \
312	target=`echo $@ | sed s/-recursive//`; \
313	for subdir in $$rev; do \
314	  echo "Making $$target in $$subdir"; \
315	  if test "$$subdir" = "."; then \
316	    local_target="$$target-am"; \
317	  else \
318	    local_target="$$target"; \
319	  fi; \
320	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
322	done && test -z "$$fail"
323tags-recursive:
324	list='$(SUBDIRS)'; for subdir in $$list; do \
325	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
326	done
327
328ETAGS = etags
329ETAGSFLAGS =
330
331tags: TAGS
332
333ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335	unique=`for i in $$list; do \
336	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337	  done | \
338	  $(AWK) '    { files[$$0] = 1; } \
339	       END { for (i in files) print i; }'`; \
340	mkid -fID $$unique
341
342TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343		$(TAGS_FILES) $(LISP)
344	tags=; \
345	here=`pwd`; \
346	list='$(SUBDIRS)'; for subdir in $$list; do \
347	  if test "$$subdir" = .; then :; else \
348	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
349	  fi; \
350	done; \
351	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352	unique=`for i in $$list; do \
353	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354	  done | \
355	  $(AWK) '    { files[$$0] = 1; } \
356	       END { for (i in files) print i; }'`; \
357	test -z "$(ETAGS_ARGS)$$tags$$unique" \
358	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359	     $$tags $$unique
360
361GTAGS:
362	here=`$(am__cd) $(top_builddir) && pwd` \
363	  && cd $(top_srcdir) \
364	  && gtags -i $(GTAGS_ARGS) $$here
365
366distclean-tags:
367	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
368DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
369
370top_distdir = ..
371distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
372
373distdir: $(DISTFILES)
374	@for file in $(DISTFILES); do \
375	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
376	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
377	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
378	    dir="/$$dir"; \
379	    $(mkinstalldirs) "$(distdir)$$dir"; \
380	  else \
381	    dir=''; \
382	  fi; \
383	  if test -d $$d/$$file; then \
384	    cp -pR $$d/$$file $(distdir)$$dir \
385	    || exit 1; \
386	  else \
387	    test -f $(distdir)/$$file \
388	    || cp -p $$d/$$file $(distdir)/$$file \
389	    || exit 1; \
390	  fi; \
391	done
392	list='$(SUBDIRS)'; for subdir in $$list; do \
393	  if test "$$subdir" = .; then :; else \
394	    test -d $(distdir)/$$subdir \
395	    || mkdir $(distdir)/$$subdir \
396	    || exit 1; \
397	    (cd $$subdir && \
398	      $(MAKE) $(AM_MAKEFLAGS) \
399	        top_distdir="$(top_distdir)" \
400	        distdir=../$(distdir)/$$subdir \
401	        distdir) \
402	      || exit 1; \
403	  fi; \
404	done
405check-am: all-am
406check: check-recursive
407all-am: Makefile $(LIBRARIES) $(HEADERS)
408installdirs: installdirs-recursive
409installdirs-am:
410
411install: install-recursive
412install-exec: install-exec-recursive
413install-data: install-data-recursive
414uninstall: uninstall-recursive
415
416install-am: all-am
417	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
419installcheck: installcheck-recursive
420install-strip:
421	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
422	  INSTALL_STRIP_FLAG=-s \
423	  `test -z '$(STRIP)' || \
424	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
425mostlyclean-generic:
426
427clean-generic:
428
429distclean-generic:
430	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
431	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
432
433maintainer-clean-generic:
434	@echo "This command is intended for maintainers to use"
435	@echo "it deletes files that may require special tools to rebuild."
436clean: clean-recursive
437
438clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
439
440distclean: distclean-recursive
441
442distclean-am: clean-am distclean-compile distclean-depend \
443	distclean-generic distclean-tags
444
445dvi: dvi-recursive
446
447dvi-am:
448
449info: info-recursive
450
451info-am:
452
453install-data-am:
454
455install-exec-am:
456
457install-info: install-info-recursive
458
459install-man:
460
461installcheck-am:
462
463maintainer-clean: maintainer-clean-recursive
464
465maintainer-clean-am: distclean-am maintainer-clean-generic
466
467mostlyclean: mostlyclean-recursive
468
469mostlyclean-am: mostlyclean-compile mostlyclean-generic
470
471uninstall-am: uninstall-info-am
472
473uninstall-info: uninstall-info-recursive
474
475.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
476	clean-generic clean-noinstLIBRARIES clean-recursive distclean \
477	distclean-compile distclean-depend distclean-generic \
478	distclean-recursive distclean-tags distdir dvi dvi-am \
479	dvi-recursive info info-am info-recursive install install-am \
480	install-data install-data-am install-data-recursive \
481	install-exec install-exec-am install-exec-recursive \
482	install-info install-info-am install-info-recursive install-man \
483	install-recursive install-strip installcheck installcheck-am \
484	installdirs installdirs-am installdirs-recursive \
485	maintainer-clean maintainer-clean-generic \
486	maintainer-clean-recursive mostlyclean mostlyclean-compile \
487	mostlyclean-generic mostlyclean-recursive tags tags-recursive \
488	uninstall uninstall-am uninstall-info-am \
489	uninstall-info-recursive uninstall-recursive
490
491# Tell versions [3.59,3.63) of GNU make to not export all variables.
492# Otherwise a system limit (for SysV at least) may be exceeded.
493.NOEXPORT:
494