view 3rdparty/subrtns/makefile @ 1130:1e136c413e58

Removed CHMODs from Makefiles
author boisy
date Mon, 14 Apr 2003 13:36:13 +0000
parents c847e6ee341d
children 900ceed1880a
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)