background image
Appendix C
DL POLY 3 Makefiles
makefile VV
# Master makefile for DL_POLY_3.05 with Velocity Verlet integration
#
# Author - I.T.Todorov February 2005
#
#
# Define default settings
#=====================================================================
SHELL=/bin/sh
.SUFFIXES:
.SUFFIXES: .f90 .o
BINROOT=../execute
EX=DLPOLY.Y
EXE=$(BINROOT)/$(EX)
TYPE=master
FC=undefined
LD=undefined
# Define object files
#=====================================================================
OBJ_MOD = kinds_f90.o comms_module.o setup_module.o \
domains_module.o parse_module.o \
site_module.o config_module.o defects_module.o \
vdw_module.o metal_module.o tersoff_module.o \
three_body_module.o four_body_module.o \
core_shell_module.o constraints_module.o pmf_module.o tethers_module.o \
bonds_module.o angles_module.o dihedrals_module.o inversions_module.o \
external_field_module.o statistics_module.o
136