1999-09-08 22:08:40 +00:00
#
2004-04-18 22:14:17 +00:00
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
1999-09-06 17:09:47 +00:00
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
2004-04-18 22:14:17 +00:00
# License.
1999-09-06 17:09:47 +00:00
#
2004-04-18 22:14:17 +00:00
# The Original Code is Mozilla IRC Extensions, including Basic Socket Library, and JSIRC Library.
1999-09-06 17:09:47 +00:00
#
2004-04-18 22:14:17 +00:00
# The Initial Developer of the Original Code is
# New Dimensions Consulting, Inc. Portions created by New Dimensions Consulting, Inc. Copyright (C) 1999 New Dimenstions Consulting, Inc. All Rights Reserved.
# Portions created by the Initial Developer are Copyright (C) 2001
# the Initial Developer. All Rights Reserved.
1999-09-06 17:09:47 +00:00
#
# Contributor(s):
2004-04-18 22:14:17 +00:00
# Robert Ginda, rginda@ndcico.com, original author
1999-09-14 00:27:34 +00:00
#
2004-04-18 22:14:17 +00:00
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
1999-09-14 00:27:34 +00:00
#
2004-04-18 22:14:17 +00:00
# ***** END LICENSE BLOCK *****
1999-09-06 17:09:47 +00:00
DEPTH = ../..
1999-09-08 22:08:40 +00:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
1999-09-06 17:09:47 +00:00
i n c l u d e $( DEPTH ) / c o n f i g / a u t o c o n f . m k
2004-01-07 13:37:00 +00:00
MODULE = chatzilla
PACKAGE_FILE = chatzilla.pkg
2002-04-25 02:52:44 +00:00
EXTRA_COMPONENTS = js/lib/chatzilla-service.js
1999-09-06 17:09:47 +00:00
2004-09-15 18:39:16 +00:00
i f d e f M O Z _ P H O E N I X
DIRS += ff
e l s e
DIRS += sm
e n d i f
2002-04-25 02:52:44 +00:00
i n c l u d e $( topsrcdir ) / c o n f i g / r u l e s . m k