ecCodes/ECC-1: fortran module file for automake

This commit is contained in:
Shahram Najm 2014-12-29 18:16:12 +00:00
parent 1abdb03bad
commit cbc72098da
1 changed files with 5 additions and 0 deletions

View File

@ -56,4 +56,9 @@ same_int_long: same_int_long.o grib_fortran_kinds.o
same_int_size_t: same_int_size_t.o grib_fortran_kinds.o
$(FC) $(FCFLAGS) -o same_int_size_t same_int_size_t.o grib_fortran_kinds.o
# After the installation, create the eccodes module file as a symlink
# Note: hooks are always executed after the main rule's work is done
install-data-hook:
( cd $(DESTDIR)$(includedir) && ln -s $(nodist_include_HEADERS) eccodes.mod )
include extrules.am