mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 07:54:58 +01:00
26 lines
437 B
Makefile
26 lines
437 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal MorphOS units Bindings
|
|
#
|
|
|
|
[package]
|
|
name=morphunits
|
|
version=3.1.1
|
|
|
|
[target]
|
|
units= aboxlib agraphics ahi amigados asl clipboard datatypes exec get9 \
|
|
hardware inputevent intuition keymap kvm layers mui muihelper timer \
|
|
tinygl utility iffparse diskfont cybergraphics cgxvideo
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|