mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 17:28:11 +02:00
26 lines
412 B
Makefile
26 lines
412 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal AROS units Bindings
|
|
#
|
|
|
|
[package]
|
|
name=arosunits
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units= agraphics amigados exec hardware inputevent intuition keymap layers \
|
|
longarray tagsarray timer utility diskfont iffparse clipboard \
|
|
workbench icon gadtools asl mui
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|