diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:44:01 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:44:01 +0000 |
commit | ed0761dee1f49bb70c11891835894124c314c613 (patch) | |
tree | 3d59ac24792a9a6f5de210dd165d41fa95b60d01 /lib | |
parent | 61d08d77fcfeeab86a466ba01657f855dc46a990 (diff) | |
download | idutils-ed0761dee1f49bb70c11891835894124c314c613.tar.gz idutils-ed0761dee1f49bb70c11891835894124c314c613.tar.bz2 idutils-ed0761dee1f49bb70c11891835894124c314c613.zip |
imported from id-utils-3.2r3_2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 2e51ac8..ecb7fdf 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.0 from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -71,7 +71,7 @@ CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ sys_OBJECTS = xgetcwd.o xmalloc.o EXTRA_sys_SOURCES = @@ -107,14 +107,14 @@ Makefile: $(top_builddir)/config.status Makefile.in mostlyclean-noinstLIBRARIES: clean-noinstLIBRARIES: - rm -f $(noinst_LIBFILES) + test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES) distclean-noinstLIBRARIES: maintainer-clean-noinstLIBRARIES: .c.o: - $(COMPILE) $< + $(COMPILE) -c $< mostlyclean-compile: rm -f *.o core @@ -145,12 +145,13 @@ mostlyclean-tags: clean-tags: distclean-tags: - rm -f TAGS ID maintainer-clean-tags: + rm -f TAGS ID -subdir = lib distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = lib distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ |