ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/src/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-1.0/src/Makefile.in (file contents):
Revision 1347 by gezelter, Fri Jul 16 18:58:03 2004 UTC vs.
Revision 1348 by gezelter, Mon Jul 19 16:47:57 2004 UTC

# Line 29 | Line 29 | SPRNG_LIBDIR=@SPRNG_LIBDIR@
29   SAMPLE_SIM_DIR=@OOPSE_HOME@/share/samples/
30  
31   # SPRNG library path
32 < SPRNG_LIBDIR=@SPRNG_LIBDIR@
32 > SPRNG_LIB_DIR=@SPRNG_LIB_DIR@
33  
34   # SPRNG library
35   SPRNG_LIB=@SPRNG_LIB@
36  
37   # SPRNG include path
38 < SPRNG_INC=@SPRNG_INC@
38 > SPRNG_INC_DIR=@SPRNG_INC_DIR@
39    
40   # Compile MPI code?
41   USE_MPI=@USE_MPI@
# Line 133 | Line 133 | DEPFLAGS=$(CFLAGS_C) -I. $(SPRNG_INC) $(MPI_INCLUDES)
133   INCLUDES= -I.. -I../../libBASS -I../../libmdtools
134   MPI_INCLUDES= -I$(MPI_INC_DIR)  
135   CXXFLAGS=$(CXXFLAGS_C) $(OOPSE_TEMPLATE_FLAGS) $(EXTRA_CC_FLAG) $(INCLUDES) $(DECLARES)
136 < DEPFLAGS=$(CFLAGS_C) -I. $(SPRNG_INC) $(MPI_INCLUDES) -I../libBASS -I../libmdtools
136 > DEPFLAGS=$(CFLAGS_C) -I. -I$(SPRNG_INC_DIR) $(MPI_INCLUDES) -I../libBASS -I../libmdtools
137   MPI_CXXFLAGS=$(CXXFLAGS) $(MPI_INCLUDES) $(MPI_DECLARES)
138  
139   OOPSE=oopse$(EXE)
# Line 146 | Line 146 | OOPSE_LDFLAGS= $(LIBS) $(F90LIBS) -L$(SPRNG_LIBDIR) $(
146   LIBS=$(MD_LIB) $(BASS_LIB)
147   MPI_LIBS=$(MD_MPI_LIB) $(BASS_MPI_LIB)
148  
149 < OOPSE_LDFLAGS= $(LIBS) $(F90LIBS) -L$(SPRNG_LIBDIR) $(SPRNG_LIB)
149 > OOPSE_LDFLAGS= $(LIBS) $(F90LIBS) -L$(SPRNG_LIB_DIR) $(SPRNG_LIB)
150  
151 < OOPSE_MPI_LDFLAGS= $(MPI_LIBS) $(F90LIBS) -L$(MPI_LIB_DIR) $(MPI_F90_LIB) $(MPI_LIB) -L$(SPRNG_LIBDIR) $(SPRNG_LIB)
151 > OOPSE_MPI_LDFLAGS= $(MPI_LIBS) $(F90LIBS) -L$(MPI_LIB_DIR) $(MPI_F90_LIB) $(MPI_LIB) -L$(SPRNG_LIB_DIR) $(SPRNG_LIB)
152  
153  
154   PREFS=-DOOPSE_HOME=\"$(OOPSE_HOME)\"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines