extension_post.mk (77f0f650) | extension_post.mk (2afa2055) |
---|---|
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 --- 141 unchanged lines hidden (view full) --- 150 $(COMMAND_ECHO)$(TYPE) $@.2.$(EXTNAME) | sed s/UPDATED_IDENTIFIER/$(IMPLEMENTATION_IDENTIFIER)/ > $@.3.$(EXTNAME) 151 @@-$(RM) $@.2.$(EXTNAME) 152 153 $(COMMAND_ECHO)$(TYPE) $@.3.$(EXTNAME) | sed s/UPDATED_SUPPORTED_PLATFORM/$(PLATFORMID)/ > $@ 154 @@-$(RM) $@.3.$(EXTNAME) 155 156.ENDIF # "$(DESCRIPTION)"!="" 157 | 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 --- 141 unchanged lines hidden (view full) --- 150 $(COMMAND_ECHO)$(TYPE) $@.2.$(EXTNAME) | sed s/UPDATED_IDENTIFIER/$(IMPLEMENTATION_IDENTIFIER)/ > $@.3.$(EXTNAME) 151 @@-$(RM) $@.2.$(EXTNAME) 152 153 $(COMMAND_ECHO)$(TYPE) $@.3.$(EXTNAME) | sed s/UPDATED_SUPPORTED_PLATFORM/$(PLATFORMID)/ > $@ 154 @@-$(RM) $@.3.$(EXTNAME) 155 156.ENDIF # "$(DESCRIPTION)"!="" 157 |
158# default license text for Apache OpenOffice extensions is the Apache Licence 2 159# may not fit... | 158# default license text for Apache OpenOffice extensions is ALv2 |
160.IF "$(CUSTOM_LICENSE)"=="" 161PACKLICDEPS=$(SOLARBINDIR)/osl/LICENSE_ALv2 162.ELSE # "$(CUSTOM_LICENSE)" == "" 163PACKLICDEPS=$(CUSTOM_LICENSE) 164.ENDIF # "$(CUSTOM_LICENSE)" == "" 165.IF "$(PACKLICS)"!="" 166$(PACKLICS) : $(PACKLICDEPS) 167 @@-$(MKDIRHIER) $(@:d) --- 15 unchanged lines hidden --- | 159.IF "$(CUSTOM_LICENSE)"=="" 160PACKLICDEPS=$(SOLARBINDIR)/osl/LICENSE_ALv2 161.ELSE # "$(CUSTOM_LICENSE)" == "" 162PACKLICDEPS=$(CUSTOM_LICENSE) 163.ENDIF # "$(CUSTOM_LICENSE)" == "" 164.IF "$(PACKLICS)"!="" 165$(PACKLICS) : $(PACKLICDEPS) 166 @@-$(MKDIRHIER) $(@:d) --- 15 unchanged lines hidden --- |