2007-03-22 10:30:00 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
MODULES_LIBJAR_LCPPSRCS = \
|
2009-07-23 11:40:29 -07:00
|
|
|
nsZipArchive.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsJARInputStream.cpp \
|
|
|
|
nsJAR.cpp \
|
|
|
|
nsJARFactory.cpp \
|
|
|
|
nsJARProtocolHandler.cpp \
|
|
|
|
nsJARChannel.cpp \
|
|
|
|
nsJARURI.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MODULES_LIBJAR_LEXPORTS = \
|
|
|
|
zipstruct.h \
|
2012-08-23 12:33:46 -07:00
|
|
|
nsJARURI.h \
|
2010-05-21 10:58:32 -07:00
|
|
|
nsZipArchive.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MODULES_LIBJAR_LXPIDLSRCS = \
|
|
|
|
nsIZipReader.idl \
|
|
|
|
nsIJARChannel.idl \
|
|
|
|
nsIJARURI.idl \
|
|
|
|
nsIJARProtocolHandler.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MODULES_LIBJAR_CPPSRCS := $(addprefix $(topsrcdir)/modules/libjar/, $(MODULES_LIBJAR_LCPPSRCS))
|
|
|
|
|
|
|
|
MODULES_LIBJAR_XPIDLSRCS := $(addprefix $(topsrcdir)/modules/libjar/, $(MODULES_LIBJAR_LXPIDLSRCS))
|
|
|
|
|