aboutsummaryrefslogtreecommitdiffstats
path: root/science/isaac-cfd/files/patch-makefile
blob: efe30acba5a562f24eec3791a2d16ee1c6ca6813 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- makefile.orig   Mon Jun 18 02:54:29 2001
+++ makefile    Tue Dec 28 16:14:53 2004
@@ -1,7 +1,6 @@
-MAKE=make
-
-FC = f77
+MAKE?=gmake
 
+FC =   %%FC%%
 #SRC=  $(HOME)/CFD/ISAAC/src
 SRC=  $(CURDIR)
 SRCTARFILE= isaacsrc.tar
@@ -20,8 +19,8 @@
 #####FFLAGS= -mips2 -O2 -Olimit 3000 -noisam
 
 #g77 flags
-FFLAGS= -O2
-CPPFLAGS = -DCPU_TIME
+FFLAGS = %%FFLAGS%%
+CPPFLAGS += -DCPU_TIME
 
 OBJ= main.o \
    bc.o \