mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:39:38 +01:00
24 lines
224 B
Makefile
24 lines
224 B
Makefile
#
|
|
# Makefile.fpc for pcap bindings
|
|
#
|
|
|
|
[package]
|
|
name=aspell
|
|
version=1.0.0
|
|
|
|
[target]
|
|
units=aspell scheck
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|