https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c5140c51fe6bcaacd0b1b20cdc9753f0c778172b authored by ffxbld on 05 September 2012, 21:58:00 UTC
Added FENNEC_15_0_1_RELEASE FENNEC_15_0_1_BUILD1 tag(s) for changeset 48d8147ee30d. DONTBUILD CLOSED TREE a=release
Tip revision: c5140c5
makefiles.sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

add_makefiles "
mobile/locales/Makefile
mobile/android/Makefile
mobile/android/app/Makefile
mobile/android/app/profile/extensions/Makefile
mobile/android/base/Makefile
mobile/android/base/locales/Makefile
$MOZ_BRANDING_DIRECTORY/Makefile
$MOZ_BRANDING_DIRECTORY/content/Makefile
$MOZ_BRANDING_DIRECTORY/locales/Makefile
mobile/android/chrome/Makefile
mobile/android/components/Makefile
mobile/android/modules/Makefile
mobile/android/installer/Makefile
mobile/android/locales/Makefile
mobile/android/themes/core/Makefile
"

if [ ! "$LIBXUL_SDK" ]; then
  add_makefiles "
    mobile/android/components/build/Makefile
  "
fi
back to top