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_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN |
|
13 CFLAGS = -O2 -Wall $(DEFINES) |
|
14 CXXFLAGS = -O2 -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"release" -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 -Wl,-s -mthreads -Wl -Wl,-subsystem,windows |
|
18 LIBS = -L"c:\Qt\2009.03\qt\lib" -lmingw32 -lqtmain -lQtXml4 -lQtGui4 -lQtCore4 |
|
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 = release |
|
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 release\moc_AtAGlance.cpp \ |
|
50 release\moc_BuildStatus.cpp \ |
|
51 release\moc_Document.cpp \ |
|
52 release\moc_DomModel.cpp \ |
|
53 release\moc_mainwindow.cpp |
|
54 OBJECTS = release/AtAGlance.o \ |
|
55 release/BuildStatus.o \ |
|
56 release/Document.o \ |
|
57 release/DomItem.o \ |
|
58 release/DomModel.o \ |
|
59 release/main.o \ |
|
60 release/mainwindow.o \ |
|
61 release/moc_AtAGlance.o \ |
|
62 release/moc_BuildStatus.o \ |
|
63 release/moc_Document.o \ |
|
64 release/moc_DomModel.o \ |
|
65 release/moc_mainwindow.o |
|
66 DIST = |
|
67 QMAKE_TARGET = BuildLogViewer |
|
68 DESTDIR = release\ #avoid trailing-slash linebreak |
|
69 TARGET = BuildLogViewer.exe |
|
70 DESTDIR_TARGET = release\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.Release $(DESTDIR_TARGET) |
|
92 |
|
93 $(DESTDIR_TARGET): ui_BuildResults.h ui_mainwindow.h $(OBJECTS) |
|
94 $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.BuildLogViewer.Release $(LIBS) |
|
95 |
|
96 |
|
97 qmake: FORCE |
|
98 @$(QMAKE) -spec ..\..\..\Qt\2009.03\qt\mkspecs\win32-g++ -win32 -o Makefile.Release 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\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 |
|
102 |
|
103 clean: compiler_clean |
|
104 -$(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 |
|
105 |
|
106 distclean: clean |
|
107 -$(DEL_FILE) $(DESTDIR_TARGET) |
|
108 -$(DEL_FILE) Makefile.Release |
|
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: release/moc_AtAGlance.cpp release/moc_BuildStatus.cpp release/moc_Document.cpp release/moc_DomModel.cpp release/moc_mainwindow.cpp |
|
115 compiler_moc_header_clean: |
|
116 -$(DEL_FILE) release\moc_AtAGlance.cpp release\moc_BuildStatus.cpp release\moc_Document.cpp release\moc_DomModel.cpp release\moc_mainwindow.cpp |
|
117 release/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 release\moc_AtAGlance.cpp |
|
121 |
|
122 release/moc_BuildStatus.cpp: BuildStatus.h |
|
123 C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 BuildStatus.h -o release\moc_BuildStatus.cpp |
|
124 |
|
125 release/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 release\moc_Document.cpp |
|
128 |
|
129 release/moc_DomModel.cpp: DomModel.h |
|
130 C:/Qt/2009.03/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 DomModel.h -o release\moc_DomModel.cpp |
|
131 |
|
132 release/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 release\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 release/AtAGlance.o: AtAGlance.cpp AtAGlance.h \ |
|
166 BuildStatus.h \ |
|
167 ui_BuildResults.h |
|
168 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\AtAGlance.o AtAGlance.cpp |
|
169 |
|
170 release/BuildStatus.o: BuildStatus.cpp BuildStatus.h |
|
171 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\BuildStatus.o BuildStatus.cpp |
|
172 |
|
173 release/Document.o: Document.cpp Document.h \ |
|
174 DomModel.h |
|
175 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\Document.o Document.cpp |
|
176 |
|
177 release/DomItem.o: DomItem.cpp domitem.h |
|
178 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomItem.o DomItem.cpp |
|
179 |
|
180 release/DomModel.o: DomModel.cpp domitem.h \ |
|
181 dommodel.h |
|
182 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\DomModel.o DomModel.cpp |
|
183 |
|
184 release/main.o: main.cpp mainwindow.h \ |
|
185 Document.h \ |
|
186 DomModel.h |
|
187 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o main.cpp |
|
188 |
|
189 release/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 release\mainwindow.o mainwindow.cpp |
|
197 |
|
198 release/moc_AtAGlance.o: release/moc_AtAGlance.cpp |
|
199 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_AtAGlance.o release\moc_AtAGlance.cpp |
|
200 |
|
201 release/moc_BuildStatus.o: release/moc_BuildStatus.cpp |
|
202 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_BuildStatus.o release\moc_BuildStatus.cpp |
|
203 |
|
204 release/moc_Document.o: release/moc_Document.cpp |
|
205 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_Document.o release\moc_Document.cpp |
|
206 |
|
207 release/moc_DomModel.o: release/moc_DomModel.cpp |
|
208 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_DomModel.o release\moc_DomModel.cpp |
|
209 |
|
210 release/moc_mainwindow.o: release/moc_mainwindow.cpp |
|
211 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp |
|
212 |
|
213 ####### Install |
|
214 |
|
215 install: FORCE |
|
216 |
|
217 uninstall: FORCE |
|
218 |
|
219 FORCE: |
|
220 |
|