Imported Sources
[mod_auth_kerb.git] / Makefile.in
1 ###
2 # Makefile.in for mod_auth_kerb
3 ###
4
5 APXS = @APXS@
6 CFLAGS = -I. @CFLAGS@
7 LDFLAGS = @LDFLAGS@
8 LIBS = @LIBS@
9 INSTALL = @INSTALL@
10
11 all: mod_auth_kerb
12
13 mod_auth_kerb: mod_auth_kerb.c
14         $(APXS) -c  ${CFLAGS} ${LDFLAGS} ${LIBS} mod_auth_kerb.c
15
16 install:
17         $(APXS) -c -i ${CFLAGS} ${LDFLAGS} ${LIBS} mod_auth_kerb.c
18
19 clean:
20         /bin/rm -rf core *.o *.la *.lo *.slo .libs
21
22 distclean: clean
23         /bin/rm -f Makefile config.h config.status config.cache config.log mod_auth_kerb.c