|
|
1.1 ! root 1: L=libnetb.a ! 2: CFLAGS=-O ! 3: MAIN=disp.o funcs.o tag.o setupmain.o log.o panic.o\ ! 4: gread.o fsmkidmap.o setupmap.o perm.o ! 5: STUBS=\ ! 6: stubcreate.o stubdelete.o stubdirread.o \ ! 7: stubdone.o stublink.o stubmkdir.o stubread.o \ ! 8: stubrmdir.o stubstat.o stubupdate.o \ ! 9: stubwalk.o stubwrite.o ! 10: #CALLER=reswhocalled.o callsource.o ! 11: CALLER=reswhocalled.o callsource.o ! 12: ! 13: FILES=$(MAIN) $(STUBS) $(CALLER) ! 14: ! 15: all: $L ! 16: ! 17: $L: $(FILES) ! 18: ar ru $L $(FILES) ! 19: ranlib $L ! 20: ! 21: clean: ! 22: rm -f *.o ! 23: ! 24: install: $L ! 25: cp rf.h /usr/include ! 26: cp $L /usr/lib ! 27: ranlib /usr/lib/$L ! 28: ! 29: $(FILES): rf.h ! 30: funcs.o main.o tag.o: tag.h ! 31: perm.o setupmap.o: perm.h ! 32: disp.o funcs.o: netb.h nberrno.h ! 33: ! 34: setup: ! 35: cc -O -o setup setup.c -lipc ! 36: runfs: ! 37: cc -O -o runfs runfs.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.