Annotation of researchv9/jtools/src/sam/make10, revision 1.1.1.1

1.1       root        1: BIN=/usr/lbin
                      2: SRC=/usr/src/cmd/sam
                      3: LIB=/usr/dak/v9compat/libv9_10.a
                      4: 
                      5: CFILES=sam.c address.c alloc.c buffer.c cmd.c disc.c error.c file.c gcalloc.c \
                      6:        io.c list.c mesg.c misc.c moveto.c multi.c rasp.c regexp.c string.c \
                      7:        sys.c xec.c unix.c
                      8: FILES=sam.o address.o alloc.o buffer.o cmd.o disc.o error.o file.o gcalloc.o \
                      9:        io.o list.o mesg.o misc.o moveto.o multi.o rasp.o regexp.o string.o \
                     10:        sys.o xec.o unix.o
                     11: HFILES=sam.h errors.h parse.h mesg.h
                     12: CFLAGS=-g -DSUN -DDIST -mc68010
                     13: 
                     14: all:   sam
                     15: 
                     16: sam:   $(FILES) malloc.o sun.o
                     17:        rm -f sam
                     18:        cc $(CFLAGS) -o sam $(FILES) malloc.o sun.o $(LIB)
                     19: 
                     20: sun.o: sam.h errors.h mesg.h
                     21: 
                     22: $(FILES) $(OFILES):    sam.h errors.h mesg.h
                     23: address.o cmd.o parse.o xec.o unix.o:  parse.h
                     24: 
                     25: install: sam term/samterm
                     26:        cp sam $(BIN)
                     27:        cp term/samterm $(BIN)
                     28:        -cp xterm/xsamterm $(BIN)
                     29:        cp sam.1t /usr/man/man1/sam.1
                     30:        cp Sam.d /usr/lib/defaults
                     31: 
                     32: clean:
                     33:        rm -f *.o core *.out

unix.superglobalmegacorp.com

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