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

296 lines
8.4 KiB
Makefile
Raw Normal View History

1996-12-10 22:40:16 +00:00
# Makefile.in generated automatically by automake 1.1l 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@
1996-11-20 05:13:57 +00:00
YACC = @YACC@
1996-12-10 22:40:16 +00:00
GENCAT = @GENCAT@
1996-11-20 05:13:57 +00:00
PERL = @PERL@
MV = @MV@
1996-12-10 22:40:16 +00:00
GMSGFMT = @GMSGFMT@
1996-11-20 05:13:57 +00:00
CC = @CC@
RANLIB = @RANLIB@
LN = @LN@
RM = @RM@
1995-12-19 04:25:24 +00:00
1996-12-08 05:56:37 +00:00
noinst_LIBRARIES = libfu.a
1995-12-19 04:25:24 +00:00
1997-01-03 03:24:22 +00:00
EXTRA_DIST = mkdir.c rmdir.c getline.c mktime.c strftime.c getgroups.c
1995-12-19 04:25:24 +00:00
1996-09-07 18:00:25 +00:00
INCLUDES = -I.. -I$(srcdir) -I../intl
1995-12-19 04:25:24 +00:00
1996-12-08 05:56:37 +00:00
libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
1996-10-08 00:54:12 +00:00
argmatch.c backupfile.c dirname.c filemode.c \
1996-07-06 21:55:23 +00:00
full-write.c getversion.c idcache.c \
1996-09-20 03:48:08 +00:00
isdir.c long-options.c makepath.c modechange.c path-concat.c \
1996-01-31 17:01:05 +00: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
1996-12-08 05:56:37 +00:00
libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
1995-12-19 04:25:24 +00:00
1996-02-28 05:05:21 +00:00
noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
1996-06-23 19:03:56 +00:00
getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
1996-10-08 04:26:01 +00:00
mountlist.h path-concat.h pathmax.h \
1996-09-05 02:46:01 +00:00
save-cwd.h xstrtol.h xstrtoul.h
1995-12-19 04:25:24 +00:00
1996-01-31 17:01:05 +00:00
BUILT_SOURCES = getdate.c posixtm.c
1996-11-20 05:13:57 +00:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1996-02-13 05:17:50 +00:00
CONFIG_HEADER = ../config.h
1996-08-19 02:28:42 +00:00
CONFIG_CLEAN_FILES =
1996-10-08 00:54:12 +00:00
LIBRARIES = $(noinst_LIBRARIES)
1992-10-31 20:42:48 +00:00
1996-01-08 06:15:59 +00:00
1996-02-28 05:05:21 +00:00
DEFS = @DEFS@ -I. -I$(srcdir) -I..
1995-12-19 04:25:24 +00:00
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
1996-12-08 05:56:37 +00:00
libfu_a_OBJECTS = getdate.o posixtm.o getopt.o getopt1.o argmatch.o \
1996-10-08 00:54:12 +00:00
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
1995-12-19 04:25:24 +00:00
AR = ar
1996-10-11 03:42:11 +00:00
INTERLOCK = ./interlock
YLWRAP = ./ylwrap
1996-08-19 02:28:42 +00:00
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@
1996-10-08 00:54:12 +00:00
HEADERS = $(noinst_HEADERS)
1996-02-28 05:05:21 +00:00
1996-10-12 23:19:30 +00:00
DIST_COMMON = Makefile.am Makefile.in alloca.c basename.c error.c \
1996-12-10 04:54:02 +00:00
error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c \
1997-01-03 03:24:22 +00:00
getdate.c getgroups.c getline.c group-member.c interlock memcmp.c \
memcpy.c memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h \
posixtm.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stpcpy.c \
strcasecmp.c strdup.c strndup.c strstr.c strtol.c strtoul.c ylwrap
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-10-08 00:54:12 +00:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
1996-11-20 05:13:57 +00:00
$(TEXINFOS) $(MANS) $(EXTRA_DIST)
1996-05-06 04:20:07 +00:00
TAR = tar
1996-10-08 00:54:12 +00:00
DEP_FILES = .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \
1996-10-12 23:19:30 +00:00
.deps/basename.P .deps/dirname.P .deps/error.P .deps/euidaccess.P \
1996-12-10 04:54:02 +00:00
.deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P .deps/fsusage.P \
1997-01-02 03:13:49 +00:00
.deps/ftruncate.P .deps/full-write.P .deps/getdate.P .deps/getgroups.P \
.deps/getline.P .deps/getopt.P .deps/getopt1.P .deps/getversion.P \
.deps/group-member.P .deps/idcache.P .deps/isdir.P .deps/long-options.P \
.deps/makepath.P .deps/memcmp.P .deps/memcpy.P .deps/memset.P \
.deps/mkdir.P .deps/mktime.P .deps/modechange.P .deps/mountlist.P \
.deps/obstack.P .deps/path-concat.P .deps/posixtm.P .deps/regex.P \
.deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
.deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stpcpy.P \
.deps/strcasecmp.P .deps/strdup.P .deps/stripslash.P .deps/strndup.P \
.deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/userspec.P \
.deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P \
.deps/xstrtoul.P .deps/yesno.P
1996-12-08 05:56:37 +00:00
SOURCES = $(libfu_a_SOURCES)
OBJECTS = $(libfu_a_OBJECTS)
1992-10-31 20:42:48 +00:00
default: all
1992-10-31 20:42:48 +00:00
1996-12-08 05:56:37 +00:00
.SUFFIXES:
.SUFFIXES: .c .o .y
1996-12-10 22:40:16 +00:00
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
1996-12-23 05:14:55 +00:00
cd $(top_srcdir) && automake --gnu lib/Makefile
1996-01-08 06:15:59 +00:00
1996-12-08 05:56:37 +00:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1996-11-20 05:13:57 +00:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1996-01-31 14:53:02 +00:00
1996-12-08 05:56:37 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-noinstLIBRARIES:
clean-noinstLIBRARIES:
1996-12-08 05:56:37 +00:00
test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1995-12-19 04:25:24 +00:00
distclean-noinstLIBRARIES:
maintainer-clean-noinstLIBRARIES:
1994-07-30 13:18:39 +00:00
1992-10-31 20:42:48 +00:00
.c.o:
1996-08-19 02:28:42 +00:00
$(COMPILE) -c $<
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:
1996-12-08 05:56:37 +00:00
$(libfu_a_OBJECTS): ../config.h
1996-01-08 06:15:59 +00:00
1996-12-08 05:56:37 +00:00
libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
1995-12-19 04:25:24 +00:00
rm -f libfu.a
1996-12-08 05:56:37 +00:00
$(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_LIBADD)
1995-12-19 04:25:24 +00:00
$(RANLIB) libfu.a
1996-10-11 03:42:11 +00:00
.y.c:
1996-11-20 05:13:57 +00:00
$(SHELL) $(INTERLOCK) =yacclockdir $(YLWRAP) "$(YACC)" y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS) $<
1995-12-19 04:25:24 +00:00
1996-12-08 05:56:37 +00:00
tags: TAGS
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
1996-12-08 05:56:37 +00:00
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
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:
1996-09-19 15:39:43 +00:00
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-02-13 05:17:50 +00:00
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1996-08-19 02:28:42 +00:00
subdir = lib
1996-11-20 05:13:57 +00:00
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
1996-01-08 06:15:59 +00:00
test -f $(distdir)/$$file \
1996-11-20 05:13:57 +00:00
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
1993-03-29 05:09:09 +00:00
done
1992-10-31 20:42:48 +00:00
1996-09-19 15:39:43 +00:00
MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1996-06-23 19:03:56 +00:00
1996-09-19 15:39:43 +00:00
-include .deps/.P
1996-10-11 03:42:11 +00:00
.deps/.P:
1996-09-19 15:39:43 +00:00
test -d .deps || mkdir .deps
1996-06-23 19:03:56 +00:00
echo > $@
-include $(DEP_FILES)
1996-09-19 15:39:43 +00:00
$(DEP_FILES): .deps/.P
mostlyclean-depend:
clean-depend:
distclean-depend:
maintainer-clean-depend:
rm -rf .deps
1996-06-23 19:03:56 +00:00
1996-12-10 22:40:16 +00:00
.deps/%.P: $(srcdir)/%.c
1996-12-08 05:56:37 +00:00
@echo "Computing dependencies for $<..."
@o='o'; \
1996-12-10 22:40:16 +00:00
test -n "$o" && o='$$o'; \
$(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
1996-01-08 06:15:59 +00:00
info:
dvi:
check: all
1996-12-08 05:56:37 +00:00
$(MAKE)
1996-01-08 06:15:59 +00:00
installcheck:
1996-02-28 05:05:21 +00:00
install-exec:
1996-09-19 15:39:43 +00:00
$(NORMAL_INSTALL)
1996-02-28 05:05:21 +00:00
install-data:
1996-09-19 15:39:43 +00:00
$(NORMAL_INSTALL)
1996-02-28 05:05:21 +00:00
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-12-08 05:56:37 +00:00
all: $(LIBRARIES) $(BUILT_SOURCES) $(HEADERS) Makefile
1996-02-28 05:05:21 +00:00
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)
1996-10-08 00:54:12 +00:00
rm -f config.cache config.log stamp-h
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1995-12-19 04:25:24 +00:00
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-09-19 15:39:43 +00:00
mostlyclean-tags mostlyclean-depend mostlyclean-generic
1995-12-19 04:25:24 +00:00
1996-09-19 15:39:43 +00:00
clean: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
1996-12-08 05:56:37 +00:00
clean-generic 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-12-08 05:56:37 +00:00
distclean-depend 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 \
1996-09-19 15:39:43 +00:00
maintainer-clean-depend maintainer-clean-generic \
1996-12-08 05:56:37 +00:00
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-09-19 15:39:43 +00:00
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
1996-12-08 05:56:37 +00:00
distclean-depend clean-depend maintainer-clean-depend info dvi \
1996-09-19 15:39:43 +00:00
installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
1996-03-29 04:54:45 +00:00
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1995-12-19 04:25:24 +00:00
# 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: