after: $(SHLIB)
	mv $(SHLIB) BioC_graph$(SHLIB_EXT)

# By default, 'R CMD build' won't remove that file so it will end up in the
# source tarball (observed with R 2.12.0).
clean:
	rm BioC_graph$(SHLIB_EXT)

