Annotation of 42BSD/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    4.3     (Berkeley)      8/20/83
                      2: #
                      3: DESTDIR=
                      4: CFLAGS=        -O
                      5: 
                      6: # Programs that live in subdirectories, and have makefiles of their own.
                      7: #
                      8: SUBDIR=        lib usr.lib bin usr.bin etc ucb games local
                      9: 
                     10: all:   ${SUBDIR}
                     11: 
                     12: ${SUBDIR}: FRC
                     13:        cd $@; make ${MFLAGS}
                     14: 
                     15: FRC:
                     16: 
                     17: install:
                     18:        for i in ${SUBDIR}; do \
                     19:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
                     20: 
                     21: clean:
                     22:        rm -f a.out core *.s *.o
                     23:        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.