#====================================================================
#
# Makefile	EOS three dimensional data files, and archives
#
#====================================================================
#
#====================================================================
#	Paths
#====================================================================
#
DRIVE  = e:

HOME   = $(DRIVE)\jaguar
#
OBJECT = $(HOME)
#
SRC    = $(HOME)
#
COMMON = $(HOME)
#
INC    = $(DRIVE)\incfiles
#
MAC3   = $(INC)\macros3d.inc
#
#====================================================================
#	Default Rules
#====================================================================
.SUFFIXES:	.o .eos

.eos.o:
	mac -fb -u -i$(INC) $*.eos
#	touch vehic.mon
	
#
#====================================================================
#	EXECUTABLES
#====================================================================
#

car2.abs: carfront.o newcar.o carfar.o carmid.o wheel.o f1car3.o f1shadow.o car2.o car3.o
	touch vehic.mon
#	ar68 r vehic.arc carfront.o f1car.o carfar.o carmid.o f1car2.o wheel.o
#	doindex vehic.arc

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

yrcar.o: yrcar.eos $(MAC3)
carfront.o: carfront.eos $(MAC3) position.inc
#f1car.o: f1car.eos $(MAC3)
newcar.o: newcar.eos $(MAC3)
f1car2.o: f1car2.eos $(MAC3) position.inc \
	wheels\wfl1.eos wheels\wfl2.eos wheels\wfl3.eos wheels\wfl4.eos wheels\wfl5.eos \
	wheels\wbl1.eos wheels\wbl2.eos wheels\wbl3.eos wheels\wbl4.eos wheels\wbl5.eos \
	wheels\wfl122.eos wheels\wfl222.eos wheels\wfl322.eos wheels\wfl422.eos wheels\wfl522.eos \
	wheels\wfl145.eos wheels\wfl245.eos wheels\wfl345.eos wheels\wfl445.eos wheels\wfl545.eos \
	wheels\wfl122l.eos wheels\wfl222l.eos wheels\wfl322l.eos wheels\wfl422l.eos wheels\wfl522l.eos \

f1car3.o: f1car3.eos $(MAC3) position.inc \
	wheels\wfl1.eos wheels\wfl2.eos wheels\wfl3.eos wheels\wfl4.eos wheels\wfl5.eos \
	wheels\wbl1.eos wheels\wbl2.eos wheels\wbl3.eos wheels\wbl4.eos wheels\wbl5.eos \
	wheels\wfl122.eos wheels\wfl222.eos wheels\wfl322.eos wheels\wfl422.eos wheels\wfl522.eos \
	wheels\wfl145.eos wheels\wfl245.eos wheels\wfl345.eos wheels\wfl445.eos wheels\wfl545.eos \
	wheels\wfl122l.eos wheels\wfl222l.eos wheels\wfl322l.eos wheels\wfl422l.eos wheels\wfl522l.eos \

carfar.o: carfar.eos $(MAC3)
carmid.o: carmid.eos $(MAC3)
wheel.o: wheel.eos $(MAC3)
f1shadow.o: f1shadow.eos $(MAC3) position.inc

car2.o: car2.eos $(MAC3)
car3.o: car3.eos $(MAC3)

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

