ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/gnu/usr.bin/binutils/libiberty/Makefile
Revision: 10943
Committed: Fri Jun 15 13:17:02 2018 UTC (5 years, 10 months ago) by laffer1
File size: 716 byte(s)
Log Message:
tag

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/gnu/usr.bin/binutils/libiberty/Makefile 218822 2011-02-18 20:54:12Z dim $
3
4 .include "../Makefile.inc0"
5
6 .PATH: ${SRCDIR}/libiberty
7
8 LIB= iberty
9 SRCS= argv.c \
10 concat.c \
11 choose-temp.c \
12 cp-demangle.c \
13 cp-demint.c \
14 cplus-dem.c \
15 dyn-string.c \
16 getpwd.c \
17 getruntime.c \
18 filename_cmp.c \
19 floatformat.c \
20 hashtab.c \
21 hex.c \
22 lbasename.c \
23 lrealpath.c \
24 make-relative-prefix.c \
25 make-temp-file.c \
26 objalloc.c \
27 obstack.c \
28 safe-ctype.c \
29 unlink-if-ordinary.c \
30 xatexit.c \
31 xexit.c \
32 xmalloc.c \
33 xstrdup.c \
34 xstrerror.c
35
36 # The following files are needed by gdb(1)
37 SRCS+= splay-tree.c
38
39 WARNS?= 2
40 CFLAGS+= -DHAVE_CONFIG_H
41 INTERNALLIB=
42
43 .include <bsd.lib.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H