makefile.mk (7871dc3e) | makefile.mk (26d3a4c9) |
---|---|
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 --- 45 unchanged lines hidden (view full) --- 54 55XCU_FILES := $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu 56 57ODR_FILES := \ 58 $(ZIP1DIR)$/template$/wizard$/report$/finance.odr \ 59 $(ZIP1DIR)$/template$/wizard$/report$/finance_2.odr \ 60 $(ZIP1DIR)$/template$/wizard$/report$/yellow.odr 61 | 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 --- 45 unchanged lines hidden (view full) --- 54 55XCU_FILES := $(ZIP1DIR)$/registry$/data$/org$/openoffice$/Office$/Paths.xcu 56 57ODR_FILES := \ 58 $(ZIP1DIR)$/template$/wizard$/report$/finance.odr \ 59 $(ZIP1DIR)$/template$/wizard$/report$/finance_2.odr \ 60 $(ZIP1DIR)$/template$/wizard$/report$/yellow.odr 61 |
62HTMLFILES := $(ZIP1DIR)$/THIRDPARTYREADMELICENSE.html \ 63 $(ZIP1DIR)$/readme_en-US.html \ 64 $(ZIP1DIR)$/readme_en-US.txt | 62HTMLFILES := $(ZIP1DIR)$/readme_en-US.html \ 63 $(ZIP1DIR)$/readme_en-US.txt |
65 66.IF "$(GUI)"!="WNT" 67TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/LICENSE_$i) 68LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,LICENSE_, $(i:f))" license-id="$(subst,LICENSE_, $(i:f))" />) 69.ELSE # "$(GUI)"!="WNT" 70TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/license_$i.txt) 71LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,.txt, $(subst,license_, $(i:f)))" license-id="$(subst,.txt, $(subst,license_, $(i:f)))" />) 72.ENDIF # "$(GUI)"!="WNT" --- 30 unchanged lines hidden (view full) --- 103$(ZIP1DIR)$/META-INF$/manifest.xml : manifest.xml $(MISC)$/template_update_report.flag 104 @@-$(MKDIRHIER) $(@:d) 105 $(PERL) $(SOLARENV)$/bin$/makemani.pl $(PRJ)$/template$/manifest.xml $(ZIP1DIR) registry $(@:d:d) 106 107$(ZIP1DIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.% 108 @@-$(MKDIRHIER) $(@:d) 109 $(COPY) $< $@ 110 | 64 65.IF "$(GUI)"!="WNT" 66TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/LICENSE_$i) 67LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,LICENSE_, $(i:f))" license-id="$(subst,LICENSE_, $(i:f))" />) 68.ELSE # "$(GUI)"!="WNT" 69TXTFILES:=$(foreach,i,$(alllangiso) $(ZIP1DIR)$/registration$/license_$i.txt) 70LICLINES:=$(foreach,i,$(TXTFILES) <license-text xlink:href="registration/$(i:f)" lang="$(subst,.txt, $(subst,license_, $(i:f)))" license-id="$(subst,.txt, $(subst,license_, $(i:f)))" />) 71.ENDIF # "$(GUI)"!="WNT" --- 30 unchanged lines hidden (view full) --- 102$(ZIP1DIR)$/META-INF$/manifest.xml : manifest.xml $(MISC)$/template_update_report.flag 103 @@-$(MKDIRHIER) $(@:d) 104 $(PERL) $(SOLARENV)$/bin$/makemani.pl $(PRJ)$/template$/manifest.xml $(ZIP1DIR) registry $(@:d:d) 105 106$(ZIP1DIR)$/readme_en-US.% : $(PRJ)$/license$/readme_en-US.% 107 @@-$(MKDIRHIER) $(@:d) 108 $(COPY) $< $@ 109 |
111$(ZIP1DIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICENSE.html 112 @@-$(MKDIRHIER) $(@:d) 113 $(COPY) $< $@ 114 | |
115.ELSE # "$(SOLAR_JAVA)"!="" 116.INCLUDE : target.mk 117.ENDIF # "$(SOLAR_JAVA)"!="" 118# | 110.ELSE # "$(SOLAR_JAVA)"!="" 111.INCLUDE : target.mk 112.ENDIF # "$(SOLAR_JAVA)"!="" 113# |