extension_pre.mk (7871dc3e) | extension_pre.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 --- 20 unchanged lines hidden (view full) --- 29 30.IF "$(COMPONENT_COPYONLY)"=="" 31DESCRIPTION:=$(EXTENSIONDIR)/description.xml 32DESCRIPTION_SRC*:=description.xml 33 34COMPONENT_MANIFEST*:=$(EXTENSIONDIR)/META-INF/manifest.xml 35MANIFEST_SRC*:=manifest.xml 36 | 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 --- 20 unchanged lines hidden (view full) --- 29 30.IF "$(COMPONENT_COPYONLY)"=="" 31DESCRIPTION:=$(EXTENSIONDIR)/description.xml 32DESCRIPTION_SRC*:=description.xml 33 34COMPONENT_MANIFEST*:=$(EXTENSIONDIR)/META-INF/manifest.xml 35MANIFEST_SRC*:=manifest.xml 36 |
37.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT" 38PACKLICS*:=$(foreach,i,$(alllangiso) $(EXTENSIONDIR)/registration/license_$i.txt) 39COMPONENT_LIC_TEMPL*:=registration/license_xxx.txt 40.ELSE 41PACKLICS*:=$(foreach,i,$(alllangiso) $(EXTENSIONDIR)/registration/LICENSE_$i) 42COMPONENT_LIC_TEMPL*:=registration/LICENSE_xxx 43.ENDIF | 37PACKLICS*:=$(EXTENSIONDIR)/registration/LICENSE 38COMPONENT_LIC_TEMPL*:=registration/LICENSE |
44 45#TODO: check ZIP9TARGET for previous use! 46common_build_zip= 47MANIFEST_DEPS= $(PACKLICS) $(DESCRIPTION) $(COMPONENT_FILES) $(COMPONENT_LIBRARIES) $(COMPONENT_JARFILES) $(COMPONENT_MERGED_XCU) $(EXTENSION_PACKDEPS) 48ZIP9DEPS= $(PACKLICS) $(DESCRIPTION) $(COMPONENT_XCU) $(COMPONENT_FILES) $(COMPONENT_LIBRARIES) $(COMPONENT_MANIFEST) $(COMPONENT_JARFILES) $(COMPONENT_MERGED_XCU) $(EXTENSION_PACKDEPS) 49ZIP9TARGET= $(EXTENSION_ZIPNAME) 50ZIP9DIR= $(EXTENSIONDIR) 51ZIP9EXT= .oxt 52ZIP9FLAGS=-r 53ZIP9LIST= * 54.ENDIF # "$(COMPONNENT_COPYONLY)"=="" 55 | 39 40#TODO: check ZIP9TARGET for previous use! 41common_build_zip= 42MANIFEST_DEPS= $(PACKLICS) $(DESCRIPTION) $(COMPONENT_FILES) $(COMPONENT_LIBRARIES) $(COMPONENT_JARFILES) $(COMPONENT_MERGED_XCU) $(EXTENSION_PACKDEPS) 43ZIP9DEPS= $(PACKLICS) $(DESCRIPTION) $(COMPONENT_XCU) $(COMPONENT_FILES) $(COMPONENT_LIBRARIES) $(COMPONENT_MANIFEST) $(COMPONENT_JARFILES) $(COMPONENT_MERGED_XCU) $(EXTENSION_PACKDEPS) 44ZIP9TARGET= $(EXTENSION_ZIPNAME) 45ZIP9DIR= $(EXTENSIONDIR) 46ZIP9EXT= .oxt 47ZIP9FLAGS=-r 48ZIP9LIST= * 49.ENDIF # "$(COMPONNENT_COPYONLY)"=="" 50 |