diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-09 10:13:55 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-09 10:13:55 +0100 |
commit | c1d9bbfb6d3d0e41905ab9afa65a1c6bcc0bf14f (patch) | |
tree | 7ed805a84aed51a973632d51f05413f16bf45627 /chart2/source/controller/makefile.mk | |
parent | 51ccd3874858452681a716ca47d45f8a2ae8beac (diff) | |
parent | de667b72e642d4bb029143d5239c850fd45c17a8 (diff) |
mib19: rebase to DEV300m95
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 b8a256181045..fbc888f38c3f 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 |