view 3rdparty/packages/makefile @ 24:01a6e267aa38

Added the Basic09 Reference Manual
author roug
date Sat, 06 Apr 2002 13:34:58 +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