blob: 7af163d4cd4a5f775ce830d512380c5197c8017c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#
# Makefile.fpc for Free Pascal Amiga units Bindings
#
[package]
name=amunits
version=3.0.0
[target]
units= amsgbox amigautils wbargs vartags pastoc tagsarray systemvartags deadkeys \
deadkeys consoleio pcq longarray 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:
|