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