diff options
Diffstat (limited to 'chart2/source/controller/makefile.mk')
-rw-r--r-- | chart2/source/controller/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chart2/source/controller/makefile.mk b/chart2/source/controller/makefile.mk index b8a2561810458..fbc888f38c3f6 100644 --- a/chart2/source/controller/makefile.mk +++ b/chart2/source/controller/makefile.mk @@ -126,3 +126,11 @@ RESLIB1DEPN=$(RESLIB1LIST) # --- Targets ----------------------------------------------------------------- .INCLUDE: target.mk + +ALLTAR : $(MISC)/chartcontroller.component + +$(MISC)/chartcontroller.component .ERRREMOVE : \ + $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt chartcontroller.component |