File: Makefile

package info (click to toggle)
libapache2-mod-auth-pgsql 2.0.2b1-5sarge0
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 102
  • sloc: ansic: 869; makefile: 46; sh: 7
file content (12 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
APACHE2_HOME=/usr
PGSQL_LIB=/usr/lib
PGSQL_INCLUDE=/usr/include/postgresql

shared:
	${APACHE2_HOME}/bin/apxs2 -a -c -I ${PGSQL_INCLUDE} -L ${PGSQL_LIB} -lpq mod_auth_pgsql.c

indent:
	indent -kr -ts4 mod_auth_pgsql.c

clean:
	rm -rf .libs/ *.la *.o *.lo *.slo *~