repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding i18n strings
[open-ps2-loader.git]
/
modules
/
network
/
SMSMAP
/
Makefile
blob
d19a24158f8409027ff5fbb429f70c95a610b796
1
IOP_BIN
=
SMSMAP.irx
2
IOP_OBJS
=
main.o smap_opt.o smap.o imports.o
3
IOP_LIBS
=
4
5
IOP_INCS
+=
6
IOP_CFLAGS
+= -
Wall
-
fno-builtin
-
DFORCE_100M_FD
7
IOP_ASFLAGS
+=
8
IOP_LDFLAGS
+= -
s
9
10
11
all
: $(
IOP_BIN
)
12
13
clean
:
14
rm
-
f
$(
IOP_BIN
) $(
IOP_OBJS
)
15
16
rebuild
:
clean all
17
18
run
:
19
ps2client
-
t
1
execiop host
:$(
IOP_BIN
)
20
21
22
include
$(
PS2SDK
)/
Defs.make
23
include
Rules.make