Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

239 řádky
10 KiB

  1. #############################################################################
  2. # Makefile for building: CableTestBench
  3. # Generated by qmake (2.01a) (Qt 4.8.1) on: Mon Apr 15 09:49:58 2019
  4. # Project: CableTestBench.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_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 = -g -Wall $(DEFINES)
  12. CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES)
  13. INCPATH = -I"..\..\Qt\4.8.1\include\QtCore" -I"..\..\Qt\4.8.1\include\QtNetwork" -I"..\..\Qt\4.8.1\include\QtGui" -I"..\..\Qt\4.8.1\include" -I"Sources" -I"Sources\SeaMaxWin\Include" -I"Sources\Widgets" -I"Sources\SeaMaxWin\Lib" -I"..\..\Qt\4.8.1\include\ActiveQt" -I"debug" -I"." -I"..\..\Qt\4.8.1\mkspecs\win32-g++"
  14. LINK = g++
  15. LFLAGS = -mthreads -Wl,-subsystem,windows
  16. LIBS = -L"c:\Qt\4.8.1\lib" -lmingw32 -lqtmaind -LC:/ZoneTest/CableTestBench/Sources/SeaMaxWin/Lib/ -lSeaMAX -lQtGuid4 -lQtNetworkd4 -lQtCored4
  17. QMAKE = c:\Qt\4.8.1\bin\qmake.exe
  18. IDC = c:\Qt\4.8.1\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 = debug
  37. ####### Files
  38. SOURCES = Sources\MainWindow.cpp \
  39. Sources\main.cpp \
  40. Sources\MainPage.cpp \
  41. Sources\CableTestBench.cpp \
  42. Sources\VisualInspectionPage.cpp \
  43. Sources\Widgets\ConnectorSelectWidget.cpp \
  44. Sources\CableTestPage.cpp debug\moc_MainWindow.cpp \
  45. debug\moc_MainPage.cpp \
  46. debug\moc_CableTestBench.cpp \
  47. debug\moc_VisualInspectionPage.cpp \
  48. debug\moc_ConnectorSelectWidget.cpp \
  49. debug\moc_CableTestPage.cpp
  50. OBJECTS = debug/MainWindow.o \
  51. debug/main.o \
  52. debug/MainPage.o \
  53. debug/CableTestBench.o \
  54. debug/VisualInspectionPage.o \
  55. debug/ConnectorSelectWidget.o \
  56. debug/CableTestPage.o \
  57. debug/moc_MainWindow.o \
  58. debug/moc_MainPage.o \
  59. debug/moc_CableTestBench.o \
  60. debug/moc_VisualInspectionPage.o \
  61. debug/moc_ConnectorSelectWidget.o \
  62. debug/moc_CableTestPage.o
  63. DIST =
  64. QMAKE_TARGET = CableTestBench
  65. DESTDIR = debug\ #avoid trailing-slash linebreak
  66. TARGET = CableTestBench.exe
  67. DESTDIR_TARGET = debug\CableTestBench.exe
  68. ####### Implicit rules
  69. .SUFFIXES: .cpp .cc .cxx .c
  70. .cpp.o:
  71. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  72. .cc.o:
  73. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  74. .cxx.o:
  75. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  76. .c.o:
  77. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  78. ####### Build rules
  79. first: all
  80. all: Makefile.Debug $(DESTDIR_TARGET)
  81. $(DESTDIR_TARGET): ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h $(OBJECTS)
  82. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.CableTestBench.Debug $(LIBS)
  83. qmake: FORCE
  84. @$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=declarative_debug -o Makefile.Debug CableTestBench.pro
  85. dist:
  86. $(ZIP) CableTestBench.zip $(SOURCES) $(DIST) CableTestBench.pro ..\..\Qt\4.8.1\mkspecs\qconfig.pri ..\..\Qt\4.8.1\mkspecs\modules\qt_webkit_version.pri ..\..\Qt\4.8.1\mkspecs\features\qt_functions.prf ..\..\Qt\4.8.1\mkspecs\features\qt_config.prf ..\..\Qt\4.8.1\mkspecs\features\exclusive_builds.prf ..\..\Qt\4.8.1\mkspecs\features\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_pre.prf ..\..\Qt\4.8.1\mkspecs\features\debug.prf ..\..\Qt\4.8.1\mkspecs\features\debug_and_release.prf ..\..\Qt\4.8.1\mkspecs\features\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\win32\default_post.prf ..\..\Qt\4.8.1\mkspecs\features\build_pass.prf ..\..\Qt\4.8.1\mkspecs\features\declarative_debug.prf ..\..\Qt\4.8.1\mkspecs\features\win32\rtti.prf ..\..\Qt\4.8.1\mkspecs\features\win32\exceptions.prf ..\..\Qt\4.8.1\mkspecs\features\win32\stl.prf ..\..\Qt\4.8.1\mkspecs\features\shared.prf ..\..\Qt\4.8.1\mkspecs\features\warn_on.prf ..\..\Qt\4.8.1\mkspecs\features\qt.prf ..\..\Qt\4.8.1\mkspecs\features\win32\thread.prf ..\..\Qt\4.8.1\mkspecs\features\moc.prf ..\..\Qt\4.8.1\mkspecs\features\win32\windows.prf ..\..\Qt\4.8.1\mkspecs\features\resources.prf ..\..\Qt\4.8.1\mkspecs\features\uic.prf ..\..\Qt\4.8.1\mkspecs\features\yacc.prf ..\..\Qt\4.8.1\mkspecs\features\lex.prf ..\..\Qt\4.8.1\mkspecs\features\include_source_dir.prf c:\Qt\4.8.1\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
  87. clean: compiler_clean
  88. -$(DEL_FILE) debug\MainWindow.o debug\main.o debug\MainPage.o debug\CableTestBench.o debug\VisualInspectionPage.o debug\ConnectorSelectWidget.o debug\CableTestPage.o debug\moc_MainWindow.o debug\moc_MainPage.o debug\moc_CableTestBench.o debug\moc_VisualInspectionPage.o debug\moc_ConnectorSelectWidget.o debug\moc_CableTestPage.o
  89. distclean: clean
  90. -$(DEL_FILE) $(DESTDIR_TARGET)
  91. -$(DEL_FILE) Makefile.Debug
  92. check: first
  93. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  94. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  95. compiler_moc_header_make_all: debug/moc_MainWindow.cpp debug/moc_MainPage.cpp debug/moc_CableTestBench.cpp debug/moc_VisualInspectionPage.cpp debug/moc_ConnectorSelectWidget.cpp debug/moc_CableTestPage.cpp
  96. compiler_moc_header_clean:
  97. -$(DEL_FILE) debug\moc_MainWindow.cpp debug\moc_MainPage.cpp debug\moc_CableTestBench.cpp debug\moc_VisualInspectionPage.cpp debug\moc_ConnectorSelectWidget.cpp debug\moc_CableTestPage.cpp
  98. debug/moc_MainWindow.cpp: Sources/MainPage.h \
  99. Sources/VisualInspectionPage.h \
  100. Sources/CableTestPage.h \
  101. Sources/MainWindow.h
  102. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainWindow.h -o debug\moc_MainWindow.cpp
  103. debug/moc_MainPage.cpp: Sources/MainPage.h
  104. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainPage.h -o debug\moc_MainPage.cpp
  105. debug/moc_CableTestBench.cpp: Sources/MainWindow.h \
  106. Sources/MainPage.h \
  107. Sources/VisualInspectionPage.h \
  108. Sources/CableTestPage.h \
  109. Sources/CableTestBench.h
  110. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\CableTestBench.h -o debug\moc_CableTestBench.cpp
  111. debug/moc_VisualInspectionPage.cpp: Sources/VisualInspectionPage.h
  112. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\VisualInspectionPage.h -o debug\moc_VisualInspectionPage.cpp
  113. debug/moc_ConnectorSelectWidget.cpp: Sources/Widgets/ConnectorSelectWidget.h
  114. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\ConnectorSelectWidget.h -o debug\moc_ConnectorSelectWidget.cpp
  115. debug/moc_CableTestPage.cpp: Sources/CableTestPage.h
  116. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\CableTestPage.h -o debug\moc_CableTestPage.cpp
  117. compiler_rcc_make_all:
  118. compiler_rcc_clean:
  119. compiler_image_collection_make_all: qmake_image_collection.cpp
  120. compiler_image_collection_clean:
  121. -$(DEL_FILE) qmake_image_collection.cpp
  122. compiler_moc_source_make_all:
  123. compiler_moc_source_clean:
  124. compiler_uic_make_all: ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h
  125. compiler_uic_clean:
  126. -$(DEL_FILE) ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h
  127. ui_CMainPage.h: Sources/CMainPage.ui
  128. c:\Qt\4.8.1\bin\uic.exe Sources\CMainPage.ui -o ui_CMainPage.h
  129. ui_VisualInspectionPage.h: Sources/VisualInspectionPage.ui
  130. c:\Qt\4.8.1\bin\uic.exe Sources\VisualInspectionPage.ui -o ui_VisualInspectionPage.h
  131. ui_CableTestPage.h: Sources/CableTestPage.ui
  132. c:\Qt\4.8.1\bin\uic.exe Sources\CableTestPage.ui -o ui_CableTestPage.h
  133. compiler_yacc_decl_make_all:
  134. compiler_yacc_decl_clean:
  135. compiler_yacc_impl_make_all:
  136. compiler_yacc_impl_clean:
  137. compiler_lex_make_all:
  138. compiler_lex_clean:
  139. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  140. ####### Compile
  141. debug/MainWindow.o: Sources/MainWindow.cpp Sources/MainWindow.h \
  142. Sources/MainPage.h \
  143. Sources/VisualInspectionPage.h \
  144. Sources/CableTestPage.h \
  145. Sources/CableTestBench.h
  146. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainWindow.o Sources\MainWindow.cpp
  147. debug/main.o: Sources/main.cpp Sources/CableTestBench.h \
  148. Sources/MainWindow.h \
  149. Sources/MainPage.h \
  150. Sources/VisualInspectionPage.h \
  151. Sources/CableTestPage.h
  152. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o Sources\main.cpp
  153. debug/MainPage.o: Sources/MainPage.cpp Sources/MainPage.h \
  154. ui_CMainPage.h
  155. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainPage.o Sources\MainPage.cpp
  156. debug/CableTestBench.o: Sources/CableTestBench.cpp Sources/CableTestBench.h \
  157. Sources/MainWindow.h \
  158. Sources/MainPage.h \
  159. Sources/VisualInspectionPage.h \
  160. Sources/CableTestPage.h
  161. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestBench.o Sources\CableTestBench.cpp
  162. debug/VisualInspectionPage.o: Sources/VisualInspectionPage.cpp Sources/VisualInspectionPage.h \
  163. ui_VisualInspectionPage.h
  164. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\VisualInspectionPage.o Sources\VisualInspectionPage.cpp
  165. debug/ConnectorSelectWidget.o: Sources/Widgets/ConnectorSelectWidget.cpp Sources/Widgets/ConnectorSelectWidget.h
  166. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ConnectorSelectWidget.o Sources\Widgets\ConnectorSelectWidget.cpp
  167. debug/CableTestPage.o: Sources/CableTestPage.cpp Sources/CableTestPage.h \
  168. ui_CableTestPage.h
  169. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestPage.o Sources\CableTestPage.cpp
  170. debug/moc_MainWindow.o: debug/moc_MainWindow.cpp
  171. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainWindow.o debug\moc_MainWindow.cpp
  172. debug/moc_MainPage.o: debug/moc_MainPage.cpp
  173. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainPage.o debug\moc_MainPage.cpp
  174. debug/moc_CableTestBench.o: debug/moc_CableTestBench.cpp
  175. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CableTestBench.o debug\moc_CableTestBench.cpp
  176. debug/moc_VisualInspectionPage.o: debug/moc_VisualInspectionPage.cpp
  177. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_VisualInspectionPage.o debug\moc_VisualInspectionPage.cpp
  178. debug/moc_ConnectorSelectWidget.o: debug/moc_ConnectorSelectWidget.cpp
  179. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ConnectorSelectWidget.o debug\moc_ConnectorSelectWidget.cpp
  180. debug/moc_CableTestPage.o: debug/moc_CableTestPage.cpp
  181. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CableTestPage.o debug\moc_CableTestPage.cpp
  182. ####### Install
  183. install: FORCE
  184. uninstall: FORCE
  185. FORCE: