#this is just top module makefile for qt4 GO4QT4HEADS := GO4QT4DEP := include qt4/Go4GUI/Module.mk include qt4/Go4UserGUI/Makefile include qt4/WebUserGUI/Makefile include qt4/Go4plugin/Module.mk DISTRFILES += qt4/Module.mk DISTRFILES += qt4/CMakeLists.txt DISTRFILES += $(wildcard qt4/*/CMakeLists.txt) DISTRFILES += qt4/Go4QtRoot/CHANGELOG.txt DISTRFILES += $(wildcard qt4/Go4QtRoot/*.h) DISTRFILES += $(wildcard qt4/Go4QtRoot/*.cpp) DISTRFILES += $(wildcard qt4/Go4FitGUI/*.h) DISTRFILES += $(wildcard qt4/Go4FitGUI/*.ui) DISTRFILES += $(wildcard qt4/Go4FitGUI/*.cpp) ifdef GO4_QT GO4QTHEADS += $(GO4QT4HEADS) LIBDEPENDENC += $(GO4QT4DEP) .PHONY: qt4-GUI qt4-heads clean-qt4-GUI clean-qt4usergui clean-qt5webusergui all-qt4plugin gui:: libs qt4-GUI qt4-heads ifdef GO4_DESIGNER gui:: all-qt4plugin endif plugin:: all-qt4plugin endif clean-qt4:: clean-qt4-GUI clean-qt4usergui clean-qt5webusergui @$(RM) build/Makefile.gener clean:: clean-qt4 clean-bin:: clean-qt4-GUI-bin