mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 17:57:09 +01:00
20 lines
255 B
Makefile
20 lines
255 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library
|
|
#
|
|
|
|
[targets]
|
|
dirs=go32v2 linux win32 os2
|
|
exampledirs=tests shedit/gtk
|
|
|
|
[install]
|
|
examplesubdir=fcl
|
|
packagename=fcl
|
|
|
|
[sections]
|
|
none=1
|
|
zipsourceinstall=1
|
|
zipexampleinstall=1
|
|
|
|
[defaults]
|
|
defaultdir=$(OS_TARGET)
|