BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / uucp / aculib / Makefile
CommitLineData
d73635c8 1#
3e1a6af3
KB
2# Copyright (c) 1987 The Regents of the University of California.
3# All rights reserved.
d73635c8 4#
3e1a6af3
KB
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#
1c15e888 17# @(#)Makefile 4.12 (Berkeley) 6/30/90
d73635c8 18#
0a532365 19CFLAGS= -DUSE_OLD_TTY -O
893cea1e
RA
20LIBC= /lib/libc.a
21SRCS= bsdtcp.c df2.c df12.c dk.c dn.c hys.c hysq.c mic.c nov.c pen.c pnet.c \
22 rvmacs.c sy.c unet.c va212.c va811.c va820.c vad.c vent.c vmacs.c \
23 hys24.c cds224.c att2224.c
24OBJS= bsdtcp.o df2.o df12.o dk.o dn.o hys.o hysq.o mic.o nov.o pen.o pnet.o \
25 rvmacs.o sy.o unet.o va212.o va811.o va820.o vad.o vent.o vmacs.o \
26 hys24.o cds224.o att2224.o
27P=
a8e06704 28
893cea1e 29all: aculib.a
a8e06704 30
893cea1e
RA
31aculib.a: $(P) ${OBJS}
32 ar cr aculib.a ${OBJS}
33 -ranlib aculib.a 2>&1 | sed '/no symbol table/d'
a8e06704 34
3e1a6af3 35clean:
893cea1e 36 rm -f ${OBJS} core aculib.a
d73635c8 37
3e1a6af3
KB
38cleandir: clean
39 rm -f ${MAN} tags .depend
40
41depend: ${SRCS}
d73635c8
KB
42 mkdep ${CFLAGS} ${SRCS}
43
3e1a6af3 44lint: ${SRCS}
893cea1e
RA
45 lint ${CFLAGS} ${SRCS}
46
3e1a6af3 47tags: ${SRCS}
d73635c8
KB
48 ctags ${SRCS}
49
893cea1e 50install: