BuildLogViewer/Makefile.Debug
changeset 41 b56d7e268634
parent 40 edc0144719a1
child 42 b9716e8867f1
equal deleted inserted replaced
40:edc0144719a1 41:b56d7e268634
     1 #############################################################################
       
     2 # Makefile for building: BuildLogViewer
       
     3 # Generated by qmake (2.01a) (Qt 4.5.2) on: Mon Nov 16 10:00:07 2009
       
     4 # Project:  BuildLogViewer.pro
       
     5 # Template: app
       
     6 #############################################################################
       
     7 
       
     8 ####### Compiler, tools and options
       
     9 
       
    10 CC            = gcc
       
    11 CXX           = g++
       
    12 DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
       
    13 CFLAGS        = -g -Wall $(DEFINES)
       
    14 CXXFLAGS      = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)
       
    15 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"debug" -I"." -I"..\..\..\Qt\2009.03\qt\mkspecs\win32-g++"
       
    16 LINK        =        g++
       
    17 LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows
       
    18 LIBS        =        -L"c:\Qt\2009.03\qt\lib" -lmingw32 -lqtmaind -lQtXmld4 -lQtGuid4 -lQtCored4
       
    19 QMAKE         = c:\Qt\2009.03\qt\bin\qmake.exe
       
    20 IDC           = c:\Qt\2009.03\qt\bin\idc.exe
       
    21 IDL           = midl
       
    22 ZIP           = zip -r -9
       
    23 DEF_FILE      = 
       
    24 RES_FILE      = 
       
    25 COPY          = copy /y
       
    26 COPY_FILE     = $(COPY)
       
    27 COPY_DIR      = xcopy /s /q /y /i
       
    28 DEL_FILE      = del
       
    29 DEL_DIR       = rmdir
       
    30 MOVE          = move
       
    31 CHK_DIR_EXISTS= if not exist
       
    32 MKDIR         = mkdir
       
    33 INSTALL_FILE    = $(COPY_FILE)
       
    34 INSTALL_PROGRAM = $(COPY_FILE)
       
    35 INSTALL_DIR     = $(COPY_DIR)
       
    36 
       
    37 ####### Output directory
       
    38 
       
    39 OBJECTS_DIR   = debug
       
    40 
       
    41 ####### Files
       
    42 
       
    43 SOURCES       = AtAGlance.cpp \
       
    44 		BuildStatus.cpp \
       
    45 		Document.cpp \
       
    46 		DomItem.cpp \
       
    47 		DomModel.cpp \
       
    48 		main.cpp \
       
    49 		mainwindow.cpp debug\moc_AtAGlance.cpp \
       
    50 		debug\moc_BuildStatus.cpp \
       
    51 		debug\moc_Document.cpp \
       
    52 		debug\moc_DomModel.cpp \
       
    53 		debug\moc_mainwindow.cpp
       
    54 OBJECTS       = debug/AtAGlance.o \
       
    55 		debug/BuildStatus.o \
       
    56 		debug/Document.o \
       
    57 		debug/DomItem.o \
       
    58 		debug/DomModel.o \
       
    59 		debug/main.o \
       
    60 		debug/mainwindow.o \
       
    61 		debug/moc_AtAGlance.o \
       
    62 		debug/moc_BuildStatus.o \
       
    63 		debug/moc_Document.o \
       
    64 		debug/moc_DomModel.o \
       
    65 		debug/moc_mainwindow.o
       
    66 DIST          = 
       
    67 QMAKE_TARGET  = BuildLogViewer
       
    68 DESTDIR        = debug\ #avoid trailing-slash linebreak
       
    69 TARGET         = BuildLogViewer.exe
       
    70 DESTDIR_TARGET = debug\BuildLogViewer.exe
       
    71 
       
    72 ####### Implicit rules
       
    73 
       
    74 .SUFFIXES: .cpp .cc .cxx .c
       
    75 
       
    76 .cpp.o:
       
    77 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
       
    78 
       
    79 .cc.o:
       
    80 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
       
    81 
       
    82 .cxx.o:
       
    83 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
       
    84 
       
    85 .c.o:
       
    86 	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
       
    87 
       
    88 ####### Build rules
       
    89 
       
    90 first: all
       
    91 all: Makefile.Debug  $(DESTDIR_TARGET)
       
    92 
       
    93 $(DESTDIR_TARGET): ui_BuildResults.h ui_mainwindow.h $(OBJECTS) 
       
    94 	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.BuildLogViewer.Debug  $(LIBS)
       
    95 
       
    96 
       
    97 qmake:  FORCE
       
    98 	@$(QMAKE) -spec ..\..\..\Qt\2009.03\qt\mkspecs\win32-g++ -win32 -o Makefile.Debug BuildLogViewer.pro
       
    99 
       
   100 dist:
       
   101 	$(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\debug.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\qtmaind.prl  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 
       
   102 
       
   103 clean: compiler_clean 
       
   104 	-$(DEL_FILE) debug\AtAGlance.o debug\BuildStatus.o debug\Document.o debug\DomItem.o debug\DomModel.o debug\main.o debug\mainwindow.o debug\moc_AtAGlance.o debug\moc_BuildStatus.o debug\moc_Document.o debug\moc_DomModel.o debug\moc_mainwindow.o
       
   105 
       
   106 distclean: clean
       
   107 	-$(DEL_FILE) $(DESTDIR_TARGET)
       
   108 	-$(DEL_FILE) Makefile.Debug
       
   109 
       
   110 mocclean: compiler_moc_header_clean compiler_moc_source_clean
       
   111 
       
   112 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
       
   113 
       
   114 compiler_moc_header_make_all: debug/moc_AtAGlance.cpp debug/moc_BuildStatus.cpp debug/moc_Document.cpp debug/moc_DomModel.cpp debug/moc_mainwindow.cpp
       
   115 compiler_moc_header_clean:
       
   116 	-$(DEL_FILE) debug\moc_AtAGlance.cpp debug\moc_BuildStatus.cpp debug\moc_Document.cpp debug\moc_DomModel.cpp debug\moc_mainwindow.cpp
       
   117 debug/moc_AtAGlance.cpp: BuildStatus.h \
       
   118 		ui_BuildResults.h \
       
   119 		AtAGlance.h
       
   120 	C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 AtAGlance.h -o debug\moc_AtAGlance.cpp
       
   121 
       
   122 debug/moc_BuildStatus.cpp: BuildStatus.h
       
   123 	C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 BuildStatus.h -o debug\moc_BuildStatus.cpp
       
   124 
       
   125 debug/moc_Document.cpp: DomModel.h \
       
   126 		Document.h
       
   127 	C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Document.h -o debug\moc_Document.cpp
       
   128 
       
   129 debug/moc_DomModel.cpp: DomModel.h
       
   130 	C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 DomModel.h -o debug\moc_DomModel.cpp
       
   131 
       
   132 debug/moc_mainwindow.cpp: Document.h \
       
   133 		DomModel.h \
       
   134 		mainwindow.h
       
   135 	C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 mainwindow.h -o debug\moc_mainwindow.cpp
       
   136 
       
   137 compiler_rcc_make_all:
       
   138 compiler_rcc_clean:
       
   139 compiler_image_collection_make_all: qmake_image_collection.cpp
       
   140 compiler_image_collection_clean:
       
   141 	-$(DEL_FILE) qmake_image_collection.cpp
       
   142 compiler_moc_source_make_all:
       
   143 compiler_moc_source_clean:
       
   144 compiler_uic_make_all: ui_BuildResults.h ui_mainwindow.h
       
   145 compiler_uic_clean:
       
   146 	-$(DEL_FILE) ui_BuildResults.h ui_mainwindow.h
       
   147 ui_BuildResults.h: BuildResults.ui
       
   148 	c:\Qt\2009.03\qt\bin\uic.exe BuildResults.ui -o ui_BuildResults.h
       
   149 
       
   150 ui_mainwindow.h: mainwindow.ui
       
   151 	c:\Qt\2009.03\qt\bin\uic.exe mainwindow.ui -o ui_mainwindow.h
       
   152 
       
   153 compiler_yacc_decl_make_all:
       
   154 compiler_yacc_decl_clean:
       
   155 compiler_yacc_impl_make_all:
       
   156 compiler_yacc_impl_clean:
       
   157 compiler_lex_make_all:
       
   158 compiler_lex_clean:
       
   159 compiler_clean: compiler_moc_header_clean compiler_uic_clean 
       
   160 
       
   161 
       
   162 
       
   163 ####### Compile
       
   164 
       
   165 debug/AtAGlance.o: AtAGlance.cpp AtAGlance.h \
       
   166 		BuildStatus.h \
       
   167 		ui_BuildResults.h
       
   168 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\AtAGlance.o AtAGlance.cpp
       
   169 
       
   170 debug/BuildStatus.o: BuildStatus.cpp BuildStatus.h
       
   171 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\BuildStatus.o BuildStatus.cpp
       
   172 
       
   173 debug/Document.o: Document.cpp Document.h \
       
   174 		DomModel.h
       
   175 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Document.o Document.cpp
       
   176 
       
   177 debug/DomItem.o: DomItem.cpp domitem.h
       
   178 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\DomItem.o DomItem.cpp
       
   179 
       
   180 debug/DomModel.o: DomModel.cpp domitem.h \
       
   181 		dommodel.h
       
   182 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\DomModel.o DomModel.cpp
       
   183 
       
   184 debug/main.o: main.cpp mainwindow.h \
       
   185 		Document.h \
       
   186 		DomModel.h
       
   187 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o main.cpp
       
   188 
       
   189 debug/mainwindow.o: mainwindow.cpp AtAGlance.h \
       
   190 		BuildStatus.h \
       
   191 		ui_BuildResults.h \
       
   192 		Document.h \
       
   193 		DomModel.h \
       
   194 		mainwindow.h \
       
   195 		ui_mainwindow.h
       
   196 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\mainwindow.o mainwindow.cpp
       
   197 
       
   198 debug/moc_AtAGlance.o: debug/moc_AtAGlance.cpp 
       
   199 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_AtAGlance.o debug\moc_AtAGlance.cpp
       
   200 
       
   201 debug/moc_BuildStatus.o: debug/moc_BuildStatus.cpp 
       
   202 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_BuildStatus.o debug\moc_BuildStatus.cpp
       
   203 
       
   204 debug/moc_Document.o: debug/moc_Document.cpp 
       
   205 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_Document.o debug\moc_Document.cpp
       
   206 
       
   207 debug/moc_DomModel.o: debug/moc_DomModel.cpp 
       
   208 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_DomModel.o debug\moc_DomModel.cpp
       
   209 
       
   210 debug/moc_mainwindow.o: debug/moc_mainwindow.cpp 
       
   211 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_mainwindow.o debug\moc_mainwindow.cpp
       
   212 
       
   213 ####### Install
       
   214 
       
   215 install:   FORCE
       
   216 
       
   217 uninstall:   FORCE
       
   218 
       
   219 FORCE:
       
   220