2008-07-22 16:27:55 +04:00
|
|
|
# vim:set ts=8 sw=8 sts=8 noet:
|
|
|
|
#
|
2012-05-24 16:07:40 +04: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/.
|
2008-07-22 16:27:55 +04:00
|
|
|
#
|
2010-04-02 18:46:27 +04:00
|
|
|
|
2008-07-22 16:27:55 +04:00
|
|
|
ifndef topsrcdir
|
2010-04-02 18:46:27 +04:00
|
|
|
$(error topsrcdir was not set))
|
2008-07-22 16:27:55 +04:00
|
|
|
endif
|
|
|
|
|
2014-12-05 20:38:29 +03:00
|
|
|
# Use mozilla-central's copy of rules.mk.
|
|
|
|
include $(topsrcdir)/mozilla/config/rules.mk
|