
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: \
	comments_1.t3 comments_2.t3 comments_3a.t3 comments_3b.t3 comments_3c.t3 \
	comments_4a.t3 comments_4b.t3 comments_4c.t3 comments_4d.t3 \
	comments_5.t3 comments_6.t3 \
	comments_7a.t3 comments_7b.t3 comments_7c.t3 comments_7d.t3 comments_7e.t3 \
	comments_7f.t3 comments_7g.t3 comments_7h.t3 comments_7i.t3 comments_7j.t3 \
	comments_7k.t3 \
	comments_8.t3 \
	comments_9.t3 \
	comments_10.t3 \
	comments_11.t3 \
	comments_12.t3 \
	comments_13.t3 \
	
clean:
	rm obj/*.t3o obj/*.t3s *.t3
