source: server/common/oursrc/httpdmods/Makefile.in @ 105

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