|
|
1.1 ! root 1: MAKEFILE = Makefile ! 2: ! 3: SRCS = libhash.a \ ! 4: libpdb.a \ ! 5: libslist.a \ ! 6: libspms.a \ ! 7: libtree.a \ ! 8: llib-lhash.ln \ ! 9: llib-lpdb.ln \ ! 10: llib-lslist.ln \ ! 11: llib-lspms.ln \ ! 12: llib-ltree.ln ! 13: ! 14: SUFFIX = .a:s .ln:s ! 15: ! 16: all:; ! 17: ! 18: clean:; @rm -f $(SRCS) ! 19: ! 20: co:; ! 21: ! 22: depend:; ! 23: ! 24: index:; ! 25: ! 26: install:; ! 27: ! 28: lint:; ! 29: ! 30: print:; ! 31: ! 32: program:; ! 33: ! 34: tags:; ! 35: ! 36: update:; ! 37: ###
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.