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

@.dirlistDDE:   @.dirlist.o C:Stubs.o
        link $(linkflags) @.dirlist.o C:Stubs.o

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


