Makefile.am (netcdf-fortran-4.4.4) | : | Makefile.am (netcdf-fortran-4.4.5) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
if BUILD_F03 | if BUILD_F03 | |||
F03_TESTS = nf03_test | F03_TESTS = nf03_test | |||
else | else | |||
# All the C/H source | # All the C/H source | |||
LIBSRC_DIR = libsrc | LIBSRC_DIR = libsrc | |||
endif | endif | |||
# This is the list of subdirs for which Makefiles will be constructed | # This is the list of subdirs for which Makefiles will be constructed | |||
# and run. | # and run. | |||
SUBDIRS = $(LIBSRC_DIR) $(FTN_DIR) nf_test $(F03_TESTS) docs examples \ | SUBDIRS = $(LIBSRC_DIR) $(FTN_DIR) . nf_test $(F03_TESTS) docs examples \ | |||
CMakeExtras | CMakeExtras | |||
# Remove these generated files, for a distclean. | # Remove these generated files, for a distclean. | |||
DISTCLEANFILES = VERSION comps.txt test_prog | DISTCLEANFILES = VERSION comps.txt test_prog | |||
# The nf-config script helps the user build programs with netCDF. | # The nf-config script helps the user build programs with netCDF. | |||
bin_SCRIPTS = nf-config | bin_SCRIPTS = nf-config | |||
check_nc_config: | check_nc_config: | |||
$(F90) `./nf-config --fflags` test_prog.f90 -o test_prog `./nf-config --l ibs` | $(F90) `./nf-config --fflags` test_prog.f90 -o test_prog `./nf-config --l ibs` | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |