Annotation of 43BSDTahoe/etc/etc.vax/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1987 Regents of the University of California.
        !             3: # All rights reserved.
        !             4: #
        !             5: # Redistribution and use in source and binary forms are permitted
        !             6: # provided that the above copyright notice and this paragraph are
        !             7: # duplicated in all such forms and that any documentation,
        !             8: # advertising materials, and other materials related to such
        !             9: # distribution and use acknowledge that the software was developed
        !            10: # by the University of California, Berkeley.  The name of the
        !            11: # University may not be used to endorse or promote products derived
        !            12: # from this software without specific prior written permission.
        !            13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
        !            14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
        !            15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            16: #
        !            17: #      @(#)Makefile    5.3 (Berkeley) 7/9/88
        !            18: #
        !            19: CFLAGS=        -O
        !            20: LIBC=  /lib/libc.a
        !            21: SRCS=  arff.c bad144.c flcopy.c rxformat.c
        !            22: ALL=   arff bad144 flcopy rxformat
        !            23: 
        !            24: all: ${ALL}
        !            25: 
        !            26: ${ALL}: ${LIBC}
        !            27:        ${CC} ${CFLAGS} -o $@ [email protected]
        !            28: 
        !            29: clean: FRC
        !            30:        rm -f ${ALL} core
        !            31: 
        !            32: depend: FRC
        !            33:        mkdep -p ${CFLAGS} ${SRCS}
        !            34: 
        !            35: install: FRC
        !            36:        install -s -o bin -g bin -m 755 arff ${DESTDIR}/etc/arff
        !            37:        install -s -o bin -g bin -m 755 bad144 ${DESTDIR}/etc/bad144
        !            38:        install -s -o bin -g bin -m 755 flcopy ${DESTDIR}/etc/flcopy
        !            39:        install -s -o bin -g bin -m 755 rxformat ${DESTDIR}/etc/rxformat
        !            40: 
        !            41: lint:
        !            42: tags:
        !            43: FRC:
        !            44: 
        !            45: # DO NOT DELETE THIS LINE -- mkdep uses it.
        !            46: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
        !            47: 
        !            48: arff: arff.c /usr/include/sys/types.h /usr/include/sys/stat.h
        !            49: arff: /usr/include/sys/time.h /usr/include/time.h /usr/include/signal.h
        !            50: arff: /usr/include/machine/trap.h /usr/include/stdio.h /usr/include/sys/file.h
        !            51: bad144: bad144.c /usr/include/sys/param.h /usr/include/sys/types.h
        !            52: bad144: /usr/include/signal.h /usr/include/machine/trap.h
        !            53: bad144: /usr/include/machine/machparam.h /usr/include/sys/dkbad.h
        !            54: bad144: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
        !            55: bad144: /usr/include/sys/ttydev.h /usr/include/sys/fs.h /usr/include/sys/file.h
        !            56: bad144: /usr/include/stdio.h /usr/include/sys/disklabel.h
        !            57: flcopy: flcopy.c /usr/include/sys/file.h
        !            58: rxformat: rxformat.c /usr/include/stdio.h /usr/include/sys/file.h
        !            59: rxformat: /usr/include/errno.h
        !            60: 
        !            61: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

unix.superglobalmegacorp.com

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