fixed problem with install of header files

This commit is contained in:
2013-06-14 12:27:45 +00:00
parent 6ff8067ba8
commit bdbeb061c5
5 changed files with 41 additions and 36 deletions
+1
View File
@@ -516,6 +516,7 @@ src/include/H5_attribs.h -text
src/include/H5hut.h -text
src/include/Makefile.am -text
src/include/grephdr -text
src/include/h5core/Makefile.am -text
src/include/h5core/h5_attach.h -text
src/include/h5core/h5_attribs.h -text
src/include/h5core/h5_core.h -text
+1
View File
@@ -1,4 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = autogen.sh
SUBDIRS = \
src \
+1
View File
@@ -347,6 +347,7 @@ AC_CONFIG_FILES([
src/Makefile
src/h5core/Makefile
src/include/Makefile
src/include/h5core/Makefile
src/C/Makefile
src/Fortran/Makefile
test/Makefile
+1 -36
View File
@@ -1,38 +1,3 @@
# Header files that I wish to install in $(prefix)/include
include_HEADERS = \
$(top_srcdir)/src/include/h5core/h5_attach.h \
$(top_srcdir)/src/include/h5core/h5_attribs.h \
$(top_srcdir)/src/include/h5core/h5_core.h \
$(top_srcdir)/src/include/h5core/h5_errno.h \
$(top_srcdir)/src/include/h5core/h5_errorhandling.h \
$(top_srcdir)/src/include/h5core/h5_hdf5.h \
$(top_srcdir)/src/include/h5core/h5_maps.h \
$(top_srcdir)/src/include/h5core/h5_openclose.h \
$(top_srcdir)/src/include/h5core/h5_readwrite.h \
$(top_srcdir)/src/include/h5core/h5_syscall.h \
$(top_srcdir)/src/include/h5core/h5_types.h \
$(top_srcdir)/src/include/h5core/h5b_attribs.h \
$(top_srcdir)/src/include/h5core/h5b_model.h \
$(top_srcdir)/src/include/h5core/h5b_readwrite.h \
$(top_srcdir)/src/include/h5core/h5t_adjacencies.h \
$(top_srcdir)/src/include/h5core/h5t_core.h \
$(top_srcdir)/src/include/h5core/h5t_inquiry.h \
$(top_srcdir)/src/include/h5core/h5t_map.h \
$(top_srcdir)/src/include/h5core/h5t_model.h \
$(top_srcdir)/src/include/h5core/h5t_readwrite.h \
$(top_srcdir)/src/include/h5core/h5t_ref_elements.h \
$(top_srcdir)/src/include/h5core/h5t_retrieve.h \
$(top_srcdir)/src/include/h5core/h5t_storemesh.h \
$(top_srcdir)/src/include/h5core/h5t_tags.h \
$(top_srcdir)/src/include/h5core/h5u_model.h \
$(top_srcdir)/src/include/h5core/h5u_readwrite.h
SUBDIRS = h5core
# Listing of all possible headers that I may include
EXTRA_HEADERS =
EXTRA_DIST = Makefile.in
clean-local:
$(RM) *~
$(RM) h5core/*~
+37
View File
@@ -0,0 +1,37 @@
otherincludedir = $(includedir)/h5core
otherinclude_HEADERS = \
h5_attach.h \
h5_attribs.h \
h5_core.h \
h5_errno.h \
h5_errorhandling.h \
h5_hdf5.h \
h5_maps.h \
h5_openclose.h \
h5_readwrite.h \
h5_syscall.h \
h5_types.h \
h5b_attribs.h \
h5b_model.h \
h5b_readwrite.h \
h5t_adjacencies.h \
h5t_core.h \
h5t_inquiry.h \
h5t_map.h \
h5t_model.h \
h5t_readwrite.h \
h5t_ref_elements.h \
h5t_retrieve.h \
h5t_storemesh.h \
h5t_tags.h \
h5u_model.h \
h5u_readwrite.h
EXTRA_HEADERS =
EXTRA_DIST =
clean-local:
$(RM) *~
$(RM) h5core/*~