# Generated by mm.pl: Mon Mar  9 13:58:39 MST 1998

# This file is user-editable

PROJECT_ROOT = $(shell cd ../../..; pwd)
include $(PROJECT_ROOT)/config/head.mk

PASS=APP

default:: 
	echo "No self-checking tests yet; build individual targets instead."

.PHONY: CartesianTest1

CartesianTest1:: $(ODIR)/CartesianTest1

$(ODIR)/CartesianTest1: $(ODIR)/CartesianTest1.o
	$(LinkToSuite)

.PHONY: TestCylindrical

TestCylindrical:: $(ODIR)/TestCylindrical

$(ODIR)/TestCylindrical: $(ODIR)/TestCylindrical.o
	$(LinkToSuite)

include $(SHARED_ROOT)/tail.mk

# ACL:rcsinfo
#  ----------------------------------------------------------------------
#  $RCSfile: makefile,v $   $Author: richard $
#  $Revision: 1.6 $   $Date: 2004/11/01 18:16:26 $
#  ----------------------------------------------------------------------
# ACL:rcsinfo
