Makefile.in revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
0N/A# vim: noexpandtab ts=4 sw=4
2362N/A# ***** BEGIN LICENSE BLOCK *****
0N/A# Version: MPL 1.1/GPL 2.0/LGPL 2.1
0N/A#
0N/A# The contents of this file are subject to the Mozilla Public License Version
0N/A# 1.1 (the "License"); you may not use this file except in compliance with
2362N/A# the License. You may obtain a copy of the License at
0N/A# http://www.mozilla.org/MPL/
2362N/A#
0N/A# Software distributed under the License is distributed on an "AS IS" basis,
0N/A# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
0N/A# for the specific language governing rights and limitations under the
0N/A# License.
0N/A#
0N/A# The Original Code is Mozilla IPC.
0N/A#
0N/A# The Initial Developer of the Original Code is
0N/A# Netscape Communications Corporation.
0N/A# Portions created by the Initial Developer are Copyright (C) 2002
0N/A# the Initial Developer. All Rights Reserved.
2362N/A#
2362N/A# Contributor(s):
2362N/A# Darin Fisher <darin@netscape.com>
0N/A#
0N/A# Alternatively, the contents of this file may be used under the terms of
0N/A# either the GNU General Public License Version 2 or later (the "GPL"), or
0N/A# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
0N/A# in which case the provisions of the GPL or the LGPL are applicable instead
0N/A# of those above. If you wish to allow use of your version of this file only
0N/A# under the terms of either the GPL or the LGPL, and not to allow others to
0N/A# use your version of this file under the terms of the MPL, indicate your
0N/A# decision by deleting the provisions above and replace them with the notice
0N/A# and other provisions required by the GPL or the LGPL. If you do not delete
0N/A# the provisions above, a recipient may use your version of this file under
0N/A# the terms of any one of the MPL, the GPL or the LGPL.
0N/A#
0N/A# ***** END LICENSE BLOCK *****
0N/A
0N/ADEPTH = ../..
0N/Atopsrcdir = @top_srcdir@
0N/Asrcdir = @srcdir@
0N/AVPATH = @srcdir@
0N/A
0N/Ainclude $(DEPTH)/config/autoconf.mk
0N/A
0N/AMODULE = ipcd
0N/A
0N/APACKAGE_FILE = ipc.pkg
0N/A
0N/ADIRS = \
0N/A util \
0N/A shared/src \
0N/A daemon/public \
0N/A client/public \
0N/A extensions \
0N/A client/src \
0N/A daemon/src \
0N/A $(NULL)
0N/A
0N/Aifdef ENABLE_TESTS
0N/ADIRS += test
0N/Aendif
0N/A
0N/Ainclude $(topsrcdir)/config/rules.mk
0N/A