Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
363456ba
Commit
363456ba
authored
Nov 13, 2014
by
Uwe Schulzweida
Browse files
makefiles update
parent
d879c09a
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure
View file @
363456ba
...
...
@@ -20765,7 +20765,7 @@ fi
done
ac_config_files="$ac_config_files test/Read_grib.test test/Read_netcdf.test"
ac_config_files="$ac_config_files test/Read_grib.test test/Read_netcdf.test
test/Copy_netcdf.test
"
ac_config_files="$ac_config_files test/Cat.test test/Gridarea.test test/Genweights.test test/Remap.test"
...
...
@@ -21924,6 +21924,7 @@ do
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"test/Read_grib.test") CONFIG_FILES="$CONFIG_FILES test/Read_grib.test" ;;
"test/Read_netcdf.test") CONFIG_FILES="$CONFIG_FILES test/Read_netcdf.test" ;;
"test/Copy_netcdf.test") CONFIG_FILES="$CONFIG_FILES test/Copy_netcdf.test" ;;
"test/Cat.test") CONFIG_FILES="$CONFIG_FILES test/Cat.test" ;;
"test/Gridarea.test") CONFIG_FILES="$CONFIG_FILES test/Gridarea.test" ;;
"test/Genweights.test") CONFIG_FILES="$CONFIG_FILES test/Genweights.test" ;;
...
...
@@ -23427,6 +23428,7 @@ _LT_EOF
;;
"test/Read_grib.test":F) chmod a+x "$ac_file" ;;
"test/Read_netcdf.test":F) chmod a+x "$ac_file" ;;
"test/Copy_netcdf.test":F) chmod a+x "$ac_file" ;;
"test/Cat.test":F) chmod a+x "$ac_file" ;;
"test/Gridarea.test":F) chmod a+x "$ac_file" ;;
"test/Genweights.test":F) chmod a+x "$ac_file" ;;
...
...
configure.ac
View file @
363456ba
...
...
@@ -214,7 +214,7 @@ AC_DEFINE_UNQUOTED(COMPILER, ["$COMPILER"], [Compiler])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_AWK
AC_CONFIG_FILES([test/Read_grib.test test/Read_netcdf.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Read_grib.test test/Read_netcdf.test
test/Copy_netcdf.test
],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Cat.test test/Gridarea.test test/Genweights.test test/Remap.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Select.test test/Spectral.test test/Timstat.test test/Vertint.test],[chmod a+x "$ac_file"])
AC_CONFIG_FILES([test/Detrend.test],[chmod a+x "$ac_file"])
...
...
test/Makefile.am
View file @
363456ba
...
...
@@ -5,7 +5,7 @@ export
TEST_LOG_DRIVER
=
env
AM_TAP_AWK
=
'
$(AWK)
'
$(SHELL)
\
$(top_srcdir)
/config/tap-driver.sh
TESTS
=
Read_grib.test Read_netcdf.test Cat.test Gridarea.test Detrend.test Genweights.test Remap.test
\
TESTS
=
Read_grib.test Read_netcdf.test
Copy_netcdf.test
Cat.test Gridarea.test Detrend.test Genweights.test Remap.test
\
Select.test Spectral.test Timstat.test Vertint.test
# $(top_srcdir)/test/test_Remap.sh \
...
...
test/Makefile.in
View file @
363456ba
...
...
@@ -80,11 +80,12 @@ host_triplet = @host@
subdir
=
test
DIST_COMMON
=
$(srcdir)
/Makefile.in
$(srcdir)
/Makefile.am
\
$(top_srcdir)
/config/mkinstalldirs
$(srcdir)
/Read_grib.test.in
\
$(srcdir)
/Read_netcdf.test.in
$(srcdir)
/Cat.test.in
\
$(srcdir)
/Gridarea.test.in
$(srcdir)
/Genweights.test.in
\
$(srcdir)
/Remap.test.in
$(srcdir)
/Select.test.in
\
$(srcdir)
/Spectral.test.in
$(srcdir)
/Timstat.test.in
\
$(srcdir)
/Vertint.test.in
$(srcdir)
/Detrend.test.in README
$(srcdir)
/Read_netcdf.test.in
$(srcdir)
/Copy_netcdf.test.in
\
$(srcdir)
/Cat.test.in
$(srcdir)
/Gridarea.test.in
\
$(srcdir)
/Genweights.test.in
$(srcdir)
/Remap.test.in
\
$(srcdir)
/Select.test.in
$(srcdir)
/Spectral.test.in
\
$(srcdir)
/Timstat.test.in
$(srcdir)
/Vertint.test.in
\
$(srcdir)
/Detrend.test.in README
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
...
...
@@ -95,8 +96,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/config/mkinstalldirs
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_CLEAN_FILES
=
Read_grib.test Read_netcdf.test C
at
.test
\
Gridarea.test Genweights.test Remap.test Select.test
\
CONFIG_CLEAN_FILES
=
Read_grib.test Read_netcdf.test C
opy_netcdf
.test
\
Cat.test
Gridarea.test Genweights.test Remap.test Select.test
\
Spectral.test Timstat.test Vertint.test Detrend.test
CONFIG_CLEAN_VPATH_FILES
=
AM_V_P
=
$
(
am__v_P_@AM_V@
)
...
...
@@ -495,7 +496,7 @@ CLEANFILES = `ls *.pyc`
TEST_LOG_DRIVER
=
env
AM_TAP_AWK
=
'
$(AWK)
'
$(SHELL)
\
$(top_srcdir)
/config/tap-driver.sh
TESTS
=
Read_grib.test Read_netcdf.test Cat.test Gridarea.test Detrend.test Genweights.test Remap.test
\
TESTS
=
Read_grib.test Read_netcdf.test
Copy_netcdf.test
Cat.test Gridarea.test Detrend.test Genweights.test Remap.test
\
Select.test Spectral.test Timstat.test Vertint.test
...
...
@@ -549,6 +550,8 @@ Read_grib.test: $(top_builddir)/config.status $(srcdir)/Read_grib.test.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
Read_netcdf.test
:
$(top_builddir)/config.status $(srcdir)/Read_netcdf.test.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
Copy_netcdf.test
:
$(top_builddir)/config.status $(srcdir)/Copy_netcdf.test.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
Cat.test
:
$(top_builddir)/config.status $(srcdir)/Cat.test.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
Gridarea.test
:
$(top_builddir)/config.status $(srcdir)/Gridarea.test.in
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment