2007-03-22 10:30:00 -07:00
|
|
|
#
|
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
|
|
|
|
|
|
|
RESFILE = widget.res
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-05-25 23:44:00 -07:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS)
|
2009-05-19 22:47:08 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
LOCAL_INCLUDES = -I. -I$(srcdir)/../xpwidgets -I$(srcdir)
|
|
|
|
|
2009-11-04 15:20:12 -08:00
|
|
|
install-readme: README.$(MOZ_APP_NAME)
|
2009-07-30 11:20:44 -07:00
|
|
|
ifneq (,$(filter-out xulrunner sunbird,$(MOZ_APP_NAME)))
|
2008-12-05 13:11:22 -08:00
|
|
|
cp -f $^ $(DIST)/bin/README.txt
|
2009-07-30 11:20:44 -07:00
|
|
|
endif
|
2008-12-05 13:11:22 -08:00
|
|
|
|
2009-11-04 15:20:12 -08:00
|
|
|
libs:: install-readme
|
|
|
|
$(INSTALL) $(srcdir)/MozSounds.cmd $(DIST)/bin/
|
|
|
|
|
2013-03-05 09:27:58 -08:00
|
|
|
export-preqs = \
|
|
|
|
$(call mkdir_deps,res) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
export:: $(export-preqs)
|
2007-03-22 10:30:00 -07:00
|
|
|
test -f ./res/aliasb.ptr || cp $(srcdir)/res/*.* ./res
|