coreutils/lib/Makefile.in

302 lines
8.6 KiB
Makefile
Raw Normal View History

1996-06-16 11:18:07 +08:00
# Makefile.in generated automatically by automake 1.0 from Makefile.am
1996-01-31 22:53:02 +08: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-11-01 04:42:48 +08:00
SHELL = /bin/sh
srcdir = @srcdir@
1995-12-19 12:25:24 +08:00
top_srcdir = @top_srcdir@
1992-11-01 04:42:48 +08:00
VPATH = @srcdir@
1995-12-19 12:25:24 +08: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 13:17:50 +08:00
top_builddir = ..
1995-12-19 12:25:24 +08:00
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
noinst_LIBRARIES = fu
1996-07-22 06:41:26 +08:00
EXTRA_DIST = alloca.c basename.c error.c euidaccess.c fnmatch.c fsusage.c \
1996-07-07 05:55:23 +08:00
ftruncate.c getdate.y getopt.c getopt1.c group-member.c \
memcmp.c memcpy.c memset.c \
1996-07-22 06:41:26 +08:00
mkdir.c mktime.c mountlist.c obstack.c posixtm.y rename.c rmdir.c rpmatch.c \
1996-06-24 03:03:56 +08:00
stpcpy.c strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c
1995-12-19 12:25:24 +08:00
INCLUDES = -I.. -I$(srcdir)
1996-06-24 03:03:56 +08:00
fu_SOURCES = getdate.c getline.c posixtm.c argmatch.c backupfile.c \
1996-07-22 06:41:26 +08:00
dirname.c fileblocks.c filemode.c \
1996-07-07 05:55:23 +08:00
full-write.c getversion.c idcache.c \
1996-07-22 06:41:26 +08:00
isdir.c long-options.c makepath.c modechange.c \
1996-02-01 01:01:05 +08:00
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 12:25:24 +08:00
fu_LIBADD = @LIBOBJS@ @ALLOCA@
1996-02-28 13:05:21 +08:00
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
1996-06-24 03:03:56 +08:00
getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
mountlist.h obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h
1995-12-19 12:25:24 +08:00
1996-02-01 01:01:05 +08:00
BUILT_SOURCES = getdate.c posixtm.c
1996-05-21 11:40:45 +08:00
mkinstalldirs = $(top_srcdir)/mkinstalldirs
1996-02-13 13:17:50 +08:00
CONFIG_HEADER = ../config.h
1996-01-31 22:53:02 +08:00
LIBRARIES = $(noinst_LIBRARIES)
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
noinst_LIBFILES = libfu.a
1996-01-08 14:15:59 +08:00
1993-08-05 10:20:48 +08:00
CC = @CC@
1995-12-19 12:25:24 +08:00
LEX = @LEX@
YACC = @YACC@
1996-02-28 13:05:21 +08:00
DEFS = @DEFS@ -I. -I$(srcdir) -I..
1995-12-19 12:25:24 +08:00
CPPFLAGS = @CPPFLAGS@
1993-08-27 12:43:46 +08:00
CFLAGS = @CFLAGS@
1995-12-19 12:25:24 +08:00
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
1993-08-05 10:20:48 +08:00
1995-12-19 12:25:24 +08:00
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
1996-06-24 03:03:56 +08:00
fu_OBJECTS = getdate.o getline.o posixtm.o argmatch.o backupfile.o \
1996-07-22 06:41:26 +08:00
dirname.o fileblocks.o filemode.o full-write.o getversion.o idcache.o \
isdir.o long-options.o makepath.o modechange.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 12:20:07 +08:00
EXTRA_fu_SOURCES =
1996-01-08 14:15:59 +08:00
LIBFILES = libfu.a
1995-12-19 12:25:24 +08:00
AR = ar
RANLIB = @RANLIB@
1996-02-28 13:05:21 +08:00
HEADERS = $(noinst_HEADERS)
1996-05-06 12:20:07 +08:00
DIST_COMMON = Makefile.am Makefile.in
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
1995-12-19 12:25:24 +08:00
PACKAGE = @PACKAGE@
VERSION = @VERSION@
1996-01-31 22:53:02 +08:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
1996-03-29 12:54:45 +08:00
$(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
1996-01-31 22:53:02 +08:00
DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
1996-03-29 12:54:45 +08:00
$(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
1996-05-06 12:20:07 +08:00
TAR = tar
1996-06-24 03:03:56 +08:00
DEP_FILES = $(srcdir)/.deps/alloca.P $(srcdir)/.deps/argmatch.P \
$(srcdir)/.deps/backupfile.P $(srcdir)/.deps/dirname.P \
$(srcdir)/.deps/error.P $(srcdir)/.deps/fileblocks.P \
$(srcdir)/.deps/filemode.P $(srcdir)/.deps/fnmatch.P \
$(srcdir)/.deps/fsusage.P $(srcdir)/.deps/ftruncate.P \
$(srcdir)/.deps/full-write.P $(srcdir)/.deps/getdate.P \
$(srcdir)/.deps/getline.P $(srcdir)/.deps/getopt.P \
$(srcdir)/.deps/getopt1.P $(srcdir)/.deps/getversion.P \
1996-07-07 05:55:23 +08:00
$(srcdir)/.deps/idcache.P $(srcdir)/.deps/isdir.P \
$(srcdir)/.deps/long-options.P $(srcdir)/.deps/makepath.P \
$(srcdir)/.deps/modechange.P $(srcdir)/.deps/mountlist.P \
$(srcdir)/.deps/obstack.P $(srcdir)/.deps/posixtm.P \
$(srcdir)/.deps/safe-read.P $(srcdir)/.deps/save-cwd.P \
$(srcdir)/.deps/savedir.P $(srcdir)/.deps/stripslash.P \
$(srcdir)/.deps/userspec.P $(srcdir)/.deps/xgetcwd.P \
$(srcdir)/.deps/xmalloc.P $(srcdir)/.deps/xstrdup.P \
$(srcdir)/.deps/xstrtol.P $(srcdir)/.deps/xstrtoul.P \
$(srcdir)/.deps/yesno.P
1995-12-19 12:25:24 +08:00
SOURCES = $(fu_SOURCES)
OBJECTS = $(fu_OBJECTS)
1992-11-01 04:42:48 +08:00
default: all
1992-11-01 04:42:48 +08:00
1996-01-08 14:15:59 +08:00
1996-05-15 10:03:39 +08:00
$(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
1996-01-31 22:53:02 +08:00
cd $(top_srcdir) && automake $(subdir)/Makefile
1996-02-13 13:17:50 +08:00
Makefile: $(top_builddir)/config.status Makefile.in
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
1996-01-31 22:53:02 +08:00
1995-12-19 12:25:24 +08:00
mostlyclean-noinstLIBRARIES:
clean-noinstLIBRARIES:
rm -f $(noinst_LIBFILES)
distclean-noinstLIBRARIES:
maintainer-clean-noinstLIBRARIES:
1994-07-30 21:18:39 +08:00
1992-11-01 04:42:48 +08:00
.c.o:
$(COMPILE) $<
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08: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 14:15:59 +08:00
1995-12-19 12:25:24 +08: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 13:17:50 +08:00
ID: $(HEADERS) $(SOURCES)
1996-05-06 12:20:07 +08:00
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
tags: TAGS
1992-11-01 04:42:48 +08:00
1996-05-21 11:40:45 +08:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
1996-01-08 14:15:59 +08:00
here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
mostlyclean-tags:
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
clean-tags:
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
distclean-tags:
rm -f TAGS ID
1992-11-01 04:42:48 +08:00
1995-12-19 12:25:24 +08:00
maintainer-clean-tags:
1992-11-01 04:42:48 +08:00
1996-01-31 22:53:02 +08:00
subdir = lib
1996-02-13 13:17:50 +08:00
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1996-05-06 12:20:07 +08:00
distdir: $(DEP_DISTFILES)
1996-02-13 13:17:50 +08:00
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
1996-01-08 14:15:59 +08:00
test -f $(distdir)/$$file \
1996-01-31 22:53:02 +08:00
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \
1993-03-29 13:09:09 +08:00
done
1992-11-01 04:42:48 +08:00
1996-06-24 03:03:56 +08:00
# This fragment is probably only useful for maintainers. It relies on
# GNU make and gcc. It is only included in the generated Makefile.in
# if `automake' is not passed the `--include-deps' flag.
MKDEP = gcc -MM $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-include $(srcdir)/.deps/.P
$(srcdir)/.deps/.P: $(BUILT_SOURCES)
cd $(srcdir) && test -d .deps || mkdir .deps
echo > $@
-include $(DEP_FILES)
$(DEP_FILES): $(srcdir)/.deps/.P
$(srcdir)/.deps/%.P: $(srcdir)/%.c
@echo "mkdeps $< > $@"
@re=`echo 's,^$(srcdir)//*,,g;s, $(srcdir)//*, ,g' | sed 's,\.,\\\\.,g'`; \
$(MKDEP) $< | sed "$$re" > $@-tmp
@if test -n "$o"; then \
sed 's/\.o:/$$o:/' $@-tmp > $@; \
rm $@-tmp; \
else \
mv $@-tmp $@; \
fi
# End of maintainer-only section
1996-01-08 14:15:59 +08:00
info:
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
dvi:
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
check: all
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
installcheck:
1995-12-19 12:25:24 +08:00
1996-02-28 13:05:21 +08:00
install-exec:
install-data:
1996-05-06 12:20:07 +08:00
install: install-exec install-data all
1996-01-08 14:15:59 +08:00
@:
1995-12-19 12:25:24 +08:00
uninstall:
1996-02-28 13:05:21 +08:00
all: $(LIBFILES) $(HEADERS) Makefile
1996-03-29 12:54:45 +08:00
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
1995-12-19 12:25:24 +08:00
installdirs:
1996-01-08 14:15:59 +08:00
1995-12-19 12:25:24 +08: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 22:53:02 +08:00
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1996-01-08 14:15:59 +08:00
mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1996-02-28 13:05:21 +08:00
mostlyclean-tags mostlyclean-generic
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
1996-02-28 13:05:21 +08:00
mostlyclean
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \
1996-02-28 13:05:21 +08:00
distclean-generic clean
1995-12-19 12:25:24 +08:00
rm -f config.status
1996-01-08 14:15:59 +08:00
maintainer-clean: maintainer-clean-noinstLIBRARIES \
1996-02-28 13:05:21 +08:00
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-generic distclean
1995-12-19 12:25:24 +08:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
1996-01-08 14:15:59 +08:00
.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1996-03-29 12:54:45 +08:00
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
1996-05-06 12:20:07 +08:00
clean-tags maintainer-clean-tags distdir info dvi check installcheck \
1996-03-29 12:54:45 +08: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 12:25:24 +08:00
1996-02-01 01:01:05 +08: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 10:03:39 +08:00
getdate.c: @MAINT@getdate.y
1996-02-01 01:01:05 +08: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 10:03:39 +08:00
posixtm.c: @MAINT@posixtm.y getdate.c
1996-02-01 01:01:05 +08: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 12:25:24 +08:00
.SUFFIXES:
.SUFFIXES: .c .o
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1993-08-26 12:38:30 +08:00
# Otherwise a system limit (for SysV at least) may be exceeded.
1992-11-01 04:42:48 +08:00
.NOEXPORT: