6 SETUP
=$(PYTHON
) setup.py
11 @echo
"$(NAME) – A polyhedral library based on ISL"
13 @echo
"Makefile usage:"
14 @echo
" make build build the extension modules"
15 @echo
" make test run the test suite"
16 @echo
" make clean remove the generated files"
20 $(SETUP
) build_ext
--inplace
24 $(PYTHON
) -m unittest
-v
28 $(RM
) build
dist MANIFEST venv
29 $(RM
) $(NAME
).egg-info
$(NAME
)/_isl.
*.so
$(NAME
)/__pycache__
30 $(RM
) tests
/__pycache__