2 ####################################
3 # This is a makefile for mawk,
4 # an implementation of AWK (1988).
5 ####################################
8 # This builds a regular expression library
9 # Remove the -DMAWK and the library has general use.
18 # if you don't have strchr()
19 #CFLAGS = -O -DMAWK -Dstrchr=index
20 ###########################
23 C
=rexp.c rexp0.c rexp1.c rexp2.c rexp3.c rexpdb.c
29 if
[ -f
/usr
/bin
/ranlib
-o
-f
/bin
/ranlib
] ; then\
30 $(RANLIB
) regexp.a
; else true
; fi