fpc/packages/base/imagemagick/Makefile.fpc
Jonas Maebe 9adb91a68d + support for make -jX by marking all Makefiles that need to be executed
serially with .NOTPARALLEL:
   -> currently parallel: rtl/darwin, packages/base, packages/base/httpd,
      packages/extra/univint, fcl, utils

git-svn-id: trunk@6223 -
2007-01-27 11:05:18 +00:00

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: