mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
20 lines
243 B
Makefile
20 lines
243 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library
|
|
#
|
|
|
|
[targets]
|
|
dirs=go32v2 linux win32 os2
|
|
exampledirs=test
|
|
|
|
[defaults]
|
|
defaultdir=$(OS_TARGET)
|
|
|
|
[install]
|
|
packagename=api
|
|
examplesubdir=api
|
|
|
|
[sections]
|
|
none=1
|
|
zipsourceinstall=1
|
|
zipexampleinstall=1
|