date and time created 86/04/03 16:50:58 by donn
[unix-history] / usr / src / usr.bin / tip / aculib / Makefile
... / ...
CommitLineData
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#
6# @(#)Makefile 5.2 (Berkeley) %G%
7#
8# make file for tip device drivers
9#
10# Current drivers:
11# BIZCOMP
12# USR COURIER (2400 baud)
13# DEC DF02-AC, DF03-AC
14# DEC DN-11/Able Quadracall
15# HAYES and Hayes emulators
16# VENTEL 212+ (w/o echo)
17# VADIC 831 RS232 adaptor
18# VADIC 3451
19
20CFLAGS= -O -I../
21OBJS= biz22.o biz31.o courier.o df.o dn11.o hayes.o ventel.o v831.o v3451.o
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