makefile.mk (3b45f81a) | makefile.mk (a4d2899f) |
---|---|
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 --- 256 unchanged lines hidden (view full) --- 265 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR) 266 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR) 267 -$(MKDIRHIER) $(MSIURETEMPLATEDIR) 268 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR) 269 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)$/Binary 270 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary 271 -$(MKDIRHIER) $(MSIURETEMPLATEDIR)$/Binary 272 -$(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 --- 256 unchanged lines hidden (view full) --- 265 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR) 266 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR) 267 -$(MKDIRHIER) $(MSIURETEMPLATEDIR) 268 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR) 269 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)$/Binary 270 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary 271 -$(MKDIRHIER) $(MSIURETEMPLATEDIR)$/Binary 272 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)$/Binary |
273 $(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR) 274 $(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR) 275 $(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR) 276 $(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR) 277 $(GNUCOPY) -u $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary 278 $(GNUCOPY) -u $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary 279 $(GNUCOPY) -u $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary 280 $(GNUCOPY) -u $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary | 273 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR) 274 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR) 275 $(GNUCOPY) $(MSIURETEMPLATESOURCE)$/*.* $(MSIURETEMPLATEDIR) 276 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR) 277 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary 278 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary 279 $(GNUCOPY) $(MSIURETEMPLATESOURCE)$/Binary$/*.* $(MSIURETEMPLATEDIR)$/Binary 280 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary |
281 $(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 282 $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 283 $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 284 $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 285 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 286 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 287 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 288 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 289 290 | 281 $(RM) $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 282 $(RM) $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 283 $(RM) $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 284 $(RM) $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 285 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIOFFICETEMPLATEDIR)$/Binary$/Image.bmp 286 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSILANGPACKTEMPLATEDIR)$/Binary$/Image.bmp 287 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp 288 $(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp 289 290 |