1999-06-28 23:18:55 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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/.
|
1999-06-28 23:18:55 +00:00
|
|
|
|
2002-03-21 23:29:11 +00:00
|
|
|
RESFILE = widget.res
|
2001-12-14 23:49:04 +00:00
|
|
|
SHARED_LIBRARY_LIBS = \
|
2007-03-10 07:23:01 +00:00
|
|
|
../xpwidgets/$(LIB_PREFIX)xpwidgets_s.$(LIB_SUFFIX) \
|
2001-03-02 00:10:24 +00:00
|
|
|
$(NULL)
|
2000-05-04 11:00:47 +00:00
|
|
|
|
1999-09-16 01:09:42 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-07-18 04:09:51 +00:00
|
|
|
|
2012-05-26 06:44:00 +00:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS)
|
2009-05-20 05:47:08 +00:00
|
|
|
|
2006-02-13 22:32:23 +00:00
|
|
|
DEFINES += -DUSE_OS2_TOOLKIT_HEADERS
|
|
|
|
|
2008-05-24 16:18:27 +00:00
|
|
|
DEFINES += -DMOZ_APP_DISPLAYNAME=\"$(MOZ_APP_DISPLAYNAME)\"
|
|
|
|
|
2003-03-22 05:29:37 +00:00
|
|
|
LOCAL_INCLUDES = -I. -I$(srcdir)/../xpwidgets -I$(srcdir)
|
1999-07-18 04:09:51 +00:00
|
|
|
|
2009-11-04 23:20:12 +00:00
|
|
|
install-readme: README.$(MOZ_APP_NAME)
|
2009-07-30 18:20:44 +00:00
|
|
|
ifneq (,$(filter-out xulrunner sunbird,$(MOZ_APP_NAME)))
|
2008-12-05 21:11:22 +00:00
|
|
|
cp -f $^ $(DIST)/bin/README.txt
|
2009-07-30 18:20:44 +00:00
|
|
|
endif
|
2008-12-05 21:11:22 +00:00
|
|
|
|
2009-11-04 23:20:12 +00:00
|
|
|
libs:: install-readme
|
|
|
|
$(INSTALL) $(srcdir)/MozSounds.cmd $(DIST)/bin/
|
|
|
|
|
2013-03-05 17:27:58 +00:00
|
|
|
export-preqs = \
|
|
|
|
$(call mkdir_deps,res) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
export:: $(export-preqs)
|
2003-10-22 21:57:01 +00:00
|
|
|
test -f ./res/aliasb.ptr || cp $(srcdir)/res/*.* ./res
|