*** empty log message ***

This commit is contained in:
Dave Goodwin
2007-12-18 03:04:49 +00:00
parent 81637032f6
commit eb2f05874e
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ CXX_OBJS = fct.o fctxml.o
INTERFACE_MODULE_OBJS = fct_interface.o fctxml_interface.o
USER_MODULE_OBJS = cantera_xml.o cantera_thermo.o cantera_kinetics.o \
cantera_transport.o cantera_funcs.o cantera.o
cantera_transport.o cantera_iface.o cantera_funcs.o cantera.o
MODULES = $(INTERFACE_MODULE_OBJS:_interface.o=.mod) $(USER_MODULE_OBJS)
OBJS = $(CXX_OBJS) $(USER_MODULE_OBJS)

View File

@@ -338,7 +338,7 @@ CXX=${CXX:=g++}
CC=${CC:=gcc}
# C++ compiler flags
CXXFLAGS=${CXXFLAGS:="-O0 -g -Wall"}
CXXFLAGS=${CXXFLAGS:="-O3 -Wall"}
# the C++ flags required for linking. Uncomment if additional flags
# need to be passed to the linker.

View File

@@ -0,0 +1 @@
Makefile