source:
server/common/oursrc/httpdmods/Makefile.in
@
140
Last change on this file since 140 was 56, checked in by jbarnold, 18 years ago | |
---|---|
File size: 287 bytes |
Line | |
---|---|
1 | CC = @CC@ |
2 | CFLAGS = -fpic -DSHARED_MODULE @CFLAGS@ |
3 | LDFLAGS = -Bshareable |
4 | prefix = @prefix@ |
5 | |
6 | all-local: mod_auth_sslcert mod_authz_afsgroup |
7 | |
8 | mod_auth_sslcert mod_authz_afsgroup: |
9 | $(CC) $(CFLAGS) -c $@.c |
10 | ld $(LDFLAGS) $@.o -o $@.so |
11 | |
12 | clean: |
13 | rm -f mod_auth_sslcert.*o mod_authz_afsgroup.*o |
Note: See TracBrowser
for help on using the repository browser.