1995-04-23 11:58:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1995/04/23 07:58:37 cgd Exp $
|
1993-08-02 21:28:42 +04:00
|
|
|
|
1993-07-08 02:18:43 +04:00
|
|
|
PROG= awk
|
|
|
|
SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \
|
|
|
|
node.c version.c re.c awk.c regex.c dfa.c \
|
|
|
|
getopt.c getopt1.c
|
|
|
|
CFLAGS+= -DGAWK
|
1993-10-07 10:23:44 +03:00
|
|
|
LDADD= -lm -lgnumalloc
|
|
|
|
DPADD= ${LIBM} /usr/lib/libgnumalloc.a
|
1993-07-08 02:18:43 +04:00
|
|
|
CLEANFILES+= awk.c y.tab.h
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|