diff -r 6894bf2709c0 -r e6d1a78b6db9 BuildLogViewer/Makefile.Release --- a/BuildLogViewer/Makefile.Release Thu Sep 03 16:31:30 2009 -0700 +++ b/BuildLogViewer/Makefile.Release Wed Mar 24 14:05:38 2010 -0700 @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: BuildLogViewer -# Generated by qmake (2.01a) (Qt 4.5.2) on: Thu Sep 3 07:51:16 2009 +# Generated by qmake (2.01a) (Qt 4.5.2) on: Mon Nov 16 10:00:07 2009 # Project: BuildLogViewer.pro # Template: app ############################################################################# @@ -12,7 +12,7 @@ DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN CFLAGS = -O2 -Wall $(DEFINES) CXXFLAGS = -O2 -frtti -fexceptions -mthreads -Wall $(DEFINES) -INCPATH = -I"..\..\..\Qt\2009.03\qt\include\QtCore" -I"..\..\..\Qt\2009.03\qt\include\QtGui" -I"..\..\..\Qt\2009.03\qt\include\QtXml" -I"..\..\..\Qt\2009.03\qt\include" -I"..\..\..\Qt\2009.03\qt\include\ActiveQt" -I"release" -I"." -I"..\..\..\Qt\2009.03\qt\mkspecs\win32-g++" +INCPATH = -I"..\..\..\Qt\2009.03\qt\include\QtCore" -I"..\..\..\Qt\2009.03\qt\include\QtGui" -I"..\..\..\Qt\2009.03\qt\include\QtXml" -I"..\..\..\Qt\2009.03\qt\include" -I"." -I"..\..\..\Qt\2009.03\qt\include\ActiveQt" -I"release" -I"." -I"..\..\..\Qt\2009.03\qt\mkspecs\win32-g++" LINK = g++ LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows LIBS = -L"c:\Qt\2009.03\qt\lib" -lmingw32 -lqtmain -lQtXml4 -lQtGui4 -lQtCore4 @@ -40,27 +40,29 @@ ####### Files -SOURCES = main.cpp \ - mainwindow.cpp \ +SOURCES = AtAGlance.cpp \ + BuildStatus.cpp \ Document.cpp \ + DomItem.cpp \ DomModel.cpp \ - DomItem.cpp \ - AtAGlance.cpp \ - BuildStatus.cpp release\moc_mainwindow.cpp \ + main.cpp \ + mainwindow.cpp release\moc_AtAGlance.cpp \ + release\moc_BuildStatus.cpp \ release\moc_Document.cpp \ release\moc_DomModel.cpp \ - release\moc_AtAGlance.cpp -OBJECTS = release/main.o \ - release/mainwindow.o \ + release\moc_mainwindow.cpp +OBJECTS = release/AtAGlance.o \ + release/BuildStatus.o \ release/Document.o \ + release/DomItem.o \ release/DomModel.o \ - release/DomItem.o \ - release/AtAGlance.o \ - release/BuildStatus.o \ - release/moc_mainwindow.o \ + release/main.o \ + release/mainwindow.o \ + release/moc_AtAGlance.o \ + release/moc_BuildStatus.o \ release/moc_Document.o \ release/moc_DomModel.o \ - release/moc_AtAGlance.o + release/moc_mainwindow.o DIST = QMAKE_TARGET = BuildLogViewer DESTDIR = release\ #avoid trailing-slash linebreak @@ -88,7 +90,7 @@ first: all all: Makefile.Release $(DESTDIR_TARGET) -$(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS) +$(DESTDIR_TARGET): ui_BuildResults.h ui_mainwindow.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.BuildLogViewer.Release $(LIBS) @@ -99,7 +101,7 @@ $(ZIP) BuildLogViewer.zip $(SOURCES) $(DIST) BuildLogViewer.pro ..\..\..\Qt\2009.03\qt\mkspecs\qconfig.pri ..\..\..\Qt\2009.03\qt\mkspecs\features\qt_functions.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\qt_config.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\exclusive_builds.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\default_pre.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\default_pre.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\release.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\debug_and_release.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\default_post.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\default_post.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\build_pass.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\rtti.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\exceptions.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\stl.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\shared.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\warn_on.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\qt.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\thread.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\moc.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\win32\windows.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\resources.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\uic.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\yacc.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\lex.prf ..\..\..\Qt\2009.03\qt\mkspecs\features\include_source_dir.prf c:\Qt\2009.03\qt\lib\qtmain.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES clean: compiler_clean - -$(DEL_FILE) release\main.o release\mainwindow.o release\Document.o release\DomModel.o release\DomItem.o release\AtAGlance.o release\BuildStatus.o release\moc_mainwindow.o release\moc_Document.o release\moc_DomModel.o release\moc_AtAGlance.o + -$(DEL_FILE) release\AtAGlance.o release\BuildStatus.o release\Document.o release\DomItem.o release\DomModel.o release\main.o release\mainwindow.o release\moc_AtAGlance.o release\moc_BuildStatus.o release\moc_Document.o release\moc_DomModel.o release\moc_mainwindow.o distclean: clean -$(DEL_FILE) $(DESTDIR_TARGET) @@ -109,13 +111,16 @@ mocables: compiler_moc_header_make_all compiler_moc_source_make_all -compiler_moc_header_make_all: release/moc_mainwindow.cpp release/moc_Document.cpp release/moc_DomModel.cpp release/moc_AtAGlance.cpp +compiler_moc_header_make_all: release/moc_AtAGlance.cpp release/moc_BuildStatus.cpp release/moc_Document.cpp release/moc_DomModel.cpp release/moc_mainwindow.cpp compiler_moc_header_clean: - -$(DEL_FILE) release\moc_mainwindow.cpp release\moc_Document.cpp release\moc_DomModel.cpp release\moc_AtAGlance.cpp -release/moc_mainwindow.cpp: Document.h \ - DomModel.h \ - mainwindow.h - C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 mainwindow.h -o release\moc_mainwindow.cpp + -$(DEL_FILE) release\moc_AtAGlance.cpp release\moc_BuildStatus.cpp release\moc_Document.cpp release\moc_DomModel.cpp release\moc_mainwindow.cpp +release/moc_AtAGlance.cpp: BuildStatus.h \ + ui_BuildResults.h \ + AtAGlance.h + C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 AtAGlance.h -o release\moc_AtAGlance.cpp + +release/moc_BuildStatus.cpp: BuildStatus.h + C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 BuildStatus.h -o release\moc_BuildStatus.cpp release/moc_Document.cpp: DomModel.h \ Document.h @@ -124,9 +129,10 @@ release/moc_DomModel.cpp: DomModel.h C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 DomModel.h -o release\moc_DomModel.cpp -release/moc_AtAGlance.cpp: BuildStatus.h \ - AtAGlance.h - C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 AtAGlance.h -o release\moc_AtAGlance.cpp +release/moc_mainwindow.cpp: Document.h \ + DomModel.h \ + mainwindow.h + C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 mainwindow.h -o release\moc_mainwindow.cpp compiler_rcc_make_all: compiler_rcc_clean: @@ -135,9 +141,12 @@ -$(DEL_FILE) qmake_image_collection.cpp compiler_moc_source_make_all: compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h +compiler_uic_make_all: ui_BuildResults.h ui_mainwindow.h compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h + -$(DEL_FILE) ui_BuildResults.h ui_mainwindow.h +ui_BuildResults.h: BuildResults.ui + c:\Qt\2009.03\qt\bin\uic.exe BuildResults.ui -o ui_BuildResults.h + ui_mainwindow.h: mainwindow.ui c:\Qt\2009.03\qt\bin\uic.exe mainwindow.ui -o ui_mainwindow.h @@ -153,6 +162,25 @@ ####### Compile +release/AtAGlance.o: AtAGlance.cpp AtAGlance.h \ + BuildStatus.h \ + ui_BuildResults.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\AtAGlance.o AtAGlance.cpp + +release/BuildStatus.o: BuildStatus.cpp BuildStatus.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\BuildStatus.o BuildStatus.cpp + +release/Document.o: Document.cpp Document.h \ + DomModel.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\Document.o Document.cpp + +release/DomItem.o: DomItem.cpp domitem.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomItem.o DomItem.cpp + +release/DomModel.o: DomModel.cpp domitem.h \ + dommodel.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomModel.o DomModel.cpp + release/main.o: main.cpp mainwindow.h \ Document.h \ DomModel.h @@ -160,32 +188,18 @@ release/mainwindow.o: mainwindow.cpp AtAGlance.h \ BuildStatus.h \ + ui_BuildResults.h \ Document.h \ DomModel.h \ mainwindow.h \ ui_mainwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o mainwindow.cpp -release/Document.o: Document.cpp Document.h \ - DomModel.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\Document.o Document.cpp - -release/DomModel.o: DomModel.cpp domitem.h \ - dommodel.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomModel.o DomModel.cpp +release/moc_AtAGlance.o: release/moc_AtAGlance.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_AtAGlance.o release\moc_AtAGlance.cpp -release/DomItem.o: DomItem.cpp domitem.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomItem.o DomItem.cpp - -release/AtAGlance.o: AtAGlance.cpp AtAGlance.h \ - BuildStatus.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\AtAGlance.o AtAGlance.cpp - -release/BuildStatus.o: BuildStatus.cpp BuildStatus.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\BuildStatus.o BuildStatus.cpp - -release/moc_mainwindow.o: release/moc_mainwindow.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp +release/moc_BuildStatus.o: release/moc_BuildStatus.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_BuildStatus.o release\moc_BuildStatus.cpp release/moc_Document.o: release/moc_Document.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_Document.o release\moc_Document.cpp @@ -193,8 +207,8 @@ release/moc_DomModel.o: release/moc_DomModel.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_DomModel.o release\moc_DomModel.cpp -release/moc_AtAGlance.o: release/moc_AtAGlance.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_AtAGlance.o release\moc_AtAGlance.cpp +release/moc_mainwindow.o: release/moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp ####### Install