#
# PGEN
# Copyright (C) 2002 James Ponder, Nick Van Veen
#
# Subdir Makefile (static-data)
#
# NOTE: Datafiles must be converted into .s files with bin2s first!
#

include ../Makefile.include

OBJECTS	=	ocra-fnt.o zerohour-fnt.o pgenbg.o pgen-folder.o sonicon.o \
		amigamodIrx.o cdvdIrx.o fileXioIrx.o ps2hddIrx.o iomanXIrx.o ps2fsIrx.o poweroffIrx.o \
		ps2atadIrx.o ps2dev9Irx.o sjpcmIrx.o musicZip.o freesd.o

all: $(OBJECTS)
	cp -f $(OBJECTS) ../build/

clean:
	$(RM) *.o *.map *.lst core *.dis *.elf
