From f73369b20c84fcab5de56cf3224ae3dd9c638912 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 7 Jul 2004 16:00:49 -0500 Subject: [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) --- c++/examples/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v0.12