
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: \
	nested_b_tags.t3 \
	nested_i_tag.t3 \
	nested_b_i_tags.t3 \
	nested_u_tags.t3 \
	nested_cite_tags.t3 \
	nested_em_tags.t3 \
	nested_strong_tags.t3 \
	nested_big_tags.t3 \
	nested_small_tags.t3 \
	nested_font_abs_tags.t3 \
	nested_font_rel_tags.t3 \
	nested_font_face_tags.t3 
	
clean:
	rm obj/*.t3o obj/*.t3s *.t3
