# Project:   DCDIRes


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


# Final targets:
@.^.^.SelectRes: \
        $(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:
o.Territory:	c.Territory
o.Territory:	StdC:h.kernel
o.Territory:	StdC:h.swis
