Deleted Added
full compact
Makefile (106852) Makefile (113136)
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 106852 2002-11-13 13:49:29Z ru $
1# $FreeBSD: head/gnu/usr.bin/binutils/libiberty/Makefile 113136 2003-04-05 20:30:30Z imp $
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
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) && \
14 ( ${BOOTSTRAPPING} < 440000 || \
15 ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500022 ))
16SRCS+= basename.c
17.endif
18WARNS= 1
19CFLAGS+= -DHAVE_CONFIG_H
20INTERNALLIB= true
21
22.include <bsd.lib.mk>
13WARNS= 1
14CFLAGS+= -DHAVE_CONFIG_H
15INTERNALLIB= true
16
17.include <bsd.lib.mk>