# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.1l from Makefile.am

# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/textutils
pkglibdir = $(libdir)/textutils
pkgincludedir = $(includedir)/textutils

top_builddir = ..

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
RANLIB = ranlib
GENCAT = 
PERL = /usr/local/bin/perl
GMSGFMT = msgfmt
CC = cc

noinst_LIBRARIES = libtu.a

INCLUDES = -I.. -I$(srcdir) -I../intl

libtu_a_SOURCES = full-write.c getopt.c getopt1.c \
linebuffer.c long-options.c md5.c memcasecmp.c memchr.c safe-read.c \
xmalloc.c xstrtod.c xstrtol.c xstrtoul.c

libtu_a_LIBADD =  regex.o stpcpy.o error.o getline.o 
libtu_a_DEPENDENCIES = $(libtu_a_LIBADD)

noinst_HEADERS = error.h getline.h getopt.h linebuffer.h \
long-options.h md5.h memcasecmp.h regex.h rx.h xstrtod.h xstrtol.h xstrtoul.h
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
LIBRARIES =  $(noinst_LIBRARIES)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
CPPFLAGS = 
LDFLAGS = 
LIBS = 
libtu_a_OBJECTS =  full-write.o getopt.o getopt1.o linebuffer.o \
long-options.o md5.o memcasecmp.o memchr.o safe-read.o xmalloc.o \
xstrtod.o xstrtol.o xstrtoul.o
AR = ar
CFLAGS = -g -O2
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
HEADERS =  $(noinst_HEADERS)

DIST_COMMON =  Makefile.am Makefile.in alloca.c error.c error.h \
getline.c memcmp.c memcpy.c memmove.c memset.c regex.c regex.h rx.c \
rx.h stpcpy.c strpbrk.c strtod.c strtol.c strtoul.c


PACKAGE = textutils
VERSION = 1.22

DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
	$(TEXINFOS) $(MANS) $(EXTRA_DIST)

TAR = tar
SOURCES = $(libtu_a_SOURCES)
OBJECTS = $(libtu_a_OBJECTS)

default: all

.SUFFIXES:
.SUFFIXES: .c .o
$(srcdir)/Makefile.in: #M# Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
	cd $(top_srcdir) && automake --gnits lib/Makefile

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-noinstLIBRARIES:

clean-noinstLIBRARIES:
	test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)

distclean-noinstLIBRARIES:

maintainer-clean-noinstLIBRARIES:

.c.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	rm -f *.o core

clean-compile:

distclean-compile:
	rm -f *.tab.c

maintainer-clean-compile:
$(libtu_a_OBJECTS): ../config.h

libtu.a: $(libtu_a_OBJECTS) $(libtu_a_DEPENDENCIES)
	rm -f libtu.a
	$(AR) cru libtu.a $(libtu_a_OBJECTS) $(libtu_a_LIBADD)
	$(RANLIB) libtu.a

tags: TAGS

ID: $(HEADERS) $(SOURCES)
	here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
	tags=; \
	here=`pwd`; \
	list="$(SUBDIRS)"; for subdir in $$list; do \
	  test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
	done; \
	test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
	  || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS

mostlyclean-tags:

clean-tags:

distclean-tags:
	rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = lib
distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
alloca.o alloca.lo: alloca.c ../config.h
error.o error.lo: error.c ../config.h error.h
full-write.o full-write.lo: full-write.c ../config.h
getline.o getline.lo: getline.c ../config.h
getopt.o getopt.lo: getopt.c ../config.h getopt.h
getopt1.o getopt1.lo: getopt1.c ../config.h getopt.h
linebuffer.o linebuffer.lo: linebuffer.c ../config.h linebuffer.h
long-options.o long-options.lo: long-options.c ../config.h getopt.h \
	long-options.h
md5.o md5.lo: md5.c ../config.h md5.h
memcasecmp.o memcasecmp.lo: memcasecmp.c ../config.h memcasecmp.h
memchr.o memchr.lo: memchr.c ../config.h
memcmp.o memcmp.lo: memcmp.c ../config.h
memcpy.o memcpy.lo: memcpy.c ../config.h
memmove.o memmove.lo: memmove.c ../config.h
memset.o memset.lo: memset.c
regex.o regex.lo: regex.c ../config.h
rx.o rx.lo: rx.c ../config.h
safe-read.o safe-read.lo: safe-read.c ../config.h
stpcpy.o stpcpy.lo: stpcpy.c ../config.h
strpbrk.o strpbrk.lo: strpbrk.c ../config.h
strtod.o strtod.lo: strtod.c ../config.h
strtol.o strtol.lo: strtol.c ../config.h
strtoul.o strtoul.lo: strtoul.c strtol.c ../config.h
xmalloc.o xmalloc.lo: xmalloc.c ../config.h error.h
xstrtod.o xstrtod.lo: xstrtod.c ../config.h xstrtod.h
xstrtol.o xstrtol.lo: xstrtol.c ../config.h xstrtol.h
xstrtoul.o xstrtoul.lo: xstrtoul.c xstrtol.c ../config.h xstrtol.h

info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: 
	$(NORMAL_INSTALL)

install-data: 
	$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: 

all: $(LIBRARIES) $(HEADERS) Makefile

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
installdirs:


mostlyclean-generic:
	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	rm -f Makefile $(DISTCLEANFILES)
	rm -f config.cache config.log stamp-h
	test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
		mostlyclean-tags mostlyclean-generic

clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
		mostlyclean

distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
		distclean-generic clean
	rm -f config.status

maintainer-clean:  maintainer-clean-noinstLIBRARIES \
		maintainer-clean-compile maintainer-clean-tags \
		maintainer-clean-generic distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
clean-tags maintainer-clean-tags distdir info dvi installcheck \
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
