summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 09:05:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 09:05:50 +0000
commit95b9d9848e641078bba7720172602366ae9ac907 (patch)
treef2ef15224d9448c65a88334249ac7ce5effffcef /filter/source/xsltfilter/makefile.mk
parent32daea9a8332ae399b20383dcec229f88c79219b (diff)
INTEGRATION: CWS fwkmerge1 (1.5.18); FILE MERGED
2004/02/03 16:46:16 lo 1.5.18.1: #115238# merge up for #113029
Diffstat (limited to 'filter/source/xsltfilter/makefile.mk')
-rw-r--r--filter/source/xsltfilter/makefile.mk34
1 files changed, 30 insertions, 4 deletions
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk
index 397e28d5ad82..17d2ec223259 100644
--- a/filter/source/xsltfilter/makefile.mk
+++ b/filter/source/xsltfilter/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2003-12-17 15:28:38 $
+# last change: $Author: hr $ $Date: 2004-03-09 10:05:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,6 +63,9 @@ PRJ = ..$/..
PRJNAME = filter
#PACKAGE = com$/sun$/star$/documentconversion$/XSLTFilter
TARGET =XSLTFilter
+ENABLE_EXCEPTIONS=TRUE
+LIBTARGET=NO
+
# --- Settings -----------------------------------------------------
CLASSDIR!:=$(CLASSDIR)$/$(TARGET)
.IF "$(XML_CLASSPATH)" != ""
@@ -79,15 +82,38 @@ CUSTOMMANIFESTFILE = Manifest
#JARDIR=$(CLASSDIR)
JARCOMPRESS = TRUE
-JARCLASSDIRS = XSLTFilter*.class
+JARCLASSDIRS = XSLTFilter*.class XSLTransformer*.class
JARTARGET = $(TARGET).jar
# --- Files --------------------------------------------------------
-JAVACLASSFILES=$(CLASSDIR)$/XSLTFilter.class
+JAVACLASSFILES=$(CLASSDIR)$/XSLTFilter.class $(CLASSDIR)$/XSLTransformer.class
+
#---Manifest -------------------------------------------------------
#$(OUT)$/class$/$(TARGET)$/META-INF: META-INF
# + $(COPY) $(COPYRECURSE) META-INF $(OUT)$/class$/XSLTFilter$/META-INF
+#
+
+SLOFILES=$(SLO)$/XSLTFilter.obj
+LIBNAME=xsltfilter
+SHL1TARGETDEPN=makefile.mk
+SHL1OBJS=$(SLOFILES)
+SHL1TARGET=$(LIBNAME)$(UPD)$(DLLPOSTFIX)
+SHL1IMPLIB=i$(LIBNAME)
+SHL1VERSIONMAP=exports.map
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+DEF1NAME=$(SHL1TARGET)
+
+SHL1STDLIBS= \
+ $(VCLLIB) \
+ $(UNOTOOLSLIB) \
+ $(TOOLSLIB) \
+ $(VOSLIB) \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(SALLIB)
+
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.IF "$(SOLAR_JAVA)"!=""