makefile.mk (aa3f9146) makefile.mk (7a3dfa40)
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

--- 279 unchanged lines hidden (view full) ---

288$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip
289 $(COPY) $< $@
290
291#$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev_nologo$/intro.zip
292$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip
293 @-$(MKDIR) $(@:d)
294 $(COPY) $< $@
295
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

--- 279 unchanged lines hidden (view full) ---

288$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip
289 $(COPY) $< $@
290
291#$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev_nologo$/intro.zip
292$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip
293 @-$(MKDIR) $(@:d)
294 $(COPY) $< $@
295
296hack_msitemplates .PHONY:
297 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)
298 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)
299 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)
300 -$(MKDIRHIER) $(MSIOFFICETEMPLATEDIR)$/Binary
301 -$(MKDIRHIER) $(MSILANGPACKTEMPLATEDIR)$/Binary
302 -$(MKDIRHIER) $(MSISDKOOTEMPLATEDIR)$/Binary
303 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/*.* $(MSIOFFICETEMPLATEDIR)
304 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/*.* $(MSILANGPACKTEMPLATEDIR)
305 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/*.* $(MSISDKOOTEMPLATEDIR)
306 $(GNUCOPY) $(MSIOFFICETEMPLATESOURCE)$/Binary$/*.* $(MSIOFFICETEMPLATEDIR)$/Binary
307 $(GNUCOPY) $(MSILANGPACKTEMPLATESOURCE)$/Binary$/*.* $(MSILANGPACKTEMPLATEDIR)$/Binary
308 $(GNUCOPY) $(MSISDKOOTEMPLATESOURCE)$/Binary$/*.* $(MSISDKOOTEMPLATEDIR)$/Binary
296hack_msitemplates .PHONY: msi_template_files msi_langpack_template_files msi_sdk_template_files
309
297
298MSI_OFFICE_TEMPLATE_FILES= \
299 ActionTe.idt \
300 AdminExe.idt \
301 AdminUIS.idt \
302 AdvtExec.idt \
303 AppSearc.idt \
304 Binary.idt \
305 CheckBox.idt \
306 Control.idt \
307 ControlC.idt \
308 ControlE.idt \
309 CustomAc.idt \
310 Dialog.idt \
311 Error.idt \
312 EventMap.idt \
313 InstallE.idt \
314 InstallU.idt \
315 LaunchCo.idt \
316 ListBox.idt \
317 Property.idt \
318 RadioBut.idt \
319 RegLocat.idt \
320 Signatur.idt \
321 TextStyl.idt \
322 UIText.idt \
323 _Validat.idt \
324 codes.txt \
325 codes_broo.txt \
326 codes_broodev.txt \
327 codes_ooodev.txt \
328 components.txt \
329 upgradecode_remove_ooo.txt \
330 Binary/Banner.bmp \
331 Binary/Image.bmp \
332 Binary/caution.ico \
333 Binary/dontinstall.ico \
334 Binary/install.ico \
335 Binary/installfirstuse.ico \
336 Binary/installpartial.ico \
337 Binary/installstatemenu.ico \
338 Binary/networkinstall.ico \
339 Binary/newfolder.ico \
340 Binary/openfolder.ico \
341 Binary/setup.ico \
342 Binary/setupcomplete.ico \
343 Binary/setuppartial.ico \
344 Binary/setuprepair.ico \
345 Binary/trashcan.ico \
346 Binary/up.ico
310
347
348MSI_LANGPACK_TEMPLATE_FILES= \
349 ActionTe.idt \
350 AdminExe.idt \
351 AdminUIS.idt \
352 AdvtExec.idt \
353 Binary.idt \
354 CheckBox.idt \
355 Control.idt \
356 ControlC.idt \
357 ControlE.idt \
358 CustomAc.idt \
359 Dialog.idt \
360 Error.idt \
361 EventMap.idt \
362 InstallE.idt \
363 InstallU.idt \
364 LaunchCo.idt \
365 ListBox.idt \
366 Property.idt \
367 RadioBut.idt \
368 TextStyl.idt \
369 UIText.idt \
370 _Validat.idt \
371 bro_patchcodes.txt \
372 brodev_patchcodes.txt \
373 codes.txt \
374 codes_broo.txt \
375 codes_ooodev.txt \
376 components.txt \
377 ooo_patchcodes.txt \
378 ooodev_patchcodes.txt \
379 Binary/Banner.bmp
380
381MSI_SDK_TEMPLATE_FILES= \
382 ActionTe.idt \
383 AdminExe.idt \
384 AdminUIS.idt \
385 AdvtExec.idt \
386 AppSearc.idt \
387 Binary.idt \
388 CheckBox.idt \
389 Control.idt \
390 ControlC.idt \
391 ControlE.idt \
392 CustomAc.idt \
393 Dialog.idt \
394 Error.idt \
395 EventMap.idt \
396 InstallE.idt \
397 InstallU.idt \
398 LaunchCo.idt \
399 ListBox.idt \
400 Property.idt \
401 RadioBut.idt \
402 RegLocat.idt \
403 Signatur.idt \
404 TextStyl.idt \
405 UIText.idt \
406 _Validat.idt \
407 codes.txt \
408 components.txt \
409 Binary/Banner.bmp \
410 Binary/Image.bmp \
411 Binary/caution.ico \
412 Binary/dontinstall.ico \
413 Binary/install.ico \
414 Binary/installfirstuse.ico \
415 Binary/installpartial.ico \
416 Binary/installstatemenu.ico \
417 Binary/networkinstall.ico \
418 Binary/newfolder.ico \
419 Binary/openfolder.ico \
420 Binary/setup.ico \
421 Binary/setupcomplete.ico \
422 Binary/setuppartial.ico \
423 Binary/setuprepair.ico \
424 Binary/trashcan.ico \
425 Binary/up.ico
426
427msi_template_files .PHONY: \
428 $(MSIOFFICETEMPLATEDIR) \
429 $(MSIOFFICETEMPLATEDIR)$/Binary \
430 $(MSIOFFICETEMPLATEDIR)$/{$(MSI_OFFICE_TEMPLATE_FILES)}
431$(MSIOFFICETEMPLATEDIR) $(MSIOFFICETEMPLATEDIR)$/Binary :
432 -$(MKDIRHIER) $@
433$(MSIOFFICETEMPLATEDIR)$/% : $(MSIOFFICETEMPLATESOURCE)$/%
434 $(GNUCOPY) $< $@
435
436msi_langpack_template_files .PHONY : \
437 $(MSILANGPACKTEMPLATEDIR) \
438 $(MSILANGPACKTEMPLATEDIR)$/Binary \
439 $(MSILANGPACKTEMPLATEDIR)$/{$(MSI_LANGPACK_TEMPLATE_FILES)}
440$(MSILANGPACKTEMPLATEDIR) $(MSILANGPACKTEMPLATEDIR)$/Binary :
441 -$(MKDIRHIER) $@
442$(MSILANGPACKTEMPLATEDIR)$/% : $(MSILANGPACKTEMPLATESOURCE)$/%
443 $(GNUCOPY) $< $@
444
445
446msi_sdk_template_files .PHONY : \
447 $(MSISDKOOTEMPLATEDIR) \
448 $(MSISDKOOTEMPLATEDIR)$/Binary \
449 $(MSISDKOOTEMPLATEDIR)$/{$(MSI_SDK_TEMPLATE_FILES)}
450$(MSISDKOOTEMPLATEDIR) $(MSISDKOOTEMPLATEDIR)$/Binary :
451 -$(MKDIRHIER) $@
452$(MSISDKOOTEMPLATEDIR)/% : $(MSISDKOOTEMPLATESOURCE)$/%
453 $(GNUCOPY) $< $@