widget/xremoteclient/Makefile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/widget/xremoteclient/Makefile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# 
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +# NOTE: This directory is part of tier 50, and is linked directly into
    1.10 +# the application binaries. The fact that it's under mozilla/widget is a fluke
    1.11 +# of tree history.
    1.12 +
    1.13 +LIBCPPSRCS = XRemoteClient.cpp
    1.14 +
    1.15 +OBJS = $(LIBCPPSRCS:.cpp=.$(OBJ_SUFFIX))
    1.16 +
    1.17 +EXTRA_DSO_LDOPTS = \
    1.18 +		$(XLIBS) $(XLDFLAGS)  \
    1.19 +		$(MOZ_COMPONENT_LIBS) \
    1.20 +		$(NULL)
    1.21 +
    1.22 +PROGCPPSRCS = \
    1.23 +  mozilla-xremote-client.cpp \
    1.24 +  XRemoteClient.cpp \
    1.25 +  $(NULL)
    1.26 +
    1.27 +PROGOBJS = $(PROGCPPSRCS:.cpp=.$(OBJ_SUFFIX))
    1.28 +
    1.29 +CPPSRCS += \
    1.30 +  $(filter-out $(LIBCPPSRCS),$(PROGCPPSRCS)) \
    1.31 +  $(LIBCPPSRCS) \
    1.32 +  $(NULL)
    1.33 +
    1.34 +LIBS            = \
    1.35 +		$(NSPR_LIBS) \
    1.36 +		$(XLDFLAGS) $(XLIBS)

mercurial