summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-16 14:34:53 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-07-16 14:34:53 (GMT)
commitbf8fea70bddf54092c213acf66f40222bdc1c743 (patch)
treee20d0ff87adedee1eb223aaea3617aa0ef411208 /fortran
parent93161fa55cfc157a8fecd4d19a2d5a746832cbfa (diff)
downloadhdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.zip
hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.gz
hdf5-bf8fea70bddf54092c213acf66f40222bdc1c743.tar.bz2
[svn-r27401] code cleanup
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.in15
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