Merge branch 'devel' into AFM
[unres.git] / source / unres / src_MD-M-newcorr / Makefile-rstconv
diff --git a/source/unres/src_MD-M-newcorr/Makefile-rstconv b/source/unres/src_MD-M-newcorr/Makefile-rstconv
new file mode 100644 (file)
index 0000000..58d5e5f
--- /dev/null
@@ -0,0 +1,40 @@
+#
+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