shithub: rewise

ref: eefded827f06cef7aca1ff2fc4900facd856d272
dir: /src/mkfile/

View raw version
</$objtype/mkfile

CFLAGS=$CLFAGS -p -I ../../include -I/sys/include/npe -I libpng -I zlib -D__plan9__ -D__${objtype}__ $POSIX -DSTDC

HFILES=\
	print.h \
	reader.h \
	crc32.h \
	inflate.h \
	pefile.h \
	wiseoverlay.h \
	version.h \
	errors.h

OFILES=\
	wisescript.$O \
	wisescript.$O \
	rewise.$O \
	print.$O \
	reader.$O \
	crc32.$O \
	inflate.$O \
	pefile.$O \
	wiseoverlay.$O \
	getopt.$O \

TARG=rewise

</sys/src/cmd/mkone