summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libiberty/Makefile
blob: 75adad7872405f1a546a1f924f89063cf56e9517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile,v 1.1 1994/01/28 12:42:52 pk Exp $

LIB=		iberty
NOPROFILE=
NOPIC=

CFLAGS+=	-I$(.CURDIR)/../include
SRCS=		argv.c basename.c concat.c cplus-dem.c getopt.c getopt1.c \
		obstack.c strsignal.c ieee-float.c insque.c

install:

.include <bsd.lib.mk>