
tads3root = ${XTADS_TADS_DEV_ROOT}/tads3

%.t3 : %.t makefile
	[ -d obj ] || mkdir obj
	t3make -I ${tads3root}/include -DLANGUAGE=en_us -DMESSAGESTYLE=neu -Fy obj -Fo obj \
	-o $@ -lib ${tads3root}/lib/system.tl -source $<

default: \
	basefont_tag_1.t3 basefont_tag_2.t3 basefont_tag_3.t3 basefont_tag_4.t3 basefont_tag_5.t3 \
	basefont_tag_6.t3 basefont_tag_7.t3 basefont_tag_8.t3 basefont_tag_9.t3 basefont_tag_10.t3 \
	basefont_tag_11.t3 basefont_tag_12.t3 basefont_tag_13.t3 basefont_tag_14.t3 basefont_tag_15.t3 \
	basefont_tag_16.t3 \
	
clean:
	rm obj/*.t3o obj/*.t3s *.t3
