Merge branch 'prerelease-3.2.1' into czarek
[unres.git] / source / unres / src_MD-M / Makefile-rstconv
diff --git a/source/unres/src_MD-M/Makefile-rstconv b/source/unres/src_MD-M/Makefile-rstconv
deleted file mode 100644 (file)
index 58d5e5f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-FC= ifort
-FCL = ${INSTALL_DIR}/bin/mpif77
-CC = cc
-
-CFLAGS = -c
-FFLAGS = -c ${OPT} -I$(INSTALL_DIR)/include
-FFLAGS1 = -c ${OPT1} -I$(INSTALL_DIR)/include
-FFLAGS2 = -c ${OPT2} -I$(INSTALL_DIR)/include
-FFLAGSE = -c ${OPTE} -I$(INSTALL_DIR)/include
-
-BIN = ../bin/restbin2asc
-LIBS = xdrf/libxdrf.a
-
-CPPFLAGS = -DLINUX -DUNRES -DMP -DMPI \
-           -DPGI -DSPLITELE -DISNAN -DAMD64 \
-           -DPROCOR
-#           -DCRYST_BOND -DCRYST_THETA -DCRYST_SC
-
-ARCH = LINUX
-PP = /lib/cpp -P
-
-
-all: restbin2asc
-
-obj: ${object}
-
-.SUFFIXES: .F
-.F.o:
-       ${FC} ${FFLAGS}  ${CPPFLAGS} $*.F
-
-
-object = restbin2asc.o
-
-restbin2asc: ${object} 
-       ${FC} ${OPT} ${object} ${LIBS}  -o ${BIN} 
-
-
-clean:
-       /bin/rm *.o