#############################################################################
# Makefile for building: bin/communi
# Generated by qmake (2.01a) (Qt 4.7.0) on: Thu Oct 28 13:43:35 2010
# Project:  communi.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile communi.pro
#############################################################################

####### Compiler, tools and options

CC            = @echo compiling $< && gcc
CXX           = @echo compiling $< && g++
DEFINES       = -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DVERSION=\"0.2.0\" -DDATADIR=\"/usr/local/share\" -DPKGDATADIR=\"\" -DIRC_SHARED -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -pipe -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-maemo5 -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtScript -I/usr/include/QtDBus -I/usr/include -I/usr/include/ircclient-qt -I. -Isrc -Isrc -Isrc/command -Isrc/util -Isrc/wizard -I.tmp -I.tmp
LINK          = @echo linking $@ && g++
LFLAGS        = -Wl,-rpath-link,/usr/lib -Wl,-O1 -Wl,--hash-style=gnu
LIBS          = $(SUBLIBS)  -L/usr/lib -lircclient-qt -L/usr/lib -lQtScript -lQtGui -L/usr/X11R6/lib -lQtNetwork -lQtDBus -lQtXml -lQtCore -lpthread 
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = strip
INSTALL_FILE  = install -m 644 -p
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = .tmp/

####### Files

SOURCES       = src/application.cpp \
		src/completer.cpp \
		src/connection.cpp \
		src/main.cpp \
		src/maintabwidget.cpp \
		src/mainwindow.cpp \
		src/menu.cpp \
		src/messageview.cpp \
		src/nickhighlighter.cpp \
		src/session.cpp \
		src/sessiontabwidget.cpp \
		src/settings.cpp \
		src/shortcutmanager.cpp \
		src/welcomepage.cpp \
		src/command/command.cpp \
		src/command/commandengine.cpp \
		src/command/commandxmlreader.cpp \
		src/command/commandxmlwriter.cpp \
		src/util/editframe.cpp \
		src/util/findframe.cpp \
		src/util/historylineedit.cpp \
		src/util/sharedtimer.cpp \
		src/util/stringlistmodel.cpp \
		src/util/tabwidget.cpp \
		src/util/textbrowser.cpp \
		src/util/trayicon.cpp \
		src/wizard/aliaseswizardpage.cpp \
		src/wizard/colorswizardpage.cpp \
		src/wizard/connectionwizard.cpp \
		src/wizard/connectionwizardpage.cpp \
		src/wizard/generalwizardpage.cpp \
		src/wizard/shortcutswizardpage.cpp \
		src/wizard/messageswizardpage.cpp \
		src/wizard/serverwizardpage.cpp \
		src/wizard/settingswizard.cpp \
		src/wizard/treewidget.cpp \
		src/wizard/userwizardpage.cpp .tmp/moc_application.cpp \
		.tmp/moc_completer.cpp \
		.tmp/moc_maintabwidget.cpp \
		.tmp/moc_mainwindow.cpp \
		.tmp/moc_menu.cpp \
		.tmp/moc_messageview.cpp \
		.tmp/moc_nickhighlighter.cpp \
		.tmp/moc_session.cpp \
		.tmp/moc_sessiontabwidget.cpp \
		.tmp/moc_shortcutmanager.cpp \
		.tmp/moc_welcomepage.cpp \
		.tmp/moc_commandengine.cpp \
		.tmp/moc_editframe.cpp \
		.tmp/moc_findframe.cpp \
		.tmp/moc_historylineedit.cpp \
		.tmp/moc_sharedtimer.cpp \
		.tmp/moc_stringlistmodel.cpp \
		.tmp/moc_tabwidget.cpp \
		.tmp/moc_textbrowser.cpp \
		.tmp/moc_trayicon.cpp \
		.tmp/moc_aliaseswizardpage.cpp \
		.tmp/moc_colorswizardpage.cpp \
		.tmp/moc_connectionwizard.cpp \
		.tmp/moc_connectionwizardpage.cpp \
		.tmp/moc_generalwizardpage.cpp \
		.tmp/moc_shortcutswizardpage.cpp \
		.tmp/moc_messageswizardpage.cpp \
		.tmp/moc_serverwizardpage.cpp \
		.tmp/moc_settingswizard.cpp \
		.tmp/moc_treewidget.cpp \
		.tmp/moc_userwizardpage.cpp \
		.tmp/qrc_communi.cpp
