mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-28 09:02:36 +02:00
25 lines
333 B
Makefile
25 lines
333 B
Makefile
#
|
|
# Makefile.fpc for PasZLib
|
|
#
|
|
|
|
[package]
|
|
name=paszlib
|
|
version=2.2.0
|
|
|
|
[require]
|
|
packages=hash
|
|
|
|
[target]
|
|
units=paszlib adler gzio infblock infcodes inffast inftrees infutil trees zcompres zdeflate zinflate zbase zuncompr zip ziputils unzip
|
|
exampledirs=demo
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
|