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

@.BuggyDDE:   @.Buggy.o C:Stubs.o
        link $(linkflags) @.Buggy.o C:Stubs.o

@.Buggy.o:   @.Buggy.c
        cc $(ccflags) @.Buggy.c


