Makefile 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. #############################################################################
  2. # Makefile for building: unetbootin
  3. # Generated by qmake (2.01a) (Qt 4.8.6) on: Sat Jun 27 14:16:05 2015
  4. # Project: unetbootin.pro
  5. # Template: app
  6. # Command: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake DEFINES\ +=\ NOSTATIC RESOURCES\ -=\ unetbootin.qrc -o Makefile unetbootin.pro
  7. #############################################################################
  8. ####### Compiler, tools and options
  9. CC = gcc
  10. CXX = g++
  11. DEFINES = -DNOSTATIC -DNOSTATIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
  12. CFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
  13. CXXFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
  14. INCPATH = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I.
  15. LINK = g++
  16. LFLAGS = -m64 -Wl,-O1
  17. LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -lQtGui -lQtNetwork -lQtCore -lpthread
  18. AR = ar cqs
  19. RANLIB =
  20. QMAKE = /usr/lib/x86_64-linux-gnu/qt4/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. unetbootin.cpp moc_unetbootin.cpp
  42. OBJECTS = main.o \
  43. unetbootin.o \
  44. moc_unetbootin.o
  45. DIST = /usr/share/qt4/mkspecs/common/unix.conf \
  46. /usr/share/qt4/mkspecs/common/linux.conf \
  47. /usr/share/qt4/mkspecs/common/gcc-base.conf \
  48. /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
  49. /usr/share/qt4/mkspecs/common/g++-base.conf \
  50. /usr/share/qt4/mkspecs/common/g++-unix.conf \
  51. /usr/share/qt4/mkspecs/qconfig.pri \
  52. /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
  53. /usr/share/qt4/mkspecs/features/qt_functions.prf \
  54. /usr/share/qt4/mkspecs/features/qt_config.prf \
  55. /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
  56. /usr/share/qt4/mkspecs/features/default_pre.prf \
  57. /usr/share/qt4/mkspecs/features/release.prf \
  58. /usr/share/qt4/mkspecs/features/default_post.prf \
  59. /usr/share/qt4/mkspecs/features/static.prf \
  60. /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
  61. /usr/share/qt4/mkspecs/features/warn_on.prf \
  62. /usr/share/qt4/mkspecs/features/qt.prf \
  63. /usr/share/qt4/mkspecs/features/unix/thread.prf \
  64. /usr/share/qt4/mkspecs/features/moc.prf \
  65. /usr/share/qt4/mkspecs/features/resources.prf \
  66. /usr/share/qt4/mkspecs/features/uic.prf \
  67. /usr/share/qt4/mkspecs/features/yacc.prf \
  68. /usr/share/qt4/mkspecs/features/lex.prf \
  69. /usr/share/qt4/mkspecs/features/include_source_dir.prf \
  70. unetbootin.pro
  71. QMAKE_TARGET = unetbootin
  72. DESTDIR =
  73. TARGET = unetbootin
  74. first: all
  75. ####### Implicit rules
  76. .SUFFIXES: .o .c .cpp .cc .cxx .C
  77. .cpp.o:
  78. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  79. .cc.o:
  80. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  81. .cxx.o:
  82. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  83. .C.o:
  84. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
  85. .c.o:
  86. $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
  87. ####### Build rules
  88. all: Makefile $(TARGET)
  89. $(TARGET): ui_unetbootin.h $(OBJECTS)
  90. $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
  91. Makefile: unetbootin.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
  92. /usr/share/qt4/mkspecs/common/linux.conf \
  93. /usr/share/qt4/mkspecs/common/gcc-base.conf \
  94. /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
  95. /usr/share/qt4/mkspecs/common/g++-base.conf \
  96. /usr/share/qt4/mkspecs/common/g++-unix.conf \
  97. /usr/share/qt4/mkspecs/qconfig.pri \
  98. /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
  99. /usr/share/qt4/mkspecs/features/qt_functions.prf \
  100. /usr/share/qt4/mkspecs/features/qt_config.prf \
  101. /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
  102. /usr/share/qt4/mkspecs/features/default_pre.prf \
  103. /usr/share/qt4/mkspecs/features/release.prf \
  104. /usr/share/qt4/mkspecs/features/default_post.prf \
  105. /usr/share/qt4/mkspecs/features/static.prf \
  106. /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
  107. /usr/share/qt4/mkspecs/features/warn_on.prf \
  108. /usr/share/qt4/mkspecs/features/qt.prf \
  109. /usr/share/qt4/mkspecs/features/unix/thread.prf \
  110. /usr/share/qt4/mkspecs/features/moc.prf \
  111. /usr/share/qt4/mkspecs/features/resources.prf \
  112. /usr/share/qt4/mkspecs/features/uic.prf \
  113. /usr/share/qt4/mkspecs/features/yacc.prf \
  114. /usr/share/qt4/mkspecs/features/lex.prf \
  115. /usr/share/qt4/mkspecs/features/include_source_dir.prf \
  116. /usr/lib/x86_64-linux-gnu/libQtGui.prl \
  117. /usr/lib/x86_64-linux-gnu/libQtNetwork.prl \
  118. /usr/lib/x86_64-linux-gnu/libQtCore.prl
  119. $(QMAKE) DEFINES\ +=\ NOSTATIC RESOURCES\ -=\ unetbootin.qrc -o Makefile unetbootin.pro
  120. /usr/share/qt4/mkspecs/common/unix.conf:
  121. /usr/share/qt4/mkspecs/common/linux.conf:
  122. /usr/share/qt4/mkspecs/common/gcc-base.conf:
  123. /usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
  124. /usr/share/qt4/mkspecs/common/g++-base.conf:
  125. /usr/share/qt4/mkspecs/common/g++-unix.conf:
  126. /usr/share/qt4/mkspecs/qconfig.pri:
  127. /usr/share/qt4/mkspecs/modules/qt_phonon.pri:
  128. /usr/share/qt4/mkspecs/features/qt_functions.prf:
  129. /usr/share/qt4/mkspecs/features/qt_config.prf:
  130. /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
  131. /usr/share/qt4/mkspecs/features/default_pre.prf:
  132. /usr/share/qt4/mkspecs/features/release.prf:
  133. /usr/share/qt4/mkspecs/features/default_post.prf:
  134. /usr/share/qt4/mkspecs/features/static.prf:
  135. /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
  136. /usr/share/qt4/mkspecs/features/warn_on.prf:
  137. /usr/share/qt4/mkspecs/features/qt.prf:
  138. /usr/share/qt4/mkspecs/features/unix/thread.prf:
  139. /usr/share/qt4/mkspecs/features/moc.prf:
  140. /usr/share/qt4/mkspecs/features/resources.prf:
  141. /usr/share/qt4/mkspecs/features/uic.prf:
  142. /usr/share/qt4/mkspecs/features/yacc.prf:
  143. /usr/share/qt4/mkspecs/features/lex.prf:
  144. /usr/share/qt4/mkspecs/features/include_source_dir.prf:
  145. /usr/lib/x86_64-linux-gnu/libQtGui.prl:
  146. /usr/lib/x86_64-linux-gnu/libQtNetwork.prl:
  147. /usr/lib/x86_64-linux-gnu/libQtCore.prl:
  148. qmake: FORCE
  149. @$(QMAKE) DEFINES\ +=\ NOSTATIC RESOURCES\ -=\ unetbootin.qrc -o Makefile unetbootin.pro
  150. dist:
  151. @$(CHK_DIR_EXISTS) .tmp/unetbootin1.0.0 || $(MKDIR) .tmp/unetbootin1.0.0
  152. $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/unetbootin1.0.0/ && $(COPY_FILE) --parents unetbootin.h .tmp/unetbootin1.0.0/ && $(COPY_FILE) --parents main.cpp unetbootin.cpp .tmp/unetbootin1.0.0/ && $(COPY_FILE) --parents unetbootin.ui .tmp/unetbootin1.0.0/ && $(COPY_FILE) --parents unetbootin.ts unetbootin_am.ts unetbootin_ar.ts unetbootin_ast.ts unetbootin_bg.ts unetbootin_bn.ts unetbootin_pt_BR.ts unetbootin_cs.ts unetbootin_ur.ts unetbootin_da.ts unetbootin_es.ts unetbootin_et.ts unetbootin_el.ts unetbootin_eo.ts unetbootin_eu.ts unetbootin_fi.ts unetbootin_fo.ts unetbootin_gl.ts unetbootin_hr.ts unetbootin_ru.ts unetbootin_ro.ts unetbootin_tr.ts unetbootin_de.ts unetbootin_he.ts unetbootin_hu.ts unetbootin_id.ts unetbootin_it.ts unetbootin_lt.ts unetbootin_lv.ts unetbootin_zh_CN.ts unetbootin_zh_TW.ts unetbootin_fr.ts unetbootin_ja.ts unetbootin_vi.ts unetbootin_uk.ts unetbootin_be.ts unetbootin_pt.ts unetbootin_ms.ts unetbootin_ml.ts unetbootin_nan.ts unetbootin_nb.ts unetbootin_nl.ts unetbootin_nn.ts unetbootin_ca.ts unetbootin_sk.ts unetbootin_sl.ts unetbootin_sr.ts unetbootin_sv.ts unetbootin_sw.ts unetbootin_pl.ts unetbootin_fa.ts unetbootin_si.ts .tmp/unetbootin1.0.0/ && (cd `dirname .tmp/unetbootin1.0.0` && $(TAR) unetbootin1.0.0.tar unetbootin1.0.0 && $(COMPRESS) unetbootin1.0.0.tar) && $(MOVE) `dirname .tmp/unetbootin1.0.0`/unetbootin1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/unetbootin1.0.0
  153. clean:compiler_clean
  154. -$(DEL_FILE) $(OBJECTS)
  155. -$(DEL_FILE) *~ core *.core
  156. ####### Sub-libraries
  157. distclean: clean
  158. -$(DEL_FILE) $(TARGET)
  159. -$(DEL_FILE) Makefile
  160. check: first
  161. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  162. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  163. compiler_moc_header_make_all: moc_unetbootin.cpp
  164. compiler_moc_header_clean:
  165. -$(DEL_FILE) moc_unetbootin.cpp
  166. moc_unetbootin.cpp: ui_unetbootin.h \
  167. unetbootin.h
  168. /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) unetbootin.h -o moc_unetbootin.cpp
  169. compiler_rcc_make_all:
  170. compiler_rcc_clean:
  171. compiler_image_collection_make_all: qmake_image_collection.cpp
  172. compiler_image_collection_clean:
  173. -$(DEL_FILE) qmake_image_collection.cpp
  174. compiler_moc_source_make_all:
  175. compiler_moc_source_clean:
  176. compiler_uic_make_all: ui_unetbootin.h
  177. compiler_uic_clean:
  178. -$(DEL_FILE) ui_unetbootin.h
  179. ui_unetbootin.h: unetbootin.ui
  180. /usr/lib/x86_64-linux-gnu/qt4/bin/uic unetbootin.ui -o ui_unetbootin.h
  181. compiler_yacc_decl_make_all:
  182. compiler_yacc_decl_clean:
  183. compiler_yacc_impl_make_all:
  184. compiler_yacc_impl_clean:
  185. compiler_lex_make_all:
  186. compiler_lex_clean:
  187. compiler_clean: compiler_moc_header_clean compiler_uic_clean
  188. ####### Compile
  189. main.o: main.cpp unetbootin.h \
  190. ui_unetbootin.h
  191. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
  192. unetbootin.o: unetbootin.cpp unetbootin.h \
  193. ui_unetbootin.h \
  194. distrovercust.cpp \
  195. distrover.cpp \
  196. customdistselect.cpp \
  197. customdistrolst.cpp \
  198. distrolst.cpp
  199. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o unetbootin.o unetbootin.cpp
  200. moc_unetbootin.o: moc_unetbootin.cpp
  201. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_unetbootin.o moc_unetbootin.cpp
  202. ####### Install
  203. install: FORCE
  204. uninstall: FORCE
  205. FORCE: