Makefiles

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2003-01-20 11:44:22 +00:00
parent 71f80d3e07
commit a7d71b9ad6
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ F90FLAGS =-s -N113 -O -B100 -YEXT_NAMES=LCS
#
# This is needed to tell the compiler where modules are
#
MODULEFLAG= -I$(OSHOME)/Modules -I$(OSHOME)/PW -I$(OSHOME)/PH
MODULEFLAG= -p$(OSHOME)/Modules -p$(OSHOME)/PW -p$(OSHOME)/PH
#
# Loader:

View File

@ -35,7 +35,7 @@ MODULEFLAG= -I$(OSHOME)/Modules -I$(OSHOME)/PW -I$(OSHOME)/PH
LD=$(F90)
LIBS = -L/usr/local/pgi/linux86/lib/ -llapack -lblas -L/usr/local/lib -lfftw
#
LFLAGS = $(LIBS) -I$(MODULEFLAG)
LFLAGS = $(LIBS) $(MODULEFLAG)
#
# ar: