From 6b6af9d5fc269b7baf2f8c5cc2646a102640168c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 11 Mar 2006 08:21:13 -0500 Subject: [svn-r12076] Purpose: Bug fix Description: Add the hl/fortran/examples & hl/tools directories to the list of directories targeted by mostlyclean/clean/distclean. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest --- hl/Makefile.am | 2 +- hl/Makefile.in | 2 +- hl/fortran/Makefile.am | 2 +- hl/fortran/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hl/Makefile.am b/hl/Makefile.am index a49a1d3..77dd458 100644 --- a/hl/Makefile.am +++ b/hl/Makefile.am @@ -38,7 +38,7 @@ endif if BUILD_HDF5_HL_CONDITIONAL SUBDIRS=src test tools $(CXX_DIR) $(FORTRAN_DIR) endif -DIST_SUBDIRS=src test c++ fortran examples +DIST_SUBDIRS=src test tools c++ fortran examples # Install examples install-examples uninstall-examples: diff --git a/hl/Makefile.in b/hl/Makefile.in index 4a1ea4d..85cf3bb 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -317,7 +317,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog @BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran @BUILD_CXX_CONDITIONAL_TRUE@CXX_DIR = c++ @BUILD_HDF5_HL_CONDITIONAL_TRUE@SUBDIRS = src test tools $(CXX_DIR) $(FORTRAN_DIR) -DIST_SUBDIRS = src test c++ fortran examples +DIST_SUBDIRS = src test tools c++ fortran examples # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., diff --git a/hl/fortran/Makefile.am b/hl/fortran/Makefile.am index e6de85e..9a75aa0 100644 --- a/hl/fortran/Makefile.am +++ b/hl/fortran/Makefile.am @@ -25,7 +25,7 @@ include $(top_srcdir)/config/commence.am SUBDIRS=src test -DIST_SUBDIRS=src test +DIST_SUBDIRS=src test examples # Install examples install-examples uninstall-examples: diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index dc59657..02dbaec 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -315,7 +315,7 @@ TRACE = perl $(top_srcdir)/bin/trace # *.clog are from the MPE option. CHECK_CLEANFILES = *.chkexe *.chklog *.clog SUBDIRS = src test -DIST_SUBDIRS = src test +DIST_SUBDIRS = src test examples # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., -- cgit v0.12