Annotation of 43BSDTahoe/ucb/pascal/Makefile, revision 1.1.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.4 (Berkeley) 10/27/87
                      7: #
                      8: CFLAGS=        -O
                      9: 
                     10: # Programs that live in subdirectories, and have makefiles of their own.
                     11: #
                     12: SUBDIR=        pi pc0 px pxp pdx utilities
                     13: 
                     14: all:
                     15:        for i in eyacc ${SUBDIR}; do \
                     16:                (cd $$i; make ${MFLAGS}); \
                     17:        done
                     18: 
                     19: ${SUBDIR}: FRC
                     20:        cd $@; make ${MFLAGS}
                     21: 
                     22: tags: FRC
                     23:        for i in eyacc ${SUBDIR}; do \
                     24:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} tags); \
                     25:        done
                     26: 
                     27: install: FRC
                     28:        for i in eyacc ${SUBDIR}; do \
                     29:                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
                     30:        done
                     31: 
                     32: clean: FRC
                     33:        rm -f a.out core *.s *.o
                     34:        for i in eyacc ${SUBDIR}; do \
                     35:                (cd $$i; make ${MFLAGS} clean); \
                     36:        done
                     37: 
                     38: depend:
                     39:        (cd eyacc; make ${MFLAGS} depend)
                     40:        (cd eyacc; make ${MFLAGS} all)
                     41:        for i in ${SUBDIR}; do \
                     42:                (cd $$i; make ${MFLAGS} depend); \
                     43:        done
                     44: 
                     45: FRC:

unix.superglobalmegacorp.com

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