Annotation of coherent/f/tmp/install/Makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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