code: purgatorio

ref: 41e27b2d10c6a60c49931332e8677438736a1e36
dir: /utils/libregexp/mkfile/

View raw version
<../../mkconfig

#XXX
<$ROOT/mkfiles/mkhost-$SYSHOST		# variables appropriate for host system
<$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE	# variables used to build target object type

LIB=libregexp.a
CFLAGS= $CFLAGS -I../include

OFILES=\
	regcomp.$O\
	regerror.$O\
	regexec.$O\
	regsub.$O\
	regaux.$O\
	rregexec.$O\
	rregsub.$O\

HFILES=	../include/regexp.h\
	regcomp.h\

<$ROOT/mkfiles/mksyslib-$SHELLTYPE