added source code
[unres.git] / source / cluster / unres / src / Makefile_PGI
1 BIN=/home/adam/UNRES/CLUSTER/bin
2 FC= pgf90
3 OPT = -O3 
4 #OPT = -C -g 
5 FFLAGS =  ${OPT} -I. 
6 LIBS = 
7 CPPFLAGS = -DLINUX
8
9 .SUFFIXES: .F
10 .F.o:
11         $(FC) -c $(CPPFLAGS) $(FFLAGS) $<
12
13 objects = main_clust.o arcos.o cartprint.o chainbuild.o convert.o initialize.o \
14         matmult.o readrtns.o pinorm.o rescode.o intcor.o timing.o misc.o \
15         geomout.o readpdb.o fitsq.o hc.o  \
16         track.o wrtclust.o srtclust.o noyes.o contact.o
17
18 unres_clust: $(objects)
19         $(FC) ${OPT} ${objects} ${LIBS} -o ${BIN}/unres_clustMD
20
21 clean:
22         /bin/rm *.o
23
24 move:
25         mv *.o ${OBJ}