summaryrefslogtreecommitdiff
path: root/utils/libregexp/mkfile
blob: 3f6bc47a4ac81c5688d3506a9d93e961d75d3255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<../../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