Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / debug / ps2link / Makefile
blobe45c0d2d5ed036b845ab088faae1f6355d4e037d
1 # _____ ___ ____
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
9 IOP_BIN = ps2link.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
13 IOP_LIBS +=
14 IOP_LDFLAGS += -s
15 IOP_CFLAGS += -Wall -fno-builtin
17 # Enable zero-copy on fileio writes.
18 ifeq ($(ZEROCOPY),1)
19 IOP_CFLAGS += -DZEROCOPY
20 endif
22 # Enable debug mode
23 ifeq ($(DEBUG),1)
24 IOP_CFLAGS += -DDEBUG
25 endif
27 ifeq ($(PWOFFONRESET),1)
28 IOP_CFLAGS += -DPWOFFONRESET
29 endif
31 # Enable screenshot functionality
32 ifeq ($(SCREENSHOTS),1)
33 IOP_CFLAGS += -DSCREENSHOTS
34 endif
37 all: $(IOP_BIN)
39 clean:
40 -rm -f $(IOP_OBJS) $(IOP_BIN)
42 include $(PS2SDK)/Defs.make
43 include Rules.make