ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
mdtools
/
Makefile.inc
Revision:
126
Committed:
Thu Oct 3 20:12:15 2002 UTC
(22 years, 7 months ago) by
chuckv
File size:
182 byte(s)
Log Message:
Added make include.
File Contents
#
Content
1
MV := 2
2
OS := $(shell uname -s)
3
export OS
4
OSS = $(strip $(OS))
5
6
7
CC = icc
8
CC_PLUS = icc
9
YC = bison
10
LC = flex
11
FC = icc
12
CFLAGS = -mp -tpp6 -O3
13
FFLAGS = -mp -tpp6 -O3
14
15
LD = ld
16
FLIBS =
17