summaryrefslogtreecommitdiff
path: root/packages/extra/gbaunits/Makefile.fpc
blob: ee88f0b5855b9502a66b1df4b3b59169997698ff (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
35
#
#   Makefile.fpc for gba units
#

[package]
name=gbaunits
version=0.1.4

[target]
loaders=bios_asm core_asm
units=gba_bg gba_blend gba_core gba_dma gba_irq gba_sio gba_mosaic gba_regs \
gba_sprites gba_timer gba_types gba_video gba_window gba_bios gba_input gba_fade
examples=

[compiler]
options=-CX

[install]
fpcpackage=y
#prefix=d:/fpc4gba

[default]
cpu=arm
target=gba
fpcdir=../../..

[require]
nortl=y

[rules]
.NOTPARALLEL:
core_asm$(OEXT):core_asm.as
        $(AS) -o $(UNITTARGETDIRPREFIX)core_asm$(OEXT) core_asm.as
bios_asm$(OEXT):bios_asm.as
        $(AS) -o $(UNITTARGETDIRPREFIX)bios_asm$(OEXT) bios_asm.as