dslinux/user/oggplay Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Thu Aug 31 11:32:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/oggplay
In directory antilope:/tmp/cvs-serv14346/user/oggplay

Added Files:
	Makefile 
Log Message:
Add some more applications

--- NEW FILE: Makefile ---

.EXPORT_ALL_VARIABLES:

DIRS = Tremor

all romfs:
	for i in $(DIRS) ; do make -C $$i $@ || exit $?; done

clean:
	for i in $(DIRS) ; do make -C $$i clean ; done





More information about the dslinux-commit mailing list