Makefile.am

src/Makefile.am
- clean/distclean errors fixed
This commit is contained in:
2008-02-14 09:15:08 +00:00
parent 78c4e01ee1
commit 091e228da1
2 changed files with 9 additions and 14 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
# Trial by Antino Kim
# Top level Makefile.am
SUBDIRS = \
doc \
@@ -15,3 +13,4 @@ MAINTAINERCLEANFILES = \
config.status \
stamp-h.in \
stamp-h1
+8 -12
View File
@@ -77,17 +77,13 @@ libH5Part.a: $(libH5Part_a_OBJECTS)
H5Part.o: H5Part.c H5Part.h H5PartPrivate.h H5PartTypes.h
H5Block.o: H5Block.c H5Part.h H5PartPrivate.h H5PartTypes.h H5Block.h H5BlockTypes.h
clean-recursive:
for d in ${SUBDIRS}; do ${MAKE} -C $$d clean; done
clean: clean-recursive
rm -f *~ *.o *.a *.so
$(RM) -f *~ *.o *.a *.so
distclean: clean
rm -f *.a
rm -rf .deps
rm -rf .libs
rm -f Underscore.h
rm -f H5Part_py_wrap.c
rm -f H5Part.py
rm -f Makefile
distclean:
$(RM) -f *.a
$(RM) -f Underscore.h
# $(RM) -rf .deps
# $(RM) -rf .libs
# $(RM) -f Makefile