3 pyfiles
= $(wildcard *.py
)
4 # pyfiles = $(filter-out test_connector.py test_deformer.py,$(wildcard *.py))
5 epsfiles
= $(patsubst %.py
, %.eps
, $(pyfiles
))
12 -rm -f
*.eps eps
/*.eps
*.pdf
*.svg
17 export PYTHONPATH
=$(CURDIR
)/..
/..
; cd
$(dir $^
) ; $(PYTHON
) -W default
$(notdir $^
)