mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-17 16:00:35 +01:00
16 lines
152 B
Makefile
16 lines
152 B
Makefile
#
|
|
# Makefile.fpc for dbus units example
|
|
#
|
|
|
|
[target]
|
|
programs=busexample
|
|
|
|
[require]
|
|
packages=dbus
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|