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

Comparing trunk/mdtools/Makefile.inc (file contents):
Revision 188 by mmeineke, Tue Nov 26 21:04:37 2002 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 6 | Line 6 | BUILD = mpi
6  
7   #  Here we decide whether the build is single or mutiple processor
8  
9 < BUILD = mpi
10 < #BUILD = single
9 > #BUILD = mpi
10 > BUILD = single
11  
12   # turn on compiler warnings
13  
# Line 26 | Line 26 | LIBDIR = $(HOME)/lib
26   LC = flex
27   LD = ld
28  
29 < LIBDIR = $(HOME)/lib
29 > #LIBDIR = $(HOME)/lib
30 > LIBDIR = ../lib
31  
32   ifeq ($(strip $(BUILD)), $(strip mpi))
33      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines