# Project:   lmap


# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.lmap:   @.o.lmap @.o.Stubs @.o.swiv 
        link $(linkflags) @.o.lmap @.o.Stubs @.o.swiv 


# User-editable dependencies:

# Static dependencies:
@.o.lmap:   @.c.lmap
        cc $(ccflags) -o @.o.lmap @.c.lmap 


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