#define DEBUG
#define USRLIBS TDFLIB
#define FIGDIR ./../Fig
#include <SEP.defs>

test2&: testtcai2.x testicaf2.x
	testtcai2.x hello
	testicaf2.x hello

test1&: testicaf1.x testtcai1.x
	testicaf1.x hello
	testtcai1.x hello

#define TESTICAF1 testicaf1.o msicaf1.o
testicaf1.x : TESTICAF1
	FLINK(TESTICAF1, testicaf1.x)

#define TESTTCAI1 testtcai1.o mstcai1.o
testtcai1.x : TESTTCAI1
	FLINK(TESTTCAI1, testtcai1.x)

#define TESTTCAI2 testtcai2.o mstcai2.o
testtcai2.x : TESTTCAI2
	FLINK(TESTTCAI2, testtcai2.x)

#define TESTICAF2 testicaf2.o msicaf2.o
testicaf2.x : TESTICAF2
	FLINK(TESTICAF2, testicaf2.x)

default&:	check read

check&: paper.tex
	-texmatch paper.tex

clean&: jclean texclean

#include <SEP.idoc.rules>
#include <SEP.prog.rules>
#include <SEP.obj.rules>
