mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:14:51 +01:00
28 lines
254 B
Makefile
28 lines
254 B
Makefile
#
|
|
# Makefile.fpc for SysLog Units
|
|
#
|
|
|
|
[package]
|
|
name=syslog
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=systemlog
|
|
examples=testlog
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|