2000-10-20 05:10:43 +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/.
|
2000-10-20 05:10:43 +00:00
|
|
|
|
2005-04-04 19:08:55 +00: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.
|
|
|
|
|
2012-05-15 05:44:32 +00:00
|
|
|
LIBCPPSRCS = XRemoteClient.cpp
|
|
|
|
|
|
|
|
OBJS = $(LIBCPPSRCS:.cpp=.$(OBJ_SUFFIX))
|
2004-01-05 23:26:15 +00:00
|
|
|
|
2012-05-15 05:44:32 +00:00
|
|
|
PROGCPPSRCS = \
|
|
|
|
mozilla-xremote-client.cpp \
|
|
|
|
XRemoteClient.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
PROGOBJS = $(PROGCPPSRCS:.cpp=.$(OBJ_SUFFIX))
|
|
|
|
|
2013-10-03 07:10:00 +00:00
|
|
|
CPPSRCS += \
|
|
|
|
$(filter-out $(LIBCPPSRCS),$(PROGCPPSRCS)) \
|
|
|
|
$(LIBCPPSRCS) \
|
|
|
|
$(NULL)
|