2012-05-21 15:12:37 +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/.
|
2004-12-07 21:09:28 +03:00
|
|
|
|
|
|
|
RESOURCES_HTML = \
|
2007-08-18 02:57:36 +04:00
|
|
|
$(srcdir)/folder.png \
|
2004-12-07 21:09:28 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir) \
|
|
|
|
-I$(srcdir)/../base \
|
2007-12-23 00:07:58 +03:00
|
|
|
-I$(srcdir)/../forms \
|
2010-08-31 20:05:12 +04:00
|
|
|
-I$(srcdir)/../style \
|
2004-12-07 21:09:28 +03:00
|
|
|
-I$(srcdir)/../tables \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
|
|
|
-I$(srcdir)/../../content/xul/content/src \
|
|
|
|
-I$(srcdir)/../../content/base/src \
|
2005-01-12 22:45:38 +03:00
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2009-03-11 17:10:19 +03:00
|
|
|
-I$(srcdir)/../../dom/base \
|
2011-04-27 01:38:43 +04:00
|
|
|
-I$(srcdir)/../../dom/plugins/base \
|
2012-09-25 01:01:21 +04:00
|
|
|
-I$(srcdir)/../svg \
|
2006-03-04 17:23:39 +03:00
|
|
|
$(MOZ_CAIRO_CFLAGS) \
|
2012-05-26 10:44:00 +04:00
|
|
|
$(MOZ_PIXMAN_CFLAGS) \
|
2004-12-07 21:09:28 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2013-06-12 16:04:28 +04:00
|
|
|
ifdef MOZ_WIDGET_GTK
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
2007-07-03 07:33:13 +04:00
|
|
|
endif
|
|
|
|
|
2008-08-09 17:43:08 +04:00
|
|
|
ifdef MOZ_ENABLE_QT
|
|
|
|
CXXFLAGS += $(MOZ_QT_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2004-12-07 21:09:28 +03:00
|
|
|
libs::
|
|
|
|
$(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
|