mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 05:18:12 +02:00
28 lines
252 B
Makefile
28 lines
252 B
Makefile
#
|
|
# Makefile.fpc for SysLog Units
|
|
#
|
|
|
|
[package]
|
|
name=syslog
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=systemlog
|
|
exampledirs=examples
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|