############################################################################# # Makefile for building: stockchart # Generated by qmake (2.01a) (Qt 4.8.5) on: Mon Oct 19 14:53:59 2015 # Project: stockchart.pro # Template: app ############################################################################# ####### Compiler, tools and options CC = @echo compiling $< && cl CXX = @echo compiling $< && cl DEFINES = -DUNICODE -DWIN32 -DQWT_NO_SVG -DQT_DLL -DQT_NO_KEYWORDS -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT CFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 $(DEFINES) CXXFLAGS = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 -w34100 -w34189 -GR -EHsc $(DEFINES) INCPATH = -I"..\..\..\Qt-485\include\QtCore" -I"..\..\..\Qt-485\include\QtGui" -I"..\..\..\Qt-485\include\QtOpenGL" -I"..\..\..\Qt-485\include" -I"..\..\src" -I"..\..\..\Qt-485\include\ActiveQt" -I"moc" -I"..\..\..\Qt-485\mkspecs\default" LINK = @echo linking $@ && link LFLAGS = /LIBPATH:"c:\Riverware\tools\Qt-485\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /MANIFEST /MANIFESTFILE:"debug\stockchart.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" LIBS = glu32.lib opengl32.lib gdi32.lib user32.lib c:\Riverware\tools\Qt-485\lib\qtmaind.lib /LIBPATH:C:/Riverware/tools/Qwt-612_Qt-485/examples/stockchart/../../lib C:/Riverware/tools/Qwt-612_Qt-485/examples/stockchart/../../lib\qwtd.lib c:\Riverware\tools\Qt-485\lib\QtOpenGLd4.lib c:\Riverware\tools\Qt-485\lib\QtGuid4.lib c:\Riverware\tools\Qt-485\lib\QtCored4.lib QMAKE = c:\Riverware\tools\Qt-485\bin\qmake.exe IDC = c:\Riverware\tools\Qt-485\bin\idc.exe IDL = midl ZIP = zip -r -9 DEF_FILE = RES_FILE = COPY = copy /y SED = COPY_FILE = $(COPY) COPY_DIR = xcopy /s /q /y /i DEL_FILE = del DEL_DIR = rmdir MOVE = move CHK_DIR_EXISTS= if not exist MKDIR = mkdir INSTALL_FILE = $(COPY_FILE) INSTALL_PROGRAM = $(COPY_FILE) INSTALL_DIR = $(COPY_DIR) ####### Output directory OBJECTS_DIR = debug ####### Files SOURCES = legend.cpp \ griditem.cpp \ quotefactory.cpp \ plot.cpp \ main.cpp moc\moc_legend.cpp \ moc\moc_plot.cpp OBJECTS = debug\legend.obj \ debug\griditem.obj \ debug\quotefactory.obj \ debug\plot.obj \ debug\main.obj \ debug\moc_legend.obj \ debug\moc_plot.obj DIST = QMAKE_TARGET = stockchart DESTDIR = ..\bin_debug\ #avoid trailing-slash linebreak TARGET = stockchart.exe DESTDIR_TARGET = ..\bin_debug\stockchart.exe ####### Implicit rules .SUFFIXES: .c .cpp .cc .cxx {.}.cpp{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.cc{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.cxx{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {.}.c{debug\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< $< << {moc}.cpp{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {moc}.cc{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {moc}.cxx{debug\}.obj:: $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< $< << {moc}.c{debug\}.obj:: $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< $< << ####### Build rules first: all all: Makefile.Debug $(DESTDIR_TARGET) $(DESTDIR_TARGET): $(OBJECTS) $(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<< $(OBJECTS) $(LIBS) << mt.exe -nologo -manifest "debug\stockchart.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1 qmake: FORCE @$(QMAKE) -o Makefile.Debug stockchart.pro dist: $(ZIP) stockchart.zip $(SOURCES) $(DIST) stockchart.pro ..\..\..\Qt-485\mkspecs\qconfig.pri ..\..\..\Qt-485\mkspecs\modules\qt_webkit_version.pri ..\..\..\Qt-485\mkspecs\features\qt_functions.prf ..\..\..\Qt-485\mkspecs\features\qt_config.prf ..\..\..\Qt-485\mkspecs\win32-msvc2010\qmake.conf ..\..\..\Qt-485\mkspecs\features\exclusive_builds.prf ..\..\..\Qt-485\mkspecs\features\default_pre.prf ..\..\..\Qt-485\mkspecs\features\win32\default_pre.prf ..\..\qwtconfig.pri ..\..\qwtbuild.pri ..\..\qwtfunctions.pri ..\examples.pri ..\..\..\Qt-485\mkspecs\features\debug.prf ..\..\..\Qt-485\mkspecs\features\debug_and_release.prf ..\..\..\Qt-485\mkspecs\features\default_post.prf ..\..\..\Qt-485\mkspecs\features\win32\default_post.prf ..\..\..\Qt-485\mkspecs\features\build_pass.prf ..\..\..\Qt-485\mkspecs\features\silent.prf ..\..\..\Qt-485\mkspecs\features\warn_on.prf ..\..\..\Qt-485\mkspecs\features\qt.prf ..\..\..\Qt-485\mkspecs\features\win32\opengl.prf ..\..\..\Qt-485\mkspecs\features\win32\thread.prf ..\..\..\Qt-485\mkspecs\features\moc.prf ..\..\..\Qt-485\mkspecs\features\win32\rtti.prf ..\..\..\Qt-485\mkspecs\features\win32\exceptions_off.prf ..\..\..\Qt-485\mkspecs\features\win32\stl.prf ..\..\..\Qt-485\mkspecs\features\shared.prf ..\..\..\Qt-485\mkspecs\features\win32\embed_manifest_exe.prf ..\..\..\Qt-485\mkspecs\features\win32\embed_manifest_dll.prf ..\..\..\Qt-485\mkspecs\features\win32\windows.prf ..\..\..\Qt-485\mkspecs\features\resources.prf ..\..\..\Qt-485\mkspecs\features\uic.prf ..\..\..\Qt-485\mkspecs\features\yacc.prf ..\..\..\Qt-485\mkspecs\features\lex.prf ..\..\..\Qt-485\mkspecs\features\include_source_dir.prf c:\Riverware\tools\Qt-485\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES clean: compiler_clean -$(DEL_FILE) debug\legend.obj debug\griditem.obj debug\quotefactory.obj debug\plot.obj debug\main.obj debug\moc_legend.obj debug\moc_plot.obj -$(DEL_FILE) debug\stockchart.intermediate.manifest ..\bin_debug\stockchart.exp ..\bin_debug\stockchart.ilk vc*.pdb vc*.idb distclean: clean -$(DEL_FILE) ..\bin_debug\stockchart.pdb -$(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: moc\moc_legend.cpp moc\moc_plot.cpp compiler_moc_header_clean: -$(DEL_FILE) moc\moc_legend.cpp moc\moc_plot.cpp moc\moc_legend.cpp: ..\..\src\qwt_abstract_legend.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ legend.h @echo moc legend.h && C:\Riverware\tools\Qt-485\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1600 -DWIN32 legend.h -o moc\moc_legend.cpp moc\moc_plot.cpp: ..\..\src\qwt_plot.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_plot_dict.h \ ..\..\src\qwt_plot_item.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ ..\..\src\qwt_scale_map.h \ ..\..\src\qwt_transform.h \ ..\..\src\qwt_interval.h \ plot.h @echo moc plot.h && C:\Riverware\tools\Qt-485\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1600 -DWIN32 plot.h -o moc\moc_plot.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\legend.obj: legend.cpp legend.h \ ..\..\src\qwt_abstract_legend.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ ..\..\src\qwt_plot_item.h debug\griditem.obj: griditem.cpp griditem.h \ ..\..\src\qwt_plot_item.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ ..\..\src\qwt_scale_div.h \ ..\..\src\qwt_interval.h \ ..\..\src\qwt_scale_map.h \ ..\..\src\qwt_transform.h \ ..\..\src\qwt_painter.h debug\quotefactory.obj: quotefactory.cpp quotefactory.h \ ..\..\src\qwt_series_data.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_samples.h \ ..\..\src\qwt_interval.h \ ..\..\src\qwt_point_3d.h \ ..\..\src\qwt_point_polar.h \ ..\..\src\qwt_math.h \ ..\..\src\qwt_date.h debug\plot.obj: plot.cpp plot.h \ ..\..\src\qwt_plot.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_plot_dict.h \ ..\..\src\qwt_plot_item.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ ..\..\src\qwt_scale_map.h \ ..\..\src\qwt_transform.h \ ..\..\src\qwt_interval.h \ legend.h \ ..\..\src\qwt_abstract_legend.h \ griditem.h \ ..\..\src\qwt_scale_div.h \ quotefactory.h \ ..\..\src\qwt_series_data.h \ ..\..\src\qwt_samples.h \ ..\..\src\qwt_point_3d.h \ ..\..\src\qwt_point_polar.h \ ..\..\src\qwt_math.h \ ..\..\src\qwt_legend.h \ ..\..\src\qwt_plot_tradingcurve.h \ ..\..\src\qwt_plot_seriesitem.h \ ..\..\src\qwt_series_store.h \ ..\..\src\qwt_plot_marker.h \ ..\..\src\qwt_plot_zoneitem.h \ ..\..\src\qwt_plot_renderer.h \ ..\..\src\qwt_plot_zoomer.h \ ..\..\src\qwt_plot_picker.h \ ..\..\src\qwt_picker.h \ ..\..\src\qwt_event_pattern.h \ ..\..\src\qwt_plot_panner.h \ ..\..\src\qwt_panner.h \ ..\..\src\qwt_legend_label.h \ ..\..\src\qwt_text_label.h \ ..\..\src\qwt_date.h \ ..\..\src\qwt_date_scale_engine.h \ ..\..\src\qwt_scale_engine.h \ ..\..\src\qwt_date_scale_draw.h \ ..\..\src\qwt_scale_draw.h \ ..\..\src\qwt_abstract_scale_draw.h debug\main.obj: main.cpp plot.h \ ..\..\src\qwt_plot.h \ ..\..\src\qwt_global.h \ ..\..\src\qwt_text.h \ ..\..\src\qwt_plot_dict.h \ ..\..\src\qwt_plot_item.h \ ..\..\src\qwt_legend_data.h \ ..\..\src\qwt_graphic.h \ ..\..\src\qwt_null_paintdevice.h \ ..\..\src\qwt_scale_map.h \ ..\..\src\qwt_transform.h \ ..\..\src\qwt_interval.h debug\moc_legend.obj: moc\moc_legend.cpp debug\moc_plot.obj: moc\moc_plot.cpp ####### Install install: FORCE uninstall: FORCE FORCE: