source:
server/common/oursrc/httpdmods/Makefile.in
@
  243
        
        | Last change on this file since 243 was 56, checked in by jbarnold, 19 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.
    