# Makefile converted using LMKTOSMAKE version 1.0
 
WBRexx: WBRexx.o
	slink WBRexx.o to WBRexx \
	LIB LIB:amiga.lib \
	MAP WBRexx.MAP \
	BATCH \
	sc sd nodebug stripdebug

WBRexx.o: WBRexx.c WBRexx.gst
	sc CONSTLIBBASE STRMERGE UNSCHAR STREQ OPTIMIZE NOSTKCHK GST=WBRexx.gst WBRexx.c

WBRexx.gst: struct.c
	sc NOOBJNAME MAKEGST=WBRexx.gst struct.c
