Fixed up configure scripts and Makefiles to work with new setup.
[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 SUBDIRS = src
10 MAKE_SUBDIR = for dir in $(SUBDIRS) ; do ( cd $$dir ; $(MAKE) $@ ) ; done
11
12 all:
13         @$(MAKE_SUBDIR)
14
15 install:
16         @$(MAKE_SUBDIR)
17
18 clean:
19         @$(MAKE_SUBDIR)
20
21 distclean: clean
22         @$(MAKE_SUBDIR)
23         /bin/rm -f Makefile config.h config.status config.cache config.log