1 # _____ ___ ____ ___ ____
2 # ____| | ____| | | |____|
3 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4 #-----------------------------------------------------------------------
5 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6 # Licenced under Academic Free License version 2.0
7 # Review ps2sdk README & LICENSE files for further details.
9 # $Id: Makefile 597 2004-09-21 16:15:05Z pixel $
14 IOP_INCS
+= -I
$(PS2SDK
)/common
/include
15 IOP_CFLAGS
+= -Wall
-fno-builtin-printf
#-DTEST_TRAP
18 IOP_OBJS
= ioptrap.o handler.o breakpoint.o imports.o exports.o
24 rm -f
$(IOP_BIN
) $(IOP_OBJS
)
29 ps2client
-t
1 execiop host
:$(IOP_BIN
)
32 include $(PS2SDK
)/Defs.make