# Common Make definitions for FDDI user-code

# "$Revision: 1.16 $

# user-visible version numbers
RSTR	!=echo $(RELEASE)
#if $(RSTR) == ""
RSTR	=x.y
#endif
SMTVERS	='-DSMTD_VERSTR="$(RSTR)"'
VISVERS	='-DFDDIVIS_VERSTR="$(RSTR)"'

# some of the kernel interfaces are only 32-bits wide
# but the old toolkit has not been converted to n32, so let fddivis have
# its own way
OBJECT_STYLE ?= N32_M3
include ${ROOT}/usr/include/make/commondefs

LIBSMT	=${DEPTH}/lib/libsmt.a
LIBSMT32=${DEPTH}/lib32/libsmt32.a

#
# Implementation Options:
#
#	DEBUG	- enable logging of debug info
#	STASH
#	oldold
#	TOBEDON
#	JCK
#	DEBUGGATES
#
LCINCS= -I${DEPTH}/include
LCDEFS= -DUSEUDS -DDEBUG -DCYPRESS_XGL
