ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/Makefile
(Generate patch)

Comparing:
branches/mmeineke/mdtools/md_code/Makefile (file contents), Revision 10 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
trunk/mdtools/md_code/Makefile (file contents), Revision 117 by mmeineke, Tue Sep 24 22:10:55 2002 UTC

# Line 1 | Line 1
1 < CC_PLUS = /usr/local/bin/gcc
1 > #CC_PLUS = /usr/local/bin/gcc
2 > CC_PLUS = icc
3   LD = ld
4   FC = ifc
5   INCLUDE = ../headers
# Line 10 | Line 11 | C_FLAGS = -s -static -O3
11   F_LIBS =
12   CP_LIBS =
13   F_FLAGS = -mp -O3 -tpp6
14 < C_FLAGS = -s -static -O3
14 > #C_FLAGS = -s -static -O3
15 > C_FLAGS = -mp -tpp6 -O3
16  
17   LIBDIR = ../../../lib
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines