| 3883 |
|
# Try to determine "good" native compiler flags if none specified on command |
| 3884 |
|
# line |
| 3885 |
|
|
| 3886 |
< |
if test "$ac_test_F90FLAGS" != "set"; then |
| 3886 |
> |
if test x"$F90FLAGS" == x ; then |
| 3887 |
|
F90FLAGS="" |
| 3888 |
|
case "${host_cpu}-${host_os}" in |
| 3889 |
|
|
| 6795 |
|
|
| 6796 |
|
MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f" |
| 6797 |
|
|
| 6798 |
< |
SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder" |
| 6798 |
> |
SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps" |
| 6799 |
|
|
| 6800 |
< |
#CFLAGS=${CFLAGS-""} |
| 6801 |
< |
#CXXFLAGS=${CXXFLAGS-""} |
| 6802 |
< |
#CPPFLAGS=${CPPFLAGS-""} |
| 6803 |
< |
#FFLAGS=${FFLAGS-""} |
| 6804 |
< |
#LDFLAGS=${LDFLAGS-""} |
| 6805 |
< |
#OPTIMIZE=${OPTIMIZE-"-O"} |
| 6806 |
< |
#DEBUG=${DEBUG-"-g"} |
| 6800 |
> |
CFLAGS=${CFLAGS-""} |
| 6801 |
> |
CXXFLAGS=${CXXFLAGS-""} |
| 6802 |
> |
CPPFLAGS=${CPPFLAGS-""} |
| 6803 |
> |
FFLAGS=${FFLAGS-""} |
| 6804 |
> |
F90FLAGS=${F90FLAGS-""} |
| 6805 |
> |
LDFLAGS=${LDFLAGS-""} |
| 6806 |
> |
OPTIMIZE=${OPTIMIZE-"-O"} |
| 6807 |
> |
DEBUG=${DEBUG-"-g"} |
| 6808 |
|
|
| 6809 |
|
case $debug in |
| 6810 |
|
true) |
| 6839 |
|
|
| 6840 |
|
ac_config_headers="$ac_config_headers libmdtools/config.h" |
| 6841 |
|
|
| 6842 |
< |
ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile" |
| 6842 |
> |
ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile staticProps/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile" |
| 6843 |
|
|
| 6844 |
|
|
| 6845 |
|
cat >confcache <<\_ACEOF |
| 7374 |
|
"utils/sysbuilder/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/sysbuilder/Makefile" ;; |
| 7375 |
|
"forceFields/Makefile" ) CONFIG_FILES="$CONFIG_FILES forceFields/Makefile" ;; |
| 7376 |
|
"samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;; |
| 7377 |
+ |
"staticProps/Makefile" ) CONFIG_FILES="$CONFIG_FILES staticProps/Makefile" ;; |
| 7378 |
|
"samples/alkane/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/alkane/Makefile" ;; |
| 7379 |
|
"samples/argon/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/argon/Makefile" ;; |
| 7380 |
|
"samples/beadLipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/beadLipid/Makefile" ;; |