mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 20:53:48 +02:00
20 lines
233 B
Makefile
20 lines
233 B
Makefile
#
|
|
# Makefile.fpc for apache2.0 units example
|
|
#
|
|
|
|
[target]
|
|
units=minimain
|
|
programs=mod_example mod_hello mod_spelling testmodule
|
|
|
|
[require]
|
|
packages=httpd20
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|