2000-10-20 09:10:43 +04:00
|
|
|
#
|
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/.
|
2000-10-20 09:10:43 +04:00
|
|
|
|
2005-04-04 23:08:55 +04:00
|
|
|
# NOTE: This directory is part of tier 50, and is linked directly into
|
|
|
|
# the application binaries. The fact that it's under mozilla/widget is a fluke
|
|
|
|
# of tree history.
|
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
2004-01-07 16:37:00 +03:00
|
|
|
|
2010-03-04 08:02:57 +03:00
|
|
|
DEFINES += -DXPCOM_GLUE
|
|
|
|
|
2012-05-15 09:44:32 +04:00
|
|
|
LIBCPPSRCS = XRemoteClient.cpp
|
|
|
|
|
|
|
|
OBJS = $(LIBCPPSRCS:.cpp=.$(OBJ_SUFFIX))
|
2004-01-06 02:26:15 +03:00
|
|
|
|
2000-10-20 09:10:43 +04:00
|
|
|
EXTRA_DSO_LDOPTS = \
|
|
|
|
$(XLIBS) $(XLDFLAGS) \
|
|
|
|
$(MOZ_COMPONENT_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-05-15 09:44:32 +04:00
|
|
|
PROGCPPSRCS = \
|
|
|
|
mozilla-xremote-client.cpp \
|
|
|
|
XRemoteClient.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
PROGOBJS = $(PROGCPPSRCS:.cpp=.$(OBJ_SUFFIX))
|
|
|
|
|
2001-12-29 01:17:20 +03:00
|
|
|
LIBS = \
|
2003-02-14 16:17:50 +03:00
|
|
|
$(NSPR_LIBS) \
|
2001-12-29 01:17:20 +03:00
|
|
|
$(XLDFLAGS) $(XLIBS)
|