blob: 0c7a7a3188cea7416741e3bb2bbcda21541ac0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
# $Id: Makefile,v 1.14 2002/11/15 03:55:25 helios Exp $
#####################################
# Important:
# Adjust these values as outlined in the INSTALL file.
# Not all are needed at all times.
APACHEINST = /usr/local/Apache
MYSQLLIBS = /usr/lib
MYSQLHDRS = /usr/include/mysql
MODSSLHDRS = /usr/local/src/apache_1.3.27-dso/src/modules/ssl
APACHESOURCE = /usr/local/src/apache_1.3.27-dso
OPNSSLHDRS = /usr/include/openssl
DB1HDRS = /usr/include/db1
#####################################
# Shouldn't have to touch below here.
MLMVERS = 1.17
APXS = $(APACHEINST)/bin/apxs
#APXSGDB = -Wc,-g
APXSOPTS = -Wc,-O2 -Wc,-Wall -Wc,-DEAPI
CC = gcc
INSTALL = /usr/bin/install -m 664
RM = /bin/rm
LYX = /usr/bin/lyx
LATEX = /usr/bin/latex
DVIPS = /usr/bin/dvips
LINKS = /usr/bin/links
L2H = /usr/local/bin/latex2html
ifdef MODSSLHDRS
SSLDEF = -DWANT_SSL_LOGGING
CFLAGS = -fPIC -O2 -Wall -I$(APACHEINST)/include -I$(MYSQLHDRS) -I$(MODSSLHDRS) -I$(OPNSSLHDRS) $(SSLDEF) -I$(DB1HDRS)
else
CFLAGS = -fPIC -O2 -Wall -I$(APACHEINST)/include -I$(MYSQLHDRS)
endif
all:
@echo "You can choose to make mod_log_sql as a static or dynamic module."
@echo "Either 'make dso' or 'make static'."
@echo
@echo "Please first read the documentation carefully!"
dso: mod_log_sql.so
static: mod_log_sql.o
mod_log_sql.so: mod_log_sq Nikos Mavrogiannopoulos
| 2008-10-16 |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
string.
|
| |
|
| |
|
|
|