view 3rdparty/packages/makefile @ 137:a6eb496dbc1e

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents 6641a883d6b0
children 369698ee11f4
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile


all:	
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*           3rd Software Packages           *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
	cd rof; make
 
clean:
	-cd rof; make clean