view 3rdparty/subrtns/makefile @ 136:94476830df51

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000 (2002-07-07)
parents 6641a883d6b0
children 9d5be3fe8ebb
line wrap: on
line source
include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= hires joystk

ALLOBJS		= $(CMDS)

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

clean:
	$(RM) $(ALLOBJS)