Changed the suffix rule format.
This commit is contained in:
parent
c00e5fc343
commit
acd155757b
1 changed files with 2 additions and 5 deletions
|
|
@ -8,9 +8,8 @@
|
|||
#
|
||||
###############################################################
|
||||
|
||||
|
||||
SUFFIXES=
|
||||
SUFFIXES= .cpp .d .o .f90 .mod
|
||||
.SUFFIXES :
|
||||
.SUFFIXES : .cpp .d .o .f90 .mod
|
||||
|
||||
CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT)
|
||||
FORT_FLAGS = @F90FLAGS@
|
||||
|
|
@ -87,7 +86,6 @@ LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@
|
|||
%.mod : %.f90
|
||||
$(F90) -c $< $(FORT_FLAGS)
|
||||
|
||||
|
||||
LIB_NAME=libfct.a
|
||||
|
||||
FTLIB = @buildlib@/$(LIB_NAME)
|
||||
|
|
@ -106,7 +104,6 @@ install:
|
|||
win-install:
|
||||
@INSTALL@ ../../../lib/clib.lib @prefix@/lib/cantera
|
||||
|
||||
|
||||
%.d:
|
||||
g++ -MM $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue