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

@.dirarrayDDE:   @.dirarray.o C:Stubs.o
        link $(linkflags) @.dirarray.o C:Stubs.o

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


