Makefile 5.8 KB

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