OSDN Git Service

2001-09-20 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libiberty / Makefile.in
index 92b90fa..5786f99 100644 (file)
@@ -122,26 +122,27 @@ dvi: dvi-subdir
 # configure.in.
 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                      \
+        cp-demangle.c dyn-string.c fdmatch.c fnmatch.c ffs.c getcwd.c        \
        getpwd.c getopt.c getopt1.c getpagesize.c getruntime.c                \
        floatformat.c hashtab.c hex.c index.c insque.c lbasename.c            \
        md5.c make-temp-file.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   \
+       partition.c pexecute.c putenv.c random.c                              \
+       regex.c rename.c rindex.c setenv.c                                    \
        sigsetmask.c safe-ctype.c sort.c spaces.c splay-tree.c strcasecmp.c   \
        strncasecmp.c strchr.c strdup.c strerror.c strncmp.c strrchr.c        \
        strsignal.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c vasprintf.c \
        vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c xatexit.c xexit.c   \
-       xmalloc.c xmemdup.c xstrdup.c xstrerror.c ternary.c
+       xmalloc.c xmemdup.c xstrdup.c xstrerror.c ternary.c fibheap.c
 
 # These are always included in the library.
 REQUIRED_OFILES = argv.o alloca.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 lbasename.o       \
         md5.o make-temp-file.o objalloc.o                                    \
-       obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o         \
+       obstack.o partition.o pexecute.o regex.o safe-ctype.o sort.o spaces.o \
        splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o       \
-       xmemdup.o xstrdup.o xstrerror.o ternary.o
+       xmemdup.o xstrdup.o xstrerror.o ternary.o fibheap.o
 
 $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
        -rm -f $(TARGETLIB)
@@ -259,11 +260,12 @@ argv.o: config.h $(INCDIR)/libiberty.h
 basename.o: $(INCDIR)/libiberty.h
 choose-temp.o: config.h
 clock.o: config.h
-concat.o: $(INCDIR)/libiberty.h
+concat.o: config.h $(INCDIR)/libiberty.h
 cplus-dem.o: config.h $(INCDIR)/demangle.h
 cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h
 dyn-string.o: config.h $(INCDIR)/dyn-string.h
 fdmatch.o: $(INCDIR)/libiberty.h
+fibheap.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/fibheap.h
 fnmatch.o: config.h $(INCDIR)/fnmatch.h
 getcwd.o: config.h
 getopt.o: config.h $(INCDIR)/getopt.h
@@ -281,6 +283,7 @@ 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
+regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
 rename.o: config.h
 setenv.o: config.h
 sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h