odk_rules.pmk (e6b7d829) | odk_rules.pmk (b597708b) |
---|---|
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 --- 70 unchanged lines hidden (view full) --- 79 $(MY_TEXTCOPY) $< $@ 80 81$(DESTDIR)/cfgWin.js : $(PRJ)/cfgWin.js 82 @@-rm -f $@ 83 $(MY_TEXTCOPY) $(PRJ)/cfgWin.js $@ 84 85$(DESTDIRSETTINGS)/%.mk : $(PRJ)/settings/%.mk 86 @@-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 --- 70 unchanged lines hidden (view full) --- 79 $(MY_TEXTCOPY) $< $@ 80 81$(DESTDIR)/cfgWin.js : $(PRJ)/cfgWin.js 82 @@-rm -f $@ 83 $(MY_TEXTCOPY) $(PRJ)/cfgWin.js $@ 84 85$(DESTDIRSETTINGS)/%.mk : $(PRJ)/settings/%.mk 86 @@-rm -f $@ |
87.IF "$(COMEX)"=="7" 88 $(MY_TEXTCOPY) $< | $(SED) -e 's/stlport_vc7/stlport_vc6/' $@ 89.ELSE | |
90 $(MY_TEXTCOPY) $< $@ | 87 $(MY_TEXTCOPY) $< $@ |
91.ENDIF | |
92 93$(DESTDIRXML)/module-description.dtd : $(XMLOUT)/module-description.dtd 94 @@-rm -f $@ 95 $(MY_TEXTCOPY) $(XMLOUT)/module-description.dtd $@ 96$(DESTDIRXML)/%.xml : $(XMLOUT)/%.xml 97 @@-rm -f $@ 98 $(MY_TEXTCOPY) $< $@ 99 --- 90 unchanged lines hidden --- | 88 89$(DESTDIRXML)/module-description.dtd : $(XMLOUT)/module-description.dtd 90 @@-rm -f $@ 91 $(MY_TEXTCOPY) $(XMLOUT)/module-description.dtd $@ 92$(DESTDIRXML)/%.xml : $(XMLOUT)/%.xml 93 @@-rm -f $@ 94 $(MY_TEXTCOPY) $< $@ 95 --- 90 unchanged lines hidden --- |