summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/makefile.mk
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-12-01 10:58:22 +0100
committerChristian Lippka <cl@openoffice.org>2010-12-01 10:58:22 +0100
commit9439eba6db26f27bb713168440d27fe51fbfadb8 (patch)
treee12be13a5610dada674d75b36822fe50047c1f95 /sax/source/expatwrap/makefile.mk
parentfa4b286294a272b085c2f74e12581edc2343fc18 (diff)
parent69777a477e6084a9cd49c92b25fa4dc35b41e49d (diff)
impressdefaults1: merge
Diffstat (limited to 'sax/source/expatwrap/makefile.mk')
-rw-r--r--sax/source/expatwrap/makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/sax/source/expatwrap/makefile.mk b/sax/source/expatwrap/makefile.mk
index bcb73b0443ac..6e1348c0d403 100644
--- a/sax/source/expatwrap/makefile.mk
+++ b/sax/source/expatwrap/makefile.mk
@@ -72,5 +72,16 @@ DEF1NAME= $(SHL1TARGET)
.INCLUDE : target.mk
+ALLTAR : $(MISC)/sax.component $(MISC)/sax.inbuild.component
+$(MISC)/sax.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sax.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sax.component
+$(MISC)/sax.inbuild.component .ERRREMOVE : \
+ $(SOLARENV)/bin/createcomponent.xslt sax.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sax.component