
tads3root = ${XTADS_TADS_DEV_ROOT}/tads3

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

default: \
	font_color_1.t3 font_color_2.t3 font_color_3.t3 font_color_4.t3 font_color_5.t3 font_color_6.t3 \
	font_bgcolor_1.t3 font_bgcolor_2.t3 font_bgcolor_3.t3 font_bgcolor_4.t3 font_bgcolor_5.t3 \
	body_bgcolor_1.t3 body_bgcolor_2.t3 body_bgcolor_3.t3 body_bgcolor_4.t3 body_bgcolor_5.t3 \
	body_bgcolor_6.t3 body_bgcolor_7.t3 body_bgcolor_8.t3 body_bgcolor_9.t3 \
	body_text_1.t3 body_text_2.t3 body_text_3.t3 body_text_3a.t3 body_text_3b.t3 body_text_4.t3 body_text_5.t3 body_text_6.t3 \
	body_text_7.t3 body_text_8.t3 body_text_9.t3 body_text_10.t3 \
	body_link_1.t3 body_link_2.t3 body_link_3.t3 body_link_3b.t3 body_link_4.t3 body_link_5.t3 body_link_6.t3 body_link_7.t3 body_link_8.t3 \
	body_alink_1.t3 body_alink_2.t3 body_alink_3.t3 body_alink_4.t3 body_alink_5.t3 body_alink_6.t3 \
	body_vlink_1.t3 body_vlink_2.t3 body_vlink_3.t3 body_vlink_4.t3 body_vlink_5.t3 body_vlink_6.t3 body_vlink_7.t3 body_vlink_8.t3 \
	body_hlink_1.t3 body_hlink_2.t3 body_hlink_3.t3 \
	table_bgcolor_1.t3 table_bgcolor_2.t3 table_bgcolor_3.t3 \
	tr_bgcolor_1.t3 tr_bgcolor_2.t3 tr_bgcolor_3.t3 \
	td_bgcolor_1.t3 td_bgcolor_2.t3 td_bgcolor_3.t3 \
	th_bgcolor_1.t3 th_bgcolor_2.t3 th_bgcolor_3.t3 \
	func_setScreenColor_1.t3 func_setScreenColor_2.t3 func_setScreenColor_3.t3 func_setScreenColor_4.t3 \
	func_setScreenColor_5.t3 func_setScreenColor_6.t3 func_setScreenColor_7.t3 func_setScreenColor_8.t3 \
	func_setTextColor_1.t3 func_setTextColor_2.t3 func_setTextColor_3.t3 func_setTextColor_4.t3 \
	func_setTextColor_5.t3 func_setTextColor_6.t3 func_setTextColor_7.t3 func_setTextColor_8.t3
	
clean:
	rm obj/*.t3o obj/*.t3s *.t3
