~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Henstridge
  • Date: 2010-02-08 11:30:44 UTC
  • mfrom: (354 trunk)
  • mto: This revision was merged to the branch mainline in revision 355.
  • Revision ID: james@jamesh.id.au-20100208113044-e9les8qvvt7h4flx
merge from trunk, fixing conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        $(PYTHON) setup.py build_ext -i
20
20
 
21
21
check: build
22
 
        # Run the tests once with cextensions and once without them.
23
 
        $(TEST_COMMAND) && STORM_CEXTENSIONS=1 $(TEST_COMMAND)
 
22
        # Run the tests once with C extensions and once without them.
 
23
        $(TEST_COMMAND) && STORM_CEXTENSIONS=0 $(TEST_COMMAND)
24
24
 
25
25
doc:
26
26
        $(PYDOCTOR) --make-html --html-output apidoc --add-package storm
27
27
 
28
28
release:
29
 
        $(PYTHON) setup.py sdist --formats bztar
 
29
        $(PYTHON) setup.py sdist
30
30
 
31
31
clean:
32
32
        rm -rf build