From b59ca873de04e703bba94858988e2efd836b50d3 Mon Sep 17 00:00:00 2001 From: "axel%pike.org" Date: Thu, 11 May 2000 23:13:18 +0000 Subject: [PATCH] Getting XSLT going, patch by andreas.otte@primus-online.de r=me --- content/xsl/Makefile.in | 28 +++++++++++++ content/xsl/document/src/Makefile.in | 61 ++++++++++++++++++++++++++++ layout/xsl/Makefile.in | 0 layout/xsl/document/src/Makefile.in | 61 ++++++++++++++++++++++++++++ 4 files changed, 150 insertions(+) create mode 100755 content/xsl/Makefile.in create mode 100755 content/xsl/document/src/Makefile.in create mode 100755 layout/xsl/Makefile.in create mode 100755 layout/xsl/document/src/Makefile.in diff --git a/content/xsl/Makefile.in b/content/xsl/Makefile.in new file mode 100755 index 00000000000..50464aa81ae --- /dev/null +++ b/content/xsl/Makefile.in @@ -0,0 +1,28 @@ +# +# 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 = ../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = document + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk diff --git a/content/xsl/document/src/Makefile.in b/content/xsl/document/src/Makefile.in new file mode 100755 index 00000000000..ff4a1491dc4 --- /dev/null +++ b/content/xsl/document/src/Makefile.in @@ -0,0 +1,61 @@ +#!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=../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/config.mk + +LIBRARY_NAME = raptorxsldoc_s + +DEFINES += -D_IMPL_NS_HTML -DXSL + +XPIDLSRCS= \ + nsIDocumentTransformer.idl \ + $(NULL) + +CPPSRCS = \ + nsXSLContentSink.cpp \ + nsTransformMediator.cpp \ + $(NULL) + +EXPORTS = \ + nsITransformMediator.h \ + nsXSLContentSink.h \ + $(NULL) + +EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) + +LOCAL_INCLUDES = \ + -I$(srcdir)/../../../xml/document/src \ + $(NULL) + +MODULE=layout + +REQUIRES = xpcom raptor dom js pref + +MKSHLIB := + +# we don't want the shared lib, but we want to force the creation of a static lib. +override NO_SHARED_LIB=1 +override NO_STATIC_LIB= + +include $(topsrcdir)/config/rules.mk diff --git a/layout/xsl/Makefile.in b/layout/xsl/Makefile.in new file mode 100755 index 00000000000..e69de29bb2d diff --git a/layout/xsl/document/src/Makefile.in b/layout/xsl/document/src/Makefile.in new file mode 100755 index 00000000000..ff4a1491dc4 --- /dev/null +++ b/layout/xsl/document/src/Makefile.in @@ -0,0 +1,61 @@ +#!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=../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/config.mk + +LIBRARY_NAME = raptorxsldoc_s + +DEFINES += -D_IMPL_NS_HTML -DXSL + +XPIDLSRCS= \ + nsIDocumentTransformer.idl \ + $(NULL) + +CPPSRCS = \ + nsXSLContentSink.cpp \ + nsTransformMediator.cpp \ + $(NULL) + +EXPORTS = \ + nsITransformMediator.h \ + nsXSLContentSink.h \ + $(NULL) + +EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) + +LOCAL_INCLUDES = \ + -I$(srcdir)/../../../xml/document/src \ + $(NULL) + +MODULE=layout + +REQUIRES = xpcom raptor dom js pref + +MKSHLIB := + +# we don't want the shared lib, but we want to force the creation of a static lib. +override NO_SHARED_LIB=1 +override NO_STATIC_LIB= + +include $(topsrcdir)/config/rules.mk