Changed the suffix rule format.

This commit is contained in:
Harry Moffat 2004-08-06 20:55:00 +00:00
parent c00e5fc343
commit acd155757b

View file

@ -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