date and time created 86/04/03 16:50:58 by donn
[unix-history] / usr / src / usr.bin / tip / aculib / Makefile
CommitLineData
d0aeaf5a
DF
1#
2# Copyright (c) 1983 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
0ad9fc89 6# @(#)Makefile 5.2 (Berkeley) %G%
c68c12de
MAN
7#
8# make file for tip device drivers
9#
10# Current drivers:
11# BIZCOMP
0ad9fc89 12# USR COURIER (2400 baud)
c68c12de
MAN
13# DEC DF02-AC, DF03-AC
14# DEC DN-11/Able Quadracall
0ad9fc89 15# HAYES and Hayes emulators
c68c12de
MAN
16# VENTEL 212+ (w/o echo)
17# VADIC 831 RS232 adaptor
18# VADIC 3451
19
20CFLAGS= -O -I../
0ad9fc89 21OBJS= biz22.o biz31.o courier.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
c68c12de
MAN
22
23aculib.a: ${OBJS}
24 ar cu aculib.a *.o
25 ranlib aculib.a
26
27${OBJS}: ../tip.h
28
29clean:
30 rm -f aculib.a *.o core errs a.out