ignore generated stuff
[mod_auth_kerb.cvs/.git] / Makefile
index e946bac..4f27f76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,13 @@ ifndef APXS
    APXS = apxs
 endif
 
-all: modauthkerb
+ifdef SPNEGO_ONLY
+   TARGET = libspnegokrb5
+else
+   TARGET = modauthkerb
+endif
+
+all: $(TARGET)
 
 libspnegokrb5:
        (cd spnegokrb5 && make)
@@ -23,4 +29,5 @@ modauthkerb: libspnegokrb5
 
 clean:
        (cd spnegokrb5 && make clean)
-       $(RM) *.o *.so *.a *.la *.lo *.slo core 
+       $(RM) *.o *.so *.a *.la *.lo *.slo core
+       $(RM) src/*.{o,so,a,la,lo,slo}