mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-25 22:06:00 +02:00
32 lines
271 B
Makefile
32 lines
271 B
Makefile
#
|
|
# Makefile.fpc for GD Library interface
|
|
#
|
|
|
|
[package]
|
|
name=libgd
|
|
version=3.3.1
|
|
|
|
[require]
|
|
libc=y
|
|
|
|
[target]
|
|
units=gd
|
|
exampledirs=examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
|
|
[shared]
|
|
build=n
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|