mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 05:18:12 +02:00
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
#
|
|
# Makefile.fpc for Free Pascal Amiga units Bindings
|
|
#
|
|
|
|
[package]
|
|
name=amunits
|
|
version=3.3.1
|
|
|
|
[target]
|
|
units= amigautils wbargs vartags pastoc tagsarray deadkeys \
|
|
deadkeys consoleio linklist hisoft exec timerutils easyasl \
|
|
doublebuffer intuition agraphics amigalib nonvolatile iffparse hardware \
|
|
expansion diskfont conunit amigados configvars keyboard bootblock icon \
|
|
cd realtime rexx translator scsidisk lowlevel configregs prefs parallel \
|
|
gadtools prtgfx romboot_base trackdisk expansionbase amigaguide \
|
|
amigaprinter bullet clipboard keymap utility timer workbench colorwheel \
|
|
prtbase console locale tapedeck serial gameport gradientslider input \
|
|
audio datatypes asl commodities hardblocks layers inputevent identify \
|
|
gtlayout tritonmacros render mui picasso96api guigfx preferences \
|
|
xadmaster cybergraphics ptreplay reqtools amarquee ttengine triton zlib \
|
|
mysticview ahi lucyplay ahi_sub
|
|
|
|
[compiler]
|
|
includedir=src
|
|
sourcedir=src src/otherlibs src/utilunits src/coreunits tests
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|