xref: /inferno-os/utils/libregexp/mkfile (revision 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a)
1<../../mkconfig
2
3#XXX
4<$ROOT/mkfiles/mkhost-$SYSHOST		# variables appropriate for host system
5<$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE	# variables used to build target object type
6
7LIB=libregexp.a
8CFLAGS= $CFLAGS -I../include
9
10OFILES=\
11	regcomp.$O\
12	regerror.$O\
13	regexec.$O\
14	regsub.$O\
15	regaux.$O\
16	rregexec.$O\
17	rregsub.$O\
18
19HFILES=	../include/regexp.h\
20	regcomp.h\
21
22<$ROOT/mkfiles/mksyslib-$SHELLTYPE
23