Annotation of researchv9/jerq/sgs/ar/makefile, revision 1.1.1.1

1.1       root        1: COMI   = ../inc
                      2: FLEX   = -DFLEXNAMES
                      3: ARFORMAT= PORTAR
                      4: LIBLD  = ../libld/libld.a
                      5: HFILES = $(COMI)/ar.h $(COMI)/filehdr.h $(COMI)/syms.h 
                      6: CFLAGS =  -O $(FLEX) -D$(ARFORMAT) -I$(COMI)
                      7: 
                      8: ar:    ar.c $(HFILES) $(LIBLD)
                      9:        $(CC) $(CFLAGS) ar.c -o ar $(LIBLD)
                     10: 
                     11: install:       ar
                     12:        cp ar /usr/jerq/bin/3ar
                     13:        strip /usr/jerq/bin/3ar
                     14: 
                     15: clean:
                     16:        -rm -f ar core

unix.superglobalmegacorp.com

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