Initial Commit
[HECS.git] / Makefile
blob93f2050a87fa7ea1db6d4fd13fa1af1828130dd0
1 #############################################################################
2 # Makefile for building: HECS
3 # Generated by qmake (2.01a) (Qt 4.4.0) on: Sat Aug 2 14:22:58 2008
4 # Project: HECS.pro
5 # Template: app
6 # Command: /usr/bin/qmake -unix -o Makefile HECS.pro
7 #############################################################################
9 ####### Compiler, tools and options
11 CC = gcc
12 CXX = g++
13 DEFINES = -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
14 CFLAGS = -pipe -g -D_REENTRANT -Wall -W $(DEFINES)
15 CXXFLAGS = -pipe -g -D_REENTRANT -Wall -W $(DEFINES)
16 INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I.
17 LINK = g++
18 LFLAGS =
19 LIBS = $(SUBLIBS) -L/usr/lib -lQtGui -lQtCore -lpthread
20 AR = ar cqs
21 RANLIB =
22 QMAKE = /usr/bin/qmake
23 TAR = tar -cf
24 COMPRESS = gzip -9f
25 COPY = cp -f
26 SED = sed
27 COPY_FILE = $(COPY)
28 COPY_DIR = $(COPY) -r
29 INSTALL_FILE = install -m 644 -p
30 INSTALL_DIR = $(COPY_DIR)
31 INSTALL_PROGRAM = install -m 755 -p
32 DEL_FILE = rm -f
33 SYMLINK = ln -sf
34 DEL_DIR = rmdir
35 MOVE = mv -f
36 CHK_DIR_EXISTS= test -d
37 MKDIR = mkdir -p
39 ####### Output directory
41 OBJECTS_DIR = ./
43 ####### Files
45 SOURCES = Boiler.cpp \
46 ConfigParser.cpp \
47 DwellingDimensions.cpp \
48 DwellingInformationDialog.cpp \
49 DimensionsDialog.cpp \
50 HeatingDialog.cpp \
51 DwellingEmissionRate.cpp \
52 FuelCosts.cpp \
53 Misc.cpp \
54 Gains.cpp \
55 HeatLossItem.cpp \
56 HeatLossElement.cpp \
57 HeatLosses.cpp \
58 Hecs.cpp \
59 SummaryDialog.cpp \
60 MeanInternalTemp.cpp \
61 HecsUI.cpp \
62 RdSap.cpp \
63 Sedbuk.cpp \
64 SolarGains.cpp \
65 SpaceHeating.cpp \
66 Ventilation.cpp \
67 WaterHeating.cpp \
68 WaterHeatingEnergy.cpp \
69 StartScreen.cpp \
70 DoubleReader.cpp \
71 TableReader.cpp moc_DwellingInformationDialog.cpp \
72 moc_DimensionsDialog.cpp \
73 moc_HeatingDialog.cpp \
74 moc_HecsUI.cpp \
75 moc_SummaryDialog.cpp \
76 moc_StartScreen.cpp \
77 qrc_hecsIconRes.cpp
78 OBJECTS = Boiler.o \
79 ConfigParser.o \
80 DwellingDimensions.o \
81 DwellingInformationDialog.o \
82 DimensionsDialog.o \
83 HeatingDialog.o \
84 DwellingEmissionRate.o \
85 FuelCosts.o \
86 Misc.o \
87 Gains.o \
88 HeatLossItem.o \
89 HeatLossElement.o \
90 HeatLosses.o \
91 Hecs.o \
92 SummaryDialog.o \
93 MeanInternalTemp.o \
94 HecsUI.o \
95 RdSap.o \
96 Sedbuk.o \
97 SolarGains.o \
98 SpaceHeating.o \
99 Ventilation.o \
100 WaterHeating.o \
101 WaterHeatingEnergy.o \
102 StartScreen.o \
103 DoubleReader.o \
104 TableReader.o \
105 moc_DwellingInformationDialog.o \
106 moc_DimensionsDialog.o \
107 moc_HeatingDialog.o \
108 moc_HecsUI.o \
109 moc_SummaryDialog.o \
110 moc_StartScreen.o \
111 qrc_hecsIconRes.o
112 DIST = /usr/share/qt4/mkspecs/common/g++.conf \
113 /usr/share/qt4/mkspecs/common/unix.conf \
114 /usr/share/qt4/mkspecs/common/linux.conf \
115 /usr/share/qt4/mkspecs/qconfig.pri \
116 /usr/share/qt4/mkspecs/features/qt_functions.prf \
117 /usr/share/qt4/mkspecs/features/qt_config.prf \
118 /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
119 /usr/share/qt4/mkspecs/features/default_pre.prf \
120 /usr/share/qt4/mkspecs/features/debug.prf \
121 /usr/share/qt4/mkspecs/features/default_post.prf \
122 /usr/share/qt4/mkspecs/features/qt.prf \
123 /usr/share/qt4/mkspecs/features/unix/thread.prf \
124 /usr/share/qt4/mkspecs/features/moc.prf \
125 /usr/share/qt4/mkspecs/features/warn_on.prf \
126 /usr/share/qt4/mkspecs/features/resources.prf \
127 /usr/share/qt4/mkspecs/features/uic.prf \
128 /usr/share/qt4/mkspecs/features/yacc.prf \
129 /usr/share/qt4/mkspecs/features/lex.prf \
130 HECS.pro
131 QMAKE_TARGET = HECS
132 DESTDIR =
133 TARGET = HECS
135 first: all
136 ####### Implicit rules
138 .SUFFIXES: .o .c .cpp .cc .cxx .C
140 .cpp.o:
141 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
143 .cc.o:
144 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
146 .cxx.o:
147 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
149 .C.o:
150 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
152 .c.o:
153 $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
155 ####### Build rules
157 all: Makefile $(TARGET)
159 $(TARGET): ui_startscreen.h ui_dwellinginformation.h ui_dimensions.h ui_summary.h ui_heating.h $(OBJECTS)
160 $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
162 Makefile: HECS.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
163 /usr/share/qt4/mkspecs/common/unix.conf \
164 /usr/share/qt4/mkspecs/common/linux.conf \
165 /usr/share/qt4/mkspecs/qconfig.pri \
166 /usr/share/qt4/mkspecs/features/qt_functions.prf \
167 /usr/share/qt4/mkspecs/features/qt_config.prf \
168 /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
169 /usr/share/qt4/mkspecs/features/default_pre.prf \
170 /usr/share/qt4/mkspecs/features/debug.prf \
171 /usr/share/qt4/mkspecs/features/default_post.prf \
172 /usr/share/qt4/mkspecs/features/qt.prf \
173 /usr/share/qt4/mkspecs/features/unix/thread.prf \
174 /usr/share/qt4/mkspecs/features/moc.prf \
175 /usr/share/qt4/mkspecs/features/warn_on.prf \
176 /usr/share/qt4/mkspecs/features/resources.prf \
177 /usr/share/qt4/mkspecs/features/uic.prf \
178 /usr/share/qt4/mkspecs/features/yacc.prf \
179 /usr/share/qt4/mkspecs/features/lex.prf \
180 /usr/lib/libQtGui.prl \
181 /usr/lib/libQtCore.prl
182 $(QMAKE) -unix -o Makefile HECS.pro
183 /usr/share/qt4/mkspecs/common/g++.conf:
184 /usr/share/qt4/mkspecs/common/unix.conf:
185 /usr/share/qt4/mkspecs/common/linux.conf:
186 /usr/share/qt4/mkspecs/qconfig.pri:
187 /usr/share/qt4/mkspecs/features/qt_functions.prf:
188 /usr/share/qt4/mkspecs/features/qt_config.prf:
189 /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
190 /usr/share/qt4/mkspecs/features/default_pre.prf:
191 /usr/share/qt4/mkspecs/features/debug.prf:
192 /usr/share/qt4/mkspecs/features/default_post.prf:
193 /usr/share/qt4/mkspecs/features/qt.prf:
194 /usr/share/qt4/mkspecs/features/unix/thread.prf:
195 /usr/share/qt4/mkspecs/features/moc.prf:
196 /usr/share/qt4/mkspecs/features/warn_on.prf:
197 /usr/share/qt4/mkspecs/features/resources.prf:
198 /usr/share/qt4/mkspecs/features/uic.prf:
199 /usr/share/qt4/mkspecs/features/yacc.prf:
200 /usr/share/qt4/mkspecs/features/lex.prf:
201 /usr/lib/libQtGui.prl:
202 /usr/lib/libQtCore.prl:
203 qmake: FORCE
204 @$(QMAKE) -unix -o Makefile HECS.pro
206 dist:
207 @$(CHK_DIR_EXISTS) .tmp/HECS1.0.0 || $(MKDIR) .tmp/HECS1.0.0
208 $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/HECS1.0.0/ && $(COPY_FILE) --parents Boiler.h ConfigParser.h DwellingDimensions.h DwellingInformationDialog.h DimensionsDialog.h HeatingDialog.h DwellingEmissionRate.h FuelCosts.h ConfigSave.cpp Misc.h Gains.h HeatLossItem.h HeatLossElement.h HeatLosses.h Hecs.h MeanInternalTemp.h HecsUI.h RdSap.h Sedbuk.h SolarGains.h SummaryDialog.h SpaceHeating.h Ventilation.h WaterHeating.h WaterHeatingEnergy.h StartScreen.h DoubleReader.h TableReader.h .tmp/HECS1.0.0/ && $(COPY_FILE) --parents icons/hecsIconRes.qrc .tmp/HECS1.0.0/ && $(COPY_FILE) --parents Boiler.cpp ConfigParser.cpp DwellingDimensions.cpp DwellingInformationDialog.cpp DimensionsDialog.cpp HeatingDialog.cpp DwellingEmissionRate.cpp FuelCosts.cpp Misc.cpp Gains.cpp HeatLossItem.cpp HeatLossElement.cpp HeatLosses.cpp Hecs.cpp SummaryDialog.cpp MeanInternalTemp.cpp HecsUI.cpp RdSap.cpp Sedbuk.cpp SolarGains.cpp SpaceHeating.cpp Ventilation.cpp WaterHeating.cpp WaterHeatingEnergy.cpp StartScreen.cpp DoubleReader.cpp TableReader.cpp .tmp/HECS1.0.0/ && $(COPY_FILE) --parents gui/startscreen.ui gui/dwellinginformation.ui gui/dimensions.ui gui/summary.ui gui/heating.ui .tmp/HECS1.0.0/ && (cd `dirname .tmp/HECS1.0.0` && $(TAR) HECS1.0.0.tar HECS1.0.0 && $(COMPRESS) HECS1.0.0.tar) && $(MOVE) `dirname .tmp/HECS1.0.0`/HECS1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/HECS1.0.0
211 clean:compiler_clean
212 -$(DEL_FILE) $(OBJECTS)
213 -$(DEL_FILE) *~ core *.core
216 ####### Sub-libraries
218 distclean: clean
219 -$(DEL_FILE) $(TARGET)
220 -$(DEL_FILE) Makefile
223 mocclean: compiler_moc_header_clean compiler_moc_source_clean
225 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
227 compiler_moc_header_make_all: moc_DwellingInformationDialog.cpp moc_DimensionsDialog.cpp moc_HeatingDialog.cpp moc_HecsUI.cpp moc_SummaryDialog.cpp moc_StartScreen.cpp
228 compiler_moc_header_clean:
229 -$(DEL_FILE) moc_DwellingInformationDialog.cpp moc_DimensionsDialog.cpp moc_HeatingDialog.cpp moc_HecsUI.cpp moc_SummaryDialog.cpp moc_StartScreen.cpp
230 moc_DwellingInformationDialog.cpp: ui_dwellinginformation.h \
231 RdSap.h \
232 Misc.h \
233 DwellingDimensions.h \
234 ConfigParser.h \
235 DwellingEmissionRate.h \
236 WaterHeatingEnergy.h \
237 WaterHeating.h \
238 SpaceHeating.h \
239 Gains.h \
240 SolarGains.h \
241 HeatLosses.h \
242 HeatLossElement.h \
243 HeatLossItem.h \
244 Ventilation.h \
245 TableReader.h \
246 DoubleReader.h \
247 FuelCosts.h \
248 Sedbuk.h \
249 Boiler.h \
250 DwellingInformationDialog.h
251 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) DwellingInformationDialog.h -o moc_DwellingInformationDialog.cpp
253 moc_DimensionsDialog.cpp: ui_dimensions.h \
254 RdSap.h \
255 Misc.h \
256 DwellingDimensions.h \
257 ConfigParser.h \
258 DwellingEmissionRate.h \
259 WaterHeatingEnergy.h \
260 WaterHeating.h \
261 SpaceHeating.h \
262 Gains.h \
263 SolarGains.h \
264 HeatLosses.h \
265 HeatLossElement.h \
266 HeatLossItem.h \
267 Ventilation.h \
268 TableReader.h \
269 DoubleReader.h \
270 FuelCosts.h \
271 Sedbuk.h \
272 Boiler.h \
273 DimensionsDialog.h
274 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) DimensionsDialog.h -o moc_DimensionsDialog.cpp
276 moc_HeatingDialog.cpp: ui_heating.h \
277 RdSap.h \
278 Misc.h \
279 DwellingDimensions.h \
280 ConfigParser.h \
281 DwellingEmissionRate.h \
282 WaterHeatingEnergy.h \
283 WaterHeating.h \
284 SpaceHeating.h \
285 Gains.h \
286 SolarGains.h \
287 HeatLosses.h \
288 HeatLossElement.h \
289 HeatLossItem.h \
290 Ventilation.h \
291 TableReader.h \
292 DoubleReader.h \
293 FuelCosts.h \
294 Sedbuk.h \
295 Boiler.h \
296 HeatingDialog.h
297 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) HeatingDialog.h -o moc_HeatingDialog.cpp
299 moc_HecsUI.cpp: RdSap.h \
300 Misc.h \
301 DwellingDimensions.h \
302 ConfigParser.h \
303 DwellingEmissionRate.h \
304 WaterHeatingEnergy.h \
305 WaterHeating.h \
306 SpaceHeating.h \
307 Gains.h \
308 SolarGains.h \
309 HeatLosses.h \
310 HeatLossElement.h \
311 HeatLossItem.h \
312 Ventilation.h \
313 TableReader.h \
314 DoubleReader.h \
315 FuelCosts.h \
316 Sedbuk.h \
317 Boiler.h \
318 DimensionsDialog.h \
319 ui_dimensions.h \
320 StartScreen.h \
321 ui_startscreen.h \
322 DwellingInformationDialog.h \
323 ui_dwellinginformation.h \
324 HeatingDialog.h \
325 ui_heating.h \
326 SummaryDialog.h \
327 ui_summary.h \
328 HecsUI.h
329 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) HecsUI.h -o moc_HecsUI.cpp
331 moc_SummaryDialog.cpp: ui_summary.h \
332 RdSap.h \
333 Misc.h \
334 DwellingDimensions.h \
335 ConfigParser.h \
336 DwellingEmissionRate.h \
337 WaterHeatingEnergy.h \
338 WaterHeating.h \
339 SpaceHeating.h \
340 Gains.h \
341 SolarGains.h \
342 HeatLosses.h \
343 HeatLossElement.h \
344 HeatLossItem.h \
345 Ventilation.h \
346 TableReader.h \
347 DoubleReader.h \
348 FuelCosts.h \
349 Sedbuk.h \
350 Boiler.h \
351 SummaryDialog.h
352 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) SummaryDialog.h -o moc_SummaryDialog.cpp
354 moc_StartScreen.cpp: ui_startscreen.h \
355 StartScreen.h
356 /usr/bin/moc-qt4 $(DEFINES) $(INCPATH) StartScreen.h -o moc_StartScreen.cpp
358 compiler_rcc_make_all: qrc_hecsIconRes.cpp
359 compiler_rcc_clean:
360 -$(DEL_FILE) qrc_hecsIconRes.cpp
361 qrc_hecsIconRes.cpp: icons/hecsIconRes.qrc \
362 icons/info1_160x40.png \
363 icons/Screen8_help_icon.png \
364 icons/info2_160x40.png \
365 icons/Screen4_icon.png \
366 icons/info_scr3_1.png \
367 icons/help_button15.png \
368 icons/info_scr1_2.png \
369 icons/logo_hecs_gradient_crop.png \
370 icons/info_scr1_1.png \
371 icons/Screen3_icon.png \
372 icons/beforestarting_148px.png \
373 icons/info_scr4_2.png \
374 icons/info3_160x40.png \
375 icons/Screen7_icon.png \
376 icons/Info4_160x40.png \
377 icons/ahead_icon.png \
378 icons/info_scr4_1.png \
379 icons/startbutton_148px.png \
380 icons/info_scr2_1.png \
381 icons/Next_button.png \
382 icons/Screen6_icon.png \
383 icons/info_help_area.png \
384 icons/start_over_icon.png \
385 icons/info_scr5_2.png \
386 icons/Rating2_CO2_impact.png \
387 icons/info_scr5_1.png \
388 icons/Screen2_icon.png \
389 icons/Clear_icon.png \
390 icons/Back_button.png \
391 icons/Screen5_icon.png \
392 icons/print_pdf_icon.png \
393 icons/m2(calc)_button.png \
394 icons/exit_20x20px.png \
395 icons/info_scr6_2.png \
396 icons/info_scr7_2.png \
397 icons/info_scr6_1.png \
398 icons/info_scr7_1.png \
399 icons/info_scr3_2(calc).png \
400 icons/info_scr6_3.png \
401 icons/Rating1_energy_efficiency.png
402 /usr/bin/rcc -name hecsIconRes icons/hecsIconRes.qrc -o qrc_hecsIconRes.cpp
404 compiler_image_collection_make_all: qmake_image_collection.cpp
405 compiler_image_collection_clean:
406 -$(DEL_FILE) qmake_image_collection.cpp
407 compiler_moc_source_make_all:
408 compiler_moc_source_clean:
409 compiler_uic_make_all: ui_startscreen.h ui_dwellinginformation.h ui_dimensions.h ui_summary.h ui_heating.h
410 compiler_uic_clean:
411 -$(DEL_FILE) ui_startscreen.h ui_dwellinginformation.h ui_dimensions.h ui_summary.h ui_heating.h
412 ui_startscreen.h: gui/startscreen.ui
413 /usr/bin/uic-qt4 gui/startscreen.ui -o ui_startscreen.h
415 ui_dwellinginformation.h: gui/dwellinginformation.ui
416 /usr/bin/uic-qt4 gui/dwellinginformation.ui -o ui_dwellinginformation.h
418 ui_dimensions.h: gui/dimensions.ui
419 /usr/bin/uic-qt4 gui/dimensions.ui -o ui_dimensions.h
421 ui_summary.h: gui/summary.ui
422 /usr/bin/uic-qt4 gui/summary.ui -o ui_summary.h
424 ui_heating.h: gui/heating.ui
425 /usr/bin/uic-qt4 gui/heating.ui -o ui_heating.h
427 compiler_yacc_decl_make_all:
428 compiler_yacc_decl_clean:
429 compiler_yacc_impl_make_all:
430 compiler_yacc_impl_clean:
431 compiler_lex_make_all:
432 compiler_lex_clean:
433 compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
435 ####### Compile
437 Boiler.o: Boiler.cpp Boiler.h
438 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Boiler.o Boiler.cpp
440 ConfigParser.o: ConfigParser.cpp ConfigParser.h
441 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ConfigParser.o ConfigParser.cpp
443 DwellingDimensions.o: DwellingDimensions.cpp DwellingDimensions.h \
444 ConfigParser.h
445 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DwellingDimensions.o DwellingDimensions.cpp
447 DwellingInformationDialog.o: DwellingInformationDialog.cpp DwellingInformationDialog.h \
448 ui_dwellinginformation.h \
449 RdSap.h \
450 Misc.h \
451 DwellingDimensions.h \
452 ConfigParser.h \
453 DwellingEmissionRate.h \
454 WaterHeatingEnergy.h \
455 WaterHeating.h \
456 SpaceHeating.h \
457 Gains.h \
458 SolarGains.h \
459 HeatLosses.h \
460 HeatLossElement.h \
461 HeatLossItem.h \
462 Ventilation.h \
463 TableReader.h \
464 DoubleReader.h \
465 FuelCosts.h \
466 Sedbuk.h \
467 Boiler.h
468 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DwellingInformationDialog.o DwellingInformationDialog.cpp
470 DimensionsDialog.o: DimensionsDialog.cpp DimensionsDialog.h \
471 ui_dimensions.h \
472 RdSap.h \
473 Misc.h \
474 DwellingDimensions.h \
475 ConfigParser.h \
476 DwellingEmissionRate.h \
477 WaterHeatingEnergy.h \
478 WaterHeating.h \
479 SpaceHeating.h \
480 Gains.h \
481 SolarGains.h \
482 HeatLosses.h \
483 HeatLossElement.h \
484 HeatLossItem.h \
485 Ventilation.h \
486 TableReader.h \
487 DoubleReader.h \
488 FuelCosts.h \
489 Sedbuk.h \
490 Boiler.h
491 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DimensionsDialog.o DimensionsDialog.cpp
493 HeatingDialog.o: HeatingDialog.cpp HeatingDialog.h \
494 ui_heating.h \
495 RdSap.h \
496 Misc.h \
497 DwellingDimensions.h \
498 ConfigParser.h \
499 DwellingEmissionRate.h \
500 WaterHeatingEnergy.h \
501 WaterHeating.h \
502 SpaceHeating.h \
503 Gains.h \
504 SolarGains.h \
505 HeatLosses.h \
506 HeatLossElement.h \
507 HeatLossItem.h \
508 Ventilation.h \
509 TableReader.h \
510 DoubleReader.h \
511 FuelCosts.h \
512 Sedbuk.h \
513 Boiler.h
514 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeatingDialog.o HeatingDialog.cpp
516 DwellingEmissionRate.o: DwellingEmissionRate.cpp DwellingEmissionRate.h \
517 DwellingDimensions.h \
518 ConfigParser.h \
519 WaterHeatingEnergy.h \
520 WaterHeating.h \
521 SpaceHeating.h \
522 Gains.h \
523 SolarGains.h \
524 Misc.h \
525 HeatLosses.h \
526 HeatLossElement.h \
527 HeatLossItem.h \
528 Ventilation.h \
529 TableReader.h \
530 DoubleReader.h \
531 FuelCosts.h
532 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DwellingEmissionRate.o DwellingEmissionRate.cpp
534 FuelCosts.o: FuelCosts.cpp FuelCosts.h \
535 ConfigParser.h \
536 SpaceHeating.h \
537 Gains.h \
538 SolarGains.h \
539 Misc.h \
540 HeatLosses.h \
541 HeatLossElement.h \
542 DwellingDimensions.h \
543 HeatLossItem.h \
544 Ventilation.h \
545 TableReader.h \
546 WaterHeating.h \
547 DoubleReader.h \
548 WaterHeatingEnergy.h
549 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o FuelCosts.o FuelCosts.cpp
551 Misc.o: Misc.cpp Misc.h
552 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Misc.o Misc.cpp
554 Gains.o: Gains.cpp Gains.h \
555 SolarGains.h \
556 Misc.h \
557 ConfigParser.h \
558 HeatLosses.h \
559 HeatLossElement.h \
560 DwellingDimensions.h \
561 HeatLossItem.h \
562 Ventilation.h \
563 TableReader.h \
564 WaterHeating.h \
565 DoubleReader.h
566 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Gains.o Gains.cpp
568 HeatLossItem.o: HeatLossItem.cpp HeatLossItem.h \
569 Misc.h
570 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeatLossItem.o HeatLossItem.cpp
572 HeatLossElement.o: HeatLossElement.cpp HeatLossElement.h \
573 DwellingDimensions.h \
574 ConfigParser.h \
575 HeatLossItem.h \
576 Misc.h
577 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeatLossElement.o HeatLossElement.cpp
579 HeatLosses.o: HeatLosses.cpp HeatLosses.h \
580 HeatLossElement.h \
581 DwellingDimensions.h \
582 ConfigParser.h \
583 HeatLossItem.h \
584 Misc.h \
585 Ventilation.h \
586 TableReader.h
587 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeatLosses.o HeatLosses.cpp
589 Hecs.o: Hecs.cpp Hecs.h \
590 RdSap.h \
591 Misc.h \
592 DwellingDimensions.h \
593 ConfigParser.h \
594 DwellingEmissionRate.h \
595 WaterHeatingEnergy.h \
596 WaterHeating.h \
597 SpaceHeating.h \
598 Gains.h \
599 SolarGains.h \
600 HeatLosses.h \
601 HeatLossElement.h \
602 HeatLossItem.h \
603 Ventilation.h \
604 TableReader.h \
605 DoubleReader.h \
606 FuelCosts.h \
607 Sedbuk.h \
608 Boiler.h \
609 HecsUI.h \
610 DimensionsDialog.h \
611 ui_dimensions.h \
612 StartScreen.h \
613 ui_startscreen.h \
614 DwellingInformationDialog.h \
615 ui_dwellinginformation.h \
616 HeatingDialog.h \
617 ui_heating.h \
618 SummaryDialog.h \
619 ui_summary.h
620 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Hecs.o Hecs.cpp
622 SummaryDialog.o: SummaryDialog.cpp SummaryDialog.h \
623 ui_summary.h \
624 RdSap.h \
625 Misc.h \
626 DwellingDimensions.h \
627 ConfigParser.h \
628 DwellingEmissionRate.h \
629 WaterHeatingEnergy.h \
630 WaterHeating.h \
631 SpaceHeating.h \
632 Gains.h \
633 SolarGains.h \
634 HeatLosses.h \
635 HeatLossElement.h \
636 HeatLossItem.h \
637 Ventilation.h \
638 TableReader.h \
639 DoubleReader.h \
640 FuelCosts.h \
641 Sedbuk.h \
642 Boiler.h
643 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SummaryDialog.o SummaryDialog.cpp
645 MeanInternalTemp.o: MeanInternalTemp.cpp MeanInternalTemp.h
646 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o MeanInternalTemp.o MeanInternalTemp.cpp
648 HecsUI.o: HecsUI.cpp HecsUI.h \
649 RdSap.h \
650 Misc.h \
651 DwellingDimensions.h \
652 ConfigParser.h \
653 DwellingEmissionRate.h \
654 WaterHeatingEnergy.h \
655 WaterHeating.h \
656 SpaceHeating.h \
657 Gains.h \
658 SolarGains.h \
659 HeatLosses.h \
660 HeatLossElement.h \
661 HeatLossItem.h \
662 Ventilation.h \
663 TableReader.h \
664 DoubleReader.h \
665 FuelCosts.h \
666 Sedbuk.h \
667 Boiler.h \
668 DimensionsDialog.h \
669 ui_dimensions.h \
670 StartScreen.h \
671 ui_startscreen.h \
672 DwellingInformationDialog.h \
673 ui_dwellinginformation.h \
674 HeatingDialog.h \
675 ui_heating.h \
676 SummaryDialog.h \
677 ui_summary.h
678 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HecsUI.o HecsUI.cpp
680 RdSap.o: RdSap.cpp RdSap.h \
681 Misc.h \
682 DwellingDimensions.h \
683 ConfigParser.h \
684 DwellingEmissionRate.h \
685 WaterHeatingEnergy.h \
686 WaterHeating.h \
687 SpaceHeating.h \
688 Gains.h \
689 SolarGains.h \
690 HeatLosses.h \
691 HeatLossElement.h \
692 HeatLossItem.h \
693 Ventilation.h \
694 TableReader.h \
695 DoubleReader.h \
696 FuelCosts.h \
697 Sedbuk.h \
698 Boiler.h
699 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o RdSap.o RdSap.cpp
701 Sedbuk.o: Sedbuk.cpp Sedbuk.h \
702 Boiler.h \
703 Misc.h
704 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Sedbuk.o Sedbuk.cpp
706 SolarGains.o: SolarGains.cpp SolarGains.h
707 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SolarGains.o SolarGains.cpp
709 SpaceHeating.o: SpaceHeating.cpp SpaceHeating.h \
710 ConfigParser.h \
711 Gains.h \
712 SolarGains.h \
713 Misc.h \
714 HeatLosses.h \
715 HeatLossElement.h \
716 DwellingDimensions.h \
717 HeatLossItem.h \
718 Ventilation.h \
719 TableReader.h \
720 WaterHeating.h \
721 DoubleReader.h
722 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SpaceHeating.o SpaceHeating.cpp
724 Ventilation.o: Ventilation.cpp Ventilation.h \
725 ConfigParser.h \
726 DwellingDimensions.h
727 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Ventilation.o Ventilation.cpp
729 WaterHeating.o: WaterHeating.cpp WaterHeating.h \
730 DwellingDimensions.h \
731 ConfigParser.h
732 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o WaterHeating.o WaterHeating.cpp
734 WaterHeatingEnergy.o: WaterHeatingEnergy.cpp WaterHeatingEnergy.h \
735 WaterHeating.h \
736 DwellingDimensions.h \
737 ConfigParser.h
738 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o WaterHeatingEnergy.o WaterHeatingEnergy.cpp
740 StartScreen.o: StartScreen.cpp StartScreen.h \
741 ui_startscreen.h \
742 DimensionsDialog.h \
743 ui_dimensions.h \
744 RdSap.h \
745 Misc.h \
746 DwellingDimensions.h \
747 ConfigParser.h \
748 DwellingEmissionRate.h \
749 WaterHeatingEnergy.h \
750 WaterHeating.h \
751 SpaceHeating.h \
752 Gains.h \
753 SolarGains.h \
754 HeatLosses.h \
755 HeatLossElement.h \
756 HeatLossItem.h \
757 Ventilation.h \
758 TableReader.h \
759 DoubleReader.h \
760 FuelCosts.h \
761 Sedbuk.h \
762 Boiler.h
763 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o StartScreen.o StartScreen.cpp
765 DoubleReader.o: DoubleReader.cpp DoubleReader.h \
766 TableReader.h
767 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DoubleReader.o DoubleReader.cpp
769 TableReader.o: TableReader.cpp TableReader.h
770 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o TableReader.o TableReader.cpp
772 moc_DwellingInformationDialog.o: moc_DwellingInformationDialog.cpp
773 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_DwellingInformationDialog.o moc_DwellingInformationDialog.cpp
775 moc_DimensionsDialog.o: moc_DimensionsDialog.cpp
776 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_DimensionsDialog.o moc_DimensionsDialog.cpp
778 moc_HeatingDialog.o: moc_HeatingDialog.cpp
779 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_HeatingDialog.o moc_HeatingDialog.cpp
781 moc_HecsUI.o: moc_HecsUI.cpp
782 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_HecsUI.o moc_HecsUI.cpp
784 moc_SummaryDialog.o: moc_SummaryDialog.cpp
785 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_SummaryDialog.o moc_SummaryDialog.cpp
787 moc_StartScreen.o: moc_StartScreen.cpp
788 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_StartScreen.o moc_StartScreen.cpp
790 qrc_hecsIconRes.o: qrc_hecsIconRes.cpp
791 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_hecsIconRes.o qrc_hecsIconRes.cpp
793 ####### Install
795 install: FORCE
797 uninstall: FORCE
799 FORCE: