Deleted Added
full compact
Makefile (33976) Makefile (34498)
1#
1#
2# $Id$
2# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:09 jdp Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/libiberty
8
9LIB= iberty
10SRCS= 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
15NOPROFILE= true
16NOPIC= true
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/libiberty
8
9LIB= iberty
10SRCS= 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
15NOPROFILE= true
16NOPIC= true
17INTERNALLIB= true
18INTERNALSTATICLIB=true
17
19
18install:
19
20.include <bsd.lib.mk>
20.include <bsd.lib.mk>