mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 20:27:13 +01:00
28 lines
284 B
Makefile
28 lines
284 B
Makefile
#
|
|
# Makefile.fpc for MD5 checksum.
|
|
#
|
|
|
|
[package]
|
|
name=hash
|
|
version=3.3.1
|
|
|
|
[require]
|
|
packages=rtl-objpas
|
|
|
|
[target]
|
|
units=md5 crc ntlm sha1 uuid
|
|
units_linux=unixcrypt
|
|
exampledirs=examples
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
sourcedir=src
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|