#############################################################################
# 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_DEBUG -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 -DNDEBUG
CFLAGS        = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -W3 $(DEFINES)
CXXFLAGS      = -nologo -Zm200 -Zc:wchar_t- -O2 -MD -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 /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"release\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\qtmain.lib /LIBPATH:C:/Riverware/tools/Qwt-612_Qt-485/examples/stockchart/../../lib C:/Riverware/tools/Qwt-612_Qt-485/examples/stockchart/../../lib\qwt.lib c:\Riverware\tools\Qt-485\lib\QtOpenGL4.lib c:\Riverware\tools\Qt-485\lib\QtGui4.lib c:\Riverware\tools\Qt-485\lib\QtCore4.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   = release

####### Files

SOURCES       = legend.cpp \
		griditem.cpp \
		quotefactory.cpp \
		plot.cpp \
		main.cpp moc\moc_legend.cpp \
		moc\moc_plot.cpp
OBJECTS       = release\legend.obj \
		release\griditem.obj \
		release\quotefactory.obj \
		release\plot.obj \
		release\main.obj \
		release\moc_legend.obj \
		release\moc_plot.obj
DIST          = 
QMAKE_TARGET  = stockchart
DESTDIR        = ..\bin\ #avoid trailing-slash linebreak
TARGET         = stockchart.exe
DESTDIR_TARGET = ..\bin\stockchart.exe

####### Implicit rules

.SUFFIXES: .c .cpp .cc .cxx

{.}.cpp{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{.}.cc{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{.}.cxx{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{.}.c{release\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{moc}.cpp{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{moc}.cc{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{moc}.cxx{release\}.obj::
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

{moc}.c{release\}.obj::
	$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
	$<
<<

####### Build rules

first: all
all: Makefile.Release $(DESTDIR_TARGET)

$(DESTDIR_TARGET):  $(OBJECTS) 
	$(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<< 
	  $(OBJECTS) $(LIBS)
<<
	mt.exe -nologo -manifest "release\stockchart.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1

qmake:  FORCE
	@$(QMAKE) -o Makefile.Release 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\release.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\qtmain.prl  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 

clean: compiler_clean 
	-$(DEL_FILE) release\legend.obj release\griditem.obj release\quotefactory.obj release\plot.obj release\main.obj release\moc_legend.obj release\moc_plot.obj
	-$(DEL_FILE) release\stockchart.intermediate.manifest ..\bin\stockchart.exp

distclean: clean
	-$(DEL_FILE) $(DESTDIR_TARGET)
	-$(DEL_FILE) Makefile.Release

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

release\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

release\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

release\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

release\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

release\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

release\moc_legend.obj: moc\moc_legend.cpp 

release\moc_plot.obj: moc\moc_plot.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE: