summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/httpd24/Makefile.fpc
blob: a4566f84cca4e1c0c808d6dd301fecaccf548923 (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.fpc for httpd 2.2 unit
#

[package]
name=httpd24 
version=2.6.4

[target]
units=apr24 httpd24 
exampledirs=examples

[require]
libc=y

[install]
fpcpackage=y

[default]
fpcdir=../..

[compiler]
includedir=src src/apr src/aprutil
sourcedir=src tests src/apr src/aprutil

[rules]
.NOTPARALLEL:
httpd24($PPUEXT):	src/apr/apr24.pas