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