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 21 and 161

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 21 Rev 161
Line 1... Line 1...
# Makefile for the libiberty library.
# Makefile for the libiberty library.
# Originally written by K. Richard Pixley .
# Originally written by K. Richard Pixley .
#
#
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
# Free Software Foundation
# Free Software Foundation
#
#
# This file is part of the libiberty library.
# This file is part of the libiberty library.
# Libiberty is free software; you can redistribute it and/or
# Libiberty is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# modify it under the terms of the GNU Library General Public
Line 146... Line 146...
        random.c regex.c rename.c rindex.c                              \
        random.c regex.c rename.c rindex.c                              \
        safe-ctype.c setenv.c setproctitle.c sha1.c sigsetmask.c        \
        safe-ctype.c setenv.c setproctitle.c sha1.c sigsetmask.c        \
         simple-object.c simple-object-coff.c simple-object-elf.c       \
         simple-object.c simple-object-coff.c simple-object-elf.c       \
         simple-object-mach-o.c                                         \
         simple-object-mach-o.c                                         \
         snprintf.c sort.c                                              \
         snprintf.c sort.c                                              \
         spaces.c splay-tree.c stpcpy.c stpncpy.c strcasecmp.c          \
         spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c         \
         strchr.c strdup.c strerror.c strncasecmp.c strncmp.c           \
         strcasecmp.c strchr.c strdup.c strerror.c strncasecmp.c        \
         strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c     \
         strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c     \
         strndup.c strverscmp.c                                         \
         strtoul.c strndup.c strverscmp.c                               \
        tmpnam.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     \
Line 181... Line 181...
        ./@pexecute@.$(objext)                                          \
        ./@pexecute@.$(objext)                                          \
        ./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) ./strerror.$(objext)                     \
        ./splay-tree.$(objext) ./stack-limit.$(objext)                  \
 
        ./strerror.$(objext)                                            \
        ./strsignal.$(objext) ./unlink-if-ordinary.$(objext)            \
        ./strsignal.$(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)
 
 
Line 1031... Line 1032...
        if [ x"$(PICFLAG)" != x ]; then \
        if [ x"$(PICFLAG)" != x ]; then \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \
        else true; fi
        else true; fi
        $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
        $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
 
 
 
./stack-limit.$(objext): $(srcdir)/stack-limit.c config.h
 
        if [ x"$(PICFLAG)" != x ]; then \
 
          $(COMPILE.c) $(PICFLAG) $(srcdir)/stack-limit.c -o pic/$@; \
 
        else true; fi
 
        $(COMPILE.c) $(srcdir)/stack-limit.c $(OUTPUT_OPTION)
 
 
./stpcpy.$(objext): $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
./stpcpy.$(objext): $(srcdir)/stpcpy.c $(INCDIR)/ansidecl.h
        if [ x"$(PICFLAG)" != x ]; then \
        if [ x"$(PICFLAG)" != x ]; then \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
          $(COMPILE.c) $(PICFLAG) $(srcdir)/stpcpy.c -o pic/$@; \
        else true; fi
        else true; fi
        $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)
        $(COMPILE.c) $(srcdir)/stpcpy.c $(OUTPUT_OPTION)

powered by: WebSVN 2.1.0

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