1999-05-18 13:11:01 +04:00
|
|
|
#!nmake
|
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The contents of this file are subject to the Netscape 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/NPL/
|
1999-05-18 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03: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 License.
|
1999-05-18 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-05-18 13:11:01 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-05-18 13:11:01 +04:00
|
|
|
|
|
|
|
DEPTH=..\..
|
|
|
|
MODULE = xpcom
|
2002-02-01 00:55:01 +03:00
|
|
|
REQUIRES = \
|
2001-09-19 02:01:13 +04:00
|
|
|
string \
|
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
## exports
|
|
|
|
|
2001-07-31 23:05:34 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nsAppDirectoryServiceDefs.h \
|
|
|
|
nsDirectoryService.h \
|
|
|
|
nsDirectoryServiceDefs.h \
|
2002-03-20 03:34:17 +03:00
|
|
|
nsDirectoryServiceUtils.h \
|
2001-07-31 23:05:34 +04:00
|
|
|
nsEscape.h \
|
|
|
|
nsFastLoadPtr.h \
|
|
|
|
nsFastLoadService.h \
|
|
|
|
nsFileSpec.h \
|
|
|
|
nsFileStream.h \
|
|
|
|
nsIFileStream.h \
|
|
|
|
nsIUnicharInputStream.h \
|
|
|
|
nsLinebreakConverter.h \
|
|
|
|
nsScriptableInputStream.h \
|
|
|
|
nsSpecialSystemDirectory.h \
|
2002-02-19 02:00:11 +03:00
|
|
|
nsStorageStream.h \
|
2001-07-31 23:05:34 +04:00
|
|
|
nsStringIO.h \
|
1999-12-04 23:29:42 +03:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
1999-05-26 05:38:36 +04:00
|
|
|
NO_XPT_GEN=1
|
1999-06-04 00:06:49 +04:00
|
|
|
XPIDL_MODULE = xpcom_io
|
1999-05-26 05:38:36 +04:00
|
|
|
|
2001-07-31 23:05:34 +04:00
|
|
|
XPIDLSRCS = \
|
|
|
|
.\nsIBinaryInputStream.idl \
|
|
|
|
.\nsIBinaryOutputStream.idl \
|
|
|
|
.\nsIByteArrayInputStream.idl \
|
|
|
|
.\nsIDirectoryService.idl \
|
|
|
|
.\nsIFastLoadFileControl.idl \
|
|
|
|
.\nsIFastLoadService.idl \
|
|
|
|
.\nsIFile.idl \
|
|
|
|
.\nsIFileSpec.idl \
|
|
|
|
.\nsIInputStream.idl \
|
|
|
|
.\nsIInputStreamTee.idl \
|
|
|
|
.\nsILineInputStream.idl \
|
|
|
|
.\nsILocalFile.idl \
|
2002-02-16 04:19:24 +03:00
|
|
|
.\nsIMultiplexInputStream.idl \
|
2001-07-31 23:05:34 +04:00
|
|
|
.\nsIObjectInputStream.idl \
|
|
|
|
.\nsIObjectOutputStream.idl \
|
|
|
|
.\nsIOutputStream.idl \
|
|
|
|
.\nsIPipe.idl \
|
|
|
|
.\nsIScriptableInputStream.idl \
|
|
|
|
.\nsISeekableStream.idl \
|
|
|
|
.\nsIStorageStream.idl \
|
|
|
|
.\nsIStreamBufferAccess.idl \
|
2001-11-22 03:08:14 +03:00
|
|
|
.\nsIStringStream.idl \
|
2002-03-12 03:59:06 +03:00
|
|
|
.\nsIObservableInputStream.idl \
|
|
|
|
.\nsIObservableOutputStream.idl \
|
2001-03-07 00:27:54 +03:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
## library
|
|
|
|
|
|
|
|
LIBRARY_NAME=xpcomio_s
|
|
|
|
|
|
|
|
LCFLAGS = -D_IMPL_NS_COM -D_IMPL_NS_BASE -DWIN32_LEAN_AND_MEAN
|
|
|
|
|
2001-07-31 23:05:34 +04:00
|
|
|
CPP_OBJS = \
|
2001-01-19 01:51:57 +03:00
|
|
|
.\$(OBJDIR)\nsAppFileLocationProvider.obj \
|
2001-07-31 23:05:34 +04:00
|
|
|
.\$(OBJDIR)\nsBinaryStream.obj \
|
|
|
|
.\$(OBJDIR)\nsByteArrayInputStream.obj \
|
|
|
|
.\$(OBJDIR)\nsDirectoryService.obj \
|
|
|
|
.\$(OBJDIR)\nsEscape.obj \
|
|
|
|
.\$(OBJDIR)\nsFastLoadFile.obj \
|
|
|
|
.\$(OBJDIR)\nsFastLoadService.obj \
|
|
|
|
.\$(OBJDIR)\nsFileSpec.obj \
|
|
|
|
.\$(OBJDIR)\nsFileSpecImpl.obj \
|
|
|
|
.\$(OBJDIR)\nsFileStream.obj \
|
|
|
|
.\$(OBJDIR)\nsIFileStream.obj \
|
2001-11-22 03:08:14 +03:00
|
|
|
.\$(OBJDIR)\nsStringStream.obj \
|
2001-07-31 23:05:34 +04:00
|
|
|
.\$(OBJDIR)\nsInputStreamTee.obj \
|
|
|
|
.\$(OBJDIR)\nsLinebreakConverter.obj \
|
|
|
|
.\$(OBJDIR)\nsLocalFileCommon.obj \
|
|
|
|
.\$(OBJDIR)\nsLocalFileWin.obj \
|
2002-02-16 04:19:24 +03:00
|
|
|
.\$(OBJDIR)\nsMultiplexInputStream.obj \
|
2001-07-31 23:05:34 +04:00
|
|
|
.\$(OBJDIR)\nsPipe2.obj \
|
|
|
|
.\$(OBJDIR)\nsScriptableInputStream.obj \
|
|
|
|
.\$(OBJDIR)\nsSegmentedBuffer.obj \
|
|
|
|
.\$(OBJDIR)\nsSpecialSystemDirectory.obj \
|
2002-02-19 02:00:11 +03:00
|
|
|
.\$(OBJDIR)\nsStorageStream.obj \
|
2001-07-31 23:05:34 +04:00
|
|
|
.\$(OBJDIR)\nsUnicharInputStream.obj \
|
2001-03-07 02:05:54 +03:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
2001-11-21 12:49:41 +03:00
|
|
|
libs:: $(LIBRARY)
|
2001-07-31 23:05:34 +04:00
|
|
|
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
1999-05-18 13:11:01 +04:00
|
|
|
clobber::
|
|
|
|
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
|