
.PHONY: all clean aath

all:
	@echo "--- Use one of following---:"
	@echo "make aath            For testing fritiof"

aath:  
	$(MAKE) -f aath.mk aath
	

clean:
	/bin/rm  -f *.o *.out  *.out.trace  core  *~ temp*


$(LIBRARY):         \
               $(LIBRARY)(testaath.o) \
               $(LIBRARY)(tstaadn.o) \
               $(LIBRARY)(tstaadn2.o) \
               $(LIBRARY)(tstaado.o) \
               $(LIBRARY)(tstaado2.o) \
               $(LIBRARY)(tstaatj.o) \
               $(LIBRARY)(tstaaxf.o) \
               $(LIBRARY)(tstabbk.o) \
               $(LIBRARY)(tstacfs.o) \
               $(LIBRARY)(tstafp.o) 
