ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/Makefile.inc
Revision: 161
Committed: Thu Oct 31 21:20:45 2002 UTC (21 years, 8 months ago) by mmeineke
File size: 284 byte(s)
Log Message:
finished updates on the easy simError change overs.

File Contents

# Content
1 MV := 2
2 OS := $(shell uname -s)
3 export OS
4 OSS = $(strip $(OS))
5
6
7 CC = mpicc
8 CC_PLUS = mpiCC
9 YC = bison
10 LC = flex
11 FC = mpif90
12 #CFLAGS = -g -w2 -O2 -DIS_MPI -I/usr/local/include
13 CFLAGS = -g -O2 -DIS_MPI -I/usr/local/include
14 FFLAGS = -g -tpp6 -O3
15
16 LD = ld
17 FLIBS =
18
19 LIBDIR = $(HOME)/lib