OBJECTS       = .tmp/application.o \
		.tmp/completer.o \
		.tmp/connection.o \
		.tmp/main.o \
		.tmp/maintabwidget.o \
		.tmp/mainwindow.o \
		.tmp/menu.o \
		.tmp/messageview.o \
		.tmp/nickhighlighter.o \
		.tmp/session.o \
		.tmp/sessiontabwidget.o \
		.tmp/settings.o \
		.tmp/shortcutmanager.o \
		.tmp/welcomepage.o \
		.tmp/command.o \
		.tmp/commandengine.o \
		.tmp/commandxmlreader.o \
		.tmp/commandxmlwriter.o \
		.tmp/editframe.o \
		.tmp/findframe.o \
		.tmp/historylineedit.o \
		.tmp/sharedtimer.o \
		.tmp/stringlistmodel.o \
		.tmp/tabwidget.o \
		.tmp/textbrowser.o \
		.tmp/trayicon.o \
		.tmp/aliaseswizardpage.o \
		.tmp/colorswizardpage.o \
		.tmp/connectionwizard.o \
		.tmp/connectionwizardpage.o \
		.tmp/generalwizardpage.o \
		.tmp/shortcutswizardpage.o \
		.tmp/messageswizardpage.o \
		.tmp/serverwizardpage.o \
		.tmp/settingswizard.o \
		.tmp/treewidget.o \
		.tmp/userwizardpage.o \
		.tmp/moc_application.o \
		.tmp/moc_completer.o \
		.tmp/moc_maintabwidget.o \
		.tmp/moc_mainwindow.o \
		.tmp/moc_menu.o \
		.tmp/moc_messageview.o \
		.tmp/moc_nickhighlighter.o \
		.tmp/moc_session.o \
		.tmp/moc_sessiontabwidget.o \
		.tmp/moc_shortcutmanager.o \
		.tmp/moc_welcomepage.o \
		.tmp/moc_commandengine.o \
		.tmp/moc_editframe.o \
		.tmp/moc_findframe.o \
		.tmp/moc_historylineedit.o \
		.tmp/moc_sharedtimer.o \
		.tmp/moc_stringlistmodel.o \
		.tmp/moc_tabwidget.o \
		.tmp/moc_textbrowser.o \
		.tmp/moc_trayicon.o \
		.tmp/moc_aliaseswizardpage.o \
		.tmp/moc_colorswizardpage.o \
		.tmp/moc_connectionwizard.o \
		.tmp/moc_connectionwizardpage.o \
		.tmp/moc_generalwizardpage.o \
		.tmp/moc_shortcutswizardpage.o \
		.tmp/moc_messageswizardpage.o \
		.tmp/moc_serverwizardpage.o \
		.tmp/moc_settingswizard.o \
		.tmp/moc_treewidget.o \
		.tmp/moc_userwizardpage.o \
		.tmp/qrc_communi.o
DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		src/command/command.pri \
		src/util/util.pri \
		src/wizard/wizard.pri \
		src/src.pri \
		translations/translations.pri \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
		/usr/share/qt4/mkspecs/features/libircclient-qt-config.prf \
		/usr/share/qt4/mkspecs/features/libircclient-qt.prf \
		/usr/share/qt4/mkspecs/features/silent.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/dbusinterfaces.prf \
		/usr/share/qt4/mkspecs/features/dbusadaptors.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		communi.pro
QMAKE_TARGET  = communi
DESTDIR       = bin/
TARGET        = bin/communi

first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile $(TARGET)

$(TARGET): .tmp/ui_messageview.h .tmp/ui_editframe.h .tmp/ui_findframe.h .tmp/ui_aliaseswizardpage.h .tmp/ui_colorswizardpage.h .tmp/ui_connectionwizardpage.h .tmp/ui_generalwizardpage.h .tmp/ui_shortcutswizardpage.h .tmp/ui_messageswizardpage.h .tmp/ui_serverwizardpage.h .tmp/ui_userwizardpage.h $(OBJECTS)  
	@$(CHK_DIR_EXISTS) bin/ || $(MKDIR) bin/ 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: communi.pro  /usr/share/qt4/mkspecs/linux-g++-maemo5/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		src/command/command.pri \
		src/util/util.pri \
		src/wizard/wizard.pri \
		src/src.pri \
		translations/translations.pri \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/link_pkgconfig.prf \
		/usr/share/qt4/mkspecs/features/libircclient-qt-config.prf \
		/usr/share/qt4/mkspecs/features/libircclient-qt.prf \
		/usr/share/qt4/mkspecs/features/silent.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/dbusinterfaces.prf \
		/usr/share/qt4/mkspecs/features/dbusadaptors.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/lib/libQtDBus.prl \
		/usr/lib/libQtXml.prl \
		/usr/lib/libQtCore.prl \
		/usr/lib/libQtScript.prl \
		/usr/lib/libQtGui.prl \
		/usr/lib/libQtNetwork.prl
	$(QMAKE) -o Makefile communi.pro
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
src/command/command.pri:
src/util/util.pri:
src/wizard/wizard.pri:
src/src.pri:
translations/translations.pri:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/link_pkgconfig.prf:
/usr/share/qt4/mkspecs/features/libircclient-qt-config.prf:
/usr/share/qt4/mkspecs/features/libircclient-qt.prf:
/usr/share/qt4/mkspecs/features/silent.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/dbusinterfaces.prf:
/usr/share/qt4/mkspecs/features/dbusadaptors.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/lib/libQtDBus.prl:
/usr/lib/libQtXml.prl:
/usr/lib/libQtCore.prl:
/usr/lib/libQtScript.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtNetwork.prl:
qmake:  FORCE
	@$(QMAKE) -o Makefile communi.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/communi1.0.0 || $(MKDIR) .tmp/communi1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/communi1.0.0/ && $(COPY_FILE) --parents src/application.h src/completer.h src/connection.h src/maintabwidget.h src/mainwindow.h src/menu.h src/messageview.h src/nickhighlighter.h src/session.h src/sessiontabwidget.h src/settings.h src/shortcutmanager.h src/welcomepage.h src/command/command.h src/command/commandengine.h src/command/commandxmlreader.h src/command/commandxmlwriter.h src/util/editframe.h src/util/findframe.h src/util/historylineedit.h src/util/sharedtimer.h src/util/streamer.h src/util/stringlistmodel.h src/util/tabwidget.h src/util/textbrowser.h src/util/trayicon.h src/wizard/aliaseswizardpage.h src/wizard/colorswizardpage.h src/wizard/connectionwizard.h src/wizard/connectionwizardpage.h src/wizard/generalwizardpage.h src/wizard/shortcutswizardpage.h src/wizard/messageswizardpage.h src/wizard/serverwizardpage.h src/wizard/settingswizard.h src/wizard/treewidget.h src/wizard/userwizardpage.h .tmp/communi1.0.0/ && $(COPY_FILE) --parents communi.qrc .tmp/communi1.0.0/ && $(COPY_FILE) --parents src/application.cpp src/completer.cpp src/connection.cpp src/main.cpp src/maintabwidget.cpp src/mainwindow.cpp src/menu.cpp src/messageview.cpp src/nickhighlighter.cpp src/session.cpp src/sessiontabwidget.cpp src/settings.cpp src/shortcutmanager.cpp src/welcomepage.cpp src/command/command.cpp src/command/commandengine.cpp src/command/commandxmlreader.cpp src/command/commandxmlwriter.cpp src/util/editframe.cpp src/util/findframe.cpp src/util/historylineedit.cpp src/util/sharedtimer.cpp src/util/stringlistmodel.cpp src/util/tabwidget.cpp src/util/textbrowser.cpp src/util/trayicon.cpp src/wizard/aliaseswizardpage.cpp src/wizard/colorswizardpage.cpp src/wizard/connectionwizard.cpp src/wizard/connectionwizardpage.cpp src/wizard/generalwizardpage.cpp src/wizard/shortcutswizardpage.cpp src/wizard/messageswizardpage.cpp src/wizard/serverwizardpage.cpp src/wizard/settingswizard.cpp src/wizard/treewidget.cpp src/wizard/userwizardpage.cpp .tmp/communi1.0.0/ && $(COPY_FILE) --parents src/messageview.ui src/util/editframe.ui src/util/findframe.ui src/wizard/aliaseswizardpage.ui src/wizard/colorswizardpage.ui src/wizard/connectionwizardpage.ui src/wizard/generalwizardpage.ui src/wizard/shortcutswizardpage.ui src/wizard/messageswizardpage.ui src/wizard/serverwizardpage.ui src/wizard/userwizardpage.ui .tmp/communi1.0.0/ && $(COPY_FILE) --parents translations/communi_en.ts .tmp/communi1.0.0/ && (cd `dirname .tmp/communi1.0.0` && $(TAR) communi1.0.0.tar communi1.0.0 && $(COMPRESS) communi1.0.0.tar) && $(MOVE) `dirname .tmp/communi1.0.0`/communi1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/communi1.0.0


clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) src/*~ src/command/*~ src/util/*~ src/wizard/*~
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


check: first

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all: .tmp/moc_application.cpp .tmp/moc_completer.cpp .tmp/moc_maintabwidget.cpp .tmp/moc_mainwindow.cpp .tmp/moc_menu.cpp .tmp/moc_messageview.cpp .tmp/moc_nickhighlighter.cpp .tmp/moc_session.cpp .tmp/moc_sessiontabwidget.cpp .tmp/moc_shortcutmanager.cpp .tmp/moc_welcomepage.cpp .tmp/moc_commandengine.cpp .tmp/moc_editframe.cpp .tmp/moc_findframe.cpp .tmp/moc_historylineedit.cpp .tmp/moc_sharedtimer.cpp .tmp/moc_stringlistmodel.cpp .tmp/moc_tabwidget.cpp .tmp/moc_textbrowser.cpp .tmp/moc_trayicon.cpp .tmp/moc_aliaseswizardpage.cpp .tmp/moc_colorswizardpage.cpp .tmp/moc_connectionwizard.cpp .tmp/moc_connectionwizardpage.cpp .tmp/moc_generalwizardpage.cpp .tmp/moc_shortcutswizardpage.cpp .tmp/moc_messageswizardpage.cpp .tmp/moc_serverwizardpage.cpp .tmp/moc_settingswizard.cpp .tmp/moc_treewidget.cpp .tmp/moc_userwizardpage.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) .tmp/moc_application.cpp .tmp/moc_completer.cpp .tmp/moc_maintabwidget.cpp .tmp/moc_mainwindow.cpp .tmp/moc_menu.cpp .tmp/moc_messageview.cpp .tmp/moc_nickhighlighter.cpp .tmp/moc_session.cpp .tmp/moc_sessiontabwidget.cpp .tmp/moc_shortcutmanager.cpp .tmp/moc_welcomepage.cpp .tmp/moc_commandengine.cpp .tmp/moc_editframe.cpp .tmp/moc_findframe.cpp .tmp/moc_historylineedit.cpp .tmp/moc_sharedtimer.cpp .tmp/moc_stringlistmodel.cpp .tmp/moc_tabwidget.cpp .tmp/moc_textbrowser.cpp .tmp/moc_trayicon.cpp .tmp/moc_aliaseswizardpage.cpp .tmp/moc_colorswizardpage.cpp .tmp/moc_connectionwizard.cpp .tmp/moc_connectionwizardpage.cpp .tmp/moc_generalwizardpage.cpp .tmp/moc_shortcutswizardpage.cpp .tmp/moc_messageswizardpage.cpp .tmp/moc_serverwizardpage.cpp .tmp/moc_settingswizard.cpp .tmp/moc_treewidget.cpp .tmp/moc_userwizardpage.cpp
.tmp/moc_application.cpp: src/settings.h \
		src/util/streamer.h \
		src/command/command.h \
		src/application.h
	@echo moc src/application.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/application.h -o .tmp/moc_application.cpp

.tmp/moc_completer.cpp: src/completer.h
	@echo moc src/completer.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/completer.h -o .tmp/moc_completer.cpp

.tmp/moc_maintabwidget.cpp: src/util/tabwidget.h \
		src/maintabwidget.h
	@echo moc src/maintabwidget.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/maintabwidget.h -o .tmp/moc_maintabwidget.cpp

.tmp/moc_mainwindow.cpp: src/util/trayicon.h \
		src/mainwindow.h
	@echo moc src/mainwindow.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/mainwindow.h -o .tmp/moc_mainwindow.cpp

.tmp/moc_menu.cpp: src/menu.h
	@echo moc src/menu.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/menu.h -o .tmp/moc_menu.cpp

.tmp/moc_messageview.cpp: .tmp/ui_messageview.h \
		src/messageview.h
	@echo moc src/messageview.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/messageview.h -o .tmp/moc_messageview.cpp

.tmp/moc_nickhighlighter.cpp: src/nickhighlighter.h
	@echo moc src/nickhighlighter.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/nickhighlighter.h -o .tmp/moc_nickhighlighter.cpp

.tmp/moc_session.cpp: src/connection.h \
		src/util/streamer.h \
		src/session.h
	@echo moc src/session.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/session.h -o .tmp/moc_session.cpp

.tmp/moc_sessiontabwidget.cpp: src/util/tabwidget.h \
		src/sessiontabwidget.h
	@echo moc src/sessiontabwidget.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/sessiontabwidget.h -o .tmp/moc_sessiontabwidget.cpp

.tmp/moc_shortcutmanager.cpp: src/shortcutmanager.h
	@echo moc src/shortcutmanager.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/shortcutmanager.h -o .tmp/moc_shortcutmanager.cpp

.tmp/moc_welcomepage.cpp: src/welcomepage.h
	@echo moc src/welcomepage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/welcomepage.h -o .tmp/moc_welcomepage.cpp

.tmp/moc_commandengine.cpp: src/command/commandengine.h
	@echo moc src/command/commandengine.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/command/commandengine.h -o .tmp/moc_commandengine.cpp

.tmp/moc_editframe.cpp: .tmp/ui_editframe.h \
		src/util/editframe.h
	@echo moc src/util/editframe.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/editframe.h -o .tmp/moc_editframe.cpp

.tmp/moc_findframe.cpp: .tmp/ui_findframe.h \
		src/util/findframe.h
	@echo moc src/util/findframe.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/findframe.h -o .tmp/moc_findframe.cpp

.tmp/moc_historylineedit.cpp: src/util/historylineedit.h
	@echo moc src/util/historylineedit.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/historylineedit.h -o .tmp/moc_historylineedit.cpp

.tmp/moc_sharedtimer.cpp: src/util/sharedtimer.h
	@echo moc src/util/sharedtimer.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/sharedtimer.h -o .tmp/moc_sharedtimer.cpp

.tmp/moc_stringlistmodel.cpp: src/util/stringlistmodel.h
	@echo moc src/util/stringlistmodel.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/stringlistmodel.h -o .tmp/moc_stringlistmodel.cpp

.tmp/moc_tabwidget.cpp: src/util/tabwidget.h
	@echo moc src/util/tabwidget.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/tabwidget.h -o .tmp/moc_tabwidget.cpp

.tmp/moc_textbrowser.cpp: src/util/textbrowser.h
	@echo moc src/util/textbrowser.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/textbrowser.h -o .tmp/moc_textbrowser.cpp

.tmp/moc_trayicon.cpp: src/util/trayicon.h
	@echo moc src/util/trayicon.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/util/trayicon.h -o .tmp/moc_trayicon.cpp

.tmp/moc_aliaseswizardpage.cpp: .tmp/ui_aliaseswizardpage.h \
		src/wizard/aliaseswizardpage.h
	@echo moc src/wizard/aliaseswizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/aliaseswizardpage.h -o .tmp/moc_aliaseswizardpage.cpp

.tmp/moc_colorswizardpage.cpp: .tmp/ui_colorswizardpage.h \
		src/settings.h \
		src/util/streamer.h \
		src/wizard/colorswizardpage.h
	@echo moc src/wizard/colorswizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/colorswizardpage.h -o .tmp/moc_colorswizardpage.cpp

.tmp/moc_connectionwizard.cpp: src/connection.h \
		src/util/streamer.h \
		src/wizard/connectionwizard.h
	@echo moc src/wizard/connectionwizard.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/connectionwizard.h -o .tmp/moc_connectionwizard.cpp

.tmp/moc_connectionwizardpage.cpp: .tmp/ui_connectionwizardpage.h \
		src/wizard/connectionwizardpage.h
	@echo moc src/wizard/connectionwizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/connectionwizardpage.h -o .tmp/moc_connectionwizardpage.cpp

.tmp/moc_generalwizardpage.cpp: .tmp/ui_generalwizardpage.h \
		src/settings.h \
		src/util/streamer.h \
		src/wizard/generalwizardpage.h
	@echo moc src/wizard/generalwizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/generalwizardpage.h -o .tmp/moc_generalwizardpage.cpp

.tmp/moc_shortcutswizardpage.cpp: .tmp/ui_shortcutswizardpage.h \
		src/wizard/shortcutswizardpage.h
	@echo moc src/wizard/shortcutswizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/shortcutswizardpage.h -o .tmp/moc_shortcutswizardpage.cpp

.tmp/moc_messageswizardpage.cpp: .tmp/ui_messageswizardpage.h \
		src/settings.h \
		src/util/streamer.h \
		src/wizard/messageswizardpage.h
	@echo moc src/wizard/messageswizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/messageswizardpage.h -o .tmp/moc_messageswizardpage.cpp

.tmp/moc_serverwizardpage.cpp: .tmp/ui_serverwizardpage.h \
		src/wizard/serverwizardpage.h
	@echo moc src/wizard/serverwizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/serverwizardpage.h -o .tmp/moc_serverwizardpage.cpp

.tmp/moc_settingswizard.cpp: src/settings.h \
		src/util/streamer.h \
		src/wizard/settingswizard.h
	@echo moc src/wizard/settingswizard.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/settingswizard.h -o .tmp/moc_settingswizard.cpp

.tmp/moc_treewidget.cpp: src/wizard/treewidget.h
	@echo moc src/wizard/treewidget.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/treewidget.h -o .tmp/moc_treewidget.cpp

.tmp/moc_userwizardpage.cpp: .tmp/ui_userwizardpage.h \
		src/wizard/userwizardpage.h
	@echo moc src/wizard/userwizardpage.h && /usr/bin/moc $(DEFINES) $(INCPATH) src/wizard/userwizardpage.h -o .tmp/moc_userwizardpage.cpp

compiler_dbus_interface_source_make_all:
compiler_dbus_interface_source_clean:
compiler_dbus_adaptor_source_make_all:
compiler_dbus_adaptor_source_clean:
compiler_rcc_make_all: .tmp/qrc_communi.cpp
compiler_rcc_clean:
	-$(DEL_FILE) .tmp/qrc_communi.cpp
.tmp/qrc_communi.cpp: communi.qrc \
		resources/welcome_header.html \
		resources/commands.xml \
		resources/welcome_footer.html \
		resources/icons/128x128/communi.png \
		resources/icons/64x64/communi.png \
		resources/icons/48x48/communi.png \
		resources/icons/32x32/communi.png \
		resources/icons/26x26/communi.png \
		resources/icons/16x16/communi.png \
		resources/oxygen/64x64/actions/user.png \
		resources/oxygen/64x64/actions/forward.png \
		resources/oxygen/64x64/actions/configure.png \
		resources/oxygen/64x64/actions/save_all.png \
		resources/oxygen/64x64/actions/color_line.png \
		resources/oxygen/64x64/actions/network.png \
		resources/oxygen/64x64/actions/bookmark.png \
		resources/oxygen/16x16/actions/add.png \
		resources/oxygen/16x16/actions/configure.png \
		resources/oxygen/16x16/actions/1leftarrow.png \
		resources/oxygen/16x16/actions/dialog_close.png \
		resources/oxygen/16x16/actions/edit.png \
		resources/oxygen/16x16/actions/remove.png \
		resources/oxygen/16x16/actions/1rightarrow.png \
		resources/oxygen/16x16/actions/bookmark.png
	@echo rcc communi.qrc && /usr/bin/rcc -name communi communi.qrc -o .tmp/qrc_communi.cpp

compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_dbus_interface_header_make_all:
compiler_dbus_interface_header_clean:
compiler_dbus_interface_moc_make_all:
compiler_dbus_interface_moc_clean:
compiler_dbus_adaptor_header_make_all:
compiler_dbus_adaptor_header_clean:
compiler_dbus_adaptor_moc_make_all:
compiler_dbus_adaptor_moc_clean:
compiler_uic_make_all: .tmp/ui_messageview.h .tmp/ui_editframe.h .tmp/ui_findframe.h .tmp/ui_aliaseswizardpage.h .tmp/ui_colorswizardpage.h .tmp/ui_connectionwizardpage.h .tmp/ui_generalwizardpage.h .tmp/ui_shortcutswizardpage.h .tmp/ui_messageswizardpage.h .tmp/ui_serverwizardpage.h .tmp/ui_userwizardpage.h
compiler_uic_clean:
	-$(DEL_FILE) .tmp/ui_messageview.h .tmp/ui_editframe.h .tmp/ui_findframe.h .tmp/ui_aliaseswizardpage.h .tmp/ui_colorswizardpage.h .tmp/ui_connectionwizardpage.h .tmp/ui_generalwizardpage.h .tmp/ui_shortcutswizardpage.h .tmp/ui_messageswizardpage.h .tmp/ui_serverwizardpage.h .tmp/ui_userwizardpage.h
.tmp/ui_messageview.h: src/messageview.ui \
		src/util/findframe.h \
		src/util/textbrowser.h \
		src/util/editframe.h \
		.tmp/ui_findframe.h \
		.tmp/ui_editframe.h
	@echo uic src/messageview.ui && /usr/bin/uic src/messageview.ui -o .tmp/ui_messageview.h

.tmp/ui_editframe.h: src/util/editframe.ui \
		src/util/historylineedit.h
	@echo uic src/util/editframe.ui && /usr/bin/uic src/util/editframe.ui -o .tmp/ui_editframe.h

.tmp/ui_findframe.h: src/util/findframe.ui
	@echo uic src/util/findframe.ui && /usr/bin/uic src/util/findframe.ui -o .tmp/ui_findframe.h

.tmp/ui_aliaseswizardpage.h: src/wizard/aliaseswizardpage.ui
	@echo uic src/wizard/aliaseswizardpage.ui && /usr/bin/uic src/wizard/aliaseswizardpage.ui -o .tmp/ui_aliaseswizardpage.h

.tmp/ui_colorswizardpage.h: src/wizard/colorswizardpage.ui \
		src/wizard/treewidget.h
	@echo uic src/wizard/colorswizardpage.ui && /usr/bin/uic src/wizard/colorswizardpage.ui -o .tmp/ui_colorswizardpage.h

.tmp/ui_connectionwizardpage.h: src/wizard/connectionwizardpage.ui
	@echo uic src/wizard/connectionwizardpage.ui && /usr/bin/uic src/wizard/connectionwizardpage.ui -o .tmp/ui_connectionwizardpage.h

.tmp/ui_generalwizardpage.h: src/wizard/generalwizardpage.ui
	@echo uic src/wizard/generalwizardpage.ui && /usr/bin/uic src/wizard/generalwizardpage.ui -o .tmp/ui_generalwizardpage.h

.tmp/ui_shortcutswizardpage.h: src/wizard/shortcutswizardpage.ui \
		src/wizard/treewidget.h
	@echo uic src/wizard/shortcutswizardpage.ui && /usr/bin/uic src/wizard/shortcutswizardpage.ui -o .tmp/ui_shortcutswizardpage.h

.tmp/ui_messageswizardpage.h: src/wizard/messageswizardpage.ui
	@echo uic src/wizard/messageswizardpage.ui && /usr/bin/uic src/wizard/messageswizardpage.ui -o .tmp/ui_messageswizardpage.h

.tmp/ui_serverwizardpage.h: src/wizard/serverwizardpage.ui
	@echo uic src/wizard/serverwizardpage.ui && /usr/bin/uic src/wizard/serverwizardpage.ui -o .tmp/ui_serverwizardpage.h

.tmp/ui_userwizardpage.h: src/wizard/userwizardpage.ui
	@echo uic src/wizard/userwizardpage.ui && /usr/bin/uic src/wizard/userwizardpage.ui -o .tmp/ui_userwizardpage.h

compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean 

####### Compile

.tmp/application.o: src/application.cpp src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h \
		src/command/commandxmlreader.h \
		src/wizard/settingswizard.h \
		src/util/sharedtimer.h \
		src/session.h \
		src/connection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/application.o src/application.cpp

.tmp/completer.o: src/completer.cpp src/completer.h \
		src/util/historylineedit.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/completer.o src/completer.cpp

.tmp/connection.o: src/connection.cpp src/connection.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/connection.o src/connection.cpp

.tmp/main.o: src/main.cpp src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h \
		src/mainwindow.h \
		src/util/trayicon.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/main.o src/main.cpp

.tmp/maintabwidget.o: src/maintabwidget.cpp src/maintabwidget.h \
		src/util/tabwidget.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/maintabwidget.o src/maintabwidget.cpp

.tmp/mainwindow.o: src/mainwindow.cpp src/mainwindow.h \
		src/util/trayicon.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h \
		src/wizard/connectionwizard.h \
		src/connection.h \
		src/sessiontabwidget.h \
		src/util/tabwidget.h \
		src/shortcutmanager.h \
		src/maintabwidget.h \
		src/util/sharedtimer.h \
		src/welcomepage.h \
		src/session.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/mainwindow.o src/mainwindow.cpp

.tmp/menu.o: src/menu.cpp src/menu.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/menu.o src/menu.cpp

.tmp/messageview.o: src/messageview.cpp src/messageview.h \
		.tmp/ui_messageview.h \
		src/menu.h \
		src/session.h \
		src/connection.h \
		src/util/streamer.h \
		src/settings.h \
		src/completer.h \
		src/application.h \
		src/command/command.h \
		src/util/stringlistmodel.h \
		src/nickhighlighter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/messageview.o src/messageview.cpp

.tmp/nickhighlighter.o: src/nickhighlighter.cpp src/nickhighlighter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/nickhighlighter.o src/nickhighlighter.cpp

.tmp/session.o: src/session.cpp src/session.h \
		src/connection.h \
		src/util/streamer.h \
		src/application.h \
		src/settings.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/session.o src/session.cpp

.tmp/sessiontabwidget.o: src/sessiontabwidget.cpp src/sessiontabwidget.h \
		src/util/tabwidget.h \
		src/command/commandengine.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h \
		src/messageview.h \
		.tmp/ui_messageview.h \
		src/session.h \
		src/connection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/sessiontabwidget.o src/sessiontabwidget.cpp

.tmp/settings.o: src/settings.cpp src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/settings.o src/settings.cpp

.tmp/shortcutmanager.o: src/shortcutmanager.cpp src/shortcutmanager.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/shortcutmanager.o src/shortcutmanager.cpp

.tmp/welcomepage.o: src/welcomepage.cpp src/welcomepage.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/welcomepage.o src/welcomepage.cpp

.tmp/command.o: src/command/command.cpp src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/command.o src/command/command.cpp

.tmp/commandengine.o: src/command/commandengine.cpp src/command/commandengine.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/commandengine.o src/command/commandengine.cpp

.tmp/commandxmlreader.o: src/command/commandxmlreader.cpp src/command/commandxmlreader.h \
		src/command/command.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/commandxmlreader.o src/command/commandxmlreader.cpp

.tmp/commandxmlwriter.o: src/command/commandxmlwriter.cpp src/command/commandxmlwriter.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/commandxmlwriter.o src/command/commandxmlwriter.cpp

.tmp/editframe.o: src/util/editframe.cpp src/util/editframe.h \
		.tmp/ui_editframe.h \
		src/completer.h \
		src/application.h \
		src/settings.h \
		src/util/streamer.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/editframe.o src/util/editframe.cpp

.tmp/findframe.o: src/util/findframe.cpp src/util/findframe.h \
		.tmp/ui_findframe.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/findframe.o src/util/findframe.cpp

.tmp/historylineedit.o: src/util/historylineedit.cpp src/util/historylineedit.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/historylineedit.o src/util/historylineedit.cpp

.tmp/sharedtimer.o: src/util/sharedtimer.cpp src/util/sharedtimer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/sharedtimer.o src/util/sharedtimer.cpp

.tmp/stringlistmodel.o: src/util/stringlistmodel.cpp src/util/stringlistmodel.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/stringlistmodel.o src/util/stringlistmodel.cpp

.tmp/tabwidget.o: src/util/tabwidget.cpp src/util/tabwidget.h \
		src/util/sharedtimer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/tabwidget.o src/util/tabwidget.cpp

.tmp/textbrowser.o: src/util/textbrowser.cpp src/util/textbrowser.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/textbrowser.o src/util/textbrowser.cpp

.tmp/trayicon.o: src/util/trayicon.cpp src/util/trayicon.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/trayicon.o src/util/trayicon.cpp

.tmp/aliaseswizardpage.o: src/wizard/aliaseswizardpage.cpp src/wizard/aliaseswizardpage.h \
		.tmp/ui_aliaseswizardpage.h \
		src/command/command.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/aliaseswizardpage.o src/wizard/aliaseswizardpage.cpp

.tmp/colorswizardpage.o: src/wizard/colorswizardpage.cpp src/wizard/colorswizardpage.h \
		.tmp/ui_colorswizardpage.h \
		src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/colorswizardpage.o src/wizard/colorswizardpage.cpp

.tmp/connectionwizard.o: src/wizard/connectionwizard.cpp src/wizard/connectionwizard.h \
		src/connection.h \
		src/util/streamer.h \
		src/wizard/userwizardpage.h \
		.tmp/ui_userwizardpage.h \
		src/wizard/serverwizardpage.h \
		.tmp/ui_serverwizardpage.h \
		src/wizard/connectionwizardpage.h \
		.tmp/ui_connectionwizardpage.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/connectionwizard.o src/wizard/connectionwizard.cpp

.tmp/connectionwizardpage.o: src/wizard/connectionwizardpage.cpp src/wizard/connectionwizardpage.h \
		.tmp/ui_connectionwizardpage.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/connectionwizardpage.o src/wizard/connectionwizardpage.cpp

.tmp/generalwizardpage.o: src/wizard/generalwizardpage.cpp src/wizard/generalwizardpage.h \
		.tmp/ui_generalwizardpage.h \
		src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/generalwizardpage.o src/wizard/generalwizardpage.cpp

.tmp/shortcutswizardpage.o: src/wizard/shortcutswizardpage.cpp src/wizard/shortcutswizardpage.h \
		.tmp/ui_shortcutswizardpage.h \
		src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/shortcutswizardpage.o src/wizard/shortcutswizardpage.cpp

.tmp/messageswizardpage.o: src/wizard/messageswizardpage.cpp src/wizard/messageswizardpage.h \
		.tmp/ui_messageswizardpage.h \
		src/settings.h \
		src/util/streamer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/messageswizardpage.o src/wizard/messageswizardpage.cpp

.tmp/serverwizardpage.o: src/wizard/serverwizardpage.cpp src/wizard/serverwizardpage.h \
		.tmp/ui_serverwizardpage.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/serverwizardpage.o src/wizard/serverwizardpage.cpp

.tmp/settingswizard.o: src/wizard/settingswizard.cpp src/wizard/settingswizard.h \
		src/settings.h \
		src/util/streamer.h \
		src/wizard/generalwizardpage.h \
		.tmp/ui_generalwizardpage.h \
		src/wizard/shortcutswizardpage.h \
		.tmp/ui_shortcutswizardpage.h \
		src/wizard/colorswizardpage.h \
		.tmp/ui_colorswizardpage.h \
		src/wizard/messageswizardpage.h \
		.tmp/ui_messageswizardpage.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/settingswizard.o src/wizard/settingswizard.cpp

.tmp/treewidget.o: src/wizard/treewidget.cpp src/wizard/treewidget.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/treewidget.o src/wizard/treewidget.cpp

.tmp/userwizardpage.o: src/wizard/userwizardpage.cpp src/wizard/userwizardpage.h \
		.tmp/ui_userwizardpage.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/userwizardpage.o src/wizard/userwizardpage.cpp

.tmp/moc_application.o: .tmp/moc_application.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_application.o .tmp/moc_application.cpp

.tmp/moc_completer.o: .tmp/moc_completer.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_completer.o .tmp/moc_completer.cpp

.tmp/moc_maintabwidget.o: .tmp/moc_maintabwidget.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_maintabwidget.o .tmp/moc_maintabwidget.cpp

.tmp/moc_mainwindow.o: .tmp/moc_mainwindow.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_mainwindow.o .tmp/moc_mainwindow.cpp

.tmp/moc_menu.o: .tmp/moc_menu.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_menu.o .tmp/moc_menu.cpp

.tmp/moc_messageview.o: .tmp/moc_messageview.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_messageview.o .tmp/moc_messageview.cpp

.tmp/moc_nickhighlighter.o: .tmp/moc_nickhighlighter.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_nickhighlighter.o .tmp/moc_nickhighlighter.cpp

.tmp/moc_session.o: .tmp/moc_session.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_session.o .tmp/moc_session.cpp

.tmp/moc_sessiontabwidget.o: .tmp/moc_sessiontabwidget.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_sessiontabwidget.o .tmp/moc_sessiontabwidget.cpp

.tmp/moc_shortcutmanager.o: .tmp/moc_shortcutmanager.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_shortcutmanager.o .tmp/moc_shortcutmanager.cpp

.tmp/moc_welcomepage.o: .tmp/moc_welcomepage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_welcomepage.o .tmp/moc_welcomepage.cpp

.tmp/moc_commandengine.o: .tmp/moc_commandengine.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_commandengine.o .tmp/moc_commandengine.cpp

.tmp/moc_editframe.o: .tmp/moc_editframe.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_editframe.o .tmp/moc_editframe.cpp

.tmp/moc_findframe.o: .tmp/moc_findframe.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_findframe.o .tmp/moc_findframe.cpp

.tmp/moc_historylineedit.o: .tmp/moc_historylineedit.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_historylineedit.o .tmp/moc_historylineedit.cpp

.tmp/moc_sharedtimer.o: .tmp/moc_sharedtimer.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_sharedtimer.o .tmp/moc_sharedtimer.cpp

.tmp/moc_stringlistmodel.o: .tmp/moc_stringlistmodel.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_stringlistmodel.o .tmp/moc_stringlistmodel.cpp

.tmp/moc_tabwidget.o: .tmp/moc_tabwidget.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_tabwidget.o .tmp/moc_tabwidget.cpp

.tmp/moc_textbrowser.o: .tmp/moc_textbrowser.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_textbrowser.o .tmp/moc_textbrowser.cpp

.tmp/moc_trayicon.o: .tmp/moc_trayicon.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_trayicon.o .tmp/moc_trayicon.cpp

.tmp/moc_aliaseswizardpage.o: .tmp/moc_aliaseswizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_aliaseswizardpage.o .tmp/moc_aliaseswizardpage.cpp

.tmp/moc_colorswizardpage.o: .tmp/moc_colorswizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_colorswizardpage.o .tmp/moc_colorswizardpage.cpp

.tmp/moc_connectionwizard.o: .tmp/moc_connectionwizard.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_connectionwizard.o .tmp/moc_connectionwizard.cpp

.tmp/moc_connectionwizardpage.o: .tmp/moc_connectionwizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_connectionwizardpage.o .tmp/moc_connectionwizardpage.cpp

.tmp/moc_generalwizardpage.o: .tmp/moc_generalwizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_generalwizardpage.o .tmp/moc_generalwizardpage.cpp

.tmp/moc_shortcutswizardpage.o: .tmp/moc_shortcutswizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_shortcutswizardpage.o .tmp/moc_shortcutswizardpage.cpp

.tmp/moc_messageswizardpage.o: .tmp/moc_messageswizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_messageswizardpage.o .tmp/moc_messageswizardpage.cpp

.tmp/moc_serverwizardpage.o: .tmp/moc_serverwizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_serverwizardpage.o .tmp/moc_serverwizardpage.cpp

.tmp/moc_settingswizard.o: .tmp/moc_settingswizard.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_settingswizard.o .tmp/moc_settingswizard.cpp

.tmp/moc_treewidget.o: .tmp/moc_treewidget.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_treewidget.o .tmp/moc_treewidget.cpp

.tmp/moc_userwizardpage.o: .tmp/moc_userwizardpage.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/moc_userwizardpage.o .tmp/moc_userwizardpage.cpp

.tmp/qrc_communi.o: .tmp/qrc_communi.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .tmp/qrc_communi.o .tmp/qrc_communi.cpp

####### Install

install_target: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/ 
	-$(INSTALL_PROGRAM) "bin/$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
	-$(STRIP) "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"

uninstall_target:  FORCE
	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/bin/ 


install_desktop: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/applications/hildon/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/applications/hildon/ 
	-$(INSTALL_FILE) resources/communi.desktop $(INSTALL_ROOT)/usr/local/share/applications/hildon/


uninstall_desktop:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/applications/hildon/communi.desktop
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/applications/hildon/ 


install_icon26: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/26x26/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/26x26/apps/ 
	-$(INSTALL_FILE) resources/icons/26x26/communi.png $(INSTALL_ROOT)/usr/local/share/icons/hicolor/26x26/apps/


uninstall_icon26:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/icons/hicolor/26x26/apps/communi.png
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/26x26/apps/ 


install_icon48: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/48x48/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/48x48/apps/ 
	-$(INSTALL_FILE) resources/icons/48x48/communi.png $(INSTALL_ROOT)/usr/local/share/icons/hicolor/48x48/apps/


uninstall_icon48:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/icons/hicolor/48x48/apps/communi.png
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/48x48/apps/ 


install_icon64: first FORCE
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/64x64/apps/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/64x64/apps/ 
	-$(INSTALL_FILE) resources/icons/64x64/communi.png $(INSTALL_ROOT)/usr/local/share/icons/hicolor/64x64/apps/


uninstall_icon64:  FORCE
	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/icons/hicolor/64x64/apps/communi.png
	-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/icons/hicolor/64x64/apps/ 


install:  install_target install_desktop install_icon26 install_icon48 install_icon64  FORCE

uninstall: uninstall_target uninstall_desktop uninstall_icon26 uninstall_icon48 uninstall_icon64   FORCE

FORCE:

