view 3rdparty/subrtns/makefile @ 899:6841c75afc62

Modified
author boisy
date Fri, 17 Jan 2003 21:04:02 +0000
parents 9d5be3fe8ebb
children c847e6ee341d
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= cpu hires joystk

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS) $(DEPENDS)
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*       3rd Party Subroutine Modules        *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
 

clean:
	$(RM) $(ALLOBJS)