mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-29 05:11:02 +01:00
24 lines
238 B
Makefile
24 lines
238 B
Makefile
#
|
|
# Makefile.fpc for pcap bindings
|
|
#
|
|
|
|
[package]
|
|
name=aspell
|
|
version=3.1.1
|
|
|
|
[target]
|
|
units=aspell aspelldyn spellcheck
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src tests
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|