No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

217 líneas
9.5 KiB

  1. #############################################################################
  2. # Makefile for building: CableTestBench
  3. # Generated by qmake (2.01a) (Qt 4.8.1) on: Fri Mar 29 07:33:12 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\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\CConnectorSelectWidget.cpp debug\moc_MainWindow.cpp \
  44. debug\moc_MainPage.cpp \
  45. debug\moc_CableTestBench.cpp \
  46. debug\moc_VisualInspectionPage.cpp \
  47. debug\moc_CConnectorSelectWidget.cpp
  48. OBJECTS = debug/MainWindow.o \
  49. debug/main.o \
  50. debug/MainPage.o \
  51. debug/CableTestBench.o \
  52. debug/VisualInspectionPage.o \
  53. debug/CConnectorSelectWidget.o \
  54. debug/moc_MainWindow.o \
  55. debug/moc_MainPage.o \
  56. debug/moc_CableTestBench.o \
  57. debug/moc_VisualInspectionPage.o \
  58. debug/moc_CConnectorSelectWidget.o
  59. DIST =
  60. QMAKE_TARGET = CableTestBench
  61. DESTDIR = debug\ #avoid trailing-slash linebreak
  62. TARGET = CableTestBench.exe
  63. DESTDIR_TARGET = debug\CableTestBench.exe
  64. ####### Implicit rules
  65. .SUFFIXES: .cpp .cc .cxx .c
  66. .cpp.o:
  67. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  68. .cc.o:
  69. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  70. .cxx.o:
  71. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  72. .c.o:
  73. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  74. ####### Build rules
  75. first: all
  76. all: Makefile.Debug $(DESTDIR_TARGET)
  77. $(DESTDIR_TARGET): ui_CMainPage.h ui_VisualInspectionPage.h $(OBJECTS)
  78. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.CableTestBench.Debug $(LIBS)
  79. qmake: FORCE
  80. @$(QMAKE) -spec ..\..\Qt\4.8.1\mkspecs\win32-g++ CONFIG+=declarative_debug -o Makefile.Debug CableTestBench.pro
  81. dist:
  82. $(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
  83. clean: compiler_clean
  84. -$(DEL_FILE) debug\MainWindow.o debug\main.o debug\MainPage.o debug\CableTestBench.o debug\VisualInspectionPage.o debug\CConnectorSelectWidget.o debug\moc_MainWindow.o debug\moc_MainPage.o debug\moc_CableTestBench.o debug\moc_VisualInspectionPage.o debug\moc_CConnectorSelectWidget.o
  85. distclean: clean
  86. -$(DEL_FILE) $(DESTDIR_TARGET)
  87. -$(DEL_FILE) Makefile.Debug
  88. check: first
  89. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  90. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  91. compiler_moc_header_make_all: debug/moc_MainWindow.cpp debug/moc_MainPage.cpp debug/moc_CableTestBench.cpp debug/moc_VisualInspectionPage.cpp debug/moc_CConnectorSelectWidget.cpp
  92. compiler_moc_header_clean:
  93. -$(DEL_FILE) debug\moc_MainWindow.cpp debug\moc_MainPage.cpp debug\moc_CableTestBench.cpp debug\moc_VisualInspectionPage.cpp debug\moc_CConnectorSelectWidget.cpp
  94. debug/moc_MainWindow.cpp: Sources/MainPage.h \
  95. Sources/VisualInspectionPage.h \
  96. Sources/MainWindow.h
  97. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainWindow.h -o debug\moc_MainWindow.cpp
  98. debug/moc_MainPage.cpp: Sources/MainPage.h
  99. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\MainPage.h -o debug\moc_MainPage.cpp
  100. debug/moc_CableTestBench.cpp: Sources/MainWindow.h \
  101. Sources/MainPage.h \
  102. Sources/VisualInspectionPage.h \
  103. Sources/CableTestBench.h
  104. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\CableTestBench.h -o debug\moc_CableTestBench.cpp
  105. debug/moc_VisualInspectionPage.cpp: Sources/VisualInspectionPage.h
  106. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\VisualInspectionPage.h -o debug\moc_VisualInspectionPage.cpp
  107. debug/moc_CConnectorSelectWidget.cpp: Sources/Widgets/CConnectorSelectWidget.h
  108. C:\Qt\4.8.1\bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 Sources\Widgets\CConnectorSelectWidget.h -o debug\moc_CConnectorSelectWidget.cpp
  109. compiler_rcc_make_all:
  110. compiler_rcc_clean:
  111. compiler_image_collection_make_all: qmake_image_collection.cpp
  112. compiler_image_collection_clean:
  113. -$(DEL_FILE) qmake_image_collection.cpp
  114. compiler_moc_source_make_all:
  115. compiler_moc_source_clean:
  116. compiler_uic_make_all: ui_CMainPage.h ui_VisualInspectionPage.h
  117. compiler_uic_clean:
  118. -$(DEL_FILE) ui_CMainPage.h ui_VisualInspectionPage.h
  119. ui_CMainPage.h: Sources/CMainPage.ui
  120. c:\Qt\4.8.1\bin\uic.exe Sources\CMainPage.ui -o ui_CMainPage.h
  121. ui_VisualInspectionPage.h: Sources/VisualInspectionPage.ui
  122. c:\Qt\4.8.1\bin\uic.exe Sources\VisualInspectionPage.ui -o ui_VisualInspectionPage.h
  123. compiler_yacc_decl_make_all:
  124. compiler_yacc_decl_clean:
  125. compiler_yacc_impl_make_all:
  126. compiler_yacc_impl_clean:
  127. compiler_lex_make_all:
  128. compiler_lex_clean:
  129. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  130. ####### Compile
  131. debug/MainWindow.o: Sources/MainWindow.cpp Sources/MainWindow.h \
  132. Sources/MainPage.h \
  133. Sources/VisualInspectionPage.h \
  134. Sources/CableTestBench.h
  135. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainWindow.o Sources\MainWindow.cpp
  136. debug/main.o: Sources/main.cpp Sources/CableTestBench.h \
  137. Sources/MainWindow.h \
  138. Sources/MainPage.h \
  139. Sources/VisualInspectionPage.h
  140. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o Sources\main.cpp
  141. debug/MainPage.o: Sources/MainPage.cpp Sources/MainPage.h \
  142. ui_CMainPage.h
  143. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\MainPage.o Sources\MainPage.cpp
  144. debug/CableTestBench.o: Sources/CableTestBench.cpp Sources/CableTestBench.h \
  145. Sources/MainWindow.h \
  146. Sources/MainPage.h \
  147. Sources/VisualInspectionPage.h
  148. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CableTestBench.o Sources\CableTestBench.cpp
  149. debug/VisualInspectionPage.o: Sources/VisualInspectionPage.cpp Sources/VisualInspectionPage.h \
  150. ui_VisualInspectionPage.h
  151. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\VisualInspectionPage.o Sources\VisualInspectionPage.cpp
  152. debug/CConnectorSelectWidget.o: Sources/Widgets/CConnectorSelectWidget.cpp Sources/Widgets/CConnectorSelectWidget.h
  153. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\CConnectorSelectWidget.o Sources\Widgets\CConnectorSelectWidget.cpp
  154. debug/moc_MainWindow.o: debug/moc_MainWindow.cpp
  155. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainWindow.o debug\moc_MainWindow.cpp
  156. debug/moc_MainPage.o: debug/moc_MainPage.cpp
  157. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_MainPage.o debug\moc_MainPage.cpp
  158. debug/moc_CableTestBench.o: debug/moc_CableTestBench.cpp
  159. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CableTestBench.o debug\moc_CableTestBench.cpp
  160. debug/moc_VisualInspectionPage.o: debug/moc_VisualInspectionPage.cpp
  161. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_VisualInspectionPage.o debug\moc_VisualInspectionPage.cpp
  162. debug/moc_CConnectorSelectWidget.o: debug/moc_CConnectorSelectWidget.cpp
  163. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_CConnectorSelectWidget.o debug\moc_CConnectorSelectWidget.cpp
  164. ####### Install
  165. install: FORCE
  166. uninstall: FORCE
  167. FORCE: