2001-01-23 01:05:48 +03:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
# 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.org code
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 2001 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
#
|
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2001-01-26 15:05:55 +03:00
|
|
|
MODULE = imglib2
|
2001-01-23 01:05:48 +03:00
|
|
|
|
2001-10-06 09:08:16 +04:00
|
|
|
EXPORTS = ImageErrors.h ImageLogging.h
|
2001-02-26 07:22:47 +03:00
|
|
|
|
fix for at least bugs 6074,72087,74506,75190,75180,74165,69857,75576,75326,75417,75474 r=waterson, sr=brendan
2001-04-13 06:42:56 +04:00
|
|
|
XPIDLSRCS = imgICache.idl \
|
|
|
|
imgIContainer.idl \
|
2001-03-10 04:11:54 +03:00
|
|
|
imgIContainerObserver.idl \
|
|
|
|
imgIDecoder.idl \
|
|
|
|
imgIDecoderObserver.idl \
|
2001-10-12 10:43:52 +04:00
|
|
|
imgILoad.idl \
|
2001-03-10 04:11:54 +03:00
|
|
|
imgILoader.idl \
|
|
|
|
imgIRequest.idl
|
2001-01-23 01:05:48 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|