Annotation of researchv10no/cmd/cfront/libC/makefile, revision 1.1

1.1     ! root        1: CC = nCC
        !             2: 
        !             3: DIRS = bignum complex generic misc new task
        !             4: 
        !             5: libC.a:
        !             6:        for i in $(DIRS); do (cd $$i; make CC=$(CC)) done
        !             7:        cd iostream; make -f iostream.mk CC=$(CC); cd ..
        !             8:        cd obj; ar x ../iostream/iostream.a; cd ..
        !             9:        rm -f libC.a
        !            10:        cd obj; ar qc ../libC.a *.o
        !            11: 
        !            12: install: libC.a
        !            13:        cp libC.a /usr/lib/nlibC.a
        !            14:        ranlib /usr/lib/nlibC.a
        !            15: 
        !            16: clean:
        !            17:        cd iostream; make clean -f iostream.mk
        !            18:        rm -f */*.[oi] libC.a obj/*

unix.superglobalmegacorp.com

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