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
|
|
|
|
2012-04-29 23:05:34 -07:00
|
|
|
SDK_BINARY = $(PROGRAM)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
LIBS = \
|
|
|
|
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
|
2009-01-20 11:56:44 -08:00
|
|
|
$(LIBXUL_LIBS) \
|
2010-08-09 11:34:41 -07:00
|
|
|
$(XPCOM_LIBS) \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2010-08-13 21:18:05 -07:00
|
|
|
LIBS += $(NSPR_LIBS)
|
|
|
|
|
2009-01-20 14:21:03 -08:00
|
|
|
NSDISTMODE = copy
|
|
|
|
|
2011-10-20 00:55:18 -07:00
|
|
|
ifeq ($(OS_TEST),ia64)
|
|
|
|
LIBS += $(JEMALLOC_LIBS)
|
|
|
|
endif
|
2013-10-20 00:25:19 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|