new Makefile.am in includes added
This commit is contained in:
@@ -498,6 +498,7 @@ src/include/H5Part.h -text
|
||||
src/include/H5_attachments.h -text
|
||||
src/include/H5_attribs.h -text
|
||||
src/include/H5hut.h -text
|
||||
src/include/Makefile.am -text
|
||||
src/include/grephdr -text
|
||||
src/include/h5core/h5_attach.h -text
|
||||
src/include/h5core/h5_attribs.h -text
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
# src/C level Makefile.am
|
||||
|
||||
# Header files that I wish to install in $(prefix)/include
|
||||
include_HEADERS = \
|
||||
../include/h5core/h5.h \
|
||||
../include/h5core/h5_attribs.h \
|
||||
../include/h5core/h5_debug.h \
|
||||
../include/h5core/h5_errorhandling.h \
|
||||
../include/h5core/h5_model.h \
|
||||
../include/h5core/h5_syscall.h \
|
||||
../include/h5core/h5_types.h \
|
||||
../include/h5core/h5b_attribs.h \
|
||||
../include/h5core/h5b_model.h \
|
||||
../include/h5core/h5b_io.h \
|
||||
../include/h5core/h5t_adjacencies.h \
|
||||
../include/h5core/h5t_map.h \
|
||||
../include/h5core/h5t_model.h \
|
||||
../include/h5core/h5t_retrieve.h \
|
||||
../include/h5core/h5t_store.h \
|
||||
../include/h5core/h5t_tags.h \
|
||||
../include/h5core/h5u_model.h \
|
||||
../include/h5core/h5u_io.h
|
||||
|
||||
# Listing of all possible headers that I may include
|
||||
EXTRA_HEADERS =
|
||||
|
||||
clean-local:
|
||||
$(RM) *~
|
||||
$(RM) h5core/*~
|
||||
Reference in New Issue
Block a user