22 lines
319 B
Makefile
22 lines
319 B
Makefile
SUBDIRS = \
|
|
helpers
|
|
|
|
EXTRA_DIST = \
|
|
images \
|
|
conftest.py \
|
|
__init__.py \
|
|
test_arithmetic.py \
|
|
test_colour.py \
|
|
test_conversion.py \
|
|
test_convolution.py \
|
|
test_create.py \
|
|
test_draw.py \
|
|
test_foreign.py \
|
|
test_histogram.py \
|
|
test_iofuncs.py \
|
|
test_morphology.py \
|
|
test_resample.py \
|
|
test_connection.py
|
|
|
|
|