]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/binutils/libiberty/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / gnu / usr.bin / binutils / libiberty / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .include "../Makefile.inc0"
6
7 .PATH: ${SRCDIR}/libiberty
8
9 LIB=            iberty
10 SRCS=           argv.c basename.c choose-temp.c concat.c cplus-dem.c \
11                 fdmatch.c fnmatch.c getopt.c getopt1.c getruntime.c \
12                 hex.c floatformat.c objalloc.c obstack.c spaces.c \
13                 strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \
14                 xstrdup.c xstrerror.c insque.c
15 NOPROFILE=      true
16 NOPIC=          true
17 INTERNALLIB=    true
18 INTERNALSTATICLIB=true
19
20 .include <bsd.lib.mk>