mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-08 14:32:30 +02:00
21 lines
299 B
Makefile
21 lines
299 B
Makefile
#
|
|
# Makefile.fpc for PasZLib
|
|
#
|
|
|
|
[package]
|
|
name=paszlib
|
|
version=2.0.0
|
|
|
|
[require]
|
|
packages=hash
|
|
|
|
[target]
|
|
units=paszlib adler gzio infblock infcodes inffast inftrees infutil trees zcompres zdeflate zinflate zbase zuncompr
|
|
examples=example minigzip
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|