RSS

(root)/mod_ldap_userdir/head : /Makefile.in (revision 35)

Line Revision Contents
1 3
APXS=@APXS@
2 14
CPPFLAGS=@CPPFLAGS@
3
LDFLAGS=@LDFLAGS@
4 1
LIBS=@LIBS@
5 12
TLS=@TLS@
6 1
ACTIVATE=@ACTIVATE@
7 14
TARGET=@TARGET@
8 12
9
$(TARGET): Makefile mod_ldap_userdir.c
10 14
	$(APXS) -c $(CPPFLAGS) $(LDFLAGS) $(LIBS) $(TLS) mod_ldap_userdir.c
11 12
12
install: $(TARGET)
13
	$(APXS) -in ldap_userdir $(ACTIVATE) $(TARGET)
14 1
15
clean:
16 12
	rm -rf *.lo *.la *.slo *.so *.o .libs/ *~ core
17 1
18
distclean: clean
19 13
	rm -rf Makefile config.status config.cache config.log config.h autom4te.cache/
20 12
21
configure: configure.in
22
	autoconf
23
24
config.status: configure
25
	./config.status --recheck
26
27 13
config.h.in: configure.in
28
	autoheader
29
30
config.h: config.h.in config.status
31
	./config.status
32
33 12
Makefile: Makefile.in config.status
34
	./config.status

Loggerhead 1.17 is a web-based interface for Bazaar branches