]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/lib/libiberty/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / lib / libiberty / Makefile
1 # $FreeBSD$
2
3 SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty
4
5 .PATH: ${SRCDIR} ${SRCDIR}/../include
6
7 #LIB=    iberty
8
9 # miniumally required sources
10 SRCS=   argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \
11         getopt1.c getruntime.c hex.c floatformat.c objalloc.c obstack.c \
12         pexecute.c spaces.c strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
13         xstrdup.c xstrerror.c
14
15 CFLAGS+= -I${SRCDIR}/../include -I${.CURDIR}
16 CFLAGS+= -DHAVE_CONFIG_H
17
18 #INCS=  alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \
19 #       libiberty.h objalloc.h obstack.h
20 #INCSDIR=${INCLUDEDIR}/libiberty
21
22 .include <bsd.lib.mk>