mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-24 17:18:26 +02:00
32 lines
315 B
Makefile
32 lines
315 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal ImLib 1.x Packages
|
|
#
|
|
|
|
[package]
|
|
name=imlib
|
|
version=2.5.1
|
|
|
|
[target]
|
|
units=gdk_imlib imlib
|
|
|
|
[require]
|
|
libc=y
|
|
packages=gtk1 x11
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
fpcsubdir=packages
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|