BIN=/home/adam/UNRES/bin FC= ifort OPT = -O3 -ip -w FFLAGS = ${OPT} -I. CPPFLAGS = -DLINUX # Next for debugging #FC = f77 #OPT = -g -fbounds-check #CPPFLAGS = -DLINUX -DG77 LIBS = .SUFFIXES: .F .F.o: $(FC) -c $(CPPFLAGS) $(FFLAGS) $< .f.o: $(FC) -c $(CPPFLAGS) $(FFLAGS) $< objects = main_clust.o arcos.o cartprint.o chainbuild.o convert.o initialize.o \ matmult.o readrtns.o pinorm.o rescode.o intcor.o timing.o misc.o \ geomout.o readpdb.o fitsq.o hc.o \ track.o wrtclust.o srtclust.o noyes.o contact.o unres_clust: $(objects) cc -o compinfo compinfo.c ./compinfo | true ${FC} -c cinfo.f $(FC) ${OPT} ${objects} cinfo.o ${LIBS} -o ../../../../bin/cluster/cluster_unres_ifort.exe clean: /bin/rm *.o move: mv *.o ${OBJ}