|
|
1.1 ! root 1: # libl/Makefile 10/17/90 ! 2: # Does not include header file dependencies. ! 3: ! 4: OBJECTS=\ ! 5: auto.o \ ! 6: back.o \ ! 7: ctab.o \ ! 8: ctxt.o \ ! 9: error.o \ ! 10: less.o \ ! 11: look.o \ ! 12: ltab.o \ ! 13: main.o \ ! 14: more.o \ ! 15: next.o \ ! 16: rjct.o \ ! 17: wrap.o ! 18: ! 19: # Primary target. ! 20: libl.a: $(OBJECTS) ! 21: ar rcvs libl.a $(OBJECTS) ! 22: ! 23: clean: libl.a $(OBJECTS) ! 24: rm libl.a $(OBJECTS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.