1 # This make file is part of the xdrf package.
3 # (C) 1995 Frans van Hoesel, hoesel@chem.rug.nl
5 # 2006 modified by Cezary Czaplewski
7 # Set C compiler and flags for ARCH
15 #OPT = -O3 -ip -w -pc64 -tpp6
17 FFLAGS = -c ${OPT} -I../
19 #LIBS = -static-libcxa ../xdrf/libxdrf.a
20 LIBS = ../xdrf/libxdrf.a
22 CPPFLAGS = -DLINUX -DUNRES -DMP -DMPI -DSPLITELE -DPROCOR
26 ${FC} ${FFLAGS} ${CPPFLAGS} $*.F
30 xdrf2pdb: xdrf2pdb.o geomout.o misc.o rescode.o nazwy.o
31 ${FC} -o ${BINDIR}/xdrf2pdb xdrf2pdb.o geomout.o rescode.o misc.o nazwy.o ${LIBS}
34 ${FC} -o ${BINDIR}/xdrf2x xdrf2x.o ${LIBS}