############################################################################# # 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_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\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\qtmain.lib /LIBPATH:C:/Riverware/tools/Qwt-612_Qt-485/examples/legends/../../lib C:/Riverware/tools/Qwt-612_Qt-485/examples/legends/../../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 = mainwindow.cpp \ panel.cpp \ plot.cpp \ main.cpp moc\moc_mainwindow.cpp \ moc\moc_panel.cpp \ moc\moc_plot.cpp OBJECTS = release\mainwindow.obj \ release\panel.obj \ release\plot.obj \ release\main.obj \ release\moc_mainwindow.obj \ release\moc_panel.obj \ release\moc_plot.obj DIST = QMAKE_TARGET = legends DESTDIR = ..\bin\ #avoid trailing-slash linebreak TARGET = legends.exe DESTDIR_TARGET = ..\bin\legends.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\legends.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1 qmake: FORCE @$(QMAKE) -o Makefile.Release 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\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\mainwindow.obj release\panel.obj release\plot.obj release\main.obj release\moc_mainwindow.obj release\moc_panel.obj release\moc_plot.obj -$(DEL_FILE) release\legends.intermediate.manifest ..\bin\legends.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_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 release\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 release\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 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 \ 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 release\main.obj: main.cpp mainwindow.h release\moc_mainwindow.obj: moc\moc_mainwindow.cpp release\moc_panel.obj: moc\moc_panel.cpp release\moc_plot.obj: moc\moc_plot.cpp ####### Install install: FORCE uninstall: FORCE FORCE: