710 lines
34 KiB
Makefile
710 lines
34 KiB
Makefile
#############################################################################
|
|
# Makefile for building: OutilZT
|
|
# Generated by qmake (2.01a) (Qt 4.8.1) on: Fri Jan 19 13:26:09 2018
|
|
# Project: OutilZT.pro
|
|
# Template: app
|
|
#############################################################################
|
|
|
|
####### Compiler, tools and options
|
|
|
|
CC = gcc
|
|
CXX = g++
|
|
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
|
|
CFLAGS = -g -Wall $(DEFINES)
|
|
CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)
|
|
INCPATH = -I'../../Qt/4.8.1/include/QtCore' -I'../../Qt/4.8.1/include/QtNetwork' -I'../../Qt/4.8.1/include/QtGui' -I'../../Qt/4.8.1/include' -I'.' -I'sources' -I'sources/GuiElements' -I'../../Qt/4.8.1/include/ActiveQt' -I'debug' -I'../../Qt/4.8.1/mkspecs/win32-g++'
|
|
LINK = g++
|
|
LFLAGS = -mthreads -Wl,-subsystem,windows
|
|
LIBS = -L'c:/Qt/4.8.1/lib' -lmingw32 -lqtmaind -lQtGuid4 -lQtNetworkd4 -lQtCored4
|
|
QMAKE = c:/Qt/4.8.1/bin/qmake.exe
|
|
IDC = c:/Qt/4.8.1/bin/idc.exe
|
|
IDL = midl
|
|
ZIP = zip -r -9
|
|
DEF_FILE =
|
|
RES_FILE =
|
|
COPY = cp
|
|
SED = sed
|
|
COPY_FILE = $(COPY)
|
|
COPY_DIR = cp -r
|
|
DEL_FILE = rm
|
|
DEL_DIR = rmdir
|
|
MOVE = mv
|
|
CHK_DIR_EXISTS= test -d
|
|
MKDIR = mkdir -p
|
|
INSTALL_FILE = $(COPY_FILE)
|
|
INSTALL_PROGRAM = $(COPY_FILE)
|
|
INSTALL_DIR = $(COPY_DIR)
|
|
|
|
####### Output directory
|
|
|
|
OBJECTS_DIR = debug/
|
|
|
|
####### Files
|
|
|
|
SOURCES = sources/main.cpp \
|
|
sources/OutilZT.cpp \
|
|
sources/MainPanel.cpp \
|
|
sources/GuiElements/MainPage.cpp \
|
|
sources/GuiElements/GuiPage.cpp \
|
|
sources/GuiElements/PushButton.cpp \
|
|
sources/GuiElements/LogViewPage.cpp \
|
|
sources/GuiElements/TextButtonWidget.cpp \
|
|
sources/GuiElements/RankRulerWidget.cpp \
|
|
sources/GuiElements/GraphCursorWidget.cpp \
|
|
sources/GuiElements/EventsRulerWidget.cpp \
|
|
sources/GuiElements/AnalogGraphItem.cpp \
|
|
sources/GuiElements/GraphItem.cpp \
|
|
sources/GuiElements/GraphRulerWidget.cpp \
|
|
sources/ZTData.cpp \
|
|
sources/LogMgr.cpp \
|
|
sources/TrainLogFileMgr.cpp \
|
|
sources/GuiElements/LogsListPage.cpp \
|
|
sources/GuiElements/OptionsPage.cpp \
|
|
sources/Settings.cpp \
|
|
sources/GuiElements/NetworkZTListPage.cpp \
|
|
sources/GuiElements/ToggleTextButtonWidget.cpp \
|
|
sources/GuiElements/NetworkCtrlPage.cpp \
|
|
sources/NetworkManager.cpp \
|
|
sources/GuiElements/TxRxWidget.cpp \
|
|
sources/TCPProtocol.cpp \
|
|
sources/GuiElements/RemoteZTPage.cpp \
|
|
sources/GuiElements/ZTLogViewerPage.cpp \
|
|
sources/GuiElements/ProgressBarPage.cpp \
|
|
sources/GuiElements/RemoteZTCtrlPage.cpp \
|
|
sources/GuiElements/ToggleButtonWidget.cpp \
|
|
sources/UDPProtocol.cpp \
|
|
sources/GuiElements/DatabaseMgrPage.cpp \
|
|
sources/GuiElements/ZTLogsListPage.cpp \
|
|
sources/ZTLogFilesMgr.cpp \
|
|
sources/DirParserThread.cpp debug/moc_OutilZT.cpp \
|
|
debug/moc_MainPanel.cpp \
|
|
debug/moc_MainPage.cpp \
|
|
debug/moc_Guipage.cpp \
|
|
debug/moc_PushButton.cpp \
|
|
debug/moc_LogViewPage.cpp \
|
|
debug/moc_TextButtonWidget.cpp \
|
|
debug/moc_RankRulerWidget.cpp \
|
|
debug/moc_GraphCursorWidget.cpp \
|
|
debug/moc_EventsRulerWidget.cpp \
|
|
debug/moc_AnalogGraphItem.cpp \
|
|
debug/moc_GraphItem.cpp \
|
|
debug/moc_GraphRulerWidget.cpp \
|
|
debug/moc_LogMgr.cpp \
|
|
debug/moc_LogsListPage.cpp \
|
|
debug/moc_OptionsPage.cpp \
|
|
debug/moc_NetworkZTListPage.cpp \
|
|
debug/moc_ToggleTextButtonWidget.cpp \
|
|
debug/moc_NetworkCtrlPage.cpp \
|
|
debug/moc_NetworkManager.cpp \
|
|
debug/moc_TxRxWidget.cpp \
|
|
debug/moc_RemoteZTPage.cpp \
|
|
debug/moc_ZTLogViewerPage.cpp \
|
|
debug/moc_ProgressBarPage.cpp \
|
|
debug/moc_RemoteZTCtrlPage.cpp \
|
|
debug/moc_ToggleButtonWidget.cpp \
|
|
debug/moc_DatabaseMgrPage.cpp \
|
|
debug/moc_ZTLogsListPage.cpp \
|
|
debug/moc_ZTLogFilesMgr.cpp \
|
|
debug/moc_DirParserThread.cpp
|
|
OBJECTS = debug/main.o \
|
|
debug/OutilZT.o \
|
|
debug/MainPanel.o \
|
|
debug/MainPage.o \
|
|
debug/GuiPage.o \
|
|
debug/PushButton.o \
|
|
debug/LogViewPage.o \
|
|
debug/TextButtonWidget.o \
|
|
debug/RankRulerWidget.o \
|
|
debug/GraphCursorWidget.o \
|
|
debug/EventsRulerWidget.o \
|
|
debug/AnalogGraphItem.o \
|
|
debug/GraphItem.o \
|
|
debug/GraphRulerWidget.o \
|
|
debug/ZTData.o \
|
|
debug/LogMgr.o \
|
|
debug/TrainLogFileMgr.o \
|
|
debug/LogsListPage.o \
|
|
debug/OptionsPage.o \
|
|
debug/Settings.o \
|
|
debug/NetworkZTListPage.o \
|
|
debug/ToggleTextButtonWidget.o \
|
|
debug/NetworkCtrlPage.o \
|
|
debug/NetworkManager.o \
|
|
debug/TxRxWidget.o \
|
|
debug/TCPProtocol.o \
|
|
debug/RemoteZTPage.o \
|
|
debug/ZTLogViewerPage.o \
|
|
debug/ProgressBarPage.o \
|
|
debug/RemoteZTCtrlPage.o \
|
|
debug/ToggleButtonWidget.o \
|
|
debug/UDPProtocol.o \
|
|
debug/DatabaseMgrPage.o \
|
|
debug/ZTLogsListPage.o \
|
|
debug/ZTLogFilesMgr.o \
|
|
debug/DirParserThread.o \
|
|
debug/moc_OutilZT.o \
|
|
debug/moc_MainPanel.o \
|
|
debug/moc_MainPage.o \
|
|
debug/moc_Guipage.o \
|
|
debug/moc_PushButton.o \
|
|
debug/moc_LogViewPage.o \
|
|
debug/moc_TextButtonWidget.o \
|
|
debug/moc_RankRulerWidget.o \
|
|
debug/moc_GraphCursorWidget.o \
|
|
debug/moc_EventsRulerWidget.o \
|
|
debug/moc_AnalogGraphItem.o \
|
|
debug/moc_GraphItem.o \
|
|
debug/moc_GraphRulerWidget.o \
|
|
debug/moc_LogMgr.o \
|
|
debug/moc_LogsListPage.o \
|
|
debug/moc_OptionsPage.o \
|
|
debug/moc_NetworkZTListPage.o \
|
|
debug/moc_ToggleTextButtonWidget.o \
|
|
debug/moc_NetworkCtrlPage.o \
|
|
debug/moc_NetworkManager.o \
|
|
debug/moc_TxRxWidget.o \
|
|
debug/moc_RemoteZTPage.o \
|
|
debug/moc_ZTLogViewerPage.o \
|
|
debug/moc_ProgressBarPage.o \
|
|
debug/moc_RemoteZTCtrlPage.o \
|
|
debug/moc_ToggleButtonWidget.o \
|
|
debug/moc_DatabaseMgrPage.o \
|
|
debug/moc_ZTLogsListPage.o \
|
|
debug/moc_ZTLogFilesMgr.o \
|
|
debug/moc_DirParserThread.o
|
|
DIST =
|
|
QMAKE_TARGET = OutilZT
|
|
DESTDIR = debug/ #avoid trailing-slash linebreak
|
|
TARGET = OutilZT.exe
|
|
DESTDIR_TARGET = debug/OutilZT.exe
|
|
|
|
####### Implicit rules
|
|
|
|
.SUFFIXES: .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:
|
|
$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
|
|
|
|
####### Build rules
|
|
|
|
first: all
|
|
all: Makefile.Debug $(DESTDIR_TARGET)
|
|
|
|
$(DESTDIR_TARGET): $(OBJECTS)
|
|
$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.OutilZT.Debug $(LIBS)
|
|
|
|
qmake: FORCE
|
|
@$(QMAKE) -spec ../../Qt/4.8.1/mkspecs/win32-g++ CONFIG+=declarative_debug -o Makefile.Debug OutilZT.pro
|
|
|
|
dist:
|
|
$(ZIP) OutilZT.zip $(SOURCES) $(DIST) OutilZT.pro ../../Qt/4.8.1/mkspecs/qconfig.pri ../../Qt/4.8.1/mkspecs/modules/qt_webkit_version.pri ../../Qt/4.8.1/mkspecs/features/qt_functions.prf ../../Qt/4.8.1/mkspecs/features/qt_config.prf ../../Qt/4.8.1/mkspecs/features/exclusive_builds.prf ../../Qt/4.8.1/mkspecs/features/default_pre.prf ../../Qt/4.8.1/mkspecs/features/win32/default_pre.prf ../../Qt/4.8.1/mkspecs/features/debug.prf ../../Qt/4.8.1/mkspecs/features/debug_and_release.prf ../../Qt/4.8.1/mkspecs/features/default_post.prf ../../Qt/4.8.1/mkspecs/features/win32/default_post.prf ../../Qt/4.8.1/mkspecs/features/build_pass.prf ../../Qt/4.8.1/mkspecs/features/declarative_debug.prf ../../Qt/4.8.1/mkspecs/features/win32/rtti.prf ../../Qt/4.8.1/mkspecs/features/win32/exceptions.prf ../../Qt/4.8.1/mkspecs/features/win32/stl.prf ../../Qt/4.8.1/mkspecs/features/shared.prf ../../Qt/4.8.1/mkspecs/features/warn_on.prf ../../Qt/4.8.1/mkspecs/features/qt.prf ../../Qt/4.8.1/mkspecs/features/win32/thread.prf ../../Qt/4.8.1/mkspecs/features/moc.prf ../../Qt/4.8.1/mkspecs/features/win32/windows.prf ../../Qt/4.8.1/mkspecs/features/resources.prf ../../Qt/4.8.1/mkspecs/features/uic.prf ../../Qt/4.8.1/mkspecs/features/yacc.prf ../../Qt/4.8.1/mkspecs/features/lex.prf ../../Qt/4.8.1/mkspecs/features/include_source_dir.prf c:\Qt\4.8.1\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
|
|
|
|
clean: compiler_clean
|
|
-$(DEL_FILE) debug/main.o debug/OutilZT.o debug/MainPanel.o debug/MainPage.o debug/GuiPage.o debug/PushButton.o debug/LogViewPage.o debug/TextButtonWidget.o debug/RankRulerWidget.o debug/GraphCursorWidget.o debug/EventsRulerWidget.o debug/AnalogGraphItem.o debug/GraphItem.o debug/GraphRulerWidget.o debug/ZTData.o debug/LogMgr.o debug/TrainLogFileMgr.o debug/LogsListPage.o debug/OptionsPage.o debug/Settings.o debug/NetworkZTListPage.o debug/ToggleTextButtonWidget.o debug/NetworkCtrlPage.o debug/NetworkManager.o debug/TxRxWidget.o debug/TCPProtocol.o debug/RemoteZTPage.o debug/ZTLogViewerPage.o debug/ProgressBarPage.o debug/RemoteZTCtrlPage.o debug/ToggleButtonWidget.o debug/UDPProtocol.o debug/DatabaseMgrPage.o debug/ZTLogsListPage.o debug/ZTLogFilesMgr.o debug/DirParserThread.o debug/moc_OutilZT.o debug/moc_MainPanel.o debug/moc_MainPage.o debug/moc_Guipage.o debug/moc_PushButton.o debug/moc_LogViewPage.o debug/moc_TextButtonWidget.o debug/moc_RankRulerWidget.o debug/moc_GraphCursorWidget.o debug/moc_EventsRulerWidget.o debug/moc_AnalogGraphItem.o debug/moc_GraphItem.o debug/moc_GraphRulerWidget.o debug/moc_LogMgr.o debug/moc_LogsListPage.o debug/moc_OptionsPage.o debug/moc_NetworkZTListPage.o debug/moc_ToggleTextButtonWidget.o debug/moc_NetworkCtrlPage.o debug/moc_NetworkManager.o debug/moc_TxRxWidget.o debug/moc_RemoteZTPage.o debug/moc_ZTLogViewerPage.o debug/moc_ProgressBarPage.o debug/moc_RemoteZTCtrlPage.o debug/moc_ToggleButtonWidget.o debug/moc_DatabaseMgrPage.o debug/moc_ZTLogsListPage.o debug/moc_ZTLogFilesMgr.o debug/moc_DirParserThread.o
|
|
|
|
distclean: clean
|
|
-$(DEL_FILE) $(DESTDIR_TARGET)
|
|
-$(DEL_FILE) Makefile.Debug
|
|
|
|
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: debug/moc_OutilZT.cpp debug/moc_MainPanel.cpp debug/moc_MainPage.cpp debug/moc_Guipage.cpp debug/moc_PushButton.cpp debug/moc_LogViewPage.cpp debug/moc_TextButtonWidget.cpp debug/moc_RankRulerWidget.cpp debug/moc_GraphCursorWidget.cpp debug/moc_EventsRulerWidget.cpp debug/moc_AnalogGraphItem.cpp debug/moc_GraphItem.cpp debug/moc_GraphRulerWidget.cpp debug/moc_LogMgr.cpp debug/moc_LogsListPage.cpp debug/moc_OptionsPage.cpp debug/moc_NetworkZTListPage.cpp debug/moc_ToggleTextButtonWidget.cpp debug/moc_NetworkCtrlPage.cpp debug/moc_NetworkManager.cpp debug/moc_TxRxWidget.cpp debug/moc_RemoteZTPage.cpp debug/moc_ZTLogViewerPage.cpp debug/moc_ProgressBarPage.cpp debug/moc_RemoteZTCtrlPage.cpp debug/moc_ToggleButtonWidget.cpp debug/moc_DatabaseMgrPage.cpp debug/moc_ZTLogsListPage.cpp debug/moc_ZTLogFilesMgr.cpp debug/moc_DirParserThread.cpp
|
|
compiler_moc_header_clean:
|
|
-$(DEL_FILE) debug/moc_OutilZT.cpp debug/moc_MainPanel.cpp debug/moc_MainPage.cpp debug/moc_Guipage.cpp debug/moc_PushButton.cpp debug/moc_LogViewPage.cpp debug/moc_TextButtonWidget.cpp debug/moc_RankRulerWidget.cpp debug/moc_GraphCursorWidget.cpp debug/moc_EventsRulerWidget.cpp debug/moc_AnalogGraphItem.cpp debug/moc_GraphItem.cpp debug/moc_GraphRulerWidget.cpp debug/moc_LogMgr.cpp debug/moc_LogsListPage.cpp debug/moc_OptionsPage.cpp debug/moc_NetworkZTListPage.cpp debug/moc_ToggleTextButtonWidget.cpp debug/moc_NetworkCtrlPage.cpp debug/moc_NetworkManager.cpp debug/moc_TxRxWidget.cpp debug/moc_RemoteZTPage.cpp debug/moc_ZTLogViewerPage.cpp debug/moc_ProgressBarPage.cpp debug/moc_RemoteZTCtrlPage.cpp debug/moc_ToggleButtonWidget.cpp debug/moc_DatabaseMgrPage.cpp debug/moc_ZTLogsListPage.cpp debug/moc_ZTLogFilesMgr.cpp debug/moc_DirParserThread.cpp
|
|
debug/moc_OutilZT.cpp: sources/MainPanel.h \
|
|
sources/GlobalDefine.h \
|
|
sources/LogMgr.h \
|
|
sources/ZTData.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/Settings.h \
|
|
sources/TCPProtocol.h \
|
|
sources/ZTLogFilesMgr.h \
|
|
sources/OutilZT.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/OutilZT.h -o debug/moc_OutilZT.cpp
|
|
|
|
debug/moc_MainPanel.cpp: sources/GlobalDefine.h \
|
|
sources/MainPanel.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/MainPanel.h -o debug/moc_MainPanel.cpp
|
|
|
|
debug/moc_MainPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/MainPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/MainPage.h -o debug/moc_MainPage.cpp
|
|
|
|
debug/moc_Guipage.cpp: sources/GuiElements/Guipage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/Guipage.h -o debug/moc_Guipage.cpp
|
|
|
|
debug/moc_PushButton.cpp: sources/GuiElements/PushButton.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/PushButton.h -o debug/moc_PushButton.cpp
|
|
|
|
debug/moc_LogViewPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/GraphItem.h \
|
|
sources/GuiElements/GraphCursorWidget.h \
|
|
sources/GuiElements/GraphRulerWidget.h \
|
|
sources/GuiElements/AnalogGraphItem.h \
|
|
sources/GuiElements/RankRulerWidget.h \
|
|
sources/GuiElements/EventsRulerWidget.h \
|
|
sources/GuiElements/LogViewPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogViewPage.h -o debug/moc_LogViewPage.cpp
|
|
|
|
debug/moc_TextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TextButtonWidget.h -o debug/moc_TextButtonWidget.cpp
|
|
|
|
debug/moc_RankRulerWidget.cpp: sources/GuiElements/RankRulerWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RankRulerWidget.h -o debug/moc_RankRulerWidget.cpp
|
|
|
|
debug/moc_GraphCursorWidget.cpp: sources/GuiElements/GraphCursorWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphCursorWidget.h -o debug/moc_GraphCursorWidget.cpp
|
|
|
|
debug/moc_EventsRulerWidget.cpp: sources/GuiElements/EventsRulerWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/EventsRulerWidget.h -o debug/moc_EventsRulerWidget.cpp
|
|
|
|
debug/moc_AnalogGraphItem.cpp: sources/GuiElements/AnalogGraphItem.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/AnalogGraphItem.h -o debug/moc_AnalogGraphItem.cpp
|
|
|
|
debug/moc_GraphItem.cpp: sources/GuiElements/GraphItem.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphItem.h -o debug/moc_GraphItem.cpp
|
|
|
|
debug/moc_GraphRulerWidget.cpp: sources/GuiElements/GraphRulerWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/GraphRulerWidget.h -o debug/moc_GraphRulerWidget.cpp
|
|
|
|
debug/moc_LogMgr.cpp: sources/ZTData.h \
|
|
sources/GlobalDefine.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/LogMgr.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/LogMgr.h -o debug/moc_LogMgr.cpp
|
|
|
|
debug/moc_LogsListPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/LogsListPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/LogsListPage.h -o debug/moc_LogsListPage.cpp
|
|
|
|
debug/moc_OptionsPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/OptionsPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/OptionsPage.h -o debug/moc_OptionsPage.cpp
|
|
|
|
debug/moc_NetworkZTListPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/NetworkZTListPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkZTListPage.h -o debug/moc_NetworkZTListPage.cpp
|
|
|
|
debug/moc_ToggleTextButtonWidget.cpp: sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/ToggleTextButtonWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleTextButtonWidget.h -o debug/moc_ToggleTextButtonWidget.cpp
|
|
|
|
debug/moc_NetworkCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/ToggleTextButtonWidget.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/TxRxWidget.h \
|
|
sources/GuiElements/NetworkCtrlPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/NetworkCtrlPage.h -o debug/moc_NetworkCtrlPage.cpp
|
|
|
|
debug/moc_NetworkManager.cpp: sources/GlobalDefine.h \
|
|
sources/ZTData.h \
|
|
sources/TCPProtocol.h \
|
|
sources/UDPProtocol.h \
|
|
sources/NetworkManager.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/NetworkManager.h -o debug/moc_NetworkManager.cpp
|
|
|
|
debug/moc_TxRxWidget.cpp: sources/GuiElements/TxRxWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/TxRxWidget.h -o debug/moc_TxRxWidget.cpp
|
|
|
|
debug/moc_RemoteZTPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/ToggleTextButtonWidget.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/RemoteZTPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTPage.h -o debug/moc_RemoteZTPage.cpp
|
|
|
|
debug/moc_ZTLogViewerPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/ZTLogViewerPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogViewerPage.h -o debug/moc_ZTLogViewerPage.cpp
|
|
|
|
debug/moc_ProgressBarPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/ProgressBarPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ProgressBarPage.h -o debug/moc_ProgressBarPage.cpp
|
|
|
|
debug/moc_RemoteZTCtrlPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/ToggleButtonWidget.h \
|
|
sources/GuiElements/RemoteZTCtrlPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/RemoteZTCtrlPage.h -o debug/moc_RemoteZTCtrlPage.cpp
|
|
|
|
debug/moc_ToggleButtonWidget.cpp: sources/GuiElements/ToggleButtonWidget.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ToggleButtonWidget.h -o debug/moc_ToggleButtonWidget.cpp
|
|
|
|
debug/moc_DatabaseMgrPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/DatabaseMgrPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/DatabaseMgrPage.h -o debug/moc_DatabaseMgrPage.cpp
|
|
|
|
debug/moc_ZTLogsListPage.cpp: sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/ZTLogsListPage.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/GuiElements/ZTLogsListPage.h -o debug/moc_ZTLogsListPage.cpp
|
|
|
|
debug/moc_ZTLogFilesMgr.cpp: sources/ZTData.h \
|
|
sources/GlobalDefine.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/ZTLogFilesMgr.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/ZTLogFilesMgr.h -o debug/moc_ZTLogFilesMgr.cpp
|
|
|
|
debug/moc_DirParserThread.cpp: sources/GlobalDefine.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/ZTData.h \
|
|
sources/DirParserThread.h
|
|
C:/Qt/4.8.1/bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 sources/DirParserThread.h -o debug/moc_DirParserThread.cpp
|
|
|
|
compiler_rcc_make_all:
|
|
compiler_rcc_clean:
|
|
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_uic_make_all:
|
|
compiler_uic_clean:
|
|
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
|
|
|
|
|
|
|
|
####### Compile
|
|
|
|
debug/main.o: sources/main.cpp sources/OutilZT.h \
|
|
sources/MainPanel.h \
|
|
sources/GlobalDefine.h \
|
|
sources/LogMgr.h \
|
|
sources/ZTData.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/Settings.h \
|
|
sources/TCPProtocol.h \
|
|
sources/ZTLogFilesMgr.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/main.o sources/main.cpp
|
|
|
|
debug/OutilZT.o: sources/OutilZT.cpp sources/OutilZT.h \
|
|
sources/MainPanel.h \
|
|
sources/GlobalDefine.h \
|
|
sources/LogMgr.h \
|
|
sources/ZTData.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/Settings.h \
|
|
sources/TCPProtocol.h \
|
|
sources/ZTLogFilesMgr.h \
|
|
sources/NetworkManager.h \
|
|
sources/UDPProtocol.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/OutilZT.o sources/OutilZT.cpp
|
|
|
|
debug/MainPanel.o: sources/MainPanel.cpp sources/MainPanel.h \
|
|
sources/GlobalDefine.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/MainPanel.o sources/MainPanel.cpp
|
|
|
|
debug/MainPage.o: sources/GuiElements/MainPage.cpp sources/GuiElements/MainPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/MainPage.o sources/GuiElements/MainPage.cpp
|
|
|
|
debug/GuiPage.o: sources/GuiElements/GuiPage.cpp sources/GuiElements/Guipage.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GuiPage.o sources/GuiElements/GuiPage.cpp
|
|
|
|
debug/PushButton.o: sources/GuiElements/PushButton.cpp sources/GuiElements/PushButton.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/PushButton.o sources/GuiElements/PushButton.cpp
|
|
|
|
debug/LogViewPage.o: sources/GuiElements/LogViewPage.cpp sources/GuiElements/LogViewPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/GraphItem.h \
|
|
sources/GuiElements/GraphCursorWidget.h \
|
|
sources/GuiElements/GraphRulerWidget.h \
|
|
sources/GuiElements/AnalogGraphItem.h \
|
|
sources/GuiElements/RankRulerWidget.h \
|
|
sources/GuiElements/EventsRulerWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogViewPage.o sources/GuiElements/LogViewPage.cpp
|
|
|
|
debug/TextButtonWidget.o: sources/GuiElements/TextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TextButtonWidget.o sources/GuiElements/TextButtonWidget.cpp
|
|
|
|
debug/RankRulerWidget.o: sources/GuiElements/RankRulerWidget.cpp sources/GuiElements/RankRulerWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RankRulerWidget.o sources/GuiElements/RankRulerWidget.cpp
|
|
|
|
debug/GraphCursorWidget.o: sources/GuiElements/GraphCursorWidget.cpp sources/GuiElements/GraphCursorWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphCursorWidget.o sources/GuiElements/GraphCursorWidget.cpp
|
|
|
|
debug/EventsRulerWidget.o: sources/GuiElements/EventsRulerWidget.cpp sources/GuiElements/EventsRulerWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/EventsRulerWidget.o sources/GuiElements/EventsRulerWidget.cpp
|
|
|
|
debug/AnalogGraphItem.o: sources/GuiElements/AnalogGraphItem.cpp sources/GuiElements/AnalogGraphItem.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/AnalogGraphItem.o sources/GuiElements/AnalogGraphItem.cpp
|
|
|
|
debug/GraphItem.o: sources/GuiElements/GraphItem.cpp sources/GuiElements/GraphItem.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphItem.o sources/GuiElements/GraphItem.cpp
|
|
|
|
debug/GraphRulerWidget.o: sources/GuiElements/GraphRulerWidget.cpp sources/GuiElements/GraphRulerWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/GraphRulerWidget.o sources/GuiElements/GraphRulerWidget.cpp
|
|
|
|
debug/ZTData.o: sources/ZTData.cpp sources/ZTData.h \
|
|
sources/GlobalDefine.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTData.o sources/ZTData.cpp
|
|
|
|
debug/LogMgr.o: sources/LogMgr.cpp sources/LogMgr.h \
|
|
sources/ZTData.h \
|
|
sources/GlobalDefine.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/OutilZT.h \
|
|
sources/MainPanel.h \
|
|
sources/Settings.h \
|
|
sources/TCPProtocol.h \
|
|
sources/ZTLogFilesMgr.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogMgr.o sources/LogMgr.cpp
|
|
|
|
debug/TrainLogFileMgr.o: sources/TrainLogFileMgr.cpp sources/TrainLogFileMgr.h \
|
|
sources/GlobalDefine.h \
|
|
sources/ZTData.h \
|
|
sources/LogMgr.h \
|
|
sources/DirParserThread.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TrainLogFileMgr.o sources/TrainLogFileMgr.cpp
|
|
|
|
debug/LogsListPage.o: sources/GuiElements/LogsListPage.cpp sources/GuiElements/LogsListPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/LogsListPage.o sources/GuiElements/LogsListPage.cpp
|
|
|
|
debug/OptionsPage.o: sources/GuiElements/OptionsPage.cpp sources/GuiElements/OptionsPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/OptionsPage.o sources/GuiElements/OptionsPage.cpp
|
|
|
|
debug/Settings.o: sources/Settings.cpp sources/Settings.h \
|
|
sources/GlobalDefine.h \
|
|
sources/ZTData.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/Settings.o sources/Settings.cpp
|
|
|
|
debug/NetworkZTListPage.o: sources/GuiElements/NetworkZTListPage.cpp sources/GuiElements/NetworkZTListPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkZTListPage.o sources/GuiElements/NetworkZTListPage.cpp
|
|
|
|
debug/ToggleTextButtonWidget.o: sources/GuiElements/ToggleTextButtonWidget.cpp sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ToggleTextButtonWidget.o sources/GuiElements/ToggleTextButtonWidget.cpp
|
|
|
|
debug/NetworkCtrlPage.o: sources/GuiElements/NetworkCtrlPage.cpp sources/GuiElements/NetworkCtrlPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/ToggleTextButtonWidget.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/TxRxWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkCtrlPage.o sources/GuiElements/NetworkCtrlPage.cpp
|
|
|
|
debug/NetworkManager.o: sources/NetworkManager.cpp sources/NetworkManager.h \
|
|
sources/GlobalDefine.h \
|
|
sources/ZTData.h \
|
|
sources/TCPProtocol.h \
|
|
sources/UDPProtocol.h \
|
|
sources/OutilZT.h \
|
|
sources/MainPanel.h \
|
|
sources/LogMgr.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/Settings.h \
|
|
sources/ZTLogFilesMgr.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/NetworkManager.o sources/NetworkManager.cpp
|
|
|
|
debug/TxRxWidget.o: sources/GuiElements/TxRxWidget.cpp sources/GuiElements/TxRxWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TxRxWidget.o sources/GuiElements/TxRxWidget.cpp
|
|
|
|
debug/TCPProtocol.o: sources/TCPProtocol.cpp sources/TCPProtocol.h \
|
|
sources/GlobalDefine.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/TCPProtocol.o sources/TCPProtocol.cpp
|
|
|
|
debug/RemoteZTPage.o: sources/GuiElements/RemoteZTPage.cpp sources/GuiElements/RemoteZTPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/ToggleTextButtonWidget.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RemoteZTPage.o sources/GuiElements/RemoteZTPage.cpp
|
|
|
|
debug/ZTLogViewerPage.o: sources/GuiElements/ZTLogViewerPage.cpp sources/GuiElements/ZTLogViewerPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogViewerPage.o sources/GuiElements/ZTLogViewerPage.cpp
|
|
|
|
debug/ProgressBarPage.o: sources/GuiElements/ProgressBarPage.cpp sources/GuiElements/ProgressBarPage.h \
|
|
sources/GuiElements/Guipage.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ProgressBarPage.o sources/GuiElements/ProgressBarPage.cpp
|
|
|
|
debug/RemoteZTCtrlPage.o: sources/GuiElements/RemoteZTCtrlPage.cpp sources/GuiElements/RemoteZTCtrlPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/TextButtonWidget.h \
|
|
sources/GuiElements/ToggleButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/RemoteZTCtrlPage.o sources/GuiElements/RemoteZTCtrlPage.cpp
|
|
|
|
debug/ToggleButtonWidget.o: sources/GuiElements/ToggleButtonWidget.cpp sources/GuiElements/ToggleButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ToggleButtonWidget.o sources/GuiElements/ToggleButtonWidget.cpp
|
|
|
|
debug/UDPProtocol.o: sources/UDPProtocol.cpp sources/UDPProtocol.h \
|
|
sources/GlobalDefine.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/UDPProtocol.o sources/UDPProtocol.cpp
|
|
|
|
debug/DatabaseMgrPage.o: sources/GuiElements/DatabaseMgrPage.cpp sources/GuiElements/DatabaseMgrPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/DatabaseMgrPage.o sources/GuiElements/DatabaseMgrPage.cpp
|
|
|
|
debug/ZTLogsListPage.o: sources/GuiElements/ZTLogsListPage.cpp sources/GuiElements/ZTLogsListPage.h \
|
|
sources/GuiElements/Guipage.h \
|
|
sources/GuiElements/PushButton.h \
|
|
sources/GuiElements/TextButtonWidget.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogsListPage.o sources/GuiElements/ZTLogsListPage.cpp
|
|
|
|
debug/ZTLogFilesMgr.o: sources/ZTLogFilesMgr.cpp sources/ZTLogFilesMgr.h \
|
|
sources/ZTData.h \
|
|
sources/GlobalDefine.h \
|
|
sources/DirParserThread.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/OutilZT.h \
|
|
sources/MainPanel.h \
|
|
sources/LogMgr.h \
|
|
sources/Settings.h \
|
|
sources/TCPProtocol.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/ZTLogFilesMgr.o sources/ZTLogFilesMgr.cpp
|
|
|
|
debug/DirParserThread.o: sources/DirParserThread.cpp sources/DirParserThread.h \
|
|
sources/GlobalDefine.h \
|
|
sources/TrainLogFileMgr.h \
|
|
sources/ZTData.h
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/DirParserThread.o sources/DirParserThread.cpp
|
|
|
|
debug/moc_OutilZT.o: debug/moc_OutilZT.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_OutilZT.o debug/moc_OutilZT.cpp
|
|
|
|
debug/moc_MainPanel.o: debug/moc_MainPanel.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_MainPanel.o debug/moc_MainPanel.cpp
|
|
|
|
debug/moc_MainPage.o: debug/moc_MainPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_MainPage.o debug/moc_MainPage.cpp
|
|
|
|
debug/moc_Guipage.o: debug/moc_Guipage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_Guipage.o debug/moc_Guipage.cpp
|
|
|
|
debug/moc_PushButton.o: debug/moc_PushButton.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_PushButton.o debug/moc_PushButton.cpp
|
|
|
|
debug/moc_LogViewPage.o: debug/moc_LogViewPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogViewPage.o debug/moc_LogViewPage.cpp
|
|
|
|
debug/moc_TextButtonWidget.o: debug/moc_TextButtonWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_TextButtonWidget.o debug/moc_TextButtonWidget.cpp
|
|
|
|
debug/moc_RankRulerWidget.o: debug/moc_RankRulerWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RankRulerWidget.o debug/moc_RankRulerWidget.cpp
|
|
|
|
debug/moc_GraphCursorWidget.o: debug/moc_GraphCursorWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphCursorWidget.o debug/moc_GraphCursorWidget.cpp
|
|
|
|
debug/moc_EventsRulerWidget.o: debug/moc_EventsRulerWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_EventsRulerWidget.o debug/moc_EventsRulerWidget.cpp
|
|
|
|
debug/moc_AnalogGraphItem.o: debug/moc_AnalogGraphItem.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_AnalogGraphItem.o debug/moc_AnalogGraphItem.cpp
|
|
|
|
debug/moc_GraphItem.o: debug/moc_GraphItem.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphItem.o debug/moc_GraphItem.cpp
|
|
|
|
debug/moc_GraphRulerWidget.o: debug/moc_GraphRulerWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_GraphRulerWidget.o debug/moc_GraphRulerWidget.cpp
|
|
|
|
debug/moc_LogMgr.o: debug/moc_LogMgr.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogMgr.o debug/moc_LogMgr.cpp
|
|
|
|
debug/moc_LogsListPage.o: debug/moc_LogsListPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_LogsListPage.o debug/moc_LogsListPage.cpp
|
|
|
|
debug/moc_OptionsPage.o: debug/moc_OptionsPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_OptionsPage.o debug/moc_OptionsPage.cpp
|
|
|
|
debug/moc_NetworkZTListPage.o: debug/moc_NetworkZTListPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkZTListPage.o debug/moc_NetworkZTListPage.cpp
|
|
|
|
debug/moc_ToggleTextButtonWidget.o: debug/moc_ToggleTextButtonWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ToggleTextButtonWidget.o debug/moc_ToggleTextButtonWidget.cpp
|
|
|
|
debug/moc_NetworkCtrlPage.o: debug/moc_NetworkCtrlPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkCtrlPage.o debug/moc_NetworkCtrlPage.cpp
|
|
|
|
debug/moc_NetworkManager.o: debug/moc_NetworkManager.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_NetworkManager.o debug/moc_NetworkManager.cpp
|
|
|
|
debug/moc_TxRxWidget.o: debug/moc_TxRxWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_TxRxWidget.o debug/moc_TxRxWidget.cpp
|
|
|
|
debug/moc_RemoteZTPage.o: debug/moc_RemoteZTPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RemoteZTPage.o debug/moc_RemoteZTPage.cpp
|
|
|
|
debug/moc_ZTLogViewerPage.o: debug/moc_ZTLogViewerPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogViewerPage.o debug/moc_ZTLogViewerPage.cpp
|
|
|
|
debug/moc_ProgressBarPage.o: debug/moc_ProgressBarPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ProgressBarPage.o debug/moc_ProgressBarPage.cpp
|
|
|
|
debug/moc_RemoteZTCtrlPage.o: debug/moc_RemoteZTCtrlPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_RemoteZTCtrlPage.o debug/moc_RemoteZTCtrlPage.cpp
|
|
|
|
debug/moc_ToggleButtonWidget.o: debug/moc_ToggleButtonWidget.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ToggleButtonWidget.o debug/moc_ToggleButtonWidget.cpp
|
|
|
|
debug/moc_DatabaseMgrPage.o: debug/moc_DatabaseMgrPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_DatabaseMgrPage.o debug/moc_DatabaseMgrPage.cpp
|
|
|
|
debug/moc_ZTLogsListPage.o: debug/moc_ZTLogsListPage.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogsListPage.o debug/moc_ZTLogsListPage.cpp
|
|
|
|
debug/moc_ZTLogFilesMgr.o: debug/moc_ZTLogFilesMgr.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_ZTLogFilesMgr.o debug/moc_ZTLogFilesMgr.cpp
|
|
|
|
debug/moc_DirParserThread.o: debug/moc_DirParserThread.cpp
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_DirParserThread.o debug/moc_DirParserThread.cpp
|
|
|
|
####### Install
|
|
|
|
install: FORCE
|
|
|
|
uninstall: FORCE
|
|
|
|
FORCE:
|
|
|