X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=b85fc3b183667149dd4648603a360480daa5e400;hb=f67ba8e46937045e2d493ebce3232a3b065e2d35;hp=d19e541390fb0f600b0eb5b1d782ba08344f1264;hpb=d1cb2c7de0d1b63c4897f002be38dee6a2b5d20b;p=mod_auth_kerb.cvs%2F.git diff --git a/Makefile.in b/Makefile.in index d19e541..b85fc3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,6 +14,8 @@ else endif CFLAGS = -Wc-g +.PHONY: all install clean distclean + all: src/mod_auth_kerb.so spnegokrb5/libspnegokrb5.a: @@ -22,8 +24,8 @@ spnegokrb5/libspnegokrb5.a: src/mod_auth_kerb.so: spnegokrb5/libspnegokrb5.a src/mod_auth_kerb.c $(APXS) -c -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c -install: $(TARGET) - $(APXS) -i src/mod_auth_kerb.so +install: + $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c clean: (cd spnegokrb5 && make clean)