coreutils/lib/Makefile.in

300 lines
8.4 KiB
Makefile
Raw Normal View History

1996-10-08 08:54:12 +08:00
# Makefile.in generated automatically by automake 1.1f 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-10-08 12:26:01 +08:00
EXTRA_DIST = basename.c euidaccess.c \
getdate.y group-member.c memcpy.c memset.c \
mkdir.c posixtm.y \
1996-09-20 11:48:08 +08:00
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-09-08 02:00:25 +08:00
INCLUDES = -I.. -I$(srcdir) -I../intl
1995-12-19 12:25:24 +08:00
1996-10-02 10:57:29 +08:00
fu_SOURCES = getdate.c getopt.c getopt1.c posixtm.c \
1996-10-08 08:54:12 +08:00
argmatch.c backupfile.c dirname.c filemode.c \
1996-07-07 05:55:23 +08:00
full-write.c getversion.c idcache.c \
1996-09-20 11:48:08 +08:00
isdir.c long-options.c makepath.c modechange.c path-concat.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-10-08 12:26:01 +08:00
fu_DEPENDENCIES = $(fu_LIBADD)
1995-12-19 12:25:24 +08:00
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 \
1996-10-08 12:26:01 +08:00
mountlist.h path-concat.h pathmax.h \
1996-09-05 10:46:01 +08:00
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-08-19 10:28:42 +08:00
CONFIG_CLEAN_FILES =
1996-10-08 08:54:12 +08:00
LIBRARIES = $(noinst_LIBRARIES)
1992-11-01 04:42:48 +08:00
1996-10-08 08:54:12 +08:00
noinst_LIBFILES = libfu.a
1996-01-08 14:15:59 +08:00
1996-02-28 13:05:21 +08:00
DEFS = @DEFS@ -I. -I$(srcdir) -I..
1995-12-19 12:25:24 +08:00
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
1996-10-08 08:54:12 +08:00
fu_OBJECTS = getdate.o getopt.o getopt1.o posixtm.o argmatch.o \
backupfile.o dirname.o filemode.o full-write.o getversion.o idcache.o \
isdir.o long-options.o makepath.o modechange.o path-concat.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
EXTRA_fu_SOURCES =
LIBFILES = $(pkglib_LIBFILES) $(noinst_LIBFILES) $(check_LIBFILES) \
1996-09-19 23:39:43 +08:00
$(lib_LIBFILES)
1995-12-19 12:25:24 +08:00
AR = ar
RANLIB = @RANLIB@
1996-08-19 10:28:42 +08:00
CC = @CC@
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
1996-10-08 08:54:12 +08:00
HEADERS = $(noinst_HEADERS)
1996-02-28 13:05:21 +08:00
1996-10-08 08:54:12 +08:00
DIST_COMMON = Makefile.am Makefile.in alloca.c error.c error.h \
fileblocks.c fnmatch.c fsusage.c ftruncate.c getline.c mktime.c \
mountlist.c obstack.c obstack.h regex.c regex.h rx.c rx.h
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-10-08 08:54:12 +08:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
$(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST)
DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
$(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST)
1996-05-06 12:20:07 +08:00
TAR = tar
1996-10-08 08:54:12 +08:00
DEP_FILES = .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \
.deps/dirname.P .deps/error.P .deps/fileblocks.P .deps/filemode.P \
.deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P .deps/full-write.P \
.deps/getdate.P .deps/getline.P .deps/getopt.P .deps/getopt1.P \
.deps/getversion.P .deps/idcache.P .deps/isdir.P .deps/long-options.P \
.deps/makepath.P .deps/mktime.P .deps/modechange.P .deps/mountlist.P \
.deps/obstack.P .deps/path-concat.P .deps/posixtm.P .deps/regex.P \
.deps/rx.P .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P \
.deps/stripslash.P .deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P \
.deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P .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-10-08 08:54:12 +08:00
Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in
1996-02-13 13:17:50 +08:00
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:
1996-08-19 10:28:42 +08:00
test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES)
1995-12-19 12:25:24 +08:00
distclean-noinstLIBRARIES:
maintainer-clean-noinstLIBRARIES:
1994-07-30 21:18:39 +08:00
1992-11-01 04:42:48 +08:00
.c.o:
1996-08-19 10:28:42 +08:00
$(COMPILE) -c $<
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
1996-08-19 10:28:42 +08:00
libfu.a: $(fu_OBJECTS) $(fu_DEPENDENCIES)
1995-12-19 12:25:24 +08:00
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:
1996-09-19 23:39:43 +08:00
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-02-13 13:17:50 +08:00
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1996-08-19 10:28:42 +08:00
subdir = lib
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-09-19 23:39:43 +08:00
MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1996-06-24 03:03:56 +08:00
1996-09-19 23:39:43 +08:00
-include .deps/.P
.deps/.P: $(BUILT_SOURCES)
test -d .deps || mkdir .deps
1996-06-24 03:03:56 +08:00
echo > $@
-include $(DEP_FILES)
1996-09-19 23:39:43 +08:00
$(DEP_FILES): .deps/.P
mostlyclean-depend:
clean-depend:
distclean-depend:
maintainer-clean-depend:
rm -rf .deps
1996-06-24 03:03:56 +08:00
1996-09-19 23:39:43 +08:00
.deps/%.P: $(srcdir)/%.c
$(MKDEP) $< > $@-tmp
if test -n "$o"; then \
1996-06-24 03:03:56 +08:00
sed 's/\.o:/$$o:/' $@-tmp > $@; \
rm $@-tmp; \
else \
mv $@-tmp $@; \
fi
1996-01-08 14:15:59 +08:00
info:
dvi:
check: all
installcheck:
1996-02-28 13:05:21 +08:00
install-exec:
1996-09-19 23:39:43 +08:00
$(NORMAL_INSTALL)
1996-02-28 13:05:21 +08:00
install-data:
1996-09-19 23:39:43 +08:00
$(NORMAL_INSTALL)
1996-02-28 13:05:21 +08:00
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-10-08 08:54:12 +08:00
all: $(LIBFILES) $(BUILT_SOURCES) $(HEADERS) Makefile
1996-02-28 13:05:21 +08:00
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)
1996-10-08 08:54:12 +08:00
rm -f config.cache config.log stamp-h
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1995-12-19 12:25:24 +08:00
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-09-19 23:39:43 +08:00
mostlyclean-tags mostlyclean-depend mostlyclean-generic
1995-12-19 12:25:24 +08:00
1996-09-19 23:39:43 +08:00
clean: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
clean-generic 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-09-19 23:39:43 +08:00
distclean-depend 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 \
1996-09-19 23:39:43 +08:00
maintainer-clean-depend 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-09-19 23:39:43 +08:00
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
distclean-depend clean-depend maintainer-clean-depend info dvi check \
installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
1996-03-29 12:54:45 +08:00
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: