#############################################################################
# Makefile for building: legends
# Generated by qmake (2.01a) (Qt 4.8.5) on: Mon Oct 19 14:48:54 2015
# Project:  legends.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\legends.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/legends/../../lib C:/Riverware/tools/Qwt-612_Qt-485/examples/legends/../../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       = mainwindow.cpp \
		panel.cpp \
		plot.cpp \
		main.cpp moc\moc_mainwindow.cpp \
		moc\moc_panel.cpp \
		moc\moc_plot.cpp
OBJECTS       = debug\mainwindow.obj \
		debug\panel.obj \
		debug\plot.obj \
		debug\main.obj \
		debug\moc_mainwindow.obj \
		debug\moc_panel.obj \
		debug\moc_plot.obj
DIST          = 
QMAKE_TARGET  = legends
DESTDIR        = ..\bin_debug\ #avoid trailing-slash linebreak
TARGET         = legends.exe
DESTDIR_TARGET = ..\bin_debug\legends.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\legends.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1

qmake:  FORCE
	@$(QMAKE) -o Makefile.Debug legends.pro

dist:
	$(ZIP) legends.zip $(SOURCES) $(DIST) legends.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\mainwindow.obj debug\panel.obj debug\plot.obj debug\main.obj debug\moc_mainwindow.obj debug\moc_panel.obj debug\moc_plot.obj
	-$(DEL_FILE) debug\legends.intermediate.manifest ..\bin_debug\legends.exp ..\bin_debug\legends.ilk vc*.pdb vc*.idb

distclean: clean
	-$(DEL_FILE) ..\bin_debug\legends.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_mainwindow.cpp moc\moc_panel.cpp moc\moc_plot.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc\moc_mainwindow.cpp moc\moc_panel.cpp moc\moc_plot.cpp
moc\moc_mainwindow.cpp: mainwindow.h
	@echo moc mainwindow.h && C:\Riverware\tools\Qt-485\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1600 -DWIN32 mainwindow.h -o moc\moc_mainwindow.cpp

moc\moc_panel.cpp: settings.h \
		panel.h
	@echo moc panel.h && C:\Riverware\tools\Qt-485\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1600 -DWIN32 panel.h -o moc\moc_panel.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\mainwindow.obj: mainwindow.cpp ..\..\src\qwt_plot_renderer.h \
		..\..\src\qwt_global.h \
		..\..\src\qwt_plot_canvas.h \
		plot.h \
		..\..\src\qwt_plot.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 \
		panel.h \
		settings.h \
		mainwindow.h

debug\panel.obj: panel.cpp panel.h \
		settings.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 \
		..\..\src\qwt_plot_legenditem.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 \
		settings.h \
		..\..\src\qwt_plot_curve.h \
		..\..\src\qwt_plot_seriesitem.h \
		..\..\src\qwt_scale_div.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_series_store.h \
		..\..\src\qwt_plot_legenditem.h \
		..\..\src\qwt_legend.h \
		..\..\src\qwt_abstract_legend.h \
		..\..\src\qwt_plot_canvas.h \
		..\..\src\qwt_plot_grid.h \
		..\..\src\qwt_plot_layout.h

debug\main.obj: main.cpp mainwindow.h

debug\moc_mainwindow.obj: moc\moc_mainwindow.cpp 

debug\moc_panel.obj: moc\moc_panel.cpp 

debug\moc_plot.obj: moc\moc_plot.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE: