Annotation of coherent/d/etc/build/Makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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