summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-07-07 21:00:49 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-07-07 21:00:49 (GMT)
commitf73369b20c84fcab5de56cf3224ae3dd9c638912 (patch)
treeef84530d8d839200d65dfacd5f0302424a2fa862 /c++
parent22959d8f518453f37c3e92889b9eac5932983d0d (diff)
downloadhdf5-f73369b20c84fcab5de56cf3224ae3dd9c638912.zip
hdf5-f73369b20c84fcab5de56cf3224ae3dd9c638912.tar.gz
hdf5-f73369b20c84fcab5de56cf3224ae3dd9c638912.tar.bz2
[svn-r8822] Purpose: Update Makefile.in
Description: Removed macro H5_FILES from Makefile.in so that output files from the example programs will not be installed. Platforms tested: Linux 2.4 (eirene) SunOS 5.7 (arabica)
Diffstat (limited to 'c++')
-rw-r--r--c++/examples/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index ac73281..47b91a3 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -38,8 +38,7 @@ TEST_SRC=create.cpp readdata.cpp writedata.cpp compound.cpp extend_ds.cpp \
chunks.cpp h5group.cpp
TEST_OBJ=$(TEST_SRC:.cpp=.lo)
-H5_FILES=Attributes.h5 SDScompound.h5 Select.h5 SDSextendible.h5 Group.h5 SDS.h5
-EXAMPLE_PROGS=$(TEST_SRC) $(H5_FILES)
+EXAMPLE_PROGS=$(TEST_SRC)
## These are the programs that `make all' or `make tests' will build and which
## `make check' will run. List them in the order they should be run.