# Project:   PowerBars


# Toolflags:
#CCflags = -c -depend !Depend -IC: -throwback -ffah 
#LIBflags = C:o.stubs 
CCflags = -c -depend !Depend -IC: -throwback -ffah -apcs 3/32/fpe2/swst/fp/nofpr -memaccess -L22-S22-L41 
LIBflags = C:o.stubsg 
Linkflags = -aif -o $@ 
OBJflags = \
        @.o.DCDswi @.o.Exception @.o.Main @.o.Sprites @.o.Task \


# Final targets:
@.PowerBars: \
        $(OBJflags) $(LIBflags) 
        link $(Linkflags) \
        $(OBJflags) $(LIBflags) 
@.clean: 
        x wipe o.* ~cf~v 


# User-editable dependencies:


# Static dependencies:
.SUFFIXES: .o .c
.c.o:; cc $(CCflags) -o $@ $<


# Dynamic dependencies:
