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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
RESOURCES_HTML = \
|
2007-08-17 15:57:36 -07:00
|
|
|
$(srcdir)/folder.png \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-11-28 06:23:10 -08:00
|
|
|
CXXFLAGS += \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(MOZ_CAIRO_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2013-06-12 05:04:28 -07:00
|
|
|
ifdef MOZ_WIDGET_GTK
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
2007-07-02 20:33:13 -07:00
|
|
|
endif
|
|
|
|
|
2008-08-09 06:43:08 -07:00
|
|
|
ifdef MOZ_ENABLE_QT
|
|
|
|
CXXFLAGS += $(MOZ_QT_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
libs::
|
|
|
|
$(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
|