Annotation of coherent/b/etc/Build_401/Makefile, revision 1.1.1.1

1.1       root        1: # build/Makefile 07/15/92
                      2: 
                      3: # Objects.
                      4: DESTDIR=/bin386/etc/
                      5: DESTDIR2=
                      6: O=\
                      7:        build.o \
                      8:        build0.o \
                      9:        coh_intro.o \
                     10:        cohpatch.o \
                     11:        fdisk.o \
                     12:        hdparms.o \
                     13:        install.o \
                     14:        kbdinstall.o \
                     15:        mkdev.o \
                     16:        mkserial.o \
                     17:        numtab.o \
                     18:        serialno.o
                     19: 
                     20: # Executables.
                     21: E=\
                     22:        build \
                     23:        coh_intro \
                     24:        cohpatch \
                     25:        fdisk \
                     26:        hdparms \
                     27:        install \
                     28:        kbdinstall \
                     29:        mkdev \
                     30:        mkserial
                     31: 
                     32: # Primary target.
                     33: all:   $E
                     34:        : all done
                     35: 
                     36: # Executables.
                     37: build:         build.o numtab.o serialno.o build0.o
                     38:        $(CC) $(LFLAGS) -o $(DESTDIR)build $< -f
                     39:        strip $(DESTDIR)build
                     40: coh_intro:     coh_intro.o build0.o
                     41:        $(CC) $(LFLAGS) -o $(DESTDIR)coh_intro $<
                     42: cohpatch:      cohpatch.o build0.o
                     43:        $(CC) $(LFLAGS) -o $(DESTDIR)coh_intro $<
                     44: #dpb:          dpb.s
                     45: #      as -xo $(DESTDIR2)$@ $<
                     46: #      strip $(DESTDIR2)$@
                     47: fdisk:         fdisk.o
                     48:        $(CC) $(LFLAGS) -o $(DESTDIR)fdisk $< -f
                     49: install:       install.o build0.o
                     50:        $(CC) $(LFLAGS) -o $(DESTDIR)install $<
                     51: hdparms:       hdparms.o build0.o
                     52:        $(CC) $(LFLAGS) -o $(DESTDIR)hdparms $<
                     53: kbdinstall:    kbdinstall.o build0.o
                     54:        $(CC) $(LFLAGS) -o $(DESTDIR)kbdinstall $< -lcurses
                     55:        strip $(DESTDIR)kbdinstall
                     56: mkdev: mkdev.o build0.o
                     57:        $(CC) $(LFLAGS) -o $(DESTDIR)mkdev $<
                     58: mkserial:      mkserial.o numtab.o
                     59:        $(CC) $(LFLAGS) -o mkserial $<
                     60: 
                     61: # Unlinked objects.
                     62: build.o:       build.c build0.h serialno.h
                     63: build0.o:      build0.c build0.h
                     64: coh_intro.o:   coh_intro.c build0.h
                     65: cohpatch.o:    cohpatch.c build0.h
                     66: fdisk.o:       fdisk.c fdisk0.h
                     67: hdparms.o:     hdparms.c build0.h
                     68: install.o:     install.c build0.h
                     69: kbdinstall.o:  kbdinstall.c
                     70: mkserial.o:    mkserial.c serialno.h
                     71: numtab.o:      numtab.c serialno.h
                     72: serialno.o:    serialno.c build0.h serialno.h
                     73: 
                     74: # Etc.
                     75: strip: $E
                     76:        strip $E
                     77: clean:
                     78:        rm $O

unix.superglobalmegacorp.com

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