d816fe52e224dc536b33c231929571e78b7d3a77
[gecko.git] / Makefile.in
blobd816fe52e224dc536b33c231929571e78b7d3a77
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 DEFINES += -DAB_CD=$(MOZ_UI_LOCALE) \
13 -DPACKAGE=browser \
14 -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \
15 $(NULL)
17 include $(topsrcdir)/config/rules.mk