From 6008f5579e8f152bbfe7f1a8e2abff18db0d2b00 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 15 Sep 2006 21:48:10 +0000 Subject: [PATCH] test/Makefile.am - rules added to build "H5BlockDissolveGhosts" --- test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index c186da1..28d511b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -150,6 +150,12 @@ H5BlockParTestScalarField.o: H5BlockParTestScalarField.c H5BlockParTestScalarField: H5BlockParTestScalarField.o +H5BlockDissolveGhosts.o: H5BlockDissolveGhosts.c + $(CC) $(CFLAGS) $(INC) -g -c $< + +H5BlockDissolveGhosts: H5BlockDissolveGhosts.o + $(CC) -o $@ $< $(H5PLIB) $(LIBS) + ############################################################################### clean: ${RM} -f *~ *.o ${bin_PROGRAMS}