#******************************************************************************
#*
#* COPYRIGHT: Unless otherwise noted, all files are Copyright (c) 1992, 1993
#* Commodore-Amiga, Inc.  All rights reserved.
#*
#* DISCLAIMER: This software is provided "as is".  No representations or
#* warranties are made with respect to the accuracy, reliability, performance,
#* currentness, or operation of this software, and all use is at your own risk.
#* Neither commodore nor the authors assume any responsibility or liability
#* whatsoever with respect to your use of this software.
#*
#******************************************************************************

OBJECTS		  = RomTag.o classbase.o dispatch.o fastconvert.o

LIBS		  = LIB:sc.lib


##############################################################################
# Build the load file...
#
voc.datatype:	$(OBJECTS) $(LIBS)

		SLink FROM $(OBJECTS) TO /classes/Datatypes/voc.datatype LIB $(LIBS) SC SD NOICONS
                Copy /classes/Datatypes/voc.datatype SYS:Classes/DataTypes/
		Avail >NIL: Flush


##############################################################################
# Default rules...
#
.c.o:
	SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c


##############################################################################
# All dependencies...
#
classinit.o:	RomTag.asm classbase.i
classbase.o:	classbase.c classbase.h
dispatch.o:	dispatch.c
fastconvert.o:  fastconvert.asm
		asm -m2 fastconvert.asm