Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# Makefile for intermachine communications package.
#
# Files are:
# mode 6??
# mode 6?? (if ACULOG defined)
# Presently supports:
# BIZCOMP
# DEC DF02-AC, DF03-AC
# VENTEL 212+
# VADIC 831 RS232 adaptor
# VADIC 3451
# HAYES SmartModem
# (drivers are located in aculib.a)
#
# Configuration defines:
# DF02, DF03, DN11 ACU's supported
# BIZ1031, BIZ1022, VENTEL, V831, V3451, HAYES
# ACULOG turn on tip logging of ACU use
# PRISTINE no phone #'s put in ACU log file
# DEFBR default baud rate to make connection at
# DEFFS default frame size for FTP buffering of
# writes on local side
# BUFSIZ buffer sizing from stdio, must be fed
# explicitly to remcap.c if not 1024
#
# sigh, NSE can't handle wildcards
#DRIVERS= aculib/*.c
# install rules
$(ROOTACULOGD)/% : %
$(INS.file)
$(INS.rename)
$(POST_PROCESS)
# special build rules
# acutab is configuration dependent, and so depends on the makefile
# remote.o depends on the makefile because of DEFBR and DEFFS
# log.o depends on the makefile because of ACULOG
$(ACULOG):
lint:
FRC: