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

Comparing trunk/SHAPES/Makefile (file contents):
Revision 1273 by gezelter, Tue Jun 15 20:24:51 2004 UTC vs.
Revision 1281 by chrisfen, Mon Jun 21 13:38:55 2004 UTC

# Line 24 | Line 24 | CC=icc8
24   VDW_PARAM_DIR=/usr/local/shapes/share/vdwFiles
25  
26   # C compiler
27 < CC=icc8
27 > CC=gcc
28  
29   # C++ compiler
30 < CXX=icpc8
30 > CXX=g++
31  
32   # ar
33   AR=ar
# Line 94 | Line 94 | CXX_FILES = \
94          $(DIR)/forcer.cpp \
95          $(DIR)/PDBReader.cpp \
96          $(DIR)/RigidBody.cpp \
97 <        $(DIR)/VDWAtom.cpp
97 >        $(DIR)/VDWAtom.cpp \
98 >        $(DIR)/GridBuilder.cpp
99  
100   VDW_FILES= \
101          amber99.vdw \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines