include ../make.mk

#removed dbugtxt, since it seems to be PC only
#removed fouls1.o, since it included things that didn't exist
#removed play_tab.c, since it is commented out
#removed shell.o; it's a bonus shell that is probably a dummy for before
  # they got the front-end together
# removed PC-only textcode.o 

OBJS = \
acomment.o \
anim.o \
animctrl.o \
arrows.o \
backanim.o \
backward.o \
ballai.o \
ball.o \
ballgfx.o \
banners.o \
block.o \
boot.o \
camera.o \
cammodes.o \
caption.o \
clock.o \
collide.o \
contest3.o \
controls.o \
crowd.o \
ctrl.o \
defensai.o \
dunk.o \
fall.o \
floor.o \
fouls.o \
free.o \
ft.o \
hotspot.o \
ik.o \
initgame.o \
intercep.o \
intro.o \
leg.o \
lfpmaths.o \
loose.o \
main.o \
menu.o \
min.o \
misc.o \
nba.o \
offensai.o \
overgfx.o \
pass.o \
playgfx.o \
positai.o \
post.o \
postup.o \
rebound.o \
replay.o \
scorebrd.o \
setplay.o \
shoot.o \
shuffle.o \
special.o \
speech.o \
stadium.o \
static_s.o \
stats.o \
std.o \
steal.o \
sub.o \
tipoff.o \
top.o \
track.o \
view.o


all:  fastcode.o objs

objs:  $(OBJS)

fastcode.o: fastcode.s
	$(CC) $(AFLAGS) -c -o fastcode.o $<

#includes: 
#	(cd ../; cpInc.sh)

clean: 
	rm -f *.o


