diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-16 14:34:53 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-07-16 14:34:53 (GMT) |
commit | bf8fea70bddf54092c213acf66f40222bdc1c743 (patch) | |
tree | e20d0ff87adedee1eb223aaea3617aa0ef411208 /fortran/src | |
parent | 93161fa55cfc157a8fecd4d19a2d5a746832cbfa (diff) | |
download | hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.zip hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.gz hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.bz2 |
[svn-r27401] code cleanup
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 768d466..d17f8c0 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -1396,17 +1396,6 @@ install-exec-local: H5fortran_types.F90 H5f90i_gen.h: H5match_types$(EXEEXT) $(RUNSERIAL) ./H5match_types$(EXEEXT) -# H5fort_type_defines.h is created by running H5fortran_detect. -# Obviously, H5fortran_detect needs to be built first. -#H5fort_type_defines.h: H5fortran_detect$(EXEEXT) -# $(RUNSERIAL) ./H5fortran_detect$(EXEEXT) > H5fort_type_defines.h - -#H5match_types.$(OBJEXT): H5fort_type_defines.h - -# Automake knows how to build fortran programs if we tell it the source -# files. -#H5fortran_detect_SOURCES = H5fortran_detect.F90 - # H5_buildiface.F90 generates all the APIs that have a KIND type associated # with them. @@ -1418,9 +1407,7 @@ H5_gen.F90: H5_buildiface$(EXEEXT) # doing a parallel make, some modules could be made way before the # modules they depend upon are actually made. *sigh* H5f90global.lo: $(srcdir)/H5f90global.F90 H5fortran_types.lo -#H5fortran_types.lo: H5fortran_types.F90 -#H5fortran_detect.lo: H5fortran_detect.F90 -H5_buildiface.lo: $(srcdir)/H5_buildiface.F90 +H5_buildiface.lo: $(srcdir)/H5_buildiface.F90 H5_ff.lo: $(srcdir)/H5_ff.F90 H5f90global.lo H5Aff.lo: $(srcdir)/H5Aff.F90 H5f90global.lo H5Dff.lo: $(srcdir)/H5Dff.F90 H5f90global.lo |