Annotation of researchv9/netb/src/makefile, revision 1.1

1.1     ! root        1: CFLAGS=-g -I/usr/include/sys
        !             2: OBJ=file.o input.o main.o output.o perm.o work.o
        !             3: SRC=share.h file.c input.c main.c output.c perm.c work.c setup.c
        !             4: zarf:  $(OBJ)
        !             5:        $(CC) $(CFLAGS) $(OBJ) -o zarf
        !             6: all:   setup zarf backup unmount
        !             7: setup: setup.o
        !             8:        $(CC) $(CFLAGS) setup.o -lipc -o setup
        !             9: $(OBJ):        share.h
        !            10: unmount:       unmount.o funmount.o
        !            11:        $(CC) $(CFLAGS) unmount.o funmount.o -o unmount
        !            12: list:  $(SRC) /usr/sys/sys/netb.c /usr/sys/h/netb.h
        !            13:        prcan $? && touch list
        !            14: backup:        cray shamash purdy
        !            15: cray:  $(SRC) makefile
        !            16:        push 3k $? share && touch cray
        !            17: shamash:       $(SRC) makefile
        !            18:        /usr/ipc/bin/rcp $? shamash:share && touch shamash
        !            19: purdy: $(SRC) makefile
        !            20:        /usr/ipc/bin/rcp $? purdy:share && touch purdy

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.