Deleted Added
full compact
Makefile (136910) Makefile (141911)
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 136910 2004-10-24 15:33:08Z ru $
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 141911 2005-02-14 12:10:14Z obrien $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/libiberty
6
7LIB= iberty
8SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \
9 cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c \
10 hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c \
11 make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c \
12 xexit.c xmalloc.c xstrdup.c xstrerror.c
13
14# The following files are needed by gdb(1)
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/libiberty
6
7LIB= iberty
8SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \
9 cplus-dem.c dyn-string.c getpwd.c getruntime.c floatformat.c \
10 hashtab.c hex.c lbasename.c lrealpath.c make-relative-prefix.c \
11 make-temp-file.c objalloc.c obstack.c safe-ctype.c xatexit.c \
12 xexit.c xmalloc.c xstrdup.c xstrerror.c
13
14# The following files are needed by gdb(1)
15SRCS+= regex.c splay-tree.c
15SRCS+= splay-tree.c
16
17WARNS?= 1
18CFLAGS+= -DHAVE_CONFIG_H
19INTERNALLIB=
20
21.include <bsd.lib.mk>
16
17WARNS?= 1
18CFLAGS+= -DHAVE_CONFIG_H
19INTERNALLIB=
20
21.include <bsd.lib.mk>