X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=b15509cb89e43144a377a46a390affc83d40ec1d;hb=dc2fb5835ed3fd66a919ff94b5d11c99b832ff0d;hp=367da0155fcca8ef6dca34bba1fa0ac5d4ead890;hpb=4ea181254a16fa842e343902423970f154d0e173;p=mod_auth_kerb.git diff --git a/Makefile.in b/Makefile.in index 367da01..b15509c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,11 +19,13 @@ install: $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS) clean: - $(RM) *.o *.so *.a *.la *.lo *.slo core - $(RM) src/*.{o,so,a,la,lo,slo} + for i in . src spnegokrb5; do \ + $(RM) $$i/*.{o,so,a,la,lo,slo} core; \ + $(RM) -rf $$i/.libs; \ + done distclean: clean - $(RM) config.h config.status Makefile configure config.log - $(RM) -rf autom4te.cache src/.libs + $(RM) config.h config.status Makefile config.log + $(RM) -rf autom4te.cache .PHONY: all install clean distclean