source: trunk/packages/libapache2-mod-auth-sslcert/Makefile.in @ 950

Last change on this file since 950 was 950, checked in by broder, 16 years ago

Import libapache2-mod-auth-sslcert

File size: 357 bytes
Line 
1APXS = apxs
2
3MODS = mod_auth_sslcert mod_authz_afsgroup mod_auth_optional mod_vhost_ldap
4
5all-local: $(patsubst %,.libs/%.so,$(MODS))
6
7APXSFLAGS_mod_vhost_ldap = -Wc,-DMOD_VHOST_LDAP_VERSION=\\\"mod_vhost_ldap/1.2.0scripts\\\" -lldap_r
8
9.libs/%.so: %.c
10        $(APXS) $(APXSFLAGS_$*) -c $<
11
12clean:
13        rm -f .libs $(MODS:=.o) $(MODS:=.la) $(MODS:=.lo) $(MODS:=.slo)
Note: See TracBrowser for help on using the repository browser.