rpms/OpenSceneGraph Makefile,NONE,1.1

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Aug 28 04:38:19 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/OpenSceneGraph
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5883

Added Files:
	Makefile 
Log Message:
Manual commit, due to cvs-import having failed.


--- NEW FILE Makefile ---
# Top level Makefile for module OpenSceneGraph
all : CVS/Root common-update
	@cvs update

common-update : common
	@cd common && cvs update

common : CVS/Root
	@cvs checkout common

CVS/Root :
	@echo "ERROR: This does not look like a CVS checkout" && exit 1

clean :
	@find . -type f -name *~ -exec rm -fv {} \;




More information about the scm-commits mailing list