~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jamu Kakar
  • Date: 2009-11-24 19:10:43 UTC
  • mfrom: (327.2.4 default-c-extensions)
  • Revision ID: jkakar@kakar.ca-20091124191043-z45n74ff1ebnh4w3
Merged default-c-extensions [r=jamesh,therve] [f=410592]

Storm's C extensions are enabled by default.  They can be disabled
by defining the STORM_CEXTENSIONS environment variable to '0'.

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