File: Makefile.AP2

package info (click to toggle)
libapache-mod-fastcgi 2.4.7~0910052141-1
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 576 kB
  • sloc: ansic: 6,366; sh: 334; makefile: 30
file content (25 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
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
#
#  Makefile for Apache2
#

builddir     = .

top_dir      = /usr/local/apache2

top_srcdir   = ${top_dir}
top_builddir = ${top_dir}

include ${top_builddir}/build/special.mk

APXS      = apxs
APACHECTL = apachectl

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

all: local-shared-build

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