summaryrefslogtreecommitdiff
blob: 5e24e51f716f558c970fb1e88aaaed398da2aa86 (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
#
#  Makefile for Apache2
#

builddir     = .

top_dir      = /usr/local/apache2

top_srcdir   = /usr/lib/apache2
top_builddir = /usr/lib/apache2

include ${top_builddir}/build/special.mk

APXS      = apxs2
APACHECTL = apache2ctl
INCLUDES  = -I/usr/include/apache2

#DEFS=-Dmy_define=my_value
#INCLUDES=-Imy/include/dir
#LIBS=-Lmy/lib/dir -lmylib

all: local-shared-build

install: install-modules

clean:
	-rm -f *.o *.lo *.slo *.la