coreutils/lib/Makefile.in

520 lines
21 KiB
Makefile
Raw Normal View History

1997-12-06 17:18:32 +08:00
# Makefile.in generated automatically by automake 1.2d from Makefile.am
1996-01-31 22:53:02 +08:00
1998-01-21 23:59:28 +08:00
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
1996-01-31 22:53:02 +08:00
# This Makefile.in is free software; the Free Software Foundation
1997-09-02 04:25:23 +08:00
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
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 = ..
1997-03-23 10:56:47 +08:00
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
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@
1997-05-02 12:02:17 +08:00
1997-12-06 17:18:32 +08:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
1997-05-02 12:02:17 +08:00
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
1996-11-20 13:13:57 +08:00
CC = @CC@
1997-05-02 12:02:17 +08:00
CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
1997-03-23 10:56:47 +08:00
DF_PROG = @DF_PROG@
1997-05-02 12:02:17 +08:00
GENCAT = @GENCAT@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
1997-03-23 10:56:47 +08:00
LIBOBJS = @LIBOBJS@
1997-05-02 12:02:17 +08:00
MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
1997-03-23 10:56:47 +08:00
MVDIR_PROG = @MVDIR_PROG@
PACKAGE = @PACKAGE@
PERL = @PERL@
1997-05-02 12:02:17 +08:00
POFILES = @POFILES@
POSUB = @POSUB@
1997-03-23 10:56:47 +08:00
RANLIB = @RANLIB@
U = @U@
1997-05-02 12:02:17 +08:00
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
1997-03-23 10:56:47 +08:00
VERSION = @VERSION@
YACC = @YACC@
1997-05-02 12:02:17 +08:00
l = @l@
1995-12-19 12:25:24 +08:00
1997-11-20 02:55:53 +08:00
AUTOMAKE_OPTIONS = ../src/ansi2knr
1996-12-08 13:56:37 +08:00
noinst_LIBRARIES = libfu.a
1995-12-19 12:25:24 +08:00
1997-10-26 12:26:09 +08:00
EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \
1997-09-15 11:59:24 +08:00
realloc.c stat.c strftime.c
1995-12-19 12:25:24 +08:00
1996-09-08 02:00:25 +08:00
INCLUDES = -I.. -I$(srcdir) -I../intl
1995-12-19 12:25:24 +08:00
1996-12-08 13:56:37 +08:00
libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
1998-01-05 06:46:40 +08:00
addext.c argmatch.c backupfile.c basename.c \
closeout.c dirname.c exclude.c filemode.c \
1997-11-30 19:08:23 +08:00
full-write.c human.c idcache.c \
1997-09-18 01:06:52 +08:00
isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
1998-02-25 07:31:11 +08:00
quotearg.c safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
1996-02-01 01:01:05 +08:00
xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
1996-12-08 13:56:37 +08:00
libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
1995-12-19 12:25:24 +08:00
1998-01-05 06:46:40 +08:00
noinst_HEADERS = argmatch.h backupfile.h closeout.h \
error.h exclude.h fnmatch.h fsusage.h \
1998-02-21 05:50:49 +08:00
get-date.h getline.h getopt.h group-member.h human.h long-options.h \
1997-09-18 01:06:52 +08:00
makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
1998-02-25 07:31:11 +08:00
quotearg.h save-cwd.h savedir.h strverscmp.h xalloc.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-11-20 13:13:57 +08:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1996-02-13 13:17:50 +08:00
CONFIG_HEADER = ../config.h
1998-01-21 23:59:28 +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-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@
1997-11-20 02:55:53 +08:00
ANSI2KNR = ../src/ansi2knr
libfu_a_OBJECTS = getdate$U.o posixtm$U.o getopt$U.o getopt1$U.o \
1998-01-05 06:46:40 +08:00
addext$U.o argmatch$U.o backupfile$U.o basename$U.o closeout$U.o \
dirname$U.o exclude$U.o filemode$U.o full-write$U.o human$U.o \
idcache$U.o isdir$U.o long-options$U.o makepath$U.o modechange$U.o \
1998-02-25 07:31:11 +08:00
hash$U.o path-concat$U.o quotearg$U.o safe-read$U.o save-cwd$U.o \
savedir$U.o stripslash$U.o userspec$U.o xgetcwd$U.o xmalloc$U.o \
xstrdup$U.o xstrtol$U.o xstrtoul$U.o yesno$U.o
1995-12-19 12:25:24 +08:00
AR = ar
1997-03-23 10:56:47 +08:00
YLWRAP = $(srcdir)/ylwrap
1996-08-19 10:28:42 +08:00
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1997-05-24 22:31:23 +08:00
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
1996-10-08 08:54:12 +08:00
HEADERS = $(noinst_HEADERS)
1996-02-28 13:05:21 +08:00
1997-05-27 18:31:04 +08:00
DIST_COMMON = Makefile.am Makefile.in alloca.c chown.c error.c error.h \
euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
1997-10-26 12:26:09 +08:00
getgroups.c getline.c group-member.c lstat.c malloc.c memcmp.c memcpy.c \
memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h posixtm.c \
realloc.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stat.c \
stpcpy.c strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c \
strtoul.c strverscmp.c ylwrap
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
1997-03-23 10:56:47 +08:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1996-05-06 12:20:07 +08:00
TAR = tar
1997-03-23 10:56:47 +08:00
GZIP = --best
1997-05-27 18:31:04 +08:00
DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \
1998-01-05 06:46:40 +08:00
.deps/backupfile.P .deps/basename.P .deps/chown.P .deps/closeout.P \
.deps/dirname.P .deps/error.P .deps/euidaccess.P .deps/exclude.P \
.deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P .deps/fsusage.P \
.deps/ftruncate.P .deps/full-write.P .deps/getdate.P .deps/getgroups.P \
.deps/getline.P .deps/getopt.P .deps/getopt1.P .deps/group-member.P \
.deps/hash.P .deps/human.P .deps/idcache.P .deps/isdir.P \
.deps/long-options.P .deps/lstat.P .deps/makepath.P .deps/malloc.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 \
1998-02-25 07:31:11 +08:00
.deps/path-concat.P .deps/posixtm.P .deps/quotearg.P .deps/realloc.P \
.deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
1997-12-21 20:29:32 +08:00
.deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat.P \
.deps/stpcpy.P .deps/strcasecmp.P .deps/strdup.P .deps/strftime.P \
.deps/stripslash.P .deps/strndup.P .deps/strstr.P .deps/strtol.P \
.deps/strtoul.P .deps/strverscmp.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 13:56:37 +08:00
SOURCES = $(libfu_a_SOURCES)
OBJECTS = $(libfu_a_OBJECTS)
1992-11-01 04:42:48 +08:00
default: all
1992-11-01 04:42:48 +08:00
1996-12-08 13:56:37 +08:00
.SUFFIXES:
1997-12-06 17:18:32 +08:00
.SUFFIXES: .S .c .h .o .s .y
1998-02-07 16:13:08 +08:00
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1997-06-06 22:30:11 +08:00
cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
1996-01-08 14:15:59 +08:00
1997-07-10 01:57:48 +08:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1996-11-20 13:13:57 +08:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1996-01-31 22:53:02 +08:00
1996-12-08 13:56:37 +08:00
1995-12-19 12:25:24 +08:00
mostlyclean-noinstLIBRARIES:
clean-noinstLIBRARIES:
1997-09-30 12:19:04 +08:00
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
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
1997-12-06 17:18:32 +08:00
.s.o:
$(COMPILE) -c $<
.S.o:
$(COMPILE) -c $<
1995-12-19 12:25:24 +08:00
mostlyclean-compile:
1997-09-30 12:19:04 +08:00
-rm -f *.o core
1995-12-19 12:25:24 +08:00
clean-compile:
distclean-compile:
1997-09-30 12:19:04 +08:00
-rm -f *.tab.c
1995-12-19 12:25:24 +08:00
maintainer-clean-compile:
1997-11-20 02:55:53 +08:00
../src/ansi2knr: ../src/ansi2knr.o
cd ../src && $(MAKE) ansi2knr
mostlyclean-kr:
-rm -f *_.c
clean-kr:
distclean-kr:
maintainer-clean-kr:
1996-01-08 14:15:59 +08:00
1996-12-08 13:56:37 +08:00
libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
1997-09-30 12:19:04 +08:00
-rm -f libfu.a
1996-12-08 13:56:37 +08:00
$(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_LIBADD)
1995-12-19 12:25:24 +08:00
$(RANLIB) libfu.a
1996-10-11 11:42:11 +08:00
.y.c:
1997-12-06 17:18:32 +08:00
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
1997-05-02 12:02:17 +08:00
.y.h:
1997-12-06 17:18:32 +08:00
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
1997-11-20 02:55:53 +08:00
addext_.c: addext.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/addext.c; then echo $(srcdir)/addext.c; else echo addext.c; fi` addext_.c
1998-01-04 06:53:52 +08:00
alloca_.c: alloca.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` alloca_.c
1997-11-20 02:55:53 +08:00
argmatch_.c: argmatch.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/argmatch.c; then echo $(srcdir)/argmatch.c; else echo argmatch.c; fi` argmatch_.c
backupfile_.c: backupfile.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/backupfile.c; then echo $(srcdir)/backupfile.c; else echo backupfile.c; fi` backupfile_.c
basename_.c: basename.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` basename_.c
1998-01-04 06:53:52 +08:00
chown_.c: chown.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/chown.c; then echo $(srcdir)/chown.c; else echo chown.c; fi` chown_.c
1998-01-05 06:46:40 +08:00
closeout_.c: closeout.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/closeout.c; then echo $(srcdir)/closeout.c; else echo closeout.c; fi` closeout_.c
1997-11-20 02:55:53 +08:00
dirname_.c: dirname.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` dirname_.c
1998-01-04 06:53:52 +08:00
error_.c: error.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` error_.c
euidaccess_.c: euidaccess.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/euidaccess.c; then echo $(srcdir)/euidaccess.c; else echo euidaccess.c; fi` euidaccess_.c
1997-12-21 20:29:32 +08:00
exclude_.c: exclude.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` exclude_.c
1998-01-04 06:53:52 +08:00
fileblocks_.c: fileblocks.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/fileblocks.c; then echo $(srcdir)/fileblocks.c; else echo fileblocks.c; fi` fileblocks_.c
1997-11-20 02:55:53 +08:00
filemode_.c: filemode.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/filemode.c; then echo $(srcdir)/filemode.c; else echo filemode.c; fi` filemode_.c
1998-01-04 06:53:52 +08:00
fnmatch_.c: fnmatch.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` fnmatch_.c
fsusage_.c: fsusage.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/fsusage.c; then echo $(srcdir)/fsusage.c; else echo fsusage.c; fi` fsusage_.c
ftruncate_.c: ftruncate.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/ftruncate.c; then echo $(srcdir)/ftruncate.c; else echo ftruncate.c; fi` ftruncate_.c
1997-11-20 02:55:53 +08:00
full-write_.c: full-write.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/full-write.c; then echo $(srcdir)/full-write.c; else echo full-write.c; fi` full-write_.c
getdate_.c: getdate.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/getdate.c; then echo $(srcdir)/getdate.c; else echo getdate.c; fi` getdate_.c
1998-01-04 06:53:52 +08:00
getgroups_.c: getgroups.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/getgroups.c; then echo $(srcdir)/getgroups.c; else echo getgroups.c; fi` getgroups_.c
getline_.c: getline.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/getline.c; then echo $(srcdir)/getline.c; else echo getline.c; fi` getline_.c
1997-11-20 02:55:53 +08:00
getopt_.c: getopt.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` getopt_.c
getopt1_.c: getopt1.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` getopt1_.c
1998-01-04 06:53:52 +08:00
group-member_.c: group-member.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/group-member.c; then echo $(srcdir)/group-member.c; else echo group-member.c; fi` group-member_.c
1997-11-20 02:55:53 +08:00
hash_.c: hash.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` hash_.c
1997-11-30 19:08:23 +08:00
human_.c: human.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/human.c; then echo $(srcdir)/human.c; else echo human.c; fi` human_.c
1997-11-20 02:55:53 +08:00
idcache_.c: idcache.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/idcache.c; then echo $(srcdir)/idcache.c; else echo idcache.c; fi` idcache_.c
isdir_.c: isdir.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` isdir_.c
long-options_.c: long-options.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` long-options_.c
1998-01-04 06:53:52 +08:00
lstat_.c: lstat.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/lstat.c; then echo $(srcdir)/lstat.c; else echo lstat.c; fi` lstat_.c
1997-11-20 02:55:53 +08:00
makepath_.c: makepath.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` makepath_.c
1998-01-04 06:53:52 +08:00
malloc_.c: malloc.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` malloc_.c
memcmp_.c: memcmp.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/memcmp.c; then echo $(srcdir)/memcmp.c; else echo memcmp.c; fi` memcmp_.c
memcpy_.c: memcpy.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/memcpy.c; then echo $(srcdir)/memcpy.c; else echo memcpy.c; fi` memcpy_.c
memset_.c: memset.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/memset.c; then echo $(srcdir)/memset.c; else echo memset.c; fi` memset_.c
mkdir_.c: mkdir.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/mkdir.c; then echo $(srcdir)/mkdir.c; else echo mkdir.c; fi` mkdir_.c
mktime_.c: mktime.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` mktime_.c
1997-11-20 02:55:53 +08:00
modechange_.c: modechange.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/modechange.c; then echo $(srcdir)/modechange.c; else echo modechange.c; fi` modechange_.c
1998-01-04 06:53:52 +08:00
mountlist_.c: mountlist.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/mountlist.c; then echo $(srcdir)/mountlist.c; else echo mountlist.c; fi` mountlist_.c
obstack_.c: obstack.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` obstack_.c
1997-11-20 02:55:53 +08:00
path-concat_.c: path-concat.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/path-concat.c; then echo $(srcdir)/path-concat.c; else echo path-concat.c; fi` path-concat_.c
posixtm_.c: posixtm.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/posixtm.c; then echo $(srcdir)/posixtm.c; else echo posixtm.c; fi` posixtm_.c
1998-02-25 07:31:11 +08:00
quotearg_.c: quotearg.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` quotearg_.c
1998-01-04 06:53:52 +08:00
realloc_.c: realloc.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` realloc_.c
regex_.c: regex.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` regex_.c
rename_.c: rename.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/rename.c; then echo $(srcdir)/rename.c; else echo rename.c; fi` rename_.c
rmdir_.c: rmdir.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/rmdir.c; then echo $(srcdir)/rmdir.c; else echo rmdir.c; fi` rmdir_.c
rpmatch_.c: rpmatch.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/rpmatch.c; then echo $(srcdir)/rpmatch.c; else echo rpmatch.c; fi` rpmatch_.c
rx_.c: rx.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/rx.c; then echo $(srcdir)/rx.c; else echo rx.c; fi` rx_.c
1997-11-20 02:55:53 +08:00
safe-read_.c: safe-read.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/safe-read.c; then echo $(srcdir)/safe-read.c; else echo safe-read.c; fi` safe-read_.c
save-cwd_.c: save-cwd.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/save-cwd.c; then echo $(srcdir)/save-cwd.c; else echo save-cwd.c; fi` save-cwd_.c
savedir_.c: savedir.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` savedir_.c
1998-01-04 06:53:52 +08:00
stat_.c: stat.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` stat_.c
stpcpy_.c: stpcpy.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` stpcpy_.c
strcasecmp_.c: strcasecmp.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strcasecmp.c; then echo $(srcdir)/strcasecmp.c; else echo strcasecmp.c; fi` strcasecmp_.c
strdup_.c: strdup.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` strdup_.c
strftime_.c: strftime.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` strftime_.c
1997-11-20 02:55:53 +08:00
stripslash_.c: stripslash.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/stripslash.c; then echo $(srcdir)/stripslash.c; else echo stripslash.c; fi` stripslash_.c
1998-01-04 06:53:52 +08:00
strndup_.c: strndup.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` strndup_.c
strstr_.c: strstr.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strstr.c; then echo $(srcdir)/strstr.c; else echo strstr.c; fi` strstr_.c
strtol_.c: strtol.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strtol.c; then echo $(srcdir)/strtol.c; else echo strtol.c; fi` strtol_.c
strtoul_.c: strtoul.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` strtoul_.c
strverscmp_.c: strverscmp.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/strverscmp.c; then echo $(srcdir)/strverscmp.c; else echo strverscmp.c; fi` strverscmp_.c
1997-11-20 02:55:53 +08:00
userspec_.c: userspec.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/userspec.c; then echo $(srcdir)/userspec.c; else echo userspec.c; fi` userspec_.c
xgetcwd_.c: xgetcwd.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/xgetcwd.c; then echo $(srcdir)/xgetcwd.c; else echo xgetcwd.c; fi` xgetcwd_.c
xmalloc_.c: xmalloc.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` xmalloc_.c
xstrdup_.c: xstrdup.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` xstrdup_.c
xstrtol_.c: xstrtol.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` xstrtol_.c
xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` xstrtoul_.c
yesno_.c: yesno.c $(ANSI2KNR)
$(ANSI2KNR) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` yesno_.c
1998-01-04 06:53:52 +08:00
addext_.o alloca_.o argmatch_.o backupfile_.o basename_.o chown_.o \
1998-01-05 06:46:40 +08:00
closeout_.o dirname_.o error_.o euidaccess_.o exclude_.o fileblocks_.o \
filemode_.o fnmatch_.o fsusage_.o ftruncate_.o full-write_.o getdate_.o \
1998-01-04 06:53:52 +08:00
getgroups_.o getline_.o getopt_.o getopt1_.o group-member_.o hash_.o \
human_.o idcache_.o isdir_.o long-options_.o lstat_.o makepath_.o \
malloc_.o memcmp_.o memcpy_.o memset_.o mkdir_.o mktime_.o \
modechange_.o mountlist_.o obstack_.o path-concat_.o posixtm_.o \
1998-02-25 07:31:11 +08:00
quotearg_.o realloc_.o regex_.o rename_.o rmdir_.o rpmatch_.o rx_.o \
safe-read_.o save-cwd_.o savedir_.o stat_.o stpcpy_.o strcasecmp_.o \
strdup_.o strftime_.o stripslash_.o strndup_.o strstr_.o strtol_.o \
strtoul_.o strverscmp_.o userspec_.o xgetcwd_.o xmalloc_.o xstrdup_.o \
xstrtol_.o xstrtoul_.o yesno_.o : $(ANSI2KNR)
1995-12-19 12:25:24 +08:00
1996-12-08 13:56:37 +08:00
tags: TAGS
1997-12-06 17:18:32 +08:00
ID: $(HEADERS) $(SOURCES) $(LISP)
here=`pwd` && cd $(srcdir) \
&& mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
1992-11-01 04:42:48 +08:00
1997-12-06 17:18:32 +08:00
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
1996-12-08 13:56:37 +08:00
tags=; \
here=`pwd`; \
1997-12-06 17:18:32 +08:00
test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$(LISP)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) $(LISP) -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:
1997-09-30 12:19:04 +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
1997-05-24 22:31:23 +08:00
1996-11-20 13:13:57 +08:00
distdir: $(DISTFILES)
1997-05-24 22:31:23 +08:00
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
1997-09-30 12:19:04 +08:00
distdir=`cd $(distdir) && pwd`; \
1997-05-24 22:31:23 +08:00
cd $(top_srcdir) \
1997-06-06 22:30:11 +08:00
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits lib/Makefile
1996-11-20 13:13:57 +08:00
@for file in $(DISTFILES); do \
d=$(srcdir); \
1996-01-08 14:15:59 +08:00
test -f $(distdir)/$$file \
1996-11-20 13:13:57 +08:00
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
1993-03-29 13:09:09 +08:00
done
1992-11-01 04:42:48 +08:00
1997-09-30 12:19:04 +08:00
MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1996-06-24 03:03:56 +08:00
1997-06-29 11:27:24 +08:00
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
1996-09-19 23:39:43 +08:00
-include .deps/.P
1997-06-06 22:30:11 +08:00
.deps/.P: $(BUILT_SOURCES)
1997-06-29 11:27:24 +08:00
echo > $@
1996-06-24 03:03:56 +08:00
1998-01-26 05:20:53 +08:00
-include $(DEP_FILES)
1996-09-19 23:39:43 +08:00
mostlyclean-depend:
clean-depend:
distclean-depend:
maintainer-clean-depend:
1997-09-30 12:19:04 +08:00
-rm -rf .deps
1996-06-24 03:03:56 +08:00
1997-05-24 22:31:23 +08:00
.deps/%.P: %.c
1996-12-08 13:56:37 +08:00
@echo "Computing dependencies for $<..."
1997-05-24 22:31:23 +08:00
@o='o'; \
test -n "$o" && o='$$o'; \
1997-06-29 11:27:24 +08:00
$(MKDEP) $< >$@.tmp \
&& sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
&& rm -f $@.tmp
1996-01-08 14:15:59 +08:00
info:
dvi:
check: all
1996-12-08 13:56:37 +08:00
$(MAKE)
1996-01-08 14:15:59 +08:00
installcheck:
1998-01-21 23:59:28 +08:00
install-exec:
1997-05-02 12:02:17 +08:00
@$(NORMAL_INSTALL)
1996-02-28 13:05:21 +08:00
1998-01-21 23:59:28 +08:00
install-data:
1997-05-02 12:02:17 +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
1998-01-21 23:59:28 +08:00
uninstall:
1995-12-19 12:25:24 +08:00
1997-06-06 22:30:11 +08:00
all: Makefile $(LIBRARIES) $(HEADERS)
1996-02-28 13:05:21 +08:00
1996-03-29 12:54:45 +08:00
install-strip:
1997-06-29 11:27:24 +08:00
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' 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:
1997-09-30 12:19:04 +08:00
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1995-12-19 12:25:24 +08:00
clean-generic:
1997-09-30 12:19:04 +08:00
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1995-12-19 12:25:24 +08:00
distclean-generic:
1997-09-30 12:19:04 +08:00
-rm -f Makefile $(DISTCLEANFILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1995-12-19 12:25:24 +08:00
maintainer-clean-generic:
1997-09-30 12:19:04 +08:00
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1996-01-08 14:15:59 +08:00
mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
1997-11-20 02:55:53 +08:00
mostlyclean-kr mostlyclean-tags mostlyclean-depend \
mostlyclean-generic
1995-12-19 12:25:24 +08:00
1997-11-20 02:55:53 +08:00
clean: clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
clean-depend clean-generic mostlyclean
1995-12-19 12:25:24 +08:00
1997-11-20 02:55:53 +08:00
distclean: distclean-noinstLIBRARIES distclean-compile distclean-kr \
distclean-tags distclean-depend distclean-generic clean
1997-09-30 12:19:04 +08:00
-rm -f config.status
1995-12-19 12:25:24 +08:00
1996-01-08 14:15:59 +08:00
maintainer-clean: maintainer-clean-noinstLIBRARIES \
1997-11-20 02:55:53 +08:00
maintainer-clean-compile maintainer-clean-kr \
maintainer-clean-tags 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 \
1997-11-20 02:55:53 +08:00
maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
clean-depend maintainer-clean-depend 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
1995-12-19 12:25:24 +08:00
# 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: