Kaydet (Commit) 5ddf64c7 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS libxslt02 (1.11.190); FILE MERGED

2006/12/24 08:10:56 cmc 1.11.190.1: #i30380 enable xslt usage by default
üst c906c79d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.12 $ # $Revision: 1.13 $
# #
# last change: $Author: vg $ $Date: 2007-01-15 12:35:32 $ # last change: $Author: kz $ $Date: 2007-05-10 13:08:56 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -45,18 +45,11 @@ PACKAGE=org$/openoffice$/configuration ...@@ -45,18 +45,11 @@ PACKAGE=org$/openoffice$/configuration
JARFILES = xml-apis.jar xercesImpl.jar JARFILES = xml-apis.jar xercesImpl.jar
.IF "$(SYSTEM_XT)" == "YES"
XCLASSPATH!:=$(XCLASSPATH)$(PATH_SEPERATOR)$(XT_JAR)
.ELSE
JARFILES += xt.jar
.ENDIF
JAVACLASSFILES= \ JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/XMLDefaultGenerator.class \ $(CLASSDIR)$/$(PACKAGE)$/XMLDefaultGenerator.class \
$(CLASSDIR)$/$(PACKAGE)$/Generator.class \ $(CLASSDIR)$/$(PACKAGE)$/Generator.class \
$(CLASSDIR)$/$(PACKAGE)$/Trim.class \ $(CLASSDIR)$/$(PACKAGE)$/Trim.class \
$(CLASSDIR)$/$(PACKAGE)$/Decoder.class \ $(CLASSDIR)$/$(PACKAGE)$/Decoder.class \
$(CLASSDIR)$/$(PACKAGE)$/FileHelper.class \
$(CLASSDIR)$/$(PACKAGE)$/Inspector.class $(CLASSDIR)$/$(PACKAGE)$/Inspector.class
JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) JAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment