git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2724 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2009-04-04 15:24:33 +00:00
parent 1e2677ae7c
commit 3d1ba30578
1 changed files with 3 additions and 3 deletions

View File

@ -25,11 +25,11 @@ SHELL = /bin/sh
# System-specific settings
CC = mpicxx
CCFLAGS = -O -DFFT_FFTW -I${FFTW_INCLUDE}
CCFLAGS = -O -DFFT_FFTW -I$(FFTW_INCLUDE)
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -O -L${FFTW_LIB}
USRLIB = -lfftw -lstdc++
LINKFLAGS = -O
USRLIB = $(BLASLIB) $(FFTW_LINK_LINE) -lstdc++
SYSLIB = -lm
SIZE = size
ARCHIVE = ar