1999-09-08 22:08:40 +00:00
|
|
|
#
|
1999-09-06 17:09:47 +00:00
|
|
|
# The contents of this file are subject to the Mozilla Public License
|
1999-09-06 18:17:54 +00:00
|
|
|
# Version 1.1 (the "License"); you may not use this file except in
|
1999-09-06 17:09:47 +00:00
|
|
|
# compliance with the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is Mozilla IRC Extentions, including Basic Socket Library,
|
|
|
|
# and JSIRC Library.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Robert Ginda, rginda@ndcico.com, original author
|
1999-09-08 22:08:40 +00:00
|
|
|
#
|
1999-09-14 00:27:34 +00:00
|
|
|
# Large LED icons (green-*, red-*, yellow-*) and Marble background (xtal.jpg)
|
|
|
|
# Copyright (C) 1996, 1997 Jim Evins.
|
|
|
|
# http://www.clark.net/pub/evins/Icons/
|
|
|
|
#
|
|
|
|
# Other Icons came from "Anthony's WWW Images"
|
|
|
|
# http://www.cit.gu.edu.au/images/Images.html
|
|
|
|
#
|
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
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-02-24 03:38:05 +00:00
|
|
|
DIRS = xul
|
|
|
|
|
1999-09-08 22:08:40 +00:00
|
|
|
JSLIBFILES = \
|
|
|
|
$(srcdir)/js/lib/utils.js \
|
|
|
|
$(srcdir)/js/lib/events.js \
|
|
|
|
$(srcdir)/js/lib/connection-xpcom.js \
|
1999-09-15 02:04:24 +00:00
|
|
|
$(srcdir)/js/lib/command-manager.js \
|
1999-09-08 22:08:40 +00:00
|
|
|
$(srcdir)/js/lib/irc.js \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/js/lib/irc-debug.js \
|
1999-09-08 22:08:40 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XULLIBFILES = \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/xul/lib/listbox.js \
|
1999-11-29 03:57:45 +00:00
|
|
|
$(srcdir)/xul/lib/munger.js \
|
1999-09-08 22:08:40 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2000-01-18 03:29:17 +00:00
|
|
|
CONTENTFILES = \
|
|
|
|
$(srcdir)/xul/content/chatzilla.xul \
|
|
|
|
$(srcdir)/xul/content/commands.js \
|
|
|
|
$(srcdir)/xul/content/handlers.js \
|
|
|
|
$(srcdir)/xul/content/readprefs.js \
|
|
|
|
$(srcdir)/xul/content/static.js \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
SKINFILES = \
|
|
|
|
$(srcdir)/xul/skin/chatzilla.css \
|
|
|
|
$(srcdir)/xul/skin/output-default.css \
|
|
|
|
$(srcdir)/xul/skin/output-loud.css \
|
|
|
|
$(srcdir)/xul/skin/output-marble.css \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
IMAGEFILES = \
|
|
|
|
$(srcdir)/xul/skin/images/xtal.jpg \
|
|
|
|
$(srcdir)/xul/skin/images/blue_rock.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-frown.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-tongue.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-angry.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-screw.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-wink.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-cry.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-smile.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-dunno.gif \
|
|
|
|
$(srcdir)/xul/skin/images/face-surprise.gif \
|
|
|
|
$(srcdir)/xul/skin/images/is-op.gif \
|
|
|
|
$(srcdir)/xul/skin/images/isnt-op.gif \
|
|
|
|
$(srcdir)/xul/skin/images/is-voice.gif \
|
|
|
|
$(srcdir)/xul/skin/images/isnt-voice.gif \
|
|
|
|
$(srcdir)/xul/skin/images/view-activity.gif \
|
|
|
|
$(srcdir)/xul/skin/images/view-current.gif \
|
|
|
|
$(srcdir)/xul/skin/images/view-normal.gif \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-09-08 22:08:40 +00:00
|
|
|
TESTFILES = \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/xul/tests/test3.xul \
|
|
|
|
$(srcdir)/xul/tests/test3.css \
|
1999-10-09 21:26:52 +00:00
|
|
|
$(srcdir)/xul/tests/test3-output-default.css \
|
|
|
|
$(srcdir)/xul/tests/test3-output-marble.css \
|
1999-10-29 03:33:01 +00:00
|
|
|
$(srcdir)/xul/tests/test3-output-loud.css \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/xul/tests/test3-static.js \
|
|
|
|
$(srcdir)/xul/tests/test3-handlers.js \
|
1999-09-15 02:04:24 +00:00
|
|
|
$(srcdir)/xul/tests/test3-commands.js \
|
1999-11-29 03:57:45 +00:00
|
|
|
$(srcdir)/xul/tests/test3-readprefs.js \
|
1999-10-09 21:26:52 +00:00
|
|
|
$(srcdir)/xul/tests/g_green.gif \
|
|
|
|
$(srcdir)/xul/tests/g_green_on.gif \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/xul/tests/g_grey.gif \
|
|
|
|
$(srcdir)/xul/tests/g_grey_on.gif \
|
|
|
|
$(srcdir)/xul/tests/green-on.gif \
|
|
|
|
$(srcdir)/xul/tests/green-off.gif \
|
1999-11-29 03:57:45 +00:00
|
|
|
$(srcdir)/xul/tests/green-blink-1.gif \
|
1999-09-14 00:27:34 +00:00
|
|
|
$(srcdir)/xul/tests/yellow-on.gif \
|
|
|
|
$(srcdir)/xul/tests/xtal.jpg \
|
1999-10-27 22:42:47 +00:00
|
|
|
$(srcdir)/xul/tests/blue_rock.gif \
|
1999-11-29 03:57:45 +00:00
|
|
|
$(srcdir)/xul/tests/face-angry.gif \
|
|
|
|
$(srcdir)/xul/tests/face-cry.gif \
|
|
|
|
$(srcdir)/xul/tests/face-frown.gif \
|
|
|
|
$(srcdir)/xul/tests/face-smile.gif \
|
|
|
|
$(srcdir)/xul/tests/face-surprise.gif \
|
|
|
|
$(srcdir)/xul/tests/face-tongue.gif \
|
|
|
|
$(srcdir)/xul/tests/face-wink.gif \
|
|
|
|
$(srcdir)/xul/tests/face-screw.gif \
|
|
|
|
$(srcdir)/xul/tests/face-dunno.gif \
|
1999-09-08 22:08:40 +00:00
|
|
|
$(NULL)
|
1999-09-06 17:09:47 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2000-01-18 03:29:17 +00:00
|
|
|
INSTALLROOT = $(DIST)/bin/chrome/chatzilla
|
|
|
|
|
1999-09-06 17:09:47 +00:00
|
|
|
install::
|
2000-04-19 21:42:30 +00:00
|
|
|
$(INSTALL) $(JSLIBFILES) $(INSTALLROOT)/content/lib/js
|
|
|
|
$(INSTALL) $(XULLIBFILES) $(INSTALLROOT)/content/lib/xul
|
|
|
|
$(INSTALL) $(CONTENTFILES) $(INSTALLROOT)/content
|
|
|
|
$(INSTALL) $(SKINFILES) $(INSTALLROOT)/skin
|
|
|
|
$(INSTALL) $(IMAGEFILES) $(INSTALLROOT)/skin/images
|
2000-04-25 06:39:39 +00:00
|
|
|
$(INSTALL) $(srcdir)/js/lib/chatzilla-service.js $(DIST)/bin/components
|