2011-04-04 12:59:59 +02:00
|
|
|
VERSION := $(shell cat version)
|
2010-05-11 16:51:31 +02:00
|
|
|
|
|
|
|
res:
|
2012-01-22 18:45:41 +01:00
|
|
|
pyrcc4 -o qubesmanager/resources_rc.py resources.qrc
|
|
|
|
pyuic4 -o qubesmanager/ui_mainwindow.py mainwindow.ui
|
2010-05-11 16:51:31 +02:00
|
|
|
pyuic4 -o qubesmanager/ui_newappvmdlg.py newappvmdlg.ui
|
2011-02-21 18:15:35 +01:00
|
|
|
pyuic4 -o qubesmanager/ui_editfwrulesdlg.py editfwrulesdlg.ui
|
|
|
|
pyuic4 -o qubesmanager/ui_newfwruledlg.py newfwruledlg.ui
|
2010-06-18 16:33:26 +02:00
|
|
|
|
2011-11-09 12:49:11 +01:00
|
|
|
clean:
|