mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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
This commit is contained in:
parent
49ae59ce6e
commit
6b6af9d5fc
@ -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:
|
||||
|
@ -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.,
|
||||
|
@ -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:
|
||||
|
@ -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.,
|
||||
|
Loading…
x
Reference in New Issue
Block a user