summaryrefslogtreecommitdiff
path: root/packages/libgbafpc/Makefile.fpc.fpcmake
blob: 75da077b2c96c4e3944692b2f08b3c1803c2b7bd (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
36
37
#
#   Makefile.fpc for gba units
#

[package]
name=libgbafpc
version=3.3.1

[target]
loaders=core_asm
units=gba maxmod
exampledirs=examples


[compiler]
options=
includedir=src src/maxmod
sourcedir=src tests

[prerules]
BINUTILSPREFIX=arm-none-eabi-

[install]
fpcpackage=y

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

[require]
nortl=y

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