Deleted Added
full compact
Makefile (130751) Makefile (136910)
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 130751 2004-06-19 22:22:42Z marcel $
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 136910 2004-10-24 15:33:08Z ru $
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
16
17WARNS?= 1
18CFLAGS+= -DHAVE_CONFIG_H
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
16
17WARNS?= 1
18CFLAGS+= -DHAVE_CONFIG_H
19INTERNALLIB= true
19INTERNALLIB=
20
21.include <bsd.lib.mk>
20
21.include <bsd.lib.mk>