mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 12:59:15 +02:00
17 lines
230 B
Makefile
17 lines
230 B
Makefile
#
|
|
# Makefile.fpc for ibase units example
|
|
#
|
|
|
|
[target]
|
|
units=mod_stream teststream.pp testwrite.pp tlibsee.pp
|
|
programs=teststream testwrite tlibsee
|
|
|
|
[require]
|
|
packages=libsee
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|