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
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-11-28 18:23:10 +04:00
|
|
|
CXXFLAGS += \
|
2006-03-04 17:23:39 +03:00
|
|
|
$(MOZ_CAIRO_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
|