1 BIN=/home/adam/UNRES/bin
2 INSTALL_DIR = /usr/local/mpich-1.2.7p1-intel
10 #OPT = -g -fbounds-check
11 #CPPFLAGS = -DLINUX -DG77
17 $(FC) -c $(CPPFLAGS) $(FFLAGS) $<
19 $(FC) -c $(CPPFLAGS) $(FFLAGS) $<
21 objects = main_clust.o arcos.o cartprint.o chainbuild.o convert.o initialize.o \
22 matmult.o readrtns.o pinorm.o rescode.o intcor.o timing.o misc.o \
23 geomout.o readpdb.o fitsq.o hc.o \
24 track.o wrtclust.o srtclust.o noyes.o contact.o
26 unres_clust: $(objects)
27 cc -o compinfo compinfo.c
30 $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/unres_clust-ifort.exe