###########################################################################
#
# The POOMA Framework
# 
# This program was prepared by the Regents of the University of
# California at Los Alamos National Laboratory (the University) under
# Contract No.  W-7405-ENG-36 with the U.S. Department of Energy (DOE).
# The University has certain rights in the program pursuant to the
# contract and the program should not be copied or distributed outside
# your organization.  All rights in the program are reserved by the DOE
# and the University.  Neither the U.S.  Government nor the University
# makes any warranty, express or implied, or assumes any liability or
# responsibility for the use of this software
#
# Visit http://www.acl.lanl.gov/POOMA for more details
#
###########################################################################

SHELL = /bin/sh
TESTS = t1

all: $(TESTS)

clean: 
	rm -f $(TESTS) $(TESTS:=.o)

include $(POOMA_ROOT)/lib/$(POOMA_ARCH)/Makefile.app


