makefile.mk (7871dc3e) | makefile.mk (8fb1ee5a) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 47 unchanged lines hidden (view full) --- 56DEF1NAME=$(SHL1TARGET) 57DEF1EXPORTFILE= exports.dxp 58 59 60# --- Targets ------------------------------------------------------ 61 62.INCLUDE : target.mk 63INCLUDE!:=$(subst,/stl, $(INCLUDE)) | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 47 unchanged lines hidden (view full) --- 56DEF1NAME=$(SHL1TARGET) 57DEF1EXPORTFILE= exports.dxp 58 59 60# --- Targets ------------------------------------------------------ 61 62.INCLUDE : target.mk 63INCLUDE!:=$(subst,/stl, $(INCLUDE)) |
64.EXPORT : INCLUDE | |
65 66 | 64 65 |
66 |
|
67ALLTAR : $(MISC)/syssh.component 68 69$(MISC)/syssh.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 70 syssh.component 71 $(XSLTPROC) --nonet --stringparam uri \ 72 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 73 $(SOLARENV)/bin/createcomponent.xslt syssh.component | 67ALLTAR : $(MISC)/syssh.component 68 69$(MISC)/syssh.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 70 syssh.component 71 $(XSLTPROC) --nonet --stringparam uri \ 72 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 73 $(SOLARENV)/bin/createcomponent.xslt syssh.component |