2 # ____| | ____| PSX2 OpenSource Project
3 # | ___| |____ (C)2002, David Ryan ( Oobles@hotmail.com )
4 # ------------------------------------------------------------------------
6 # Generated automatically from Makefile.in by configure.
7 #.SUFFIXES: .S .c .o .s .elf .irx
10 IOP_OBJS
= net_fsys.o net_fio.o ps2link.o cmdHandler.o nprintf.o excepHandler.o imports.o
12 IOP_INCS
+= -I
$(PS2SDK
)/iop
/include
15 IOP_CFLAGS
+= -Wall
-fno-builtin
17 # Enable zero-copy on fileio writes.
19 IOP_CFLAGS
+= -DZEROCOPY
27 ifeq ($(PWOFFONRESET
),1)
28 IOP_CFLAGS
+= -DPWOFFONRESET
31 # Enable screenshot functionality
32 ifeq ($(SCREENSHOTS
),1)
33 IOP_CFLAGS
+= -DSCREENSHOTS
40 -rm -f
$(IOP_OBJS
) $(IOP_BIN
)
42 include $(PS2SDK
)/Defs.make