14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# vim: noexpandtab ts=4 sw=4
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# ***** BEGIN LICENSE BLOCK *****
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Version: MPL 1.1/GPL 2.0/LGPL 2.1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# The contents of this file are subject to the Mozilla Public License Version
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# 1.1 (the "License"); you may not use this file except in compliance with
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the License. You may obtain a copy of the License at
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# http://www.mozilla.org/MPL/
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Software distributed under the License is distributed on an "AS IS" basis,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# for the specific language governing rights and limitations under the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# The Original Code is Mozilla IPC.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# The Initial Developer of the Original Code is
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Netscape Communications Corporation.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Portions created by the Initial Developer are Copyright (C) 2002
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the Initial Developer. All Rights Reserved.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Contributor(s):
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Darin Fisher <darin@netscape.com>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# Alternatively, the contents of this file may be used under the terms of
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# either the GNU General Public License Version 2 or later (the "GPL"), or
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# in which case the provisions of the GPL or the LGPL are applicable instead
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# of those above. If you wish to allow use of your version of this file only
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# under the terms of either the GPL or the LGPL, and not to allow others to
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# use your version of this file under the terms of the MPL, indicate your
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# decision by deleting the provisions above and replace them with the notice
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# and other provisions required by the GPL or the LGPL. If you do not delete
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the provisions above, a recipient may use your version of this file under
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# the terms of any one of the MPL, the GPL or the LGPL.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync#
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync# ***** END LICENSE BLOCK *****
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncDEPTH = ../../../..
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsynctopsrcdir = @top_srcdir@
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncsrcdir = @srcdir@
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVPATH = @srcdir@
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncinclude $(DEPTH)/config/autoconf.mk
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncMODULE = ipcd
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncEXPORTS = \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ipcdclient.h \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ipcCID.h \
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync $(NULL)
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncXPIDLSRCS = \
ipcIService.idl \
ipcIMessageObserver.idl \
ipcIClientObserver.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk