# _____     ___ ____     ___ ____
#  ____|   |    ____|   |        | |____|
# |     ___|   |____ ___|    ____| |    \    PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.
#
# $Id: Makefile 577 2004-09-14 14:41:46Z pixel $

IOP_BIN  = atad_p2m_init.irx
IOP_OBJS = atad_p2m_init.o imports.o exports.o
IOP_LIBS = -L$(PS2SDK)/iop/lib -lkernel
IOP_INCS += -I$(PS2SDK)/iop/include -I../include
IOP_CFLAGS += -Wall -fno-builtin
IOP_LDFLAGS += -s

all: $(IOP_BIN)

clean:
	-rm -f *.o *.irx atad_p2m_init.irx

include $(PS2SDK)/Defs.make
include Rules.make
