mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:39:38 +01:00
25 lines
243 B
Makefile
25 lines
243 B
Makefile
#
|
|
# Makefile.fpc for MD5 checksum.
|
|
#
|
|
|
|
[package]
|
|
name=hash
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=md5 crc ntlm uuid
|
|
units_linux=unixcrypt
|
|
examples=mdtest
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[compiler]
|
|
sourcedir=src
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|