
tads3root = ${XTADS_TADS_DEV_ROOT}/tads3

%.t3 : %.t
	[ -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: \
	table_bounds_0a.t3 \
	table_bounds_0b.t3 \
	table_bounds_0c.t3 \
	table_bounds_1.t3 \
	table_bounds_1b.t3 \
	table_bounds_1c.t3 \
	table_bounds_1d.t3 \
	table_bounds_1d2.t3 \
	table_bounds_1d3.t3 \
	table_bounds_1e.t3 \
	table_bounds_1f.t3 \
	table_bounds_1g.t3 \
	table_bounds_1h.t3 \
	table_bounds_1i.t3 \
	table_bounds_2.t3 \
	table_bounds_3.t3 
	
clean:
	rm obj/*.t3o obj/*.t3s *.t3
