Annotation of 43BSD/contrib/news/Makefile, revision 1.1

1.1     ! root        1: #      %W%     (Berkeley)      %G%
        !             2: #
        !             3: DESTDIR=
        !             4: CFLAGS=        -O
        !             5: 
        !             6: # Programs that live in subdirectories, and have makefiles of their own.
        !             7: #
        !             8: SUBDIR=        src man
        !             9: 
        !            10: all:   src/Makefile ${SUBDIR}
        !            11: 
        !            12: ${SUBDIR}: FRC
        !            13:        cd $@; make ${MFLAGS}
        !            14: 
        !            15: src/Makefile:
        !            16:        @echo assuming src/localize.sh is correct...
        !            17:        cd src; make -f Makefile.dst Makefile
        !            18: 
        !            19: install:
        !            20:        -for i in ${SUBDIR}; do \
        !            21:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
        !            22: 
        !            23: clean:
        !            24:        -for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
        !            25: 
        !            26: FRC:

unix.superglobalmegacorp.com

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