make qweboobcfg an application

This commit is contained in:
Christophe Benz 2010-07-06 15:39:14 +02:00
commit e34b8a6541
13 changed files with 109 additions and 18 deletions

View file

@ -1,13 +0,0 @@
UI_FILES = $(wildcard *.ui)
UI_PY_FILES = $(UI_FILES:%.ui=%_ui.py)
PYUIC = pyuic4
all: $(UI_PY_FILES)
%_ui.py: %.ui
$(PYUIC) -o $@ $^
clean:
rm -f *.pyc
rm -f $(UI_PY_FILES)