Annotation of coherent/d/bin/dump/Makefile, revision 1.1.1.1

1.1       root        1: # /usr/src/cmd/dump/Makefile 2/20/91
                      2: 
                      3: CFLAGS = -O
                      4: #DESTDIR= /interim/bin/
                      5: DESTDIR= /bin386/bin/
                      6: 
                      7: EXE=\
                      8:        dump\
                      9:        dumpdate\
                     10:        dumpdir\
                     11:        restor
                     12: 
                     13: OBJ=\
                     14:        dump.o\
                     15:        dump.o\
                     16:        dump.o\
                     17:        dump.o\
                     18:        dump.o
                     19: 
                     20: # Primary target.
                     21: all:   $(EXE)
                     22:        : all done
                     23: 
                     24: # Executables.
                     25: dump:  dump.o discbuf.o
                     26:        $(CC) $(CFLAGS) -o $(DESTDIR)$@ $<
                     27:        su root chown bin $(DESTDIR)$@
                     28:        su root chgrp bin $(DESTDIR)$@
                     29:        su root chmod 511 $(DESTDIR)$@
                     30: 
                     31: dumpdate: dumpdate.o
                     32:        $(CC) $(CFLAGS) -o $(DESTDIR)$@ $<
                     33:        su root chown bin $(DESTDIR)$@
                     34:        su root chgrp bin $(DESTDIR)$@
                     35:        su root chmod 511 $(DESTDIR)$@
                     36: 
                     37: dumpdir: dumpdir.o
                     38:        $(CC) $(CFLAGS) -o $(DESTDIR)$@ $<
                     39:        su root chown bin $(DESTDIR)$@
                     40:        su root chgrp bin $(DESTDIR)$@
                     41:        su root chmod 511 $(DESTDIR)$@
                     42: 
                     43: restor:        restor.o discbuf.o
                     44:        $(CC) $(CFLAGS) -o $(DESTDIR)$@ $<
                     45:        su root chown bin $(DESTDIR)$@
                     46:        su root chgrp bin $(DESTDIR)$@
                     47:        su root chmod 511 $(DESTDIR)$@
                     48: 
                     49: # Secondary targets.
                     50: discbuf.o:     discbuf.h discbuf.c
                     51: dumpdate.o:    dumptape.h dumpdate.c
                     52: dumpdir.o:     dumptape.h dumpdir.c
                     53: dump.o:                dumptape.h discbuf.h dump.c
                     54: restor.o:      dumptape.h discbuf.h restor.c
                     55: 
                     56: # Etc.
                     57: clean:
                     58:        rm $(OBJ)
                     59: 
                     60: # end of /usr/src/cmd/dump/Makefile

unix.superglobalmegacorp.com

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