2010-06-21 17:05:08 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2010-06-21 17:05:08 -07:00
|
|
|
|
2012-04-05 23:26:06 -07:00
|
|
|
add_makefiles "
|
|
|
|
services/Makefile
|
2012-06-22 09:27:01 -07:00
|
|
|
services/aitc/Makefile
|
2012-04-05 23:26:06 -07:00
|
|
|
services/common/Makefile
|
2010-06-21 17:05:08 -07:00
|
|
|
services/crypto/Makefile
|
2011-12-13 08:41:22 -08:00
|
|
|
services/crypto/component/Makefile
|
2012-06-22 09:24:39 -07:00
|
|
|
services/notifications/Makefile
|
2010-06-21 17:05:08 -07:00
|
|
|
services/sync/Makefile
|
|
|
|
services/sync/locales/Makefile
|
2011-12-13 08:41:22 -08:00
|
|
|
"
|
2011-09-28 01:26:24 -07:00
|
|
|
|
2011-12-13 08:41:22 -08:00
|
|
|
if [ "$ENABLE_TESTS" ]; then
|
|
|
|
add_makefiles "
|
2012-06-22 09:27:01 -07:00
|
|
|
services/aitc/tests/Makefile
|
2012-04-05 23:26:06 -07:00
|
|
|
services/common/tests/Makefile
|
2011-12-13 08:41:22 -08:00
|
|
|
services/crypto/tests/Makefile
|
2012-06-22 09:24:39 -07:00
|
|
|
services/notifications/tests/Makefile
|
2011-12-13 08:41:22 -08:00
|
|
|
services/sync/tests/Makefile
|
2010-06-21 17:05:08 -07:00
|
|
|
"
|
2011-12-13 08:41:22 -08:00
|
|
|
fi
|