# Generated by mm.pl: Mon Mar  9 13:58:39 MST 1998
# ACL:license
#  ----------------------------------------------------------------------
#  This software and ancillary information (herein called "SOFTWARE")
#  called POOMA (Parallel Object-Oriented Methods and Applications) is
#  made available under the terms described here.  The SOFTWARE has been
#  approved for release with associated LA-CC Number LA-CC-98-65.
#  
#  Unless otherwise indicated, this SOFTWARE has been authored by an
#  employee or employees of the University of California, operator of the
#  Los Alamos National Laboratory under Contract No. W-7405-ENG-36 with
#  the U.S. Department of Energy.  The U.S. Government has rights to use,
#  reproduce, and distribute this SOFTWARE. The public may copy, distribute,
#  prepare derivative works and publicly display this SOFTWARE without 
#  charge, provided that this Notice and any statement of authorship are 
#  reproduced on all copies.  Neither the Government nor the University 
#  makes any warranty, express or implied, or assumes any liability or 
#  responsibility for the use of this SOFTWARE.
#  
#  If SOFTWARE is modified to produce derivative works, such modified
#  SOFTWARE should be clearly marked, so as not to confuse it with the
#  version available from LANL.
#  
#  For more information about POOMA, send e-mail to pooma@acl.lanl.gov,
#  or visit the POOMA web page at http://www.acl.lanl.gov/pooma/.
#  ----------------------------------------------------------------------
# ACL:license

# This file is user-editable

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

PASS=APP

default:: t1 t2 norm TestTensors TestSymmetricTensors TestDiagonalTensors \
	  TestSymmetrize TestTrace TestDet TestTranspose TestReductions

run:	default
	$(ODIR)/t1 1>t1.out 2>&1
	$(ODIR)/t2 1>t2.out 2>&1
	$(ODIR)/norm 1>norm.out 2>&1
	$(ODIR)/TestTensors 1>TestTensors.out 2>&1
	$(ODIR)/TestSymmetricTensors 1>TestSymmetricTensors.out 2>&1
	$(ODIR)/TestDiagonalTensors 1>TestDiagonalTensors.out 2>&1
	$(ODIR)/TestSymmetrize 1>TestSymmetrize.out 2>&1
	$(ODIR)/TestTrace 1>TestTrace.out 2>&1
	$(ODIR)/TestDet 1>TestDet.out 2>&1
	$(ODIR)/TestTranspose 1>TestTranspose.out 2>&1
	$(ODIR)/TestReductions 1>TestReductions.out 2>&1

.PHONY: norm

norm:: $(ODIR)/norm

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

.PHONY: t1

t1:: $(ODIR)/t1

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

.PHONY: t2

t2:: $(ODIR)/t2

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

.PHONY: TestTensors

TestTensors:: $(ODIR)/TestTensors

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

.PHONY: TestSymmetricTensors

TestSymmetricTensors:: $(ODIR)/TestSymmetricTensors

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

.PHONY: TestDiagonalTensors

TestDiagonalTensors:: $(ODIR)/TestDiagonalTensors

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

.PHONY: TestSymmetrize

TestSymmetrize:: $(ODIR)/TestSymmetrize

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

.PHONY: TestTrace

TestTrace:: $(ODIR)/TestTrace

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

.PHONY: TestDet

TestDet:: $(ODIR)/TestDet

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

.PHONY: TestTranspose

TestTranspose:: $(ODIR)/TestTranspose

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

.PHONY: TestReductions

TestReductions:: $(ODIR)/TestReductions

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

include $(SHARED_ROOT)/tail.mk

# ACL:rcsinfo
#  ----------------------------------------------------------------------
#  $RCSfile: makefile,v $   $Author: julianc $
#  $Revision: 1.15 $   $Date: 2000/07/21 18:29:22 $
#  ----------------------------------------------------------------------
# ACL:rcsinfo
