Annotation of 43BSDTahoe/usr.lib/libplot/hp2648/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1987 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.2     (Berkeley)      6/19/87
                      7: #
                      8: CFLAGS=        -O
                      9: LIBC=  /lib/libc.a
                     10: SRCS=  arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
                     11:        line.c linemod.c move.c open.c point.c space.c subr.c
                     12: OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
                     13:        line.o linemod.o move.o open.o point.o space.o subr.o
                     14: 
                     15: all: ../libplot2648
                     16: 
                     17: ../libplot2648: ${OBJS}
                     18:        ar cu $@ ${OBJS}
                     19: 
                     20: clean: FRC
                     21:        rm -f ${OBJS} core
                     22: 
                     23: depend: FRC
                     24:        mkdep ${CFLAGS} ${SRCS}
                     25: 
                     26: lint: FRC
                     27:        lint ${CFLAGS} ${SRCS}
                     28: 
                     29: tags: FRC
                     30:        ctags ${SRCS}
                     31: 
                     32: install:
                     33: FRC:
                     34: 
                     35: # DO NOT DELETE THIS LINE -- mkdep uses it.
                     36: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
                     37: 
                     38: arc.o: arc.c hp2648.h /usr/include/stdio.h
                     39: box.o: box.c
                     40: circle.o: circle.c hp2648.h /usr/include/stdio.h
                     41: close.o: close.c hp2648.h /usr/include/stdio.h
                     42: cont.o: cont.c hp2648.h /usr/include/stdio.h
                     43: dot.o: dot.c
                     44: erase.o: erase.c hp2648.h /usr/include/stdio.h
                     45: label.o: label.c hp2648.h /usr/include/stdio.h
                     46: line.o: line.c hp2648.h /usr/include/stdio.h
                     47: linemod.o: linemod.c hp2648.h /usr/include/stdio.h
                     48: move.o: move.c hp2648.h /usr/include/stdio.h
                     49: open.o: open.c /usr/include/sgtty.h /usr/include/sys/ioctl.h
                     50: open.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h hp2648.h
                     51: open.o: /usr/include/stdio.h
                     52: point.o: point.c hp2648.h /usr/include/stdio.h
                     53: space.o: space.c hp2648.h /usr/include/stdio.h
                     54: subr.o: subr.c /usr/include/sgtty.h /usr/include/sys/ioctl.h
                     55: subr.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h hp2648.h
                     56: subr.o: /usr/include/stdio.h
                     57: 
                     58: # 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.