mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-13 13:11:28 +01:00
25 lines
378 B
Makefile
25 lines
378 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Amiga units Bindings
|
|
#
|
|
|
|
[package]
|
|
name=amunits
|
|
version=2.0.0
|
|
|
|
[target]
|
|
units=amigautils consoleio deadkeys doublebuffer easyasl hisoft \
|
|
linklist longarray msgbox pastoc pcq systemvartags \
|
|
tagsarray timerutils vartags wbargs
|
|
|
|
|
|
[compiler]
|
|
sourcedir=.
|
|
includedir=../inc
|
|
unitdir=../units
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../../
|