ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/Makefile.inc
Revision: 159
Committed: Wed Oct 30 22:38:18 2002 UTC (21 years, 8 months ago) by mmeineke
File size: 288 byte(s)
Log Message:
still working on conversion over to simError

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 -w2 -O2 -DIS_MPI -I/usr/local/include
14 FFLAGS = -g -tpp6 -O3
15
16 LD = ld
17 FLIBS =
18
19 LIBDIR = $(HOME)/lib