mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 21:47:23 +01:00
26 lines
221 B
Makefile
26 lines
221 B
Makefile
#
|
|
# Makefile.fpc for proj.4 bindings
|
|
#
|
|
|
|
[package]
|
|
name=proj4
|
|
version=3.1.1
|
|
|
|
[target]
|
|
units=proj
|
|
|
|
[require]
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|