xref: /freebsd-12.1/gnu/usr.bin/binutils/libiberty/Makefile (revision dd1cd2eb)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD$
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 lbasename.c objalloc.c obstack.c safe-ctype.c \
11	xatexit.c xexit.c xmalloc.c \
12	xstrdup.c xstrerror.c
13LIBC_BASENAME!=	ar tv /usr/lib/libc.a | grep basename
14.if ${LIBC_BASENAME} == ""
15SRCS+=	basename.c
16.endif
17CFLAGS+=	-DHAVE_CONFIG_H
18NOPROFILE=	true
19NOPIC=		true
20INTERNALLIB=	true
21INTERNALSTATICLIB=true
22
23.include <bsd.lib.mk>
24

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026