Annotation of 43BSD/contrib/mh/miscellany/patch/Makefile, revision 1.1.1.1

1.1       root        1: ################################################################
                      2: #   Instructions to Make, for compilation of UIP processes
                      3: ################################################################
                      4: 
                      5: OPTIONS        =       -DUCI -DBSD42
                      6: BINDIR =       /usr/uci
                      7: 
                      8: CC      =      cc
                      9: CFLAGS  =      -O   $(OPTIONS)
                     10: LDFLAGS =      
                     11: LIBES   =
                     12: 
                     13: 
                     14: ################################################################
                     15: # Here it is...
                     16: ################################################################
                     17: 
                     18: all:           patch
                     19: inst-all:      inst-patch
                     20: 
                     21: 
                     22: ################################################################
                     23: # patch
                     24: ################################################################
                     25: 
                     26: inst-patch:    $(BINDIR)/patch
                     27: 
                     28: $(BINDIR)/patch:       xpatch
                     29:                -cp $@ zxpatch
                     30:                cp xpatch $@
                     31:                -@ls -l $@
                     32:                -@echo ""
                     33: 
                     34: patch:         xpatch
                     35: 
                     36: xpatch:                patch.o $(LIBES) 
                     37:                $(CC) $(LDFLAGS) -o $@ patch.o $(LIBES) 
                     38: 
                     39: 
                     40: ################################################################
                     41: # clean
                     42: ################################################################
                     43: 
                     44: clean:;                rm -f *.o x* z* _*

unix.superglobalmegacorp.com

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