#====================================================================
#
# Makefile	EOS three dimensional data files, and archives
#
#====================================================================
#
#====================================================================
#	Paths
#====================================================================
#
DRIVE  = e:
#
HOME   = $(DRIVE)\tg
#
OBJECT = $(HOME)
#
SRC    = $(HOME)
#
COMMON = $(HOME)
#
INC    = $(DRIVE)\incfiles
#
MAC3   = $(INC)\macros3d.inc
#
MAC3a   = $(INC)\macros3d.inc clifsize.inc
#
#====================================================================
#	Default Rules
#====================================================================
.SUFFIXES:	.lzj .bin 

.bin.lzj:
	lzjag -c $*.bin

#
#====================================================================
#	EXECUTABLES
#====================================================================
#

car2.abs: song0.lzj ingreen.lzj inarctic.lzj incanyon.lzj indesert.lzj inriver.lzj indeep.lzj \
	ingorge.lzj incoastal.lzj inisland.lzj tcanyon.lzj tgorge.lzj tisland.lzj
	touch scores.mon


#
#====================================================================
#	Dependencies
#====================================================================
#

#====================================================================
#		EOF
#====================================================================

