Annotation of coherent/b/lib/libc/crt/Makefile, revision 1.1.1.1

1.1       root        1: # /usr/src/libc/crt/Makefile 1/13/93
                      2: 
                      3: OBJ=\
                      4:        _prof.o
                      5: 
                      6: # Primary target.
                      7: all:   CRT crt$(MCH)
                      8:        : libc/crt done.
                      9: 
                     10: # Primary NDP target.
                     11: ndp:   CRT crti387
                     12:        : libc/crt done.
                     13: 
                     14: # Pseduotargets.
                     15: CRT:   $(OBJ)
                     16:        $(AR) rkus libc.a $?
                     17:        touch $@
                     18: crt$(MCH):
                     19:        SRCPATH=$(SRCPATH)/$(MCH) make -e
                     20: crti387:
                     21:        SRCPATH=$(SRCPATH)/$(MCH) make -e CRTI386NDP
                     22:        SRCPATH=$(SRCPATH)/i387 make -e
                     23: 
                     24: # Secondary targets.
                     25: _prof.o:       _prof.c
                     26: 
                     27: # end of /usr/src/libc/crt/Makefile

unix.superglobalmegacorp.com

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