From 4a6c4817ce2fcedadbb8e0f294aca6ef05cd751a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 17 Dec 2007 16:35:24 +0000 Subject: [PATCH] src/Makefile.am - rule to build "libpH5Part.a" removed --- src/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e26eb82..01d4f41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ EXTRA_HEADERS = H5PartPrivate.h H5BlockPrivate.h libH5Part_a_SOURCES = H5Part.c H5Block.c -SUBDIRS = h5 +SUBDIRS = h5 bindings # Specific building instruction (What compilers to use...) # ------------ Serial Lib build commands ------------ @@ -58,16 +58,9 @@ libH5Part.a: H5Part.o H5Block.o %.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 -# ----------- Build Parallel H5Part Stuff ------------ - -libpH5Part.a: libH5Part.a - ${RM} $@ - ln -s $^ $@ - clean: rm -f *~ *.o *.a *.so