Annotation of researchv9/jerq/sgs/dis/makefile, revision 1.1

1.1     ! root        1: ARCH   = AR32W
        !             2: ARFORMAT= PORTAR
        !             3: FLEX   = -DFLEXNAMES
        !             4: DBO    = FBO
        !             5: CFLAGS = -D$(ARCH) -DM32 -D$(DBO) -D$(ARFORMAT) $(FLEX) -I$(INC) -I.
        !             6: INC    = ../inc
        !             7: LIBLD  = ../libld/libld.a
        !             8: OBJECTS        = dis_main.o dis_utls.o bits.o tables.o dis_extn.o lists.o
        !             9: 
        !            10: dis:   $(OBJECTS) $(LIBLD)
        !            11:        $(CC) -o dis $(OBJECTS) $(LIBLD)
        !            12: 
        !            13: $(OBJECTS):    dis.h $(INC)/filehdr.h $(INC)/ldfcn.h $(INC)/scnhdr.h
        !            14: dis_extn.o:    $(INC)/linenum.h $(INC)/syms.h $(INC)/storclass.h structs.h
        !            15: dis_main.o:    $(INC)/paths.h $(INC)/sgs.h $(INC)/syms.h\
        !            16:                $(INC)/storclass.h $(INC)/linenum.h structs.h
        !            17: dis_utls.o:    $(INC)/syms.h $(INC)/linenum.h $(INC)/storclass.h \
        !            18:                $(INC)/sgs.h structs.h
        !            19: lists.o:       structs.h $(INC)/linenum.h \
        !            20:                $(INC)/syms.h $(INC)/storclass.h $(INC)/paths.h $(INC)/sgs.h
        !            21: bits.o:                $(INC)/sgs.h
        !            22: 
        !            23: install:       dis
        !            24:        cp dis /usr/jerq/bin/m32/dis
        !            25:        strip /usr/jerq/bin/m32/dis
        !            26: clean:
        !            27:        -rm -f $(OBJECTS) dis core

unix.superglobalmegacorp.com

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