source:
server/common/oursrc/httpdmods/Makefile.in
@
389
| Last change on this file since 389 was 389, checked in by andersk, 19 years ago | |
|---|---|
| File size: 206 bytes | |
| Line | |
|---|---|
| 1 | APXS = apxs |
| 2 | |
| 3 | MODS = mod_auth_sslcert mod_authz_afsgroup |
| 4 | |
| 5 | all-local: $(patsubst %,.libs/%.so,$(MODS)) |
| 6 | |
| 7 | .libs/%.so: %.c |
| 8 | $(APXS) -c $< |
| 9 | |
| 10 | clean: |
| 11 | rm -f .libs $(MODS:=.o) $(MODS:=.la) $(MODS:=.lo) $(MODS:=.slo) |
Note: See TracBrowser
for help on using the repository browser.
