#
# Copyright (C) 1991 Texas Instruments Incorporated.
#
# Permission is granted to any individual or institution to use, copy, modify,
# and distribute this software, provided that this complete copyright and
# permission notice is maintained, intact, in all copies and supporting
# documentation.
#
# Texas Instruments Incorporated provides this software "as is" without
# express or implied warranty.
#

#
# Use these definitions for Saber C++
#
#CCDRIVER = /usr/local/Saber/bin/CC
#CCINCDIR = /usr/local/Saber/c++_1.0.2-r1.0/sun4-40/include
#SLIBDIR  = /usr/local/Saber/c++_1.0.2-r1.0/sun4-40/lib
#LIBRARYS = -L$(LIBDIR) -L$(SLIBDIR) -l$(TLIBNAME) -l$(LIBNAME) -l$(MLIBNAME)

AR       = ar
ARFLAGS  = r
BACKUPS  = *.bak *~ #* core
CCDRIVER = CC21
CCFLAGS  = -c -O -v +w
CD       = cd
COPY     = cp -p
ECHO     = echo
ERROR    = 2>&1
LIBPRE   = lib
LIBSUF   = .a
LN       = ln -s
MACHINE  = sparc
MAKE     = make
MLIBNAME = m
RANLIB   = ranlib
RM       = rm -f
SEARCH   = grep -i
TARGET   =
TLIBNAME = MISC
TOP      = /epoch/misc/ssb/lice

BINDIR   = $(TOP)/bin
CC       = cppC=$(BINDIR)/cpp ; export cppC ; $(CCDRIVER)
CCINCDIR = /usr/include/CC21
CINCDIR  = /usr/include
INCDIR   = $(TOP)/include
INCLUDES = -I$(INCDIR) -I$(CCINCDIR) -I$(CINCDIR)
LIBDIR   = $(TOP)/lib/$(MACHINE)
LIBRARYS = -L$(LIBDIR) -l$(TLIBNAME) -l$(LIBNAME) -l$(MLIBNAME)
DEFINES  = -Dvolatile= -DERROR_CHECKING -D$(MACHINE)  # -DDOS -DM_XENIX
MKDEPEND = $(BINDIR)/mkdepend
