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

1.1     ! root        1: CFLAGS =-O -D$(ARCH) -D$(ARFORMAT) -DUNIX $(FLEX) -I$(INC) -I.
        !             2: ARCH   =AR32W
        !             3: ARFORMAT=PORTAR
        !             4: FLEX   = -DFLEXNAMES
        !             5: INC    = ../inc
        !             6: LIBLD  = ../libld/libld.a
        !             7: OBJECTS = main.o process.o fcns.o
        !             8: #
        !             9: size:  $(OBJECTS) $(LIBLD)
        !            10:        $(CC) -o size $(OBJECTS) $(LIBLD)
        !            11: $(OBJECTS):    $(INC)/filehdr.h $(INC)/ldfcn.h $(INC)/sgs.h defs.h
        !            12: process.o: $(INC)/scnhdr.h process.h
        !            13: fcns.o:        $(INC)/scnhdr.h
        !            14: install:       size
        !            15:        cp size /usr/jerq/bin/3size
        !            16:        strip /usr/jerq/bin/3size
        !            17: clean:
        !            18:        rm -f *.o core size

unix.superglobalmegacorp.com

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