X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fxdrfpdb%2Fsrc%2FMakefile;h=696c70ec0e639301b2c6d03d883cf31caef53984;hb=0874c4ea42598369272a66bf4a345dcf7bff8b1f;hp=0e310ce3f3799ae645bd0877d6e5b21af8bd338b;hpb=8f2aef346c425b9a9d9a768931954134dabd64ae;p=unres.git diff --git a/source/xdrfpdb/src/Makefile b/source/xdrfpdb/src/Makefile deleted file mode 100644 index 0e310ce..0000000 --- a/source/xdrfpdb/src/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Set of programs to convert UNRES xdrf format (compressed Cartesian coordinates) to PDF -# or raw-Cartesian format (*.x) or to extract backbone angular coordinates (*.ang) -# The pdb files can be constructed from canonical or MREMD trajectories. -# -# The xdrf library is required -# -# Programs -# -# xdrf2pdb : converts a single cx trajectory file to PDB format -# xdrf2x : converts a single cx trajectory file to raw-coordinate (x) format -# xdrf2ang : extracts backbone angles from a cx trajectory file -# xdrf2pdb-m : converts a selected trajectory of a MREMD run dumpend into a cx file to PDB format -# -# xdrf2pdb1 : converts conformation(s) selected from a wham post-processing run into PDB format -# xdrf2x1 : converts conformation(s) selected from a wham post-processing run into raw (x) format. -# -# 9/23/2010 A. Liwo - -FC=gfortran - -BINDIR = ../../../bin - -#OPT = -fast -OPT = - -FFLAGS = -c ${OPT} - -CPPFLAGS = -DNEWUNRES - -M4 = m4 -M4FILE = underscore.m4 - -.SUFFIXES: .F -.F.o: - ${FC} ${FFLAGS} ${CPPFLAGS} $*.F -.c.o: - ${CC} -c ${CPPFLAGS} $*.c - -all:xdrf2pdb xdrf2pdb-m - -xdrf2pdb: xdrf2pdb.o geomout.o misc.o rescode.o nazwy.o xdrf/libxdrf.a - ${FC} -Bstatic -o ${BINDIR}/xdrf2pdb xdrf2pdb.o geomout.o rescode.o misc.o nazwy.o xdrf/libxdrf.a - -xdrf2pdb-m: xdrf2pdb-m.o geomout.o misc.o rescode.o nazwy.o xdrf/libxdrf.a - ${FC} -Bstatic -o ${BINDIR}/xdrf2pdb-m xdrf2pdb-m.o geomout.o rescode.o misc.o nazwy.o xdrf/libxdrf.a - -xdrf2pdb1: xdrf2pdb1.o geomout.o misc.o rescode.o nazwy.o xdrf/libxdrf.a - ${FC} -Bstatic -o ${BINDIR}/xdrf2pdb1 xdrf2pdb1.o geomout.o rescode.o misc.o nazwy.o xdrf/libxdrf.a - -xdrf2x: xdrf2x.o xdrf/libxdrf.a - ${FC} -o xdrf2x xdrf2x.o xdrf/libxdrf.a - -xdrf2x1: xdrf2x1.o xdrf/libxdrf.a - ${FC} -o xdrf2x1 xdrf2x1.o xdrf/libxdrf.a - -xdrf2ang: xdrf2ang.o misc.o rescode.o nazwy.o intcor.o arcos.o xdrf/libxdrf.a - ${FC} -Bstatic -o ${BINDIR}/xdrf2ang xdrf2ang.o rescode.o \ - misc.o nazwy.o intcor.o arcos.o xdrf/libxdrf.a - -clean: - rm -f *.o diff --git a/source/xdrfpdb/src/Makefile b/source/xdrfpdb/src/Makefile new file mode 120000 index 0000000..696c70e --- /dev/null +++ b/source/xdrfpdb/src/Makefile @@ -0,0 +1 @@ +Makefile_ifort \ No newline at end of file