Annotation of coherent/d/bin/load/Makefile, revision 1.1

1.1     ! root        1: # ld/Makefile 5/14/91
        !             2: # i8086 loader Makefile.
        !             3: 
        !             4: # Set BREADBOX to maximum size for in-memory load (e.g. 16384).
        !             5: BREADBOX=16384
        !             6: 
        !             7: CFLAGS=-O -DBREADBOX=$(BREADBOX)
        !             8: LFLAGS=-i -s
        !             9: 
        !            10: DESTDIR=/interim/bin/
        !            11: 
        !            12: OBJ=   main.o\
        !            13:        data.o\
        !            14:        message.o\
        !            15:        pass1.o\
        !            16:        pass2.o
        !            17: 
        !            18: # Primary target.
        !            19: ld:    $(OBJ)
        !            20:        $(CC) $(LFLAGS) -o $(DESTDIR)$@ $<
        !            21:        su root chmog 511 bin bin $(DESTDIR)$@
        !            22: 
        !            23: # Unlinked objects.
        !            24: main.o:                main.c data.h
        !            25: data.o:                data.c  data.h
        !            26: message.o:     message.c data.h
        !            27: pass1.o:       pass1.c data.h
        !            28: pass2.o:       pass2.c data.h
        !            29: 
        !            30: # Etc.
        !            31: clean:
        !            32:        rm *.o
        !            33: 
        !            34: # end of ld/Makefile

unix.superglobalmegacorp.com

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