Annotation of 43BSDTahoe/etc/routed/tools/Makefile, revision 1.1.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 this notice is preserved and that due credit is given
                      7: # to the University of California at Berkeley. The name of the University
                      8: # may not be used to endorse or promote products derived from this
                      9: # software without specific written prior permission. This software
                     10: # is provided ``as is'' without express or implied warranty.
                     11: #
                     12: #      @(#)Makefile    5.3 (Berkeley) 6/11/88
                     13: #
                     14: CFLAGS=        -O
                     15: SRCS=  query.c trace.c
                     16: 
                     17: all: query trace
                     18: 
                     19: # test programs and utilities
                     20: query:
                     21:        ${CC} ${CFLAGS} -o $@ query.c
                     22: 
                     23: trace:
                     24:        ${CC} ${CFLAGS} -o $@ trace.c
                     25: 
                     26: install: FRC
                     27: 
                     28: clean: FRC
                     29:        rm -f core query trace tags
                     30: 
                     31: depend: FRC
                     32:        mkdep -p ${SRCS}
                     33: 
                     34: tags: FRC
                     35:        ctags ${SRCS}
                     36: 
                     37: FRC:
                     38: 
                     39: # DO NOT DELETE THIS LINE -- mkdep uses it.
                     40: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
                     41: 
                     42: query: query.c /usr/include/sys/param.h /usr/include/sys/types.h
                     43: query: /usr/include/signal.h /usr/include/machine/trap.h
                     44: query: /usr/include/machine/machparam.h /usr/include/machine/endian.h
                     45: query: /usr/include/sys/protosw.h /usr/include/sys/socket.h
                     46: query: /usr/include/sys/time.h /usr/include/time.h /usr/include/netinet/in.h
                     47: query: /usr/include/errno.h /usr/include/stdio.h /usr/include/netdb.h
                     48: query: /usr/include/protocols/routed.h
                     49: trace: trace.c /usr/include/sys/param.h /usr/include/sys/types.h
                     50: trace: /usr/include/signal.h /usr/include/machine/trap.h
                     51: trace: /usr/include/machine/machparam.h /usr/include/machine/endian.h
                     52: trace: /usr/include/sys/protosw.h /usr/include/sys/socket.h
                     53: trace: /usr/include/netinet/in.h /usr/include/errno.h /usr/include/stdio.h
                     54: trace: /usr/include/netdb.h /usr/include/protocols/routed.h
                     55: 
                     56: # 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.