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

@.WaitCmdDDE:   @.WaitCmd.o C:Stubs.o
        link $(linkflags) @.WaitCmd.o C:Stubs.o

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


