mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 00:09:24 +01:00
21 lines
271 B
Makefile
21 lines
271 B
Makefile
#
|
|
# Makefile.fpc for FCL FPCUnit test framework.
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=fpcunit testregistry testreport testutils testdecorator
|
|
exampledirs=exampletests
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
targetdir=../$(OS_TARGET)
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|