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 182 by mmeineke, Mon Nov 18 21:23:58 2002 UTC vs.
Revision 183 by mmeineke, Thu Nov 21 20:33:02 2002 UTC

# Line 6 | Line 6 | OSS = $(strip $(OS))
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 19 | Line 19 | YC = bison
19   #DEBUG = on
20   DEBUG = off
21  
22 + TALKATIVE = on
23 + #TALKATIVE = off
24 +
25   YC = bison
26   LC = flex
27   LD = ld
# Line 58 | Line 61 | endif
61   FFLAGS += -g
62   endif
63  
64 + ifeq ($(strip $(TALKATIVE)), $(strip on))
65 + CFLAGS += -DCHECKPOINT_VERBOSE
66 + endif
67 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines