makefile.mk (7a3dfa40) | makefile.mk (b6dfe6c8) |
---|---|
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 --- 155 unchanged lines hidden (view full) --- 164DEVNOLOGOSPLASH:=$(BIN)$/dev$/intro.zip 165MSIOFFICETEMPLATEDIR=$(MISC)$/openoffice$/msi_templates 166MSILANGPACKTEMPLATEDIR=$(MISC)$/ooolangpack$/msi_templates 167MSISDKOOTEMPLATEDIR=$(MISC)$/sdkoo$/msi_templates 168 169ADDDEPS=$(NOLOGOSPLASH) $(DEVNOLOGOSPLASH) 170 171.IF "$(OS)" == "WNT" | 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 --- 155 unchanged lines hidden (view full) --- 164DEVNOLOGOSPLASH:=$(BIN)$/dev$/intro.zip 165MSIOFFICETEMPLATEDIR=$(MISC)$/openoffice$/msi_templates 166MSILANGPACKTEMPLATEDIR=$(MISC)$/ooolangpack$/msi_templates 167MSISDKOOTEMPLATEDIR=$(MISC)$/sdkoo$/msi_templates 168 169ADDDEPS=$(NOLOGOSPLASH) $(DEVNOLOGOSPLASH) 170 171.IF "$(OS)" == "WNT" |
172ADDDEPS+=hack_msitemplates | 172ADDDEPS+=msitemplates |
173.ENDIF 174 175$(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS) 176openoffice_$(defaultlangiso).archive : $(ADDDEPS) 177 178$(foreach,i,$(alllangiso) openofficedev_$i) : $(ADDDEPS) 179 180$(foreach,i,$(alllangiso) openofficewithjre_$i) : $(ADDDEPS) --- 107 unchanged lines hidden (view full) --- 288$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip 289 $(COPY) $< $@ 290 291#$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev_nologo$/intro.zip 292$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip 293 @-$(MKDIR) $(@:d) 294 $(COPY) $< $@ 295 | 173.ENDIF 174 175$(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS) 176openoffice_$(defaultlangiso).archive : $(ADDDEPS) 177 178$(foreach,i,$(alllangiso) openofficedev_$i) : $(ADDDEPS) 179 180$(foreach,i,$(alllangiso) openofficewithjre_$i) : $(ADDDEPS) --- 107 unchanged lines hidden (view full) --- 288$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip 289 $(COPY) $< $@ 290 291#$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev_nologo$/intro.zip 292$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip 293 @-$(MKDIR) $(@:d) 294 $(COPY) $< $@ 295 |
296hack_msitemplates .PHONY: msi_template_files msi_langpack_template_files msi_sdk_template_files | 296msitemplates .PHONY: msi_template_files msi_langpack_template_files msi_sdk_template_files |
297 298MSI_OFFICE_TEMPLATE_FILES= \ 299 ActionTe.idt \ 300 AdminExe.idt \ 301 AdminUIS.idt \ 302 AdvtExec.idt \ 303 AppSearc.idt \ 304 Binary.idt \ --- 149 unchanged lines hidden --- | 297 298MSI_OFFICE_TEMPLATE_FILES= \ 299 ActionTe.idt \ 300 AdminExe.idt \ 301 AdminUIS.idt \ 302 AdvtExec.idt \ 303 AppSearc.idt \ 304 Binary.idt \ --- 149 unchanged lines hidden --- |