Makefile.Debug 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. #############################################################################
  2. # Makefile for building: unetbootin
  3. # Generated by qmake (2.01a) (Qt 4.8.6) on: Fri Feb 20 15:56:09 2015
  4. # Project: unetbootin.pro
  5. # Template: app
  6. #############################################################################
  7. ####### Compiler, tools and options
  8. CC = gcc
  9. CXX = g++
  10. DEFINES = -DUNICODE -DSTATICWINDOWS -DNOSTATIC -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -DQT_NO_DYNAMIC_CAST
  11. CFLAGS = -pipe -g -Wall -Wextra $(DEFINES)
  12. CXXFLAGS = -pipe -g -fexceptions -mthreads -Wall -Wextra -fno-rtti $(DEFINES)
  13. INCPATH = -I'/usr/include/qt4/QtCore' -I'/usr/include/qt4/QtNetwork' -I'/usr/include/qt4/QtGui' -I'/usr/include/qt4' -I'.' -I'/usr/include/qt4/ActiveQt' -I'debug' -I'.' -I'/usr/share/qt4/mkspecs/win32-g++'
  14. LINK = g++
  15. LFLAGS = -Wl,-subsystem,windows -mthreads -Wl,-subsystem,windows
  16. LIBS = -L'/usr/lib/x86_64-linux-gnu' -lmingw32 -lqtmaind debug/ubnembed_res.o -lQtGuid -lQtNetworkd -lQtCored
  17. QMAKE = /usr/lib/x86_64-linux-gnu/qt4/bin/qmake
  18. IDC = /usr/lib/x86_64-linux-gnu/qt4/bin/idc
  19. IDL = midl
  20. ZIP = zip -r -9
  21. DEF_FILE =
  22. RES_FILE = debug/ubnembed_res.o
  23. COPY = cp
  24. SED =
  25. COPY_FILE = $(COPY)
  26. COPY_DIR = cp -r
  27. DEL_FILE = rm
  28. DEL_DIR = rmdir
  29. MOVE = mv
  30. CHK_DIR_EXISTS= test -d
  31. MKDIR = mkdir -p
  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 = main.cpp \
  39. unetbootin.cpp debug/moc_unetbootin.cpp \
  40. debug/qrc_unetbootin-windows.cpp \
  41. debug/qrc_unetbootin-sevnz.cpp
  42. OBJECTS = debug/main.o \
  43. debug/unetbootin.o \
  44. debug/moc_unetbootin.o \
  45. debug/qrc_unetbootin-windows.o \
  46. debug/qrc_unetbootin-sevnz.o
  47. DIST =
  48. QMAKE_TARGET = unetbootin
  49. DESTDIR = debug/ #avoid trailing-slash linebreak
  50. TARGET = unetbootin.exe
  51. DESTDIR_TARGET = debug/unetbootin.exe
  52. ####### Implicit rules
  53. .SUFFIXES: .cpp .cc .cxx .C .c
  54. .cpp.o:
  55. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  56. .cc.o:
  57. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  58. .cxx.o:
  59. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  60. .C.o:
  61. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  62. .c.o:
  63. $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  64. ####### Build rules
  65. first: all
  66. all: Makefile.Debug $(DESTDIR_TARGET)
  67. $(DESTDIR_TARGET): ui_unetbootin.h $(OBJECTS) debug/ubnembed_res.o
  68. $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS)
  69. debug/ubnembed_res.o: ubnembed.rc
  70. windres -i ubnembed.rc -o debug/ubnembed_res.o --include-dir=. $(DEFINES)
  71. qmake: FORCE
  72. @$(QMAKE) -spec /usr/share/qt4/mkspecs/win32-g++ "DEFINES += STATICWINDOWS" "RESOURCES += unetbootin-windows.qrc unetbootin-sevnz.qrc" "RC_FILE += ubnembed.rc" "QMAKE_LFLAGS += -Wl,-subsystem,windows" -o Makefile.Debug unetbootin.pro
  73. dist:
  74. $(ZIP) unetbootin.zip $(SOURCES) $(DIST) unetbootin.pro /usr/share/qt4/mkspecs/qdevice.pri /usr/share/qt4/mkspecs/features/device_config.prf /usr/share/qt4/mkspecs/qconfig.pri /usr/share/qt4/mkspecs/features/qt_functions.prf /usr/share/qt4/mkspecs/features/qt_config.prf /usr/share/qt4/mkspecs/features/exclusive_builds.prf /usr/share/qt4/mkspecs/features/default_pre.prf /usr/share/qt4/mkspecs/features/win32/default_pre.prf /usr/share/qt4/mkspecs/features/debug.prf /usr/share/qt4/mkspecs/features/debug_and_release.prf /usr/share/qt4/mkspecs/features/default_post.prf /usr/share/qt4/mkspecs/features/win32/default_post.prf /usr/share/qt4/mkspecs/features/build_pass.prf /usr/share/qt4/mkspecs/features/static.prf /usr/share/qt4/mkspecs/features/win32/stl.prf /usr/share/qt4/mkspecs/features/win32/exceptions.prf /usr/share/qt4/mkspecs/features/warn_on.prf /usr/share/qt4/mkspecs/features/qt.prf /usr/share/qt4/mkspecs/features/win32/thread.prf /usr/share/qt4/mkspecs/features/moc.prf /usr/share/qt4/mkspecs/features/win32/windows.prf /usr/share/qt4/mkspecs/features/win32/rtti_off.prf /usr/share/qt4/mkspecs/features/resources.prf /usr/share/qt4/mkspecs/features/uic.prf /usr/share/qt4/mkspecs/features/yacc.prf /usr/share/qt4/mkspecs/features/lex.prf /usr/share/qt4/mkspecs/features/include_source_dir.prf 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 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 HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES
  75. clean: compiler_clean
  76. -$(DEL_FILE) debug/main.o debug/unetbootin.o debug/moc_unetbootin.o debug/qrc_unetbootin-windows.o debug/qrc_unetbootin-sevnz.o
  77. -$(DEL_FILE) debug/ubnembed_res.o
  78. distclean: clean
  79. -$(DEL_FILE) $(DESTDIR_TARGET)
  80. -$(DEL_FILE) Makefile.Debug
  81. check: first
  82. mocclean: compiler_moc_header_clean compiler_moc_source_clean
  83. mocables: compiler_moc_header_make_all compiler_moc_source_make_all
  84. compiler_moc_header_make_all: debug/moc_unetbootin.cpp
  85. compiler_moc_header_clean:
  86. -$(DEL_FILE) debug/moc_unetbootin.cpp
  87. debug/moc_unetbootin.cpp: ui_unetbootin.h \
  88. unetbootin.h
  89. /usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 unetbootin.h -o debug/moc_unetbootin.cpp
  90. compiler_rcc_make_all: debug/qrc_unetbootin-windows.cpp debug/qrc_unetbootin-sevnz.cpp
  91. compiler_rcc_clean:
  92. -$(DEL_FILE) debug/qrc_unetbootin-windows.cpp debug/qrc_unetbootin-sevnz.cpp
  93. debug/qrc_unetbootin-windows.cpp: unetbootin-windows.qrc
  94. /usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name unetbootin-windows unetbootin-windows.qrc -o debug/qrc_unetbootin-windows.cpp
  95. debug/qrc_unetbootin-sevnz.cpp: unetbootin-sevnz.qrc
  96. /usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name unetbootin-sevnz unetbootin-sevnz.qrc -o debug/qrc_unetbootin-sevnz.cpp
  97. compiler_image_collection_make_all: qmake_image_collection.cpp
  98. compiler_image_collection_clean:
  99. -$(DEL_FILE) qmake_image_collection.cpp
  100. compiler_moc_source_make_all:
  101. compiler_moc_source_clean:
  102. compiler_uic_make_all: ui_unetbootin.h
  103. compiler_uic_clean:
  104. -$(DEL_FILE) ui_unetbootin.h
  105. ui_unetbootin.h: unetbootin.ui
  106. /usr/lib/x86_64-linux-gnu/qt4/bin/uic unetbootin.ui -o ui_unetbootin.h
  107. compiler_yacc_decl_make_all:
  108. compiler_yacc_decl_clean:
  109. compiler_yacc_impl_make_all:
  110. compiler_yacc_impl_clean:
  111. compiler_lex_make_all:
  112. compiler_lex_clean:
  113. compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
  114. ####### Compile
  115. debug/main.o: main.cpp unetbootin.h \
  116. ui_unetbootin.h
  117. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/main.o main.cpp
  118. debug/unetbootin.o: unetbootin.cpp unetbootin.h \
  119. ui_unetbootin.h \
  120. distrovercust.cpp \
  121. distrover.cpp \
  122. customdistselect.cpp \
  123. customdistrolst.cpp \
  124. distrolst.cpp
  125. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/unetbootin.o unetbootin.cpp
  126. debug/moc_unetbootin.o: debug/moc_unetbootin.cpp
  127. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_unetbootin.o debug/moc_unetbootin.cpp
  128. debug/qrc_unetbootin-windows.o: debug/qrc_unetbootin-windows.cpp
  129. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/qrc_unetbootin-windows.o debug/qrc_unetbootin-windows.cpp
  130. debug/qrc_unetbootin-sevnz.o: debug/qrc_unetbootin-sevnz.cpp
  131. $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/qrc_unetbootin-sevnz.o debug/qrc_unetbootin-sevnz.cpp
  132. ####### Install
  133. install: FORCE
  134. uninstall: FORCE
  135. FORCE: