LIB=libpython.$(LIBEXT) all: lib lib: $(LIB) clean: rm -f $(LIB) distclean: clean rm -f Makefile