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

@.ForAllDDE:   @.ForAll.o C:Stubs.o
        link $(linkflags) @.ForAll.o C:Stubs.o

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


