smesh/src/Tools/Verima/Gui/makefile

19 lines
274 B
Makefile
Raw Normal View History

PYUIC = pyuic4
.PHONY : all
.SUFFIXES : .ui .py
PY_FILES = desFenetreChoix.py myMain.py nomBase.py
%.py:%.ui
${PYUIC} -x -o $@ $<
all : $(PY_FILES)
clean :
-rm -rf $(PY_FILES) *.pyc
cleandb:
-rm -rf ../myMesh.db
veryclean :
-rm -rf $(PY_FILES) *.pyc ../myMesh.db