# Project:   BootTypes


# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -ffah -apcs 3/32/fpe2/swst/fp/nofpr 
LIBflags = C:o.stubsg 
Linkflags = -aif -o $@ 
OBJflags = @.o.BootTypes 


# Final targets:
@.^.^.BootTypes: \
        $(OBJflags) $(LIBflags) 
        link $(Linkflags) \
        $(OBJflags) $(LIBflags) 
@.clean: 
        x wipe <Prefix$Dir>.o.* ~cf~v 


# User-editable dependencies:

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


# Dynamic dependencies:
o.BootTypes:	c.BootTypes
o.BootTypes:	C:h.swis
o.BootTypes:	C:h.kernel
