# 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                   = qcd2
SLAVE_OBJECTS           = addscv.o addvec.o blshft.o cgiter.o copvec.o \
                          dvdir.o dvec.o fvec.o header.o inipsi.o inisu3.o \
                          init.o initpd.o initsh.o normal.o orths5.o \
                          output.o rand.o rands5.o head.o \
                          randv.o renorm.o scprod.o \
                          setpar.o shiftv.o solve.o subvec.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 $(MAKE_INCLUDE)/make.parmacs
include ../../Incl/$(PARALLEL_PLATFORM)/make.slave
#----- append user specific rules here -----

INC     = qcd2.f blshft.f dvdir.f dvec.f head.f \
	  inisu3.f initsh.f shiftv.f solve.f

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