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

@.LinedUpDDE:   @.LinedUp.o C:Stubs.o
        link $(linkflags) @.LinedUp.o C:Stubs.o

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


