Makefile 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. #############################################################################
  2. # Makefile for building: RealPlay
  3. # Generated by qmake (2.01a) (Qt 4.8.5) on: Thu Nov 27 10:53:55 2025
  4. # Project: RealPlay.pro
  5. # Template: app
  6. # Command: /opt/qt4.8.5_64/bin/qmake -o Makefile RealPlay.pro
  7. #############################################################################
  8. ####### Compiler, tools and options
  9. CC = gcc
  10. CXX = g++
  11. DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
  12. CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
  13. CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
  14. INCPATH = -I/opt/qt4.8.5_64/mkspecs/linux-g++ -I. -I/opt/qt4.8.5_64/include/QtCore -I/opt/qt4.8.5_64/include/QtGui -I/opt/qt4.8.5_64/include -I../../../Include/Common -I../../Include/Common -I. -I.
  15. LINK = g++
  16. LFLAGS = -Wl,-O1 -Wl,-rpath,/opt/qt4.8.5_64/lib
  17. LIBS = $(SUBLIBS) -L/opt/qt4.8.5_64/lib -L. -ldhnetsdk -lQtGui -L/opt/qt4.8.5_64/lib -L/usr/X11R6/lib -lQtCore -lpthread
  18. AR = ar cqs
  19. RANLIB =
  20. QMAKE = /opt/qt4.8.5_64/bin/qmake
  21. TAR = tar -cf
  22. COMPRESS = gzip -9f
  23. COPY = cp -f
  24. SED = sed
  25. COPY_FILE = $(COPY)
  26. COPY_DIR = $(COPY) -r
  27. STRIP = strip
  28. INSTALL_FILE = install -m 644 -p
  29. INSTALL_DIR = $(COPY_DIR)
  30. INSTALL_PROGRAM = install -m 755 -p
  31. DEL_FILE = rm -f
  32. SYMLINK = ln -f -s
  33. DEL_DIR = rmdir
  34. MOVE = mv -f
  35. CHK_DIR_EXISTS= test -d
  36. MKDIR = mkdir -p
  37. ####### Output directory
  38. OBJECTS_DIR = ./
  39. ####### Files
  40. SOURCES = main.cpp \
  41. mainwindow.cpp \
  42. utility/Profile.cpp \
  43. utility/dhmutex.cpp moc_mainwindow.cpp
  44. OBJECTS = main.o \
  45. mainwindow.o \
  46. Profile.o \
  47. dhmutex.o \
  48. moc_mainwindow.o
  49. DIST = /opt/qt4.8.5_64/mkspecs/common/unix.conf \
  50. /opt/qt4.8.5_64/mkspecs/common/linux.conf \
  51. /opt/qt4.8.5_64/mkspecs/common/gcc-base.conf \
  52. /opt/qt4.8.5_64/mkspecs/common/gcc-base-unix.conf \
  53. /opt/qt4.8.5_64/mkspecs/common/g++-base.conf \
  54. /opt/qt4.8.5_64/mkspecs/common/g++-unix.conf \
  55. /opt/qt4.8.5_64/mkspecs/qconfig.pri \
  56. /opt/qt4.8.5_64/mkspecs/modules/qt_webkit_version.pri \
  57. /opt/qt4.8.5_64/mkspecs/features/qt_functions.prf \
  58. /opt/qt4.8.5_64/mkspecs/features/qt_config.prf \
  59. /opt/qt4.8.5_64/mkspecs/features/exclusive_builds.prf \
  60. /opt/qt4.8.5_64/mkspecs/features/default_pre.prf \
  61. /opt/qt4.8.5_64/mkspecs/features/release.prf \
  62. /opt/qt4.8.5_64/mkspecs/features/default_post.prf \
  63. /opt/qt4.8.5_64/mkspecs/features/shared.prf \
  64. /opt/qt4.8.5_64/mkspecs/features/unix/gdb_dwarf_index.prf \
  65. /opt/qt4.8.5_64/mkspecs/features/warn_on.prf \
  66. /opt/qt4.8.5_64/mkspecs/features/qt.prf \
  67. /opt/qt4.8.5_64/mkspecs/features/unix/thread.prf \
  68. /opt/qt4.8.5_64/mkspecs/features/moc.prf \
  69. /opt/qt4.8.5_64/mkspecs/features/resources.prf \
  70. /opt/qt4.8.5_64/mkspecs/features/uic.prf \
  71. /opt/qt4.8.5_64/mkspecs/features/yacc.prf \
  72. /opt/qt4.8.5_64/mkspecs/features/lex.prf \
  73. /opt/qt4.8.5_64/mkspecs/features/include_source_dir.prf \
  74. RealPlay.pro
  75. QMAKE_TARGET = RealPlay
  76. DESTDIR =
  77. TARGET = RealPlay
  78. first: all
  79. ####### Implicit rules
  80. .SUFFIXES: .o .c .cpp .cc .cxx .C
  81. .cpp.o:
  82. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  83. .cc.o:
  84. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  85. .cxx.o:
  86. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  87. .C.o:
  88. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  89. .c.o:
  90. $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
  91. ####### Build rules
  92. all: Makefile $(TARGET)
  93. $(TARGET): ui_mainwindow.h $(OBJECTS)
  94. $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
  95. Makefile: RealPlay.pro /opt/qt4.8.5_64/mkspecs/linux-g++/qmake.conf /opt/qt4.8.5_64/mkspecs/common/unix.conf \
  96. /opt/qt4.8.5_64/mkspecs/common/linux.conf \
  97. /opt/qt4.8.5_64/mkspecs/common/gcc-base.conf \
  98. /opt/qt4.8.5_64/mkspecs/common/gcc-base-unix.conf \
  99. /opt/qt4.8.5_64/mkspecs/common/g++-base.conf \
  100. /opt/qt4.8.5_64/mkspecs/common/g++-unix.conf \
  101. /opt/qt4.8.5_64/mkspecs/qconfig.pri \
  102. /opt/qt4.8.5_64/mkspecs/modules/qt_webkit_version.pri \
  103. /opt/qt4.8.5_64/mkspecs/features/qt_functions.prf \
  104. /opt/qt4.8.5_64/mkspecs/features/qt_config.prf \
  105. /opt/qt4.8.5_64/mkspecs/features/exclusive_builds.prf \
  106. /opt/qt4.8.5_64/mkspecs/features/default_pre.prf \
  107. /opt/qt4.8.5_64/mkspecs/features/release.prf \
  108. /opt/qt4.8.5_64/mkspecs/features/default_post.prf \
  109. /opt/qt4.8.5_64/mkspecs/features/shared.prf \
  110. /opt/qt4.8.5_64/mkspecs/features/unix/gdb_dwarf_index.prf \
  111. /opt/qt4.8.5_64/mkspecs/features/warn_on.prf \
  112. /opt/qt4.8.5_64/mkspecs/features/qt.prf \
  113. /opt/qt4.8.5_64/mkspecs/features/unix/thread.prf \
  114. /opt/qt4.8.5_64/mkspecs/features/moc.prf \
  115. /opt/qt4.8.5_64/mkspecs/features/resources.prf \
  116. /opt/qt4.8.5_64/mkspecs/features/uic.prf \
  117. /opt/qt4.8.5_64/mkspecs/features/yacc.prf \
  118. /opt/qt4.8.5_64/mkspecs/features/lex.prf \
  119. /opt/qt4.8.5_64/mkspecs/features/include_source_dir.prf \
  120. /opt/qt4.8.5_64/lib/libQtGui.prl \
  121. /opt/qt4.8.5_64/lib/libQtCore.prl
  122. $(QMAKE) -o Makefile RealPlay.pro
  123. /opt/qt4.8.5_64/mkspecs/common/unix.conf:
  124. /opt/qt4.8.5_64/mkspecs/common/linux.conf:
  125. /opt/qt4.8.5_64/mkspecs/common/gcc-base.conf:
  126. /opt/qt4.8.5_64/mkspecs/common/gcc-base-unix.conf:
  127. /opt/qt4.8.5_64/mkspecs/common/g++-base.conf:
  128. /opt/qt4.8.5_64/mkspecs/common/g++-unix.conf:
  129. /opt/qt4.8.5_64/mkspecs/qconfig.pri:
  130. /opt/qt4.8.5_64/mkspecs/modules/qt_webkit_version.pri:
  131. /opt/qt4.8.5_64/mkspecs/features/qt_functions.prf:
  132. /opt/qt4.8.5_64/mkspecs/features/qt_config.prf:
  133. /opt/qt4.8.5_64/mkspecs/features/exclusive_builds.prf:
  134. /opt/qt4.8.5_64/mkspecs/features/default_pre.prf:
  135. /opt/qt4.8.5_64/mkspecs/features/release.prf:
  136. /opt/qt4.8.5_64/mkspecs/features/default_post.prf:
  137. /opt/qt4.8.5_64/mkspecs/features/shared.prf:
  138. /opt/qt4.8.5_64/mkspecs/features/unix/gdb_dwarf_index.prf:
  139. /opt/qt4.8.5_64/mkspecs/features/warn_on.prf:
  140. /opt/qt4.8.5_64/mkspecs/features/qt.prf:
  141. /opt/qt4.8.5_64/mkspecs/features/unix/thread.prf:
  142. /opt/qt4.8.5_64/mkspecs/features/moc.prf:
  143. /opt/qt4.8.5_64/mkspecs/features/resources.prf:
  144. /opt/qt4.8.5_64/mkspecs/features/uic.prf:
  145. /opt/qt4.8.5_64/mkspecs/features/yacc.prf:
  146. /opt/qt4.8.5_64/mkspecs/features/lex.prf:
  147. /opt/qt4.8.5_64/mkspecs/features/include_source_dir.prf:
  148. /opt/qt4.8.5_64/lib/libQtGui.prl:
  149. /opt/qt4.8.5_64/lib/libQtCore.prl:
  150. qmake: FORCE
  151. @$(QMAKE) -o Makefile RealPlay.pro
  152. dist:
  153. @$(CHK_DIR_EXISTS) .tmp/RealPlay1.0.0 || $(MKDIR) .tmp/RealPlay1.0.0
  154. $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/RealPlay1.0.0/ && $(COPY_FILE) --parents mainwindow.h utility/Profile.h utility/dhmutex.h UserDefine.h dhnetsdk.h .tmp/RealPlay1.0.0/ && $(COPY_FILE) --parents main.cpp mainwindow.cpp utility/Profile.cpp utility/dhmutex.cpp .tmp/RealPlay1.0.0/ && $(COPY_FILE) --parents mainwindow.ui .tmp/RealPlay1.0.0/ && (cd `dirname .tmp/RealPlay1.0.0` && $(TAR) RealPlay1.0.0.tar RealPlay1.0.0 && $(COMPRESS) RealPlay1.0.0.tar) && $(MOVE) `dirname .tmp/RealPlay1.0.0`/RealPlay1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/RealPlay1.0.0
  155. clean:compiler_clean
  156. -$(DEL_FILE) $(OBJECTS)
  157. -$(DEL_FILE) *~ core *.core
  158. ####### Sub-libraries
  159. distclean: clean
  160. -$(DEL_FILE) $(TARGET)
  161. -$(DEL_FILE) Makefile
  162. check: first
  163. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  164. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  165. compiler_moc_header_make_all: moc_mainwindow.cpp
  166. compiler_moc_header_clean:
  167. -$(DEL_FILE) moc_mainwindow.cpp
  168. moc_mainwindow.cpp: utility/dhmutex.h \
  169. UserDefine.h \
  170. utility/Profile.h \
  171. mainwindow.h
  172. /opt/qt4.8.5_64/bin/moc $(DEFINES) $(INCPATH) mainwindow.h -o moc_mainwindow.cpp
  173. compiler_rcc_make_all:
  174. compiler_rcc_clean:
  175. compiler_image_collection_make_all: qmake_image_collection.cpp
  176. compiler_image_collection_clean:
  177. -$(DEL_FILE) qmake_image_collection.cpp
  178. compiler_moc_source_make_all:
  179. compiler_moc_source_clean:
  180. compiler_uic_make_all: ui_mainwindow.h
  181. compiler_uic_clean:
  182. -$(DEL_FILE) ui_mainwindow.h
  183. ui_mainwindow.h: mainwindow.ui
  184. /opt/qt4.8.5_64/bin/uic mainwindow.ui -o ui_mainwindow.h
  185. compiler_yacc_decl_make_all:
  186. compiler_yacc_decl_clean:
  187. compiler_yacc_impl_make_all:
  188. compiler_yacc_impl_clean:
  189. compiler_lex_make_all:
  190. compiler_lex_clean:
  191. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  192. ####### Compile
  193. main.o: main.cpp mainwindow.h \
  194. utility/dhmutex.h \
  195. UserDefine.h \
  196. utility/Profile.h
  197. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
  198. mainwindow.o: mainwindow.cpp mainwindow.h \
  199. utility/dhmutex.h \
  200. UserDefine.h \
  201. utility/Profile.h \
  202. ui_mainwindow.h
  203. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp
  204. Profile.o: utility/Profile.cpp utility/Profile.h
  205. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Profile.o utility/Profile.cpp
  206. dhmutex.o: utility/dhmutex.cpp utility/dhmutex.h
  207. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dhmutex.o utility/dhmutex.cpp
  208. moc_mainwindow.o: moc_mainwindow.cpp
  209. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
  210. ####### Install
  211. install: FORCE
  212. uninstall: FORCE
  213. FORCE: