############################################################################# # Makefile for building: SetupSegment # Generated by qmake (2.01a) (Qt 4.8.4) on: ?? 11? 22 20:22:20 2018 # Project: ..\..\..\sncprojects\app\SetupSegment\SetupSegment.pro # Template: app ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN CFLAGS = -pipe -O2 -Wall -Wextra $(DEFINES) CXXFLAGS = -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra $(DEFINES) INCPATH = -I"..\..\..\..\Qt\4.8.4\include\QtCore" -I"..\..\..\..\Qt\4.8.4\include\QtNetwork" -I"..\..\..\..\Qt\4.8.4\include\QtGui" -I"..\..\..\..\Qt\4.8.4\include\QtXml" -I"..\..\..\..\Qt\4.8.4\include\QtSql" -I"..\..\..\..\Qt\4.8.4\include\QtScript" -I"..\..\..\..\Qt\4.8.4\include\QtWebKit" -I"..\..\..\..\Qt\4.8.4\include" -I"..\..\..\sncprojects\lib\SNCDatabase" -I"..\..\..\sncprojects\lib\wsnumchk" -I"..\..\..\sncprojects\lib\SNCCore" -I"..\..\..\sncprojects\lib\SNCZip" -I"..\..\..\..\Qt\4.8.4\include\ActiveQt" -I"release" -I"." -I"..\..\..\sncprojects\app\SetupSegment" -I"." -I"..\..\..\..\Qt\4.8.4\mkspecs\win32-g++" LINK = g++ LFLAGS = -Wl,-s -mthreads -Wl,-subsystem,windows LIBS = -L"d:\Work\Qt\4.8.4\lib" -lmingw32 -lqtmain ../../output/sncdatabase.dll ../../output/wsnumchk.dll ../../output/snccore.dll ../../output/snczip.dll -lQtWebKit4 -lQtScript4 -lQtSql4 -lQtXml4 -lQtGui4 -lQtNetwork4 -lQtCore4 QMAKE = d:\Work\Qt\4.8.4\bin\qmake.exe IDC = d:\Work\Qt\4.8.4\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 = ..\..\..\sncprojects\app\SetupSegment\main.cpp \ ..\..\..\sncprojects\app\SetupSegment\mainwindow.cpp release\moc_mainwindow.cpp OBJECTS = release/main.o \ release/mainwindow.o \ release/moc_mainwindow.o DIST = QMAKE_TARGET = SetupSegment DESTDIR = ..\..\output\ #avoid trailing-slash linebreak TARGET = SetupSegment.exe DESTDIR_TARGET = ..\..\output\SetupSegment.exe ####### Implicit rules .SUFFIXES: .cpp .cc .cxx .c .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< ####### Build rules first: all all: Makefile.Release $(DESTDIR_TARGET) $(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) qmake: FORCE @$(QMAKE) -spec ..\..\..\..\Qt\4.8.4\mkspecs\win32-g++ CONFIG+=release -o Makefile.Release ..\..\..\sncprojects\app\SetupSegment\SetupSegment.pro dist: $(ZIP) SetupSegment.zip $(SOURCES) $(DIST) ..\..\..\sncprojects\sncprojects.pro ..\..\..\..\Qt\4.8.4\mkspecs\features\device_config.prf ..\..\..\..\Qt\4.8.4\mkspecs\qconfig.pri ..\..\..\..\Qt\4.8.4\mkspecs\modules\qt_webkit_version.pri ..\..\..\..\Qt\4.8.4\mkspecs\features\qt_functions.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\qt_config.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\exclusive_builds.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\default_pre.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\default_pre.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\release.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\debug_and_release.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\default_post.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\default_post.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\build_pass.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\rtti.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\exceptions.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\stl.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\shared.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\warn_on.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\qt.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\thread.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\moc.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\win32\windows.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\resources.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\uic.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\yacc.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\lex.prf ..\..\..\..\Qt\4.8.4\mkspecs\features\include_source_dir.prf d:\Work\Qt\4.8.4\lib\qtmain.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES clean: compiler_clean -$(DEL_FILE) release\main.o release\mainwindow.o release\moc_mainwindow.o 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: release/moc_mainwindow.cpp compiler_moc_header_clean: -$(DEL_FILE) release\moc_mainwindow.cpp release/moc_mainwindow.cpp: ../../../sncprojects/app/SetupSegment/mainwindow.h D:\Work\Qt\4.8.4\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 ..\..\..\sncprojects\app\SetupSegment\mainwindow.h -o release\moc_mainwindow.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: ui_mainwindow.h compiler_uic_clean: -$(DEL_FILE) ui_mainwindow.h ui_mainwindow.h: ../../../sncprojects/app/SetupSegment/mainwindow.ui d:\Work\Qt\4.8.4\bin\uic.exe ..\..\..\sncprojects\app\SetupSegment\mainwindow.ui -o ui_mainwindow.h 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 compiler_uic_clean ####### Compile release/main.o: ../../../sncprojects/app/SetupSegment/main.cpp ../../../sncprojects/app/SetupSegment/mainwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\..\..\sncprojects\app\SetupSegment\main.cpp release/mainwindow.o: ../../../sncprojects/app/SetupSegment/mainwindow.cpp ../../../sncprojects/app/SetupSegment/mainwindow.h \ ../../../sncprojects/app/SetupSegment/ui_mainwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o ..\..\..\sncprojects\app\SetupSegment\mainwindow.cpp release/moc_mainwindow.o: release/moc_mainwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp ####### Install install: FORCE uninstall: FORCE FORCE: