Annotation of coherent/d/lib/Makefile, revision 1.1.1.1

1.1       root        1: # Makefile to build the stuff in /lib
                      2: 
                      3: DESTDIR=/interim/lib/
                      4: 
                      5: all:   yyparse.c libc.a libm.a crts0.o mcrts0.o
                      6:        >done
                      7: 
                      8: yyparse.c:
                      9:        co $(DESTDIR)$@
                     10:        su root chmog 444 bin bin $(DESTDIR)$@
                     11: 
                     12: libc.a:
                     13:        cd LIBCobjects; make SRCPATH=/newbits/lib/libc
                     14:        su root mv LIBCobjects/libc.a $(DESTDIR)
                     15:        su root chmog 444 bin bin $(DESTDIR)$@
                     16:        cd LIBCobjects ; rm C* S* G*
                     17: 
                     18: libm.a:
                     19:        su root rm $(DESTDIR)$@
                     20:        cd libm ; make
                     21: 
                     22: crts0.o:
                     23:        cd LIBCobjects
                     24:        cc -c /newbits/lib/libc/csu/crts0.s
                     25:        cp -d crts0.o $(DESTDIR)
                     26:        su root chmog 444 bin bin $(DESTDIR)crts0.o
                     27: 
                     28: mcrts0.o:
                     29:        cd LIBCobjects
                     30:        cc -c /newbits/lib/libc/csu/mcrts0.s
                     31:        cp -d mcrts0.o $(DESTDIR)
                     32:        su root chmog 444 bin bin $(DESTDIR)mcrts0.o

unix.superglobalmegacorp.com

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