mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 14:48:51 +02:00
27 lines
235 B
Makefile
27 lines
235 B
Makefile
#
|
|
# Makefile.fpc for httpd 1.3 unit
|
|
#
|
|
|
|
[package]
|
|
name=httpd13
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=httpd
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|