CCflags = -c -depend !Depend -IC: -throwback -o $@
Linkflags = -aif -c++ -o $@

@.nestorDDE:   @.nestor.o C:Stubs.o
        link $(linkflags) @.nestor.o C:Stubs.o

@.nestor.o:   @.nestor.c
        cc $(nestor) @.nestor.c


