mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 00:21:34 +02:00

serially with .NOTPARALLEL: -> currently parallel: rtl/darwin, packages/base, packages/base/httpd, packages/extra/univint, fcl, utils git-svn-id: trunk@6223 -
32 lines
329 B
Makefile
32 lines
329 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 2.x.y Bindings
|
|
#
|
|
|
|
[package]
|
|
name=gtk2
|
|
version=2.0.0
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[target]
|
|
units=buildim
|
|
exampledirs=
|
|
implicitunits=magick_wand imagemagick
|
|
|
|
[compiler]
|
|
unitdir=magick wand
|
|
|
|
[install]
|
|
buildunit=buildgtk2
|
|
fpcpackage=y
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|