X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?p=unres.git;a=blobdiff_plain;f=source%2Fcluster%2Funres%2Fsrc%2FMakefile_PGI;fp=source%2Fcluster%2Funres%2Fsrc%2FMakefile_PGI;h=0000000000000000000000000000000000000000;hp=8d8d501069a00ed4774da47fd88e8d34818d8141;hb=2a226bfc86eabc6e4eae0c3ad1cbc3cb5417a05a;hpb=a0e685f844163003749ba91dfbf4644bcc8cfa30 diff --git a/source/cluster/unres/src/Makefile_PGI b/source/cluster/unres/src/Makefile_PGI deleted file mode 100644 index 8d8d501..0000000 --- a/source/cluster/unres/src/Makefile_PGI +++ /dev/null @@ -1,25 +0,0 @@ -BIN=/home/adam/UNRES/CLUSTER/bin -FC= pgf90 -OPT = -O3 -#OPT = -C -g -FFLAGS = ${OPT} -I. -LIBS = -CPPFLAGS = -DLINUX - -.SUFFIXES: .F -.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) - $(FC) ${OPT} ${objects} ${LIBS} -o ${BIN}/unres_clustMD - -clean: - /bin/rm *.o - -move: - mv *.o ${OBJ}