2dd8b29ee0
- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de> -
16 lines
302 B
Makefile
16 lines
302 B
Makefile
# Top level Makefile for module boost
|
|
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 {} \;
|