further reorganization

This commit is contained in:
2015-01-08 13:18:45 +01:00
parent 21a93d6d09
commit 53234a2af8
16 changed files with 367 additions and 78 deletions

View File

@ -3,10 +3,10 @@ MAKEFLAGS+="-j 4"
###### EDIT #####################
#Directory with ui and resource files
RESOURCE_DIR = gui
RESOURCE_DIR = ui
#Directory for compiled resources
COMPILED_DIR = gui
COMPILED_DIR = ui
#UI files to compile
UI_FILES = *.ui
@ -30,7 +30,7 @@ ui : $(COMPILED_UI)
$(COMPILED_DIR)/%.py : $(RESOURCE_DIR)/%.ui
pyuic4 $< -o $@
$(COMPILED_DIR)/%_rc.py : $(RESOURCE_DIR)/icons/%.qrc
$(COMPILED_DIR)/$(RESOURCE_DIR)/%_rc.py : $(RESOURCE_DIR)/icons/%.qrc
pyrcc4 $< -o $@
clean :