summaryrefslogtreecommitdiffstats
path: root/biology/ortep3/files/Makefile.ortep3
blob: bd8be39c429306a57bd891d58c4c3e6d412cc029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Makefile for the ORTEP-III

TARGET= ortep3
SRC= ortep.f
OBJ= ortep.o
FFLAGS= -O2
LFLAGS=

all: ${OBJ}
	${FC} ${LFLAGS} -o ${TARGET} ${OBJ}

ortep.o: ortep.f
	${FC} ${FFLAGS} -c $<

clean:
	rm -f *.o ${TARGET}
OpenPOWER on IntegriCloud