OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [libiberty/] [Makefile.in] - Diff between revs 161 and 163

Show entire file | Details | Blame | View Log

Rev 161 Rev 163
Line 150... Line 150...
         snprintf.c sort.c                                              \
         snprintf.c sort.c                                              \
         spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c         \
         spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c         \
         strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c        \
         strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c        \
         strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c     \
         strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c     \
         strtoul.c strndup.c strverscmp.c                               \
         strtoul.c strndup.c strverscmp.c                               \
        tmpnam.c                                                        \
        timeval-utils.c tmpnam.c                                        \
        unlink-if-ordinary.c                                            \
        unlink-if-ordinary.c                                            \
        vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
        vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
        waitpid.c                                                       \
        waitpid.c                                                       \
        xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c     \
        xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c     \
         xstrndup.c
         xstrndup.c
Line 182... Line 182...
        ./safe-ctype.$(objext)                                          \
        ./safe-ctype.$(objext)                                          \
        ./simple-object.$(objext) ./simple-object-coff.$(objext)        \
        ./simple-object.$(objext) ./simple-object-coff.$(objext)        \
        ./simple-object-elf.$(objext) ./simple-object-mach-o.$(objext)  \
        ./simple-object-elf.$(objext) ./simple-object-mach-o.$(objext)  \
        ./sort.$(objext) ./spaces.$(objext)                             \
        ./sort.$(objext) ./spaces.$(objext)                             \
        ./splay-tree.$(objext) ./stack-limit.$(objext)                  \
        ./splay-tree.$(objext) ./stack-limit.$(objext)                  \
        ./strerror.$(objext)                                            \
        ./strerror.$(objext) ./strsignal.$(objext)                      \
        ./strsignal.$(objext) ./unlink-if-ordinary.$(objext)            \
        ./timeval-utils.$(objext) ./unlink-if-ordinary.$(objext)        \
        ./xatexit.$(objext) ./xexit.$(objext) ./xmalloc.$(objext)       \
        ./xatexit.$(objext) ./xexit.$(objext) ./xmalloc.$(objext)       \
        ./xmemdup.$(objext) ./xstrdup.$(objext) ./xstrerror.$(objext)   \
        ./xmemdup.$(objext) ./xstrdup.$(objext) ./xstrerror.$(objext)   \
        ./xstrndup.$(objext)
        ./xstrndup.$(objext)
 
 
# These are all the objects that configure may add to the library via
# These are all the objects that configure may add to the library via
Line 233... Line 233...
        $(INCDIR)/libiberty.h                                           \
        $(INCDIR)/libiberty.h                                           \
        $(INCDIR)/objalloc.h                                            \
        $(INCDIR)/objalloc.h                                            \
        $(INCDIR)/partition.h                                           \
        $(INCDIR)/partition.h                                           \
        $(INCDIR)/safe-ctype.h                                          \
        $(INCDIR)/safe-ctype.h                                          \
        $(INCDIR)/sort.h                                                \
        $(INCDIR)/sort.h                                                \
        $(INCDIR)/splay-tree.h
        $(INCDIR)/splay-tree.h \
 
        $(INCDIR)/timeval-utils.h
 
 
$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
        -rm -f $(TARGETLIB) pic/$(TARGETLIB)
        -rm -f $(TARGETLIB) pic/$(TARGETLIB)
        $(AR) $(AR_FLAGS) $(TARGETLIB) \
        $(AR) $(AR_FLAGS) $(TARGETLIB) \
          $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
          $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
Line 1139... Line 1140...
        if [ x"$(PICFLAG)" != x ]; then \
        if [ x"$(PICFLAG)" != x ]; then \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/strverscmp.c -o pic/$@; \
        else true; fi
        else true; fi
        $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
        $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
 
 
 
./timeval-utils.$(objext): $(srcdir)/timeval-utils.c config.h \
 
        $(INCDIR)/timeval-utils.h
 
        if [ x"$(PICFLAG)" != x ]; then \
 
          $(COMPILE.c) $(PICFLAG) $(srcdir)/timeval-utils.c -o pic/$@; \
 
        else true; fi
 
        $(COMPILE.c) $(srcdir)/timeval-utils.c $(OUTPUT_OPTION)
 
 
./tmpnam.$(objext): $(srcdir)/tmpnam.c
./tmpnam.$(objext): $(srcdir)/tmpnam.c
        if [ x"$(PICFLAG)" != x ]; then \
        if [ x"$(PICFLAG)" != x ]; then \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \
        else true; fi
        else true; fi
        $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)
        $(COMPILE.c) $(srcdir)/tmpnam.c $(OUTPUT_OPTION)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.