~ubuntu-branches/ubuntu/gutsy/binutils/gutsy

« back to all changes in this revision

Viewing changes to libiberty/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 18:46:10 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801184610-o2erg3m3n7bjofvj
Tags: 2.17.20070801cvs-0ubuntu1
* CVS snapshot 20070801, taken from the trunk.
  - Fixes objcopy --only-keep-debug on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile for the libiberty library.
 
2
# Originally written by K. Richard Pixley <rich@cygnus.com>.
1
3
#
2
 
# Makefile
3
 
#   Copyright (C) 1990, 91-99, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4
 
#   Free Software Foundation
 
4
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
 
5
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
 
6
# Foundation
5
7
#
6
8
# This file is part of the libiberty library.
7
9
# Libiberty is free software; you can redistribute it and/or
18
20
# License along with libiberty; see the file COPYING.LIB.  If not,
19
21
# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20
22
# Boston, MA 02110-1301, USA.
21
 
#
22
 
 
23
 
# This file was written by K. Richard Pixley <rich@cygnus.com>.
24
 
 
25
 
#
26
 
# Makefile for libiberty directory
27
 
#
28
23
 
29
24
libiberty_topdir = @libiberty_topdir@
30
25
srcdir = @srcdir@
152
147
         splay-tree.c stpcpy.c stpncpy.c strcasecmp.c strchr.c strdup.c \
153
148
         strerror.c strncasecmp.c strncmp.c strrchr.c strsignal.c       \
154
149
         strstr.c strtod.c strtol.c strtoul.c strndup.c strverscmp.c    \
155
 
        ternary.c tmpnam.c                                              \
 
150
        tmpnam.c                                                        \
156
151
        unlink-if-ordinary.c                                            \
157
152
        vasprintf.c vfork.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
158
153
        waitpid.c                                                       \
176
171
        ./pex-common.o ./pex-one.o @pexecute@                           \
177
172
        ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o  \
178
173
         ./strsignal.o                                                  \
179
 
        ./ternary.o                                                     \
180
174
        ./unlink-if-ordinary.o                                          \
181
175
        ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o       \
182
176
         ./xstrerror.o ./xstrndup.o
219
213
        $(INCDIR)/partition.h                                           \
220
214
        $(INCDIR)/safe-ctype.h                                          \
221
215
        $(INCDIR)/sort.h                                                \
222
 
        $(INCDIR)/splay-tree.h                                          \
223
 
        $(INCDIR)/ternary.h
 
216
        $(INCDIR)/splay-tree.h
224
217
 
225
218
$(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
226
219
        -rm -f $(TARGETLIB) pic/$(TARGETLIB)
1083
1076
        else true; fi
1084
1077
        $(COMPILE.c) $(srcdir)/strverscmp.c $(OUTPUT_OPTION)
1085
1078
 
1086
 
./ternary.o: $(srcdir)/ternary.c stamp-h $(INCDIR)/ansidecl.h \
1087
 
        $(INCDIR)/libiberty.h $(INCDIR)/ternary.h
1088
 
        if [ x"$(PICFLAG)" != x ]; then \
1089
 
          $(COMPILE.c) $(PICFLAG) $(srcdir)/ternary.c -o pic/$@; \
1090
 
        else true; fi
1091
 
        $(COMPILE.c) $(srcdir)/ternary.c $(OUTPUT_OPTION)
1092
 
 
1093
1079
./tmpnam.o: $(srcdir)/tmpnam.c
1094
1080
        if [ x"$(PICFLAG)" != x ]; then \
1095
1081
          $(COMPILE.c) $(PICFLAG) $(srcdir)/tmpnam.c -o pic/$@; \