Deleted Added
full compact
Makefile (92206) Makefile (96513)
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 92206 2002-03-13 05:14:31Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 96513 2002-05-13 11:09:07Z ru $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/libiberty
6
7LIB= iberty
8SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
9 dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \
10 hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \
11 objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
12 xstrdup.c xstrerror.c
13.if defined(BOOTSTRAPPING)
14SRCS+= basename.c
15.endif
16WARNS= 1
17CFLAGS+= -DHAVE_CONFIG_H
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/libiberty
6
7LIB= iberty
8SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
9 dyn-string.c getopt.c getopt1.c getpwd.c getruntime.c \
10 hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \
11 objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
12 xstrdup.c xstrerror.c
13.if defined(BOOTSTRAPPING)
14SRCS+= basename.c
15.endif
16WARNS= 1
17CFLAGS+= -DHAVE_CONFIG_H
18NOPROFILE= true
19NOPIC= true
20INTERNALLIB= true
18INTERNALLIB= true
21INTERNALSTATICLIB=true
22
23.include <bsd.lib.mk>
19
20.include <bsd.lib.mk>