1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00
Files
coreutils/lib/Makefile.in

293 lines
7.9 KiB
Makefile
Raw Normal View History

1996-05-21 03:40:45 +00:00
# Makefile.in generated automatically by automake 0.33 from Makefile.am
1996-01-31 14:53:02 +00:00
# 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.
1992-10-31 20:42:48 +00:00
SHELL = /bin/sh
srcdir = @srcdir@
1995-12-19 04:25:24 +00:00
top_srcdir = @top_srcdir@
1992-10-31 20:42:48 +00:00
VPATH = @srcdir@
1995-12-19 04:25:24 +00:00
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
1996-02-13 05:17:50 +00:00
top_builddir = ..
1995-12-19 04:25:24 +00:00
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
noinst_LIBRARIES = fu
1996-03-14 05:21:43 +00:00
EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \
1996-04-24 03:25:02 +00:00
getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \
1996-05-02 02:37:09 +00:00
mkdir.c mktime.c mountlist.c posixtm.y rename.c rmdir.c \
stpcpy.c strcasecmp.c strdup.c strstr.c strtol.c strtoul.c
1995-12-19 04:25:24 +00:00
INCLUDES = -I.. -I$(srcdir)
1996-01-31 17:01:05 +00:00
fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \
dirname.c error.c fileblocks.c filemode.c \
1996-04-24 03:25:02 +00:00
full-write.c getversion.c group-member.c idcache.c \
1996-01-31 17:01:05 +00:00
isdir.c long-options.c makepath.c modechange.c obstack.c \
safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
1995-12-19 04:25:24 +00:00
fu_LIBADD = @LIBOBJS@ @ALLOCA@
1996-02-28 05:05:21 +00:00
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
getopt.h group-member.h long-options.h makepath.h modechange.h mountlist.h \
1995-12-19 04:25:24 +00:00
obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h
1996-01-31 17:01:05 +00:00
BUILT_SOURCES = getdate.c posixtm.c
1996-05-21 03:40:45 +00:00
mkinstalldirs = $(top_srcdir)/mkinstalldirs
1996-02-13 05:17:50 +00:00
CONFIG_HEADER = ../config.h
1996-01-31 14:53:02 +00:00
LIBRARIES = $(noinst_LIBRARIES)
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
noinst_LIBFILES = libfu.a
1996-01-08 06:15:59 +00:00
1993-08-05 02:20:48 +00:00
CC = @CC@
1995-12-19 04:25:24 +00:00
LEX = @LEX@
YACC = @YACC@
1996-02-28 05:05:21 +00:00
DEFS = @DEFS@ -I. -I$(srcdir) -I..
1995-12-19 04:25:24 +00:00
CPPFLAGS = @CPPFLAGS@
1993-08-27 04:43:46 +00:00
CFLAGS = @CFLAGS@
1995-12-19 04:25:24 +00:00
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
1993-08-05 02:20:48 +00:00
1995-12-19 04:25:24 +00:00
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
1996-01-08 06:15:59 +00:00
fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \
1996-04-24 03:25:02 +00:00
dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
group-member.o idcache.o isdir.o long-options.o makepath.o modechange.o \
obstack.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \
xgetcwd.o xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
1996-05-06 04:20:07 +00:00
EXTRA_fu_SOURCES =
1996-01-08 06:15:59 +00:00
LIBFILES = libfu.a
1995-12-19 04:25:24 +00:00
AR = ar
RANLIB = @RANLIB@
1996-02-28 05:05:21 +00:00
HEADERS = $(noinst_HEADERS)
1996-05-06 04:20:07 +00:00
DIST_COMMON = Makefile.am Makefile.in
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
1995-12-19 04:25:24 +00:00
PACKAGE = @PACKAGE@
VERSION = @VERSION@
1996-01-31 14:53:02 +00:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
1996-03-29 04:54:45 +00:00
$(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
1996-01-31 14:53:02 +00:00
DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
1996-03-29 04:54:45 +00:00
$(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
1996-05-06 04:20:07 +00:00
TAR = tar
1995-12-19 04:25:24 +00:00
SOURCES = $(fu_SOURCES)
OBJECTS = $(fu_OBJECTS)
1992-10-31 20:42:48 +00:00
default: all
1992-10-31 20:42:48 +00:00
1996-01-08 06:15:59 +00:00
1996-05-15 02:03:39 +00:00
$(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
1996-01-31 14:53:02 +00:00
cd $(top_srcdir) && automake $(subdir)/Makefile
1996-02-13 05:17:50 +00:00
Makefile: $(top_builddir)/config.status Makefile.in
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
1996-01-31 14:53:02 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-noinstLIBRARIES:
clean-noinstLIBRARIES:
rm -f $(noinst_LIBFILES)
distclean-noinstLIBRARIES:
maintainer-clean-noinstLIBRARIES:
1994-07-30 13:18:39 +00:00
1992-10-31 20:42:48 +00:00
.c.o:
$(COMPILE) $<
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-compile:
rm -f *.o core
clean-compile:
distclean-compile:
rm -f *.tab.c
maintainer-clean-compile:
$(fu_OBJECTS): ../config.h
1996-01-08 06:15:59 +00:00
1995-12-19 04:25:24 +00:00
libfu.a: $(fu_OBJECTS) $(fu_LIBADD)
rm -f libfu.a
$(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
$(RANLIB) libfu.a
1996-02-13 05:17:50 +00:00
ID: $(HEADERS) $(SOURCES)
1996-05-06 04:20:07 +00:00
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
tags: TAGS
1992-10-31 20:42:48 +00:00
1996-05-21 03:40:45 +00:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
1996-01-08 06:15:59 +00:00
here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-tags:
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
clean-tags:
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
distclean-tags:
rm -f TAGS ID
1992-10-31 20:42:48 +00:00
1995-12-19 04:25:24 +00:00
maintainer-clean-tags:
1992-10-31 20:42:48 +00:00
1996-01-31 14:53:02 +00:00
subdir = lib
1996-02-13 05:17:50 +00:00
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1996-05-06 04:20:07 +00:00
distdir: $(DEP_DISTFILES)
1996-02-13 05:17:50 +00:00
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
1996-01-08 06:15:59 +00:00
test -f $(distdir)/$$file \
1996-01-31 14:53:02 +00:00
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \
1993-03-29 05:09:09 +00:00
done
1996-05-21 03:40:45 +00:00
alloca.o: alloca.c
argmatch.o: argmatch.c
backupfile.o: backupfile.c backupfile.h
basename.o: basename.c
dirname.o: dirname.c
error.o: error.c
fileblocks.o: fileblocks.c
filemode.o: filemode.c
fnmatch.o: fnmatch.c
fsusage.o: fsusage.c fsusage.h
ftruncate.o: ftruncate.c
full-write.o: full-write.c
getdate.o: getdate.c
getopt.o: getopt.c
getopt1.o: getopt1.c getopt.h
getversion.o: getversion.c backupfile.h
group-member.o: group-member.c group-member.h
idcache.o: idcache.c
isdir.o: isdir.c
long-options.o: long-options.c long-options.h
makepath.o: makepath.c makepath.h
modechange.o: modechange.c modechange.h
mountlist.o: mountlist.c mountlist.h
obstack.o: obstack.c obstack.h
posixtm.o: posixtm.c
safe-read.o: safe-read.c
save-cwd.o: save-cwd.c ../config.h save-cwd.h error.h
savedir.o: savedir.c
stripslash.o: stripslash.c
userspec.o: userspec.c
xgetcwd.o: xgetcwd.c pathmax.h
xmalloc.o: xmalloc.c
xstrdup.o: xstrdup.c
xstrtol.o: xstrtol.c xstrtol.h
xstrtoul.o: xstrtoul.c xstrtol.c xstrtol.h
yesno.o: yesno.c
1992-10-31 20:42:48 +00:00
1996-01-08 06:15:59 +00:00
info:
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
dvi:
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
check: all
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
installcheck:
1995-12-19 04:25:24 +00:00
1996-02-28 05:05:21 +00:00
install-exec:
install-data:
1996-05-06 04:20:07 +00:00
install: install-exec install-data all
1996-01-08 06:15:59 +00:00
@:
1995-12-19 04:25:24 +00:00
uninstall:
1996-02-28 05:05:21 +00:00
all: $(LIBFILES) $(HEADERS) Makefile
1996-03-29 04:54:45 +00:00
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
1995-12-19 04:25:24 +00:00
installdirs:
1996-01-08 06:15:59 +00:00
1995-12-19 04:25:24 +00:00
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 $(CONFIG_HEADER) stamp-h
maintainer-clean-generic:
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1996-01-31 14:53:02 +00:00
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1996-01-08 06:15:59 +00:00
mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1996-02-28 05:05:21 +00:00
mostlyclean-tags mostlyclean-generic
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
1996-02-28 05:05:21 +00:00
mostlyclean
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
1996-02-28 05:05:21 +00:00
distclean-generic clean
1995-12-19 04:25:24 +00:00
rm -f config.status
1996-01-08 06:15:59 +00:00
maintainer-clean: maintainer-clean-noinstLIBRARIES \
1996-02-28 05:05:21 +00:00
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-generic distclean
1995-12-19 04:25:24 +00:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
1996-01-08 06:15:59 +00:00
.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1996-03-29 04:54:45 +00:00
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
1996-05-06 04:20:07 +00:00
clean-tags maintainer-clean-tags distdir info dvi check installcheck \
1996-03-29 04:54:45 +00:00
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1995-12-19 04:25:24 +00:00
1996-01-31 17:01:05 +00:00
# Since this directory contains two parsers, we have to be careful to avoid
# running two $(YACC)s during parallel makes. See below.
1996-05-15 02:03:39 +00:00
getdate.c: @MAINT@getdate.y
1996-01-31 17:01:05 +00:00
@echo expect 10 shift/reduce conflicts
$(YACC) $(srcdir)/getdate.y
mv y.tab.c getdate.c
# Make the rename atomic, in case sed is interrupted and later rerun.
# The artificial dependency on getdate.c keeps the two parsers from being
# built in parallel. Enforcing this little bit of sequentiality lets
# everyone (even those without bison) still run mostly parallel builds.
1996-05-15 02:03:39 +00:00
posixtm.c: @MAINT@posixtm.y getdate.c
1996-01-31 17:01:05 +00:00
$(YACC) $(srcdir)/posixtm.y
mv y.tab.c posixtm.tab.c
sed -e 's/yy/zz/g' posixtm.tab.c > tposixtm.c
mv tposixtm.c posixtm.c
rm -f posixtm.tab.c
1995-12-19 04:25:24 +00:00
.SUFFIXES:
.SUFFIXES: .c .o
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1993-08-26 04:38:30 +00:00
# Otherwise a system limit (for SysV at least) may be exceeded.
1992-10-31 20:42:48 +00:00
.NOEXPORT: