Makefile 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. rbm=./rbm/rbm
  2. all: release
  3. release: submodule-update
  4. $(rbm) build release --target release --target torbrowser-all
  5. release-android-armv7: submodule-update
  6. $(rbm) build release --target release --target torbrowser-android-armv7
  7. release-android-x86: submodule-update
  8. $(rbm) build release --target release --target torbrowser-android-x86
  9. release-linux-x86_64: submodule-update
  10. $(rbm) build release --target release --target torbrowser-linux-x86_64
  11. release-linux-x86_64-debug: submodule-update
  12. $(rbm) build release --target release --target torbrowser-linux-x86_64-debug
  13. release-linux-i686: submodule-update
  14. $(rbm) build release --target release --target torbrowser-linux-i686
  15. release-windows-i686: submodule-update
  16. $(rbm) build release --target release --target torbrowser-windows-i686
  17. release-windows-x86_64: submodule-update
  18. $(rbm) build release --target release --target torbrowser-windows-x86_64
  19. release-osx-x86_64: submodule-update
  20. $(rbm) build release --target release --target torbrowser-osx-x86_64
  21. release-src: submodule-update
  22. $(rbm) build release --target release --target torbrowser-src
  23. alpha: submodule-update
  24. $(rbm) build release --target alpha --target torbrowser-all
  25. alpha-android-armv7: submodule-update
  26. $(rbm) build release --target alpha --target torbrowser-android-armv7
  27. alpha-android-x86: submodule-update
  28. $(rbm) build release --target alpha --target torbrowser-android-x86
  29. alpha-linux-x86_64: submodule-update
  30. $(rbm) build release --target alpha --target torbrowser-linux-x86_64
  31. alpha-linux-x86_64-debug: submodule-update
  32. $(rbm) build release --target alpha --target torbrowser-linux-x86_64-debug
  33. alpha-linux-i686: submodule-update
  34. $(rbm) build release --target alpha --target torbrowser-linux-i686
  35. alpha-windows-i686: submodule-update
  36. $(rbm) build release --target alpha --target torbrowser-windows-i686
  37. alpha-windows-x86_64: submodule-update
  38. $(rbm) build release --target alpha --target torbrowser-windows-x86_64
  39. alpha-osx-x86_64: submodule-update
  40. $(rbm) build release --target alpha --target torbrowser-osx-x86_64
  41. alpha-src: submodule-update
  42. $(rbm) build release --target alpha --target torbrowser-src
  43. nightly: submodule-update
  44. $(rbm) build release --target nightly --target torbrowser-all
  45. nightly-android-armv7: submodule-update
  46. $(rbm) build release --target nightly --target torbrowser-android-armv7
  47. nightly-android-x86: submodule-update
  48. $(rbm) build release --target nightly --target torbrowser-android-x86
  49. nightly-linux-x86_64: submodule-update
  50. $(rbm) build release --target nightly --target torbrowser-linux-x86_64
  51. nightly-linux-x86_64-debug: submodule-update
  52. $(rbm) build release --target nightly --target torbrowser-linux-x86_64-debug
  53. nightly-linux-i686: submodule-update
  54. $(rbm) build release --target nightly --target torbrowser-linux-i686
  55. nightly-windows-i686: submodule-update
  56. $(rbm) build release --target nightly --target torbrowser-windows-i686
  57. nightly-windows-x86_64: submodule-update
  58. $(rbm) build release --target nightly --target torbrowser-windows-x86_64
  59. nightly-osx-x86_64: submodule-update
  60. $(rbm) build release --target nightly --target torbrowser-osx-x86_64
  61. nightly-src: submodule-update
  62. $(rbm) build release --target nightly --target torbrowser-src
  63. alpha_nightly: submodule-update
  64. $(rbm) build release --target alpha_nightly --target torbrowser-all
  65. alpha_nightly-android-armv7: submodule-update
  66. $(rbm) build release --target alpha_nightly --target torbrowser-android-armv7
  67. alpha_nightly-android-x86: submodule-update
  68. $(rbm) build release --target alpha_nightly --target torbrowser-android-x86
  69. alpha_nightly-linux-x86_64: submodule-update
  70. $(rbm) build release --target alpha_nightly --target torbrowser-linux-x86_64
  71. alpha_nightly-linux-i686: submodule-update
  72. $(rbm) build release --target alpha_nightly --target torbrowser-linux-i686
  73. alpha_nightly-windows-i686: submodule-update
  74. $(rbm) build release --target alpha_nightly --target torbrowser-windows-i686
  75. alpha_nightly-windows-x86_64: submodule-update
  76. $(rbm) build release --target alpha_nightly --target torbrowser-windows-x86_64
  77. alpha_nightly-osx-x86_64: submodule-update
  78. $(rbm) build release --target alpha_nightly --target torbrowser-osx-x86_64
  79. alpha_nightly-src: submodule-update
  80. $(rbm) build release --target alpha_nightly --target torbrowser-src
  81. testbuild: submodule-update
  82. $(rbm) build release --target testbuild --target torbrowser-all
  83. testbuild-android-armv7: submodule-update
  84. $(rbm) build release --target testbuild --target torbrowser-android-armv7
  85. testbuild-android-x86: submodule-update
  86. $(rbm) build release --target testbuild --target torbrowser-android-x86
  87. testbuild-linux-x86_64: submodule-update
  88. $(rbm) build release --target testbuild --target torbrowser-linux-x86_64
  89. testbuild-linux-x86_64-debug: submodule-update
  90. $(rbm) build release --target testbuild --target torbrowser-linux-x86_64-debug
  91. testbuild-linux-i686: submodule-update
  92. $(rbm) build release --target testbuild --target torbrowser-linux-i686
  93. testbuild-windows-x86_64: submodule-update
  94. $(rbm) build release --target testbuild --target torbrowser-windows-x86_64
  95. testbuild-windows-i686: submodule-update
  96. $(rbm) build release --target testbuild --target torbrowser-windows-i686
  97. testbuild-osx-x86_64: submodule-update
  98. $(rbm) build release --target testbuild --target torbrowser-osx-x86_64
  99. testbuild-src: submodule-update
  100. $(rbm) build release --target testbuild --target torbrowser-src-testbuild
  101. signtag-release: submodule-update
  102. $(rbm) build release --step signtag --target release
  103. signtag-alpha: submodule-update
  104. $(rbm) build release --step signtag --target alpha
  105. incrementals-release: submodule-update
  106. $(rbm) build release --step update_responses_config --target release --target create_unsigned_incrementals
  107. tools/update-responses/download_missing_versions release
  108. tools/update-responses/gen_incrementals release
  109. $(rbm) build release --step hash_incrementals --target release
  110. incrementals-alpha: submodule-update
  111. $(rbm) build release --step update_responses_config --target alpha --target create_unsigned_incrementals
  112. tools/update-responses/download_missing_versions alpha
  113. tools/update-responses/gen_incrementals alpha
  114. $(rbm) build release --step hash_incrementals --target alpha
  115. update_responses-release: submodule-update
  116. $(rbm) build release --step update_responses_config --target release --target signed
  117. $(rbm) build release --step create_update_responses_tar --target release --target signed
  118. update_responses-alpha: submodule-update
  119. $(rbm) build release --step update_responses_config --target alpha --target signed
  120. $(rbm) build release --step create_update_responses_tar --target alpha --target signed
  121. dmg2mar-release: submodule-update
  122. $(rbm) build release --step update_responses_config --target release --target signed
  123. $(rbm) build release --step dmg2mar --target release --target signed
  124. tools/update-responses/download_missing_versions release
  125. CHECK_CODESIGNATURE_EXISTS=1 MAR_SKIP_EXISTING=1 tools/update-responses/gen_incrementals release
  126. dmg2mar-alpha: submodule-update
  127. $(rbm) build release --step update_responses_config --target alpha --target signed
  128. $(rbm) build release --step dmg2mar --target alpha --target signed
  129. tools/update-responses/download_missing_versions alpha
  130. CHECK_CODESIGNATURE_EXISTS=1 MAR_SKIP_EXISTING=1 tools/update-responses/gen_incrementals alpha
  131. submodule-update:
  132. git submodule update --init
  133. fetch: submodule-update
  134. $(rbm) fetch
  135. clean: submodule-update
  136. ./tools/clean-old
  137. clean-dry-run: submodule-update
  138. ./tools/clean-old --dry-run