test/h5t/Makefile.am

test/h5u/Makefile.am
test/h5b/H5BlockTestAttributes.c
test/h5b/Makefile.am
src/H5Part.c
src/H5Block.c
src/H5Part.h
src/Makefile.am
src/h5/errorhandling.c
src/h5/h5_types.h
src/h5/attribs.c
src/h5/t_readwrite.c
src/h5/u_readwrite.c
src/h5/t_openclose.c
src/h5/h5_private.h
src/h5/readwrite.c
src/h5/openclose.c
src/h5/Makefile.am
- changes due to removed H5PartTypes.h, H5BlockTyes.h and H5PartPrivate.h
This commit is contained in:
2008-02-18 14:33:30 +00:00
parent a805b54aac
commit bac53ee2d2
18 changed files with 150 additions and 52 deletions
+4 -6
View File
@@ -10,7 +10,7 @@ CC = @CC@
HDFINC = -I$(HDF5ROOT)/include
MPIINC = @MPIINC@
INC = $(HDFINC) ${MPIINC}
INC = $(HDFINC) ${MPIINC} -I./h5
# H5Part header file location
H5PINC = -I@prefix@/include
@@ -44,13 +44,11 @@ EXTRA_LIBRARIES = libH5Part.a
# Header files that I wish to install in $(prefix)/include
include_HEADERS = \
H5Part.h \
H5PartTypes.h \
H5Block.h \
H5BlockTypes.h \
H5Fed.h
# Listing of all possible headers that I may include
EXTRA_HEADERS = H5PartPrivate.h H5BlockPrivate.h
EXTRA_HEADERS =
# Listing of sources
libH5Part_a_SOURCES = \
@@ -72,8 +70,8 @@ libH5Part.a: $(libH5Part_a_OBJECTS)
%.o : %.c
$(CC) $(CFLAGS) $(INC) -c $<
H5Part.o: H5Part.c H5Part.h H5PartPrivate.h H5PartTypes.h
H5Block.o: H5Block.c H5Part.h H5PartPrivate.h H5PartTypes.h H5Block.h H5BlockTypes.h
H5Part.o: H5Part.c H5Part.h
H5Block.o: H5Block.c H5Part.h H5Block.h
clean: clean-recursive
$(RM) -f *~ *.o *.a *.so