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

@.agesDDE:   @.ages.o C:Stubs.o
        link $(linkflags) @.ages.o C:Stubs.o

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


