mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +02:00
26 lines
221 B
Makefile
26 lines
221 B
Makefile
#
|
|
# Makefile.fpc for proj.4 bindings
|
|
#
|
|
|
|
[package]
|
|
name=proj4
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=proj
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|