NetBSD/gnu/usr.bin/gawk/Makefile

13 lines
328 B
Makefile
Raw Normal View History

1994-12-22 12:31:26 +03:00
# $Id: Makefile,v 1.4 1994/12/22 09:33:36 cgd Exp $
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
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>