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