Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / source / cluster / unres / src / Makefile_PGI
diff --git a/source/cluster/unres/src/Makefile_PGI b/source/cluster/unres/src/Makefile_PGI
deleted file mode 100644 (file)
index 8d8d501..0000000
+++ /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}