1998-12-24 09:20:35 +03:00
|
|
|
#!gmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH=..\..
|
|
|
|
MODULE=rdf
|
|
|
|
|
|
|
|
MAKE_OBJ_TYPE=DLL
|
|
|
|
DLLNAME=rdf
|
|
|
|
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
|
|
|
|
|
|
|
EXPORTS=\
|
|
|
|
nsRDFCID.h \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
CPP_OBJS=\
|
|
|
|
.\$(OBJDIR)\nsRDFFactory.obj \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-02-09 06:15:41 +03:00
|
|
|
# XXX linking in raptor is a heinous crime that will go away once we
|
|
|
|
# have a more DOM-based mechanism for constructing elements and
|
|
|
|
# hooking in to their changes.
|
|
|
|
|
1998-12-24 09:20:35 +03:00
|
|
|
LLIBS=\
|
|
|
|
$(DIST)\lib\rdfbase_s.lib \
|
1999-02-24 12:03:54 +03:00
|
|
|
$(DIST)\lib\rdfutil_s.lib \
|
1998-12-24 09:20:35 +03:00
|
|
|
$(DIST)\lib\rdfcontent_s.lib \
|
|
|
|
$(DIST)\lib\rdfdatasource_s.lib \
|
|
|
|
$(DIST)\lib\xpcom32.lib \
|
|
|
|
$(DIST)\lib\raptorbase.lib \
|
|
|
|
$(DIST)\lib\raptorgfxwin.lib \
|
|
|
|
$(DIST)\lib\netlib.lib \
|
1999-03-18 00:32:03 +03:00
|
|
|
$(DIST)\lib\plc3.lib \
|
1999-02-04 13:55:09 +03:00
|
|
|
$(DIST)\lib\raptorhtml.lib \
|
1999-02-24 12:03:54 +03:00
|
|
|
$(DIST)\lib\jsdom.lib \
|
|
|
|
$(DIST)\lib\js3250.lib \
|
1998-12-24 09:20:35 +03:00
|
|
|
$(LIBNSPR)
|
|
|
|
|
1999-01-05 06:53:15 +03:00
|
|
|
MISCDEP=$(LLIBS)
|
|
|
|
|
1998-12-24 09:39:28 +03:00
|
|
|
# XXX Note dependencies on implementation dirs for factory methods.
|
|
|
|
|
|
|
|
LINCS= -I$(PUBLIC)\rdf \
|
|
|
|
-I$(PUBLIC)\xpcom \
|
|
|
|
-I$(PUBLIC)\netlib \
|
|
|
|
-I$(PUBLIC)\raptor \
|
|
|
|
-I$(PUBLIC)\js \
|
|
|
|
-I$(PUBLIC)\dom \
|
|
|
|
-I$(DEPTH)\rdf\base\src \
|
|
|
|
-I$(DEPTH)\rdf\content\src \
|
|
|
|
-I$(DEPTH)\rdf\datasource\src \
|
1998-12-24 09:20:35 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
1999-05-05 07:12:24 +04:00
|
|
|
XPTYPELIBS=\
|
|
|
|
nsIRDFCompositeDataSource.xpt \
|
|
|
|
nsIRDFContainer.xpt \
|
|
|
|
nsIRDFContainerUtils.xpt \
|
|
|
|
nsIRDFDataSource.xpt \
|
|
|
|
nsIRDFLiteral.xpt \
|
|
|
|
nsIRDFNode.xpt \
|
|
|
|
nsIRDFObserver.xpt \
|
|
|
|
nsIRDFPurgeableDataSource.xpt \
|
|
|
|
nsIRDFResource.xpt \
|
|
|
|
nsIRDFService.xpt \
|
|
|
|
nsIRDFXMLDataSource.xpt \
|
|
|
|
nsIRDFXMLSource.xpt \
|
|
|
|
nsISimpleEnumerator.xpt \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
1998-12-24 09:20:35 +03:00
|
|
|
install:: $(DLL)
|
1999-03-06 12:04:53 +03:00
|
|
|
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
1998-12-24 09:20:35 +03:00
|
|
|
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
1999-04-27 02:49:40 +04:00
|
|
|
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\nsISupports.xpt $(DIST)\bin\components
|
|
|
|
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpccomponents.xpt $(DIST)\bin\components
|
|
|
|
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpcjsid.xpt $(DIST)\bin\components
|
|
|
|
$(MAKE_INSTALL) $(DEPTH)\js\src\xpconnect\typelib\xpctest.xpt $(DIST)\bin\components
|
1999-05-05 07:12:24 +04:00
|
|
|
-for %i in ($(XPTYPELIBS)) do $(MAKE_INSTALL) %i $(DIST)\bin\components
|