3 # Revision 1.1 2007/08/01 18:47:35 ssuen
4 # Add new ppc32_linux platform. - - - - - - - - - - - - - - - - - - - - -
6 # Revision 1.1 2007/06/20 21:19:23 ssuen
7 # add ppc64_linux platform - - - - - - - - - - - - - - - - - - - - - - - -
9 # Revision 1.5 2005/01/28 18:12:03 legendre
10 # Adding MPI-2 support
12 # Revision 1.4 2004/10/19 01:23:43 pack
13 # Undoing accidental commit
15 # Revision 1.2 2000/07/18 17:02:25 schendel
16 # add optional flag to turn on printing of sample value trace lines
18 # Revision 1.1 2000/03/31 01:59:06 wylie
21 # Revision 1.1 1997/10/15 21:10:15 tung
24 # Revision 1.1 1996/10/18 23:35:12 mjrg
28 # Define any symbols needed to invoke configuration changes in make.config
33 NO_IMPLICIT_TEMPLATES = true
35 # Include standard make configuration stuff that applies to everything
36 # in the paradyn tree.
38 include ../../make.config
40 # Now make any necessary architecture specific changes to variables:
41 #CFLAGS += -DSHG_ADD_ON_EVAL
42 #CXXFLAGS += -DSHG_ADD_ON_EVAL
43 CFLAGS += -DSHG_ADD_ON_EVAL -g
44 CXXFLAGS += -DSHG_ADD_ON_EVAL -g
45 #CXXFLAGS += -DSAMPLEVALUE_DEBUG
46 TFLAGS += -DSHG_ADD_ON_EVAL
48 #SYSLIBS += -lresolv -lsocket -lnsl
50 # Include the module-specific Makefile, which defines everything about
51 # the module that is common across architectures.
53 include ../make.module.tmpl
55 # Now make any necessary architecture specific changes to variables:
59 # Include the "standard program template". This defines all the
60 # common targets like "clean", "install", etc.
62 include ../../make.program.tmpl