# PALLAS makefile template, 21.oct.1991 wkr
#
# GENESIS Distributed Memory Benchmark Suite
# Makefile - Slave(s) only version
# University of Southampton, SNARC, April 26, 1992 vsg
#
#	SLAVE		= Slave Main Program Units
# 	SLAVE_OBJECTS	= Object Modules generated from .u .f .c
#	SLAVE_LIBS	= Object Modules only to link
#
.SILENT:
include ../../Incl/make.def

SLAVE			= qcd1
SLAVE_OBJECTS		= accept.o add.o chkin.o drand.o expval.o\
                          gather.o head.o hyp2d.o hyp3d.o hyppl.o init.o\
                          metro.o mktbl.o prfile.o pro.o renorm.o rgtbl.o\
                          scater.o srlks.o staple.o su3tst.o surexc.o\
                          vdrand.o vdrset.o vscpi.o vscpr.o wline.o header.o
SLAVE_LIBS		= $(LIBDIR)/$(PARALLEL_RESOURCE)/suitelib_node.a

PARALLEL_CC_OPT		=
PARALLEL_FC_OPT		=
PARALLEL_LD_OPT		= 
PARALLEL_VEC_OPT	= 
PARMACS_OPT		=
CLEAN_FILES		=

# include all you need: patools, comlib or slap need parmacs !
#include $(MAKE_INCLUDE)/make.slap
#include $(MAKE_INCLUDE)/make.comlib
#include $(MAKE_INCLUDE)/make.patools
include ../../Incl/$(PARALLEL_PLATFORM)/make.slave
#----- append user specific rules here -----

INC     = qcd1.f

$(INC): qcd1.inc
	echo "touch $@"
	touch $@
