summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-26 05:25:09 +0000
committerJim Meyering <jim@meyering.net>1996-01-26 05:25:09 +0000
commit0cae09b3691ac8313faebe732d1777d30e96be0f (patch)
tree6f4f3376ecb90f07733a80bd85dd4d057676e3b3
parentbcde2e612f91be65bfe986c92b2e3c7aca50db0f (diff)
downloadgnulib-0cae09b3691ac8313faebe732d1777d30e96be0f.tar.gz
.
-rw-r--r--lib/Makefile.in59
1 files changed, 23 insertions, 36 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 009684a2b0..18006e50d7 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,8 +1,4 @@
-# Makefile.in generated automatically by automake 0.28 from Makefile.am
-
-# 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.
+# Makefile.in generated automatically by automake 0.27 from Makefile.am
SHELL = /bin/sh
@@ -59,7 +55,7 @@ full-write.c getopt.c getopt1.c getversion.c group-member.c idcache.c \
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
-LIBRARIES = $(noinst_LIBRARIES)
+LIBRARIES= $(noinst_LIBRARIES)
noinst_LIBFILES = libfu.a
@@ -85,34 +81,22 @@ LIBFILES = libfu.a
AR = ar
RANLIB = @RANLIB@
-DIST_COMMON = Makefile.am Makefile.in
+DIST_COMMON = Makefile.in Makefile.am
PACKAGE = @PACKAGE@
VERSION = @VERSION@
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
- $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER) $(DATA)
-DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
- $(TEXINFOS) $(INFO_DEPS) $(MANS) $(DIST_OTHER) $(DATA)
-DEP_FILES = .Pdechange.P .Png.Ppt.Pns.P .Psixtm.P argmatch.P \
-backupfile.P basename.P dirname.P er.Pr.P file.Pde.P fileb.Pcks.P \
-full-write.P g.Pup-member.P ge.Ppt.P ge.Ppt1.P getdate.P getvers.Pn.P \
-idcache.P isdir.P makepath.P obstack.P safe-read.P save-cwd.P savedir.P \
-stripslash.P userspec.P xgetcwd.P xmal.Pc.P xstr.Pl.P xstr.Pul.P \
-xstrdup.P yes.P.P
+DISTFILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
+ $(DIST_OTHER) $(DIST_COMMON) $(DATA)
+subdir = lib
+
SOURCES = $(fu_SOURCES)
OBJECTS = $(fu_OBJECTS)
default: all
-$(srcdir)/Makefile.in: Makefile.am
- cd $(top_srcdir) && automake $(subdir)/Makefile
-
-Makefile: ../config.status Makefile.in
- cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
-
mostlyclean-noinstLIBRARIES:
clean-noinstLIBRARIES:
@@ -141,7 +125,13 @@ libfu.a: $(fu_OBJECTS) $(fu_LIBADD)
$(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
$(RANLIB) libfu.a
-ID: $(HEADERS) $(SOURCES)
+$(srcdir)/Makefile.in: Makefile.am
+ cd $(top_srcdir) && automake $(subdir)/Makefile
+
+Makefile: ../config.status Makefile.in
+ cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+
+ID:
here=`pwd` && cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
tags: TAGS
@@ -158,13 +148,12 @@ distclean-tags:
maintainer-clean-tags:
-subdir = lib
-distdir = $(PACKAGE)-$(VERSION)/$(subdir)
-dist: $(DEP_DISTFILES)
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+dist: $(DISTFILES)
@for file in $(DISTFILES); do \
test -f $(distdir)/$$file \
- || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
- || cp -p $(srcdir)/$$file $(distdir)/$$file; \
+ || ln $(srcdir)/$$file $(distdir)/$$file \
+ || cp -p $(srcdir)/$$file $(distdir)/$$file; \
done
# This fragment is probably only useful for maintainers. It relies on
@@ -173,6 +162,8 @@ dist: $(DEP_DISTFILES)
MKDEP = gcc -MM $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+DEP_FILES = $(patsubst %.$(kr)o, $(srcdir)/.deps/%.P,$(OBJECTS))
+
-include $(srcdir)/.deps/.P
$(srcdir)/.deps/.P: $(BUILT_SOURCES)
cd $(srcdir) && test -d .deps || mkdir .deps
@@ -185,11 +176,7 @@ $(srcdir)/.deps/%.P: $(srcdir)/%.c
@echo "mkdeps $< > $@"
@re=`echo 's,\<$(srcdir),,g' | sed 's/\./\\./g'`; \
$(MKDEP) $< | sed $$re > $@-tmp
- @if test -n "$o"; then \
- sed 's/\.o:/$$o:/' $@-tmp > $@; \
- else \
- mv $@-tmp $@; \
- fi
+ @mv $@-tmp $@
# End of maintainer-only section
all: $(LIBFILES)
@@ -202,7 +189,7 @@ check: all
installcheck:
-install: all
+install:
@:
uninstall:
@@ -222,7 +209,6 @@ distclean-generic:
maintainer-clean-generic:
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
- test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
mostlyclean-tags mostlyclean-generic
@@ -238,6 +224,7 @@ maintainer-clean-compile maintainer-clean-tags maintainer-clean-generic \
distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
+ rm -f config.status
.PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \