makefile.mk (9f91b7e3) makefile.mk (d575d58f)
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

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

70 @echo " ooolanguagepack"
71 @echo " ooodevlanguagepack"
72 @echo " sdkoo"
73 @echo " sdkoodev"
74 @echo
75 @echo "experimental targets:"
76 @echo " patch_create create a patch for updating an installed office (Windows only)"
77 @echo " patch_apply apply a previously created patch"
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

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

70 @echo " ooolanguagepack"
71 @echo " ooodevlanguagepack"
72 @echo " sdkoo"
73 @echo " sdkoodev"
74 @echo
75 @echo "experimental targets:"
76 @echo " patch_create create a patch for updating an installed office (Windows only)"
77 @echo " patch_apply apply a previously created patch"
78 @echo " patch_update_releases_xml"
78 @echo
79 @echo "Most targets (all except aoo_srcrelease and updatepack) accept suffixes"
80 @echo " add _<language> to build a target for one language only"
81 @echo " the default set of languages is alllangiso=$(alllangiso)"
82 @echo " add .<package_format> to build a target for one package format only"
83 @echo " the default set of package formats is archive and PKGFORMAT=$(PKGFORMAT)"
84
85

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

302
303$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip
304 @-$(MKDIR) $(@:d)
305 $(COPY) $< $@
306
307
308.IF "$(OS)" == "WNT"
309patch_create .PHONY : $(PRJ)$/data
79 @echo
80 @echo "Most targets (all except aoo_srcrelease and updatepack) accept suffixes"
81 @echo " add _<language> to build a target for one language only"
82 @echo " the default set of languages is alllangiso=$(alllangiso)"
83 @echo " add .<package_format> to build a target for one package format only"
84 @echo " the default set of package formats is archive and PKGFORMAT=$(PKGFORMAT)"
85
86

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

303
304$(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/openoffice_dev$/intro.zip
305 @-$(MKDIR) $(@:d)
306 $(COPY) $< $@
307
308
309.IF "$(OS)" == "WNT"
310patch_create .PHONY : $(PRJ)$/data
310 perl -I $(SOLARENV)$/bin/modules $(SOLARENV)$/bin$/patch_create.pl \
311 perl -I $(SOLARENV)$/bin/modules $(SOLARENV)$/bin$/patch_tool.pl \
312 create \
311 --product-name Apache_OpenOffice \
312 --output-path $(OUT) \
313 --data-path $(PRJ)$/data \
314 --lst-file $(PRJ)$/util$/openoffice.lst
315patch_apply .PHONY :
313 --product-name Apache_OpenOffice \
314 --output-path $(OUT) \
315 --data-path $(PRJ)$/data \
316 --lst-file $(PRJ)$/util$/openoffice.lst
317patch_apply .PHONY :
316 perl -I $(SOLARENV)$/bin/modules $(SOLARENV)$/bin$/patch_apply.pl \
317 ../wntmsci12.pro/Apache_OpenOffice/msp/v-4-0-1_v-4-1-0/en-US/openoffice.msp
318 perl -I $(SOLARENV)$/bin/modules $(SOLARENV)$/bin$/patch_tool.pl \
319 apply \
320 --product-name Apache_OpenOffice \
321 --output-path $(OUT) \
322 --lst-file $(PRJ)$/util$/openoffice.lst
323patch_update_releases_xml .PHONY:
324 perl -I $(SOLARENV)$/bin/modules $(SOLARENV)$/bin$/patch_tool.pl \
325 update-releases-xml \
326 --product-name Apache_OpenOffice \
327 --output-path $(OUT) \
328 --lst-file $(PRJ)$/util$/openoffice.lst\
329 --target-version 4.0.1
318
319$(PRJ)$/data :
320 mkdir $@
321.ELSE
322patch .PHONY :
323 @echo "patches can only be created on Windows at the moment"
324.ENDIF
325

--- 164 unchanged lines hidden ---
330
331$(PRJ)$/data :
332 mkdir $@
333.ELSE
334patch .PHONY :
335 @echo "patches can only be created on Windows at the moment"
336.ENDIF
337

--- 164 unchanged lines hidden ---