makefile.mk (62840caa) | makefile.mk (c81b3157) |
---|---|
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 --- 95 unchanged lines hidden (view full) --- 104 105.IF "$(VERBOSE)"=="TRUE" 106VERBOSESWITCH=-verbose 107.ENDIF 108.IF "$(VERBOSE)"=="FALSE" 109VERBOSESWITCH=-quiet 110.ENDIF 111 | 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 --- 95 unchanged lines hidden (view full) --- 104 105.IF "$(VERBOSE)"=="TRUE" 106VERBOSESWITCH=-verbose 107.ENDIF 108.IF "$(VERBOSE)"=="FALSE" 109VERBOSESWITCH=-quiet 110.ENDIF 111 |
112# New target to prepare a source release 113SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release 114 115aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml 116 @-$(MKDIR) $(OUT)$/AOO_SRC_Release 117 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR) 118 |
|
112updatepack: 113 $(PERL) -w $(SOLARENV)$/bin$/packager.pl 114 115.IF "$(alllangiso)"!="" 116 117openoffice: $(foreach,i,$(alllangiso) openoffice_$i) 118 119openofficedev: $(foreach,i,$(alllangiso) openofficedev_$i) --- 43 unchanged lines hidden (view full) --- 163 164$(foreach,i,$(alllangiso) ooolanguagepack_$i) : $(ADDDEPS) 165 166$(foreach,i,$(alllangiso) ooodevlanguagepack_$i) : $(ADDDEPS) 167 168$(foreach,i,$(alllangiso) sdkoo_$i) : $(ADDDEPS) 169 170$(foreach,i,$(alllangiso) sdkoodev_$i) : $(ADDDEPS) | 119updatepack: 120 $(PERL) -w $(SOLARENV)$/bin$/packager.pl 121 122.IF "$(alllangiso)"!="" 123 124openoffice: $(foreach,i,$(alllangiso) openoffice_$i) 125 126openofficedev: $(foreach,i,$(alllangiso) openofficedev_$i) --- 43 unchanged lines hidden (view full) --- 170 171$(foreach,i,$(alllangiso) ooolanguagepack_$i) : $(ADDDEPS) 172 173$(foreach,i,$(alllangiso) ooodevlanguagepack_$i) : $(ADDDEPS) 174 175$(foreach,i,$(alllangiso) sdkoo_$i) : $(ADDDEPS) 176 177$(foreach,i,$(alllangiso) sdkoodev_$i) : $(ADDDEPS) |
171 | 178 |
172$(foreach,i,$(alllangiso) ure_$i) : $(ADDDEPS) 173 174.IF "$(MAKETARGETS)"!="" 175$(MAKETARGETS) : $(ADDDEPS) 176.ENDIF # "$(MAKETARGETS)"!="" 177 178.ENDIF # "$(BUILD_SPECIAL)"!="" 179 --- 101 unchanged lines hidden --- | 179$(foreach,i,$(alllangiso) ure_$i) : $(ADDDEPS) 180 181.IF "$(MAKETARGETS)"!="" 182$(MAKETARGETS) : $(ADDDEPS) 183.ENDIF # "$(MAKETARGETS)"!="" 184 185.ENDIF # "$(BUILD_SPECIAL)"!="" 186 --- 101 unchanged lines hidden --- |