mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 04:48:22 +01:00
24 lines
250 B
Makefile
24 lines
250 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Amiga-like Extra Units
|
|
#
|
|
|
|
[package]
|
|
name=ami-extra
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units=amsgbox cliputils pcq
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|