fixes to F90 interface
This commit is contained in:
parent
9c8bd9a6a5
commit
9b84ab2f55
3 changed files with 308 additions and 7 deletions
309
configure
vendored
309
configure
vendored
|
|
@ -308,7 +308,7 @@ ac_includes_default="\
|
|||
# include <unistd.h>
|
||||
#endif"
|
||||
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BITCOMPILE BITHARDWARE BITCHANGE ldemulationarg CVF_LIBDIR USE_CLIB_DLL local_inst local_python_inst python_prefix python_win_prefix ctversion homedir ct_libdir ct_bindir ct_incdir ct_incroot ct_datadir ct_demodir ct_templdir ct_tutdir ct_docdir ct_dir ct_mandir COMPACT_INSTALL build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os username ctroot buildinc buildlib buildbin MAKE GRAPHVIZDIR ARCHIVE DO_RANLIB RANLIB CXX_DEPENDS USERDIR INCL_USER_CODE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT use_sundials CVODE_LIBS IDA_LIBS sundials_include CANTERA_DEBUG_MODE COMPILE_PURE_FLUIDS phase_object_files phase_header_files COMPILE_IDEAL_SOLUTIONS COMPILE_ELECTROLYTES NEED_CATHERMO COMPILE_KINETICS COMPILE_HETEROKIN COMPILE_RXNPATH WITH_REACTORS KERNEL KERNEL_OBJ BUILD_CK LIB_DIR BOOST_INCLUDE BOOST_LIB build_lapack build_blas BLAS_LAPACK_LIBS BLAS_LAPACK_DIR build_with_f2c build_f2c_lib LOCAL_LIB_DIRS LOCAL_LIBS CT_SHARED_LIB PYTHON_CMD BUILD_PYTHON NUMARRAY_INC_DIR NUMARRAY_HOME CANTERA_PYTHON_HOME CVSTAG MATLAB_CMD BUILD_MATLAB BUILD_CLIB export_name PIC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC CFLAGS ac_ct_CC CXXCPP EGREP SOEXT SHARED CXX_INCLUDES LCXX_FLAGS LCXX_END_LIBS HAVE_STRIPSYMBOLS F77 FFLAGS ac_ct_F77 F90 BUILD_F90 F90FLAGS F90BUILDFLAGS F90LIBS precompile_headers FLIBS OS_IS_DARWIN OS_IS_WIN OS_IS_CYGWIN SHARED_CTLIB mex_ext F77_EXT CXX_EXT OBJ_EXT EXE_EXT math_libs SO LDSHARED EXTRA_LINK TSCOMPARE_abs INSTALL_abs INSTALL_VERBOSE LIBOBJS LTLIBOBJS'
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BITCOMPILE BITHARDWARE BITCHANGE ldemulationarg CVF_LIBDIR USE_CLIB_DLL local_inst local_python_inst python_prefix python_win_prefix ctversion homedir ct_libdir ct_bindir ct_incdir ct_incroot ct_datadir ct_demodir ct_templdir ct_tutdir ct_docdir ct_dir ct_mandir COMPACT_INSTALL build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os username ctroot buildinc buildlib buildbin MAKE GRAPHVIZDIR ARCHIVE DO_RANLIB RANLIB CXX_DEPENDS USERDIR INCL_USER_CODE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT use_sundials CVODE_LIBS IDA_LIBS sundials_include CANTERA_DEBUG_MODE COMPILE_PURE_FLUIDS phase_object_files phase_header_files COMPILE_IDEAL_SOLUTIONS COMPILE_ELECTROLYTES NEED_CATHERMO COMPILE_KINETICS COMPILE_HETEROKIN COMPILE_RXNPATH WITH_REACTORS KERNEL KERNEL_OBJ BUILD_CK LIB_DIR BOOST_INCLUDE BOOST_LIB build_lapack build_blas BLAS_LAPACK_LIBS BLAS_LAPACK_DIR build_with_f2c build_f2c_lib LOCAL_LIB_DIRS LOCAL_LIBS CT_SHARED_LIB PYTHON_CMD BUILD_PYTHON NUMARRAY_INC_DIR NUMARRAY_HOME CANTERA_PYTHON_HOME CVSTAG MATLAB_CMD BUILD_MATLAB BUILD_CLIB export_name PIC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC CFLAGS ac_ct_CC CXXCPP EGREP SOEXT SHARED CXX_INCLUDES LCXX_FLAGS LCXX_END_LIBS HAVE_STRIPSYMBOLS F77 FFLAGS ac_ct_F77 FLIBS F90 BUILD_F90 F90FLAGS F90BUILDFLAGS F90LIBS precompile_headers OS_IS_DARWIN OS_IS_WIN OS_IS_CYGWIN SHARED_CTLIB mex_ext F77_EXT CXX_EXT OBJ_EXT EXE_EXT math_libs SO LDSHARED EXTRA_LINK TSCOMPARE_abs INSTALL_abs INSTALL_VERBOSE LIBOBJS LTLIBOBJS'
|
||||
ac_subst_files=''
|
||||
|
||||
# Initialize some variables set by options.
|
||||
|
|
@ -8627,7 +8627,308 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|||
FFLAGS=$FFLAGS' -fno-second-underscore'
|
||||
fi
|
||||
|
||||
# AC_F77_LIBRARY_LDFLAGS()
|
||||
|
||||
ac_ext=f
|
||||
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
|
||||
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
|
||||
echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
|
||||
echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6
|
||||
if test "${ac_cv_prog_f77_v+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
program main
|
||||
|
||||
end
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||
(eval $ac_compile) 2>conftest.er1
|
||||
ac_status=$?
|
||||
grep -v '^ *+' conftest.er1 >conftest.err
|
||||
rm -f conftest.er1
|
||||
cat conftest.err >&5
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); } &&
|
||||
{ ac_try='test -z "$ac_f77_werror_flag"
|
||||
|| test ! -s conftest.err'
|
||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||
(eval $ac_try) 2>&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; } &&
|
||||
{ ac_try='test -s conftest.$ac_objext'
|
||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||
(eval $ac_try) 2>&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; }; then
|
||||
ac_cv_prog_f77_v=
|
||||
# Try some options frequently used verbose output
|
||||
for ac_verb in -v -verbose --verbose -V -\#\#\#; do
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
program main
|
||||
|
||||
end
|
||||
_ACEOF
|
||||
|
||||
# Compile and link our simple test program by passing a flag (argument
|
||||
# 1 to this macro) to the Fortran compiler in order to get
|
||||
# "verbose" output that we can then parse for the Fortran linker
|
||||
# flags.
|
||||
ac_save_FFLAGS=$FFLAGS
|
||||
FFLAGS="$FFLAGS $ac_verb"
|
||||
(eval echo $as_me:8682: \"$ac_link\") >&5
|
||||
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
||||
echo "$ac_f77_v_output" >&5
|
||||
FFLAGS=$ac_save_FFLAGS
|
||||
|
||||
rm -f conftest*
|
||||
|
||||
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
|
||||
# /foo, /bar, and /baz are search directories for the Fortran linker.
|
||||
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
|
||||
ac_f77_v_output="`echo $ac_f77_v_output |
|
||||
grep 'LPATH is:' |
|
||||
sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
|
||||
|
||||
case $ac_f77_v_output in
|
||||
# If we are using xlf then replace all the commas with spaces.
|
||||
*xlfentry*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
|
||||
|
||||
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
|
||||
# $LIBS confuse us, and the libraries appear later in the output anyway).
|
||||
*mGLOB_options_string*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
|
||||
|
||||
# If we are using Cray Fortran then delete quotes.
|
||||
# Use "\"" instead of '"' for font-lock-mode.
|
||||
# FIXME: a more general fix for quoted arguments with spaces?
|
||||
*cft90*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;
|
||||
esac
|
||||
|
||||
|
||||
# look for -l* and *.a constructs in the output
|
||||
for ac_arg in $ac_f77_v_output; do
|
||||
case $ac_arg in
|
||||
[\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
|
||||
ac_cv_prog_f77_v=$ac_verb
|
||||
break 2 ;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
if test -z "$ac_cv_prog_f77_v"; then
|
||||
{ echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
|
||||
echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
|
||||
fi
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
{ echo "$as_me:$LINENO: WARNING: compilation failed" >&5
|
||||
echo "$as_me: WARNING: compilation failed" >&2;}
|
||||
fi
|
||||
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
|
||||
echo "${ECHO_T}$ac_cv_prog_f77_v" >&6
|
||||
echo "$as_me:$LINENO: checking for Fortran libraries of $F77" >&5
|
||||
echo $ECHO_N "checking for Fortran libraries of $F77... $ECHO_C" >&6
|
||||
if test "${ac_cv_f77_libs+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
if test "x$FLIBS" != "x"; then
|
||||
ac_cv_f77_libs="$FLIBS" # Let the user override the test.
|
||||
else
|
||||
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
program main
|
||||
|
||||
end
|
||||
_ACEOF
|
||||
|
||||
# Compile and link our simple test program by passing a flag (argument
|
||||
# 1 to this macro) to the Fortran compiler in order to get
|
||||
# "verbose" output that we can then parse for the Fortran linker
|
||||
# flags.
|
||||
ac_save_FFLAGS=$FFLAGS
|
||||
FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
|
||||
(eval echo $as_me:8760: \"$ac_link\") >&5
|
||||
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
||||
echo "$ac_f77_v_output" >&5
|
||||
FFLAGS=$ac_save_FFLAGS
|
||||
|
||||
rm -f conftest*
|
||||
|
||||
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
|
||||
# /foo, /bar, and /baz are search directories for the Fortran linker.
|
||||
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
|
||||
ac_f77_v_output="`echo $ac_f77_v_output |
|
||||
grep 'LPATH is:' |
|
||||
sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
|
||||
|
||||
case $ac_f77_v_output in
|
||||
# If we are using xlf then replace all the commas with spaces.
|
||||
*xlfentry*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
|
||||
|
||||
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
|
||||
# $LIBS confuse us, and the libraries appear later in the output anyway).
|
||||
*mGLOB_options_string*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
|
||||
|
||||
# If we are using Cray Fortran then delete quotes.
|
||||
# Use "\"" instead of '"' for font-lock-mode.
|
||||
# FIXME: a more general fix for quoted arguments with spaces?
|
||||
*cft90*)
|
||||
ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
ac_cv_f77_libs=
|
||||
|
||||
# Save positional arguments (if any)
|
||||
ac_save_positional="$@"
|
||||
|
||||
set X $ac_f77_v_output
|
||||
while test $# != 1; do
|
||||
shift
|
||||
ac_arg=$1
|
||||
case $ac_arg in
|
||||
[\\/]*.a | ?:[\\/]*.a)
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_arg" = x"$ac_i"; then
|
||||
ac_exists=true
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if test x"$ac_exists" = xtrue; then
|
||||
:
|
||||
else
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
|
||||
fi
|
||||
|
||||
;;
|
||||
-bI:*)
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_arg" = x"$ac_i"; then
|
||||
ac_exists=true
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if test x"$ac_exists" = xtrue; then
|
||||
:
|
||||
else
|
||||
if test "$ac_compiler_gnu" = yes; then
|
||||
for ac_link_opt in $ac_arg; do
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
|
||||
done
|
||||
else
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
|
||||
fi
|
||||
fi
|
||||
|
||||
;;
|
||||
# Ignore these flags.
|
||||
-lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
|
||||
;;
|
||||
-lkernel32)
|
||||
test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
|
||||
;;
|
||||
-[LRuY])
|
||||
# These flags, when seen by themselves, take an argument.
|
||||
# We remove the space between option and argument and re-iterate
|
||||
# unless we find an empty arg or a new option (starting with -)
|
||||
case $2 in
|
||||
"" | -*);;
|
||||
*)
|
||||
ac_arg="$ac_arg$2"
|
||||
shift; shift
|
||||
set X $ac_arg "$@"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
-YP,*)
|
||||
for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_j" = x"$ac_i"; then
|
||||
ac_exists=true
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if test x"$ac_exists" = xtrue; then
|
||||
:
|
||||
else
|
||||
ac_arg="$ac_arg $ac_j"
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
|
||||
fi
|
||||
|
||||
done
|
||||
;;
|
||||
-[lLR]*)
|
||||
ac_exists=false
|
||||
for ac_i in $ac_cv_f77_libs; do
|
||||
if test x"$ac_arg" = x"$ac_i"; then
|
||||
ac_exists=true
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if test x"$ac_exists" = xtrue; then
|
||||
:
|
||||
else
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
|
||||
fi
|
||||
|
||||
;;
|
||||
# Ignore everything else.
|
||||
esac
|
||||
done
|
||||
# restore positional arguments
|
||||
set X $ac_save_positional; shift
|
||||
|
||||
# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen,
|
||||
# then we insist that the "run path" must be an absolute path (i.e. it
|
||||
# must begin with a "/").
|
||||
case `(uname -sr) 2>/dev/null` in
|
||||
"SunOS 5"*)
|
||||
ac_ld_run_path=`echo $ac_f77_v_output |
|
||||
sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
|
||||
test "x$ac_ld_run_path" != x &&
|
||||
if test "$ac_compiler_gnu" = yes; then
|
||||
for ac_link_opt in $ac_ld_run_path; do
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
|
||||
done
|
||||
else
|
||||
ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
|
||||
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
|
||||
echo "${ECHO_T}$ac_cv_f77_libs" >&6
|
||||
FLIBS="$ac_cv_f77_libs"
|
||||
|
||||
|
||||
ac_ext=cc
|
||||
ac_cpp='$CXXCPP $CPPFLAGS'
|
||||
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
||||
|
||||
|
||||
override_f77_libs=0;
|
||||
#case $ac_sys_system in
|
||||
|
|
@ -8730,7 +9031,7 @@ EOF
|
|||
F90LIBS=
|
||||
|
||||
msg=`${F90} --version &> f90out`
|
||||
isgfortran=`grep -c 'GNU Fortran 95' f90out`
|
||||
isgfortran=`grep -c 'GNU Fortran' f90out`
|
||||
if test "x${isgfortran}" != "x0"; then
|
||||
f90type="gfortran"
|
||||
f90opts="-fno-second-underscore -I. -I${ct_incdir}"
|
||||
|
|
@ -9720,13 +10021,13 @@ s,@HAVE_STRIPSYMBOLS@,$HAVE_STRIPSYMBOLS,;t t
|
|||
s,@F77@,$F77,;t t
|
||||
s,@FFLAGS@,$FFLAGS,;t t
|
||||
s,@ac_ct_F77@,$ac_ct_F77,;t t
|
||||
s,@FLIBS@,$FLIBS,;t t
|
||||
s,@F90@,$F90,;t t
|
||||
s,@BUILD_F90@,$BUILD_F90,;t t
|
||||
s,@F90FLAGS@,$F90FLAGS,;t t
|
||||
s,@F90BUILDFLAGS@,$F90BUILDFLAGS,;t t
|
||||
s,@F90LIBS@,$F90LIBS,;t t
|
||||
s,@precompile_headers@,$precompile_headers,;t t
|
||||
s,@FLIBS@,$FLIBS,;t t
|
||||
s,@OS_IS_DARWIN@,$OS_IS_DARWIN,;t t
|
||||
s,@OS_IS_WIN@,$OS_IS_WIN,;t t
|
||||
s,@OS_IS_CYGWIN@,$OS_IS_CYGWIN,;t t
|
||||
|
|
|
|||
|
|
@ -1229,7 +1229,7 @@ AC_PROG_F77()
|
|||
fi
|
||||
|
||||
dnl Checks for libraries.
|
||||
# AC_F77_LIBRARY_LDFLAGS()
|
||||
AC_F77_LIBRARY_LDFLAGS()
|
||||
|
||||
override_f77_libs=0;
|
||||
#case $ac_sys_system in
|
||||
|
|
@ -1287,7 +1287,7 @@ EOF
|
|||
F90LIBS=
|
||||
|
||||
msg=`${F90} --version &> f90out`
|
||||
isgfortran=`grep -c 'GNU Fortran 95' f90out`
|
||||
isgfortran=`grep -c 'GNU Fortran' f90out`
|
||||
if test "x${isgfortran}" != "x0"; then
|
||||
f90type="gfortran"
|
||||
f90opts="-fno-second-underscore -I. -I${ct_incdir}"
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ DEPENDS = $(OBJS:.o=.d)
|
|||
all: $(PROGRAM)
|
||||
|
||||
$(PROGRAM): $(OBJS)
|
||||
$(F90) -o $(PROGRAM) $(OBJS) $(LCXXFLAGS) $(CANTERA_LIBS) $(LINK_OPTIONS) $(EXT_LIBS) @LIBS@
|
||||
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXXFLAGS) $(CANTERA_LIBS) $(LINK_OPTIONS) $(EXT_LIBS) @FLIBS@ @LIBS@
|
||||
|
||||
%.d : %.cpp
|
||||
g++ -MM -I$(CANTERA_INCDIR) $*.cpp > $*.d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue