Makefile.Release 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. #############################################################################
  2. # Makefile for building: SetupSegment
  3. # Generated by qmake (2.01a) (Qt 4.8.4) on: ?? 11? 22 20:22:20 2018
  4. # Project: ..\..\..\sncprojects\app\SetupSegment\SetupSegment.pro
  5. # Template: app
  6. #############################################################################
  7. ####### Compiler, tools and options
  8. CC = gcc
  9. CXX = g++
  10. 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
  11. CFLAGS = -pipe -O2 -Wall -Wextra $(DEFINES)
  12. CXXFLAGS = -pipe -O2 -frtti -fexceptions -mthreads -Wall -Wextra $(DEFINES)
  13. 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++"
  14. LINK = g++
  15. LFLAGS = -Wl,-s -mthreads -Wl,-subsystem,windows
  16. 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
  17. QMAKE = d:\Work\Qt\4.8.4\bin\qmake.exe
  18. IDC = d:\Work\Qt\4.8.4\bin\idc.exe
  19. IDL = midl
  20. ZIP = zip -r -9
  21. DEF_FILE =
  22. RES_FILE =
  23. COPY = copy /y
  24. SED =
  25. COPY_FILE = $(COPY)
  26. COPY_DIR = xcopy /s /q /y /i
  27. DEL_FILE = del
  28. DEL_DIR = rmdir
  29. MOVE = move
  30. CHK_DIR_EXISTS= if not exist
  31. MKDIR = mkdir
  32. INSTALL_FILE = $(COPY_FILE)
  33. INSTALL_PROGRAM = $(COPY_FILE)
  34. INSTALL_DIR = $(COPY_DIR)
  35. ####### Output directory
  36. OBJECTS_DIR = release
  37. ####### Files
  38. SOURCES = ..\..\..\sncprojects\app\SetupSegment\main.cpp \
  39. ..\..\..\sncprojects\app\SetupSegment\mainwindow.cpp release\moc_mainwindow.cpp
  40. OBJECTS = release/main.o \
  41. release/mainwindow.o \
  42. release/moc_mainwindow.o
  43. DIST =
  44. QMAKE_TARGET = SetupSegment
  45. DESTDIR = ..\..\output\ #avoid trailing-slash linebreak
  46. TARGET = SetupSegment.exe
  47. DESTDIR_TARGET = ..\..\output\SetupSegment.exe
  48. ####### Implicit rules
  49. .SUFFIXES: .cpp .cc .cxx .c
  50. .cpp.o:
  51. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  52. .cc.o:
  53. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  54. .cxx.o:
  55. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  56. .c.o:
  57. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  58. ####### Build rules
  59. first: all
  60. all: Makefile.Release $(DESTDIR_TARGET)
  61. $(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS)
  62. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
  63. qmake: FORCE
  64. @$(QMAKE) -spec ..\..\..\..\Qt\4.8.4\mkspecs\win32-g++ CONFIG+=release -o Makefile.Release ..\..\..\sncprojects\app\SetupSegment\SetupSegment.pro
  65. dist:
  66. $(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
  67. clean: compiler_clean
  68. -$(DEL_FILE) release\main.o release\mainwindow.o release\moc_mainwindow.o
  69. distclean: clean
  70. -$(DEL_FILE) $(DESTDIR_TARGET)
  71. -$(DEL_FILE) Makefile.Release
  72. check: first
  73. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  74. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  75. compiler_moc_header_make_all: release/moc_mainwindow.cpp
  76. compiler_moc_header_clean:
  77. -$(DEL_FILE) release\moc_mainwindow.cpp
  78. release/moc_mainwindow.cpp: ../../../sncprojects/app/SetupSegment/mainwindow.h
  79. D:\Work\Qt\4.8.4\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 ..\..\..\sncprojects\app\SetupSegment\mainwindow.h -o release\moc_mainwindow.cpp
  80. compiler_rcc_make_all:
  81. compiler_rcc_clean:
  82. compiler_image_collection_make_all: qmake_image_collection.cpp
  83. compiler_image_collection_clean:
  84. -$(DEL_FILE) qmake_image_collection.cpp
  85. compiler_moc_source_make_all:
  86. compiler_moc_source_clean:
  87. compiler_uic_make_all: ui_mainwindow.h
  88. compiler_uic_clean:
  89. -$(DEL_FILE) ui_mainwindow.h
  90. ui_mainwindow.h: ../../../sncprojects/app/SetupSegment/mainwindow.ui
  91. d:\Work\Qt\4.8.4\bin\uic.exe ..\..\..\sncprojects\app\SetupSegment\mainwindow.ui -o ui_mainwindow.h
  92. compiler_yacc_decl_make_all:
  93. compiler_yacc_decl_clean:
  94. compiler_yacc_impl_make_all:
  95. compiler_yacc_impl_clean:
  96. compiler_lex_make_all:
  97. compiler_lex_clean:
  98. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  99. ####### Compile
  100. release/main.o: ../../../sncprojects/app/SetupSegment/main.cpp ../../../sncprojects/app/SetupSegment/mainwindow.h
  101. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\..\..\sncprojects\app\SetupSegment\main.cpp
  102. release/mainwindow.o: ../../../sncprojects/app/SetupSegment/mainwindow.cpp ../../../sncprojects/app/SetupSegment/mainwindow.h \
  103. ../../../sncprojects/app/SetupSegment/ui_mainwindow.h
  104. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o ..\..\..\sncprojects\app\SetupSegment\mainwindow.cpp
  105. release/moc_mainwindow.o: release/moc_mainwindow.cpp
  106. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp
  107. ####### Install
  108. install: FORCE
  109. uninstall: FORCE
  110. FORCE: