mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 19:28:38 +02:00
27 lines
468 B
Makefile
27 lines
468 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal MorphOS units Bindings
|
|
#
|
|
|
|
[package]
|
|
name=morphunits
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units= amigalib agraphics ahi amigados asl clipboard datatypes exec get9 \
|
|
hardware inputevent intuition keymap layers mui muihelper timer \
|
|
tinygl utility iffparse diskfont cybergraphics cgxvideo gadtools \
|
|
akeyboard input
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|