makefile.mk (7871dc3e) | makefile.mk (62840caa) |
---|---|
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 --- 246 unchanged lines hidden (view full) --- 255 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR) 256 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR) 257 -$(MKDIRHIER) $(MSIURETEMPLATEDIR) 258 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR) 259 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)$/Binary 260 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary 261 -$(MKDIRHIER) $(MSIURETEMPLATEDIR)$/Binary 262 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)$/Binary | 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 --- 246 unchanged lines hidden (view full) --- 255 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR) 256 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR) 257 -$(MKDIRHIER) $(MSIURETEMPLATEDIR) 258 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR) 259 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)$/Binary 260 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary 261 -$(MKDIRHIER) $(MSIURETEMPLATEDIR)$/Binary 262 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)$/Binary |
263 $(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR) 264 $(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR) 265 $(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR) 266 $(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR) 267 $(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary 268 $(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary 269 $(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary 270 $(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary | 263 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR) 264 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR) 265 $(GNUCOPY) $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR) 266 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR) 267 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary 268 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary 269 $(GNUCOPY) $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary 270 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary |
271 $(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 272 $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 273 $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 274 $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 275 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 276 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 277 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 278 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 279 280 | 271 $(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 272 $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 273 $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 274 $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 275 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 276 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 277 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 278 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 279 280 |