Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / source / cluster / unres / src / Makefile
deleted file mode 100644 (file)
index 64b193461bcbf8f0908656cfc9814f58ab196b29..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,31 +0,0 @@
-BIN=/home/adam/UNRES/bin
-INSTALL_DIR = /usr/local/mpich-1.2.7p1-intel
-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) $<
-
-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}
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..696c70ec0e639301b2c6d03d883cf31caef53984
--- /dev/null
@@ -0,0 +1 @@
+Makefile_ifort
\ No newline at end of file