Annotation of 43BSDTahoe/lib/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1980 Regents of the University of California.
        !             3: # All rights reserved.  The Berkeley software License Agreement
        !             4: # specifies the terms and conditions for redistribution.
        !             5: #
        !             6: #      @(#)Makefile    5.5 (Berkeley) 5/30/87
        !             7: #
        !             8: DESTDIR=
        !             9: CFLAGS=        -O
        !            10: TAGSFILE=tags
        !            11: 
        !            12: # Programs that live in subdirectories, and have makefiles of their own.
        !            13: #
        !            14: SUBDIR=        c2 cpp libc pcc
        !            15: 
        !            16: all:   ${SUBDIR}
        !            17: 
        !            18: ${SUBDIR}: FRC
        !            19:        cd $@; make ${MFLAGS}
        !            20: 
        !            21: FRC:
        !            22: 
        !            23: depend:
        !            24:        for i in ${SUBDIR}; do \
        !            25:                (cd $$i; make ${MFLAGS} depend); \
        !            26:        done
        !            27: 
        !            28: install:
        !            29:        -for i in ${SUBDIR}; do \
        !            30:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
        !            31:        done
        !            32: 
        !            33: tags:
        !            34:        cd libc; make ${MFLAGS} TAGSFILE=../${TAGSFILE} tags
        !            35: 
        !            36: clean:
        !            37:        rm -f a.out core *.s *.o
        !            38:        -for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done

unix.superglobalmegacorp.com

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