odk_rules.pmk (b597708b) | odk_rules.pmk (37ec910a) |
---|---|
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 --- 152 unchanged lines hidden (view full) --- 161 $(DELAY) 2 162 163$(DESTDIRSETTINGS)/component.uno.def : $(PRJ)/settings/component.uno.def 164 @@-rm -f $@ 165 $(MY_TEXTCOPY) $< $@ 166 167$(DESTDIRSETTINGS)/component.uno.map : $(SOLARENV)/bin/addsym.awk $(SOLARENV)/src/component.map 168 @@-$(RM) -f $@ | 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 --- 152 unchanged lines hidden (view full) --- 161 $(DELAY) 2 162 163$(DESTDIRSETTINGS)/component.uno.def : $(PRJ)/settings/component.uno.def 164 @@-rm -f $@ 165 $(MY_TEXTCOPY) $< $@ 166 167$(DESTDIRSETTINGS)/component.uno.map : $(SOLARENV)/bin/addsym.awk $(SOLARENV)/src/component.map 168 @@-$(RM) -f $@ |
169.IF "$(COMID)"=="gcc3" | 169.IF "$(COMID)"=="gcc3" && "$(OS)"!="MACOSX" |
170 tr -d "\015" < $(SOLARENV)/src/component.map | $(AWK) -f $(SOLARENV)/bin/addsym.awk > $@ | 170 tr -d "\015" < $(SOLARENV)/src/component.map | $(AWK) -f $(SOLARENV)/bin/addsym.awk > $@ |
171.IF "$(OS)"=="MACOSX" 172 tr -d "\015" < $(SOLARENV)/src/component.map | tail -n +3 | head -3 | sed -e 's/.*component/_component/g' -e 's/;[ ]*//' > $@ 173.ENDIF | |
174.ELSE # "$(COMID)"=="gcc3" 175 tr -d "\015" < $(SOLARENV)/src/component.map > $@ 176.ENDIF # "$(COMID)"=="gcc3" 177 @chmod 664 $@ 178 179$(DIR_FILE_LIST) : $(DIR_CREATE_FLAG) 180 181$(DIR_FILE_FLAG) : $(DIR_FILE_LIST) 182 @echo "must be zipped" > $@ 183 184 185 | 171.ELSE # "$(COMID)"=="gcc3" 172 tr -d "\015" < $(SOLARENV)/src/component.map > $@ 173.ENDIF # "$(COMID)"=="gcc3" 174 @chmod 664 $@ 175 176$(DIR_FILE_LIST) : $(DIR_CREATE_FLAG) 177 178$(DIR_FILE_FLAG) : $(DIR_FILE_LIST) 179 @echo "must be zipped" > $@ 180 181 182 |