Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

403 строки
18 KiB

  1. #############################################################################
  2. # Makefile for building: CableTestBench
  3. # Generated by qmake (2.01a) (Qt 4.8.1) on: Fri May 3 13:12:37 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 \
  45. Sources\Widgets\ConnectorClickZoneWidget.cpp \
  46. Sources\Widgets\ONOFFStatusWidget.cpp \
  47. Sources\Widgets\ConnectorTestVisualizationWidget.cpp \
  48. Sources\Connector.cpp \
  49. Sources\Cable.cpp \
  50. Sources\VisualInspectionResult.cpp \
  51. Sources\TestReport.cpp \
  52. Sources\CableTestEngine.cpp \
  53. Sources\OptionsPage.cpp \
  54. Sources\CableTestBenchDefs.cpp \
  55. Sources\IOModulesInterface.cpp debug\moc_MainWindow.cpp \
  56. debug\moc_MainPage.cpp \
  57. debug\moc_CableTestBench.cpp \
  58. debug\moc_VisualInspectionPage.cpp \
  59. debug\moc_ConnectorSelectWidget.cpp \
  60. debug\moc_CableTestPage.cpp \
  61. debug\moc_ConnectorClickZoneWidget.cpp \
  62. debug\moc_ONOFFStatusWidget.cpp \
  63. debug\moc_ConnectorTestVisualizationWidget.cpp \
  64. debug\moc_OptionsPage.cpp
  65. OBJECTS = debug/MainWindow.o \
  66. debug/main.o \
  67. debug/MainPage.o \
  68. debug/CableTestBench.o \
  69. debug/VisualInspectionPage.o \
  70. debug/ConnectorSelectWidget.o \
  71. debug/CableTestPage.o \
  72. debug/ConnectorClickZoneWidget.o \
  73. debug/ONOFFStatusWidget.o \
  74. debug/ConnectorTestVisualizationWidget.o \
  75. debug/Connector.o \
  76. debug/Cable.o \
  77. debug/VisualInspectionResult.o \
  78. debug/TestReport.o \
  79. debug/CableTestEngine.o \
  80. debug/OptionsPage.o \
  81. debug/CableTestBenchDefs.o \
  82. debug/IOModulesInterface.o \
  83. debug/moc_MainWindow.o \
  84. debug/moc_MainPage.o \
  85. debug/moc_CableTestBench.o \
  86. debug/moc_VisualInspectionPage.o \
  87. debug/moc_ConnectorSelectWidget.o \
  88. debug/moc_CableTestPage.o \
  89. debug/moc_ConnectorClickZoneWidget.o \
  90. debug/moc_ONOFFStatusWidget.o \
  91. debug/moc_ConnectorTestVisualizationWidget.o \
  92. debug/moc_OptionsPage.o
  93. DIST =
  94. QMAKE_TARGET = CableTestBench
  95. DESTDIR = debug\ #avoid trailing-slash linebreak
  96. TARGET = CableTestBench.exe
  97. DESTDIR_TARGET = debug\CableTestBench.exe
  98. ####### Implicit rules
  99. .SUFFIXES: .cpp .cc .cxx .c
  100. .cpp.o:
  101. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  102. .cc.o:
  103. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  104. .cxx.o:
  105. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  106. .c.o:
  107. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  108. ####### Build rules
  109. first: all
  110. all: Makefile.Debug $(DESTDIR_TARGET)
  111. $(DESTDIR_TARGET): ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h ui_OptionsPage.h $(OBJECTS)
  112. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.CableTestBench.Debug $(LIBS)
  113. qmake: FORCE
  114. @$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=declarative_debug -o Makefile.Debug CableTestBench.pro
  115. dist:
  116. $(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
  117. clean: compiler_clean
  118. -$(DEL_FILE) debug\MainWindow.o debug\main.o debug\MainPage.o debug\CableTestBench.o debug\VisualInspectionPage.o debug\ConnectorSelectWidget.o debug\CableTestPage.o debug\ConnectorClickZoneWidget.o debug\ONOFFStatusWidget.o debug\ConnectorTestVisualizationWidget.o debug\Connector.o debug\Cable.o debug\VisualInspectionResult.o debug\TestReport.o debug\CableTestEngine.o debug\OptionsPage.o debug\CableTestBenchDefs.o debug\IOModulesInterface.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 debug\moc_ConnectorClickZoneWidget.o debug\moc_ONOFFStatusWidget.o debug\moc_ConnectorTestVisualizationWidget.o debug\moc_OptionsPage.o
  119. distclean: clean
  120. -$(DEL_FILE) $(DESTDIR_TARGET)
  121. -$(DEL_FILE) Makefile.Debug
  122. check: first
  123. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  124. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  125. 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 debug/moc_ConnectorClickZoneWidget.cpp debug/moc_ONOFFStatusWidget.cpp debug/moc_ConnectorTestVisualizationWidget.cpp debug/moc_OptionsPage.cpp
  126. compiler_moc_header_clean:
  127. -$(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 debug\moc_ConnectorClickZoneWidget.cpp debug\moc_ONOFFStatusWidget.cpp debug\moc_ConnectorTestVisualizationWidget.cpp debug\moc_OptionsPage.cpp
  128. debug/moc_MainWindow.cpp: Sources/MainPage.h \
  129. Sources/VisualInspectionPage.h \
  130. Sources/VisualInspectionResult.h \
  131. Sources/GlobalDefine.h \
  132. Sources/CableTestPage.h \
  133. Sources/CableTestBenchDefs.h \
  134. Sources/OptionsPage.h \
  135. Sources/MainWindow.h
  136. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainWindow.h -o debug\moc_MainWindow.cpp
  137. debug/moc_MainPage.cpp: Sources/MainPage.h
  138. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainPage.h -o debug\moc_MainPage.cpp
  139. debug/moc_CableTestBench.cpp: Sources/MainWindow.h \
  140. Sources/MainPage.h \
  141. Sources/VisualInspectionPage.h \
  142. Sources/VisualInspectionResult.h \
  143. Sources/GlobalDefine.h \
  144. Sources/CableTestPage.h \
  145. Sources/CableTestBenchDefs.h \
  146. Sources/OptionsPage.h \
  147. Sources/Connector.h \
  148. Sources/Cable.h \
  149. Sources/TestReport.h \
  150. Sources/CableTestBench.h
  151. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\CableTestBench.h -o debug\moc_CableTestBench.cpp
  152. debug/moc_VisualInspectionPage.cpp: Sources/VisualInspectionResult.h \
  153. Sources/GlobalDefine.h \
  154. Sources/VisualInspectionPage.h
  155. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\VisualInspectionPage.h -o debug\moc_VisualInspectionPage.cpp
  156. debug/moc_ConnectorSelectWidget.cpp: Sources/Widgets/ConnectorClickZoneWidget.h \
  157. Sources/Widgets/ConnectorSelectWidget.h
  158. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\ConnectorSelectWidget.h -o debug\moc_ConnectorSelectWidget.cpp
  159. debug/moc_CableTestPage.cpp: Sources/CableTestBenchDefs.h \
  160. Sources/CableTestPage.h
  161. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\CableTestPage.h -o debug\moc_CableTestPage.cpp
  162. debug/moc_ConnectorClickZoneWidget.cpp: Sources/Widgets/ConnectorClickZoneWidget.h
  163. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\ConnectorClickZoneWidget.h -o debug\moc_ConnectorClickZoneWidget.cpp
  164. debug/moc_ONOFFStatusWidget.cpp: Sources/Widgets/ONOFFStatusWidget.h
  165. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\ONOFFStatusWidget.h -o debug\moc_ONOFFStatusWidget.cpp
  166. debug/moc_ConnectorTestVisualizationWidget.cpp: Sources/Widgets/ONOFFStatusWidget.h \
  167. Sources/Widgets/ConnectorTestVisualizationWidget.h
  168. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\ConnectorTestVisualizationWidget.h -o debug\moc_ConnectorTestVisualizationWidget.cpp
  169. debug/moc_OptionsPage.cpp: Sources/OptionsPage.h
  170. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\OptionsPage.h -o debug\moc_OptionsPage.cpp
  171. compiler_rcc_make_all:
  172. compiler_rcc_clean:
  173. compiler_image_collection_make_all: qmake_image_collection.cpp
  174. compiler_image_collection_clean:
  175. -$(DEL_FILE) qmake_image_collection.cpp
  176. compiler_moc_source_make_all:
  177. compiler_moc_source_clean:
  178. compiler_uic_make_all: ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h ui_OptionsPage.h
  179. compiler_uic_clean:
  180. -$(DEL_FILE) ui_CMainPage.h ui_VisualInspectionPage.h ui_CableTestPage.h ui_OptionsPage.h
  181. ui_CMainPage.h: Sources/CMainPage.ui
  182. c:\Qt\4.8.1\bin\uic.exe Sources\CMainPage.ui -o ui_CMainPage.h
  183. ui_VisualInspectionPage.h: Sources/VisualInspectionPage.ui
  184. c:\Qt\4.8.1\bin\uic.exe Sources\VisualInspectionPage.ui -o ui_VisualInspectionPage.h
  185. ui_CableTestPage.h: Sources/CableTestPage.ui
  186. c:\Qt\4.8.1\bin\uic.exe Sources\CableTestPage.ui -o ui_CableTestPage.h
  187. ui_OptionsPage.h: Sources/OptionsPage.ui
  188. c:\Qt\4.8.1\bin\uic.exe Sources\OptionsPage.ui -o ui_OptionsPage.h
  189. compiler_yacc_decl_make_all:
  190. compiler_yacc_decl_clean:
  191. compiler_yacc_impl_make_all:
  192. compiler_yacc_impl_clean:
  193. compiler_lex_make_all:
  194. compiler_lex_clean:
  195. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  196. ####### Compile
  197. debug/MainWindow.o: Sources/MainWindow.cpp Sources/MainWindow.h \
  198. Sources/MainPage.h \
  199. Sources/VisualInspectionPage.h \
  200. Sources/VisualInspectionResult.h \
  201. Sources/GlobalDefine.h \
  202. Sources/CableTestPage.h \
  203. Sources/CableTestBenchDefs.h \
  204. Sources/OptionsPage.h \
  205. Sources/CableTestBench.h \
  206. Sources/Connector.h \
  207. Sources/Cable.h \
  208. Sources/TestReport.h
  209. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainWindow.o Sources\MainWindow.cpp
  210. debug/main.o: Sources/main.cpp Sources/CableTestBench.h \
  211. Sources/MainWindow.h \
  212. Sources/MainPage.h \
  213. Sources/VisualInspectionPage.h \
  214. Sources/VisualInspectionResult.h \
  215. Sources/GlobalDefine.h \
  216. Sources/CableTestPage.h \
  217. Sources/CableTestBenchDefs.h \
  218. Sources/OptionsPage.h \
  219. Sources/Connector.h \
  220. Sources/Cable.h \
  221. Sources/TestReport.h
  222. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o Sources\main.cpp
  223. debug/MainPage.o: Sources/MainPage.cpp Sources/MainPage.h \
  224. ui_CMainPage.h
  225. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainPage.o Sources\MainPage.cpp
  226. debug/CableTestBench.o: Sources/CableTestBench.cpp Sources/CableTestBench.h \
  227. Sources/MainWindow.h \
  228. Sources/MainPage.h \
  229. Sources/VisualInspectionPage.h \
  230. Sources/VisualInspectionResult.h \
  231. Sources/GlobalDefine.h \
  232. Sources/CableTestPage.h \
  233. Sources/CableTestBenchDefs.h \
  234. Sources/OptionsPage.h \
  235. Sources/Connector.h \
  236. Sources/Cable.h \
  237. Sources/TestReport.h
  238. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestBench.o Sources\CableTestBench.cpp
  239. debug/VisualInspectionPage.o: Sources/VisualInspectionPage.cpp Sources/VisualInspectionPage.h \
  240. Sources/VisualInspectionResult.h \
  241. Sources/GlobalDefine.h \
  242. ui_VisualInspectionPage.h \
  243. Sources/CableTestBench.h \
  244. Sources/MainWindow.h \
  245. Sources/MainPage.h \
  246. Sources/CableTestPage.h \
  247. Sources/CableTestBenchDefs.h \
  248. Sources/OptionsPage.h \
  249. Sources/Connector.h \
  250. Sources/Cable.h \
  251. Sources/TestReport.h
  252. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\VisualInspectionPage.o Sources\VisualInspectionPage.cpp
  253. debug/ConnectorSelectWidget.o: Sources/Widgets/ConnectorSelectWidget.cpp Sources/Widgets/ConnectorSelectWidget.h \
  254. Sources/Widgets/ConnectorClickZoneWidget.h
  255. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ConnectorSelectWidget.o Sources\Widgets\ConnectorSelectWidget.cpp
  256. debug/CableTestPage.o: Sources/CableTestPage.cpp Sources/CableTestPage.h \
  257. Sources/CableTestBenchDefs.h \
  258. ui_CableTestPage.h \
  259. Sources/CableTestBench.h \
  260. Sources/MainWindow.h \
  261. Sources/MainPage.h \
  262. Sources/VisualInspectionPage.h \
  263. Sources/VisualInspectionResult.h \
  264. Sources/GlobalDefine.h \
  265. Sources/OptionsPage.h \
  266. Sources/Connector.h \
  267. Sources/Cable.h \
  268. Sources/TestReport.h
  269. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestPage.o Sources\CableTestPage.cpp
  270. debug/ConnectorClickZoneWidget.o: Sources/Widgets/ConnectorClickZoneWidget.cpp Sources/Widgets/ConnectorClickZoneWidget.h
  271. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ConnectorClickZoneWidget.o Sources\Widgets\ConnectorClickZoneWidget.cpp
  272. debug/ONOFFStatusWidget.o: Sources/Widgets/ONOFFStatusWidget.cpp Sources/Widgets/ONOFFStatusWidget.h
  273. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ONOFFStatusWidget.o Sources\Widgets\ONOFFStatusWidget.cpp
  274. debug/ConnectorTestVisualizationWidget.o: Sources/Widgets/ConnectorTestVisualizationWidget.cpp Sources/Widgets/ConnectorTestVisualizationWidget.h \
  275. Sources/Widgets/ONOFFStatusWidget.h
  276. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ConnectorTestVisualizationWidget.o Sources\Widgets\ConnectorTestVisualizationWidget.cpp
  277. debug/Connector.o: Sources/Connector.cpp Sources/Connector.h \
  278. Sources/CableTestBenchDefs.h \
  279. Sources/GlobalDefine.h
  280. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Connector.o Sources\Connector.cpp
  281. debug/Cable.o: Sources/Cable.cpp Sources/Cable.h \
  282. Sources/CableTestBenchDefs.h \
  283. Sources/Connector.h \
  284. Sources/GlobalDefine.h
  285. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\Cable.o Sources\Cable.cpp
  286. debug/VisualInspectionResult.o: Sources/VisualInspectionResult.cpp Sources/VisualInspectionResult.h \
  287. Sources/GlobalDefine.h
  288. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\VisualInspectionResult.o Sources\VisualInspectionResult.cpp
  289. debug/TestReport.o: Sources/TestReport.cpp Sources/TestReport.h \
  290. Sources/GlobalDefine.h \
  291. Sources/VisualInspectionResult.h
  292. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TestReport.o Sources\TestReport.cpp
  293. debug/CableTestEngine.o: Sources/CableTestEngine.cpp Sources/CableTestEngine.h \
  294. Sources/Cable.h \
  295. Sources/CableTestBenchDefs.h \
  296. Sources/Connector.h \
  297. Sources/GlobalDefine.h
  298. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestEngine.o Sources\CableTestEngine.cpp
  299. debug/OptionsPage.o: Sources/OptionsPage.cpp Sources/OptionsPage.h \
  300. ui_OptionsPage.h
  301. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\OptionsPage.o Sources\OptionsPage.cpp
  302. debug/CableTestBenchDefs.o: Sources/CableTestBenchDefs.cpp Sources/CableTestBenchDefs.h
  303. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestBenchDefs.o Sources\CableTestBenchDefs.cpp
  304. debug/IOModulesInterface.o: Sources/IOModulesInterface.cpp Sources/IOModulesInterface.h
  305. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\IOModulesInterface.o Sources\IOModulesInterface.cpp
  306. debug/moc_MainWindow.o: debug/moc_MainWindow.cpp
  307. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainWindow.o debug\moc_MainWindow.cpp
  308. debug/moc_MainPage.o: debug/moc_MainPage.cpp
  309. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainPage.o debug\moc_MainPage.cpp
  310. debug/moc_CableTestBench.o: debug/moc_CableTestBench.cpp
  311. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CableTestBench.o debug\moc_CableTestBench.cpp
  312. debug/moc_VisualInspectionPage.o: debug/moc_VisualInspectionPage.cpp
  313. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_VisualInspectionPage.o debug\moc_VisualInspectionPage.cpp
  314. debug/moc_ConnectorSelectWidget.o: debug/moc_ConnectorSelectWidget.cpp
  315. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ConnectorSelectWidget.o debug\moc_ConnectorSelectWidget.cpp
  316. debug/moc_CableTestPage.o: debug/moc_CableTestPage.cpp
  317. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CableTestPage.o debug\moc_CableTestPage.cpp
  318. debug/moc_ConnectorClickZoneWidget.o: debug/moc_ConnectorClickZoneWidget.cpp
  319. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ConnectorClickZoneWidget.o debug\moc_ConnectorClickZoneWidget.cpp
  320. debug/moc_ONOFFStatusWidget.o: debug/moc_ONOFFStatusWidget.cpp
  321. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ONOFFStatusWidget.o debug\moc_ONOFFStatusWidget.cpp
  322. debug/moc_ConnectorTestVisualizationWidget.o: debug/moc_ConnectorTestVisualizationWidget.cpp
  323. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ConnectorTestVisualizationWidget.o debug\moc_ConnectorTestVisualizationWidget.cpp
  324. debug/moc_OptionsPage.o: debug/moc_OptionsPage.cpp
  325. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_OptionsPage.o debug\moc_OptionsPage.cpp
  326. ####### Install
  327. install: FORCE
  328. uninstall: FORCE
  329. FORCE: