test:
	python2.1 YamlTest.py
	python2.1 TestYpath.py
	python2.1 TestClasses.py
	python YamlTest.py
	python TestYpath.py
	python TestClasses.py
	python TestPluggableDictionary.py

clean:
	rm -f *.pyc
	rm -f yaml/*.pyc
	rm -rf build
	rm -f DEMO*.TXT
	rm -f profileResults

profile:
	python profileYaml.py > profile.out

install:
	python setup.py install

build:
	python setup.py build

