2000-10-06 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
index a95adcdccc0221e95b8aaff9144e15cf70ebeb1f..58c07c4c50857ec7eb9ffd49acb2d0e909babe31 100644 (file)
@@ -128,7 +128,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c            \
        bzero.c calloc.c choose-temp.c clock.c concat.c cplus-dem.c           \
         cp-demangle.c dyn-string.c fdmatch.c fnmatch.c getcwd.c                      \
        getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c                \
-       floatformat.c hashtab.c hex.c index.c insque.c memchr.c memcmp.c      \
+       floatformat.c hashtab.c hex.c index.c insque.c md5.c memchr.c memcmp.c\
        memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c           \
        partition.c pexecute.c putenv.c random.c rename.c rindex.c setenv.c   \
        sigsetmask.c sort.c spaces.c splay-tree.c strcasecmp.c strncasecmp.c  \
@@ -140,7 +140,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c            \
 # These are always included in the library.
 REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o \
        dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o      \
-       getruntime.o hashtab.o hex.o floatformat.o objalloc.o obstack.o   \
+       getruntime.o hashtab.o hex.o floatformat.o md5.o objalloc.o obstack.o \
        partition.o pexecute.o sort.o spaces.o splay-tree.o strerror.o    \
        strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o       \
        xstrerror.o
@@ -280,16 +280,20 @@ objalloc.o: config.h $(INCDIR)/objalloc.h
 obstack.o: config.h $(INCDIR)/obstack.h
 partition.o: config.h $(INCDIR)/partition.h
 pexecute.o: config.h $(INCDIR)/libiberty.h
+rename.o: config.h
 setenv.o: config.h
 sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h
 spaces.o: $(INCDIR)/libiberty.h
 splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
 strerror.o: config.h $(INCDIR)/libiberty.h
 strsignal.o: config.h $(INCDIR)/libiberty.h
+strtol.o: config.h
+strtoul.o: config.h
 xatexit.o: $(INCDIR)/libiberty.h
 xexit.o: $(INCDIR)/libiberty.h
 xmalloc.o: config.h $(INCDIR)/libiberty.h
 xmemdup.o: config.h $(INCDIR)/libiberty.h
 xstrdup.o: config.h $(INCDIR)/libiberty.h
 xstrerror.o: config.h $(INCDIR)/libiberty.h
+waitpid.o: config.h
 hashtab.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/ansidecl.h
This page took 0.023035 seconds and 4 git commands to generate.