# Examples of dynamically loadable tops words.

all: hello.tx tx_demo_A.tx tx_demo_B.tx tx_demo_C.tx indexed_mat.tx test_tags.tx pmat.tx

hello.tx:  hello.c
	../admin/maketx $<

tx_demo_A.tx:  tx_demo_A.c
	../admin/maketx $<

tx_demo_B.tx:  tx_demo_B.c
	../admin/maketx $<

tx_demo_C.tx:  tx_demo_C.c
	../admin/maketx $<

indexed_mat.tx:  indexed_mat.c
	../admin/maketx $<

test_tags.tx:  test_tags.c
	../admin/maketx $<

pmat.tx:  pmat.c
	../admin/maketx $<

clean:
	/bin/rm -f *.o *.tx
