# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,unoinfo)) $(eval $(call gb_Executable_use_static_libraries,unoinfo,\ ooopathutils \ )) $(eval $(call gb_Executable_add_exception_objects,unoinfo,\ desktop/win32/source/unoinfo \ )) # vim: set ts=4 sw=4 et: ewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
See instructions in solenv/gbuild/Trace.mk . This generates a file than
can be viewed e.g. in the Chromium tracing view.

Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30T12:34:06+00:00 Michael Meeks michael.meeks@suse.com 2013-04-24T16:14:03+00:00 72e5d0c8fbedb509fccec7aa8bd03f89cda9ef6d

add runtime deps for custom targets 2012-12-30T16:15:48+00:00 David Tardon dtardon@redhat.com 2012-12-30T11:27:04+00:00 edf6730fd572788bac28f9fdeb84d25edfe04c0f Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
normalize variable names in gbuild user makefiles 2012-05-10T08:47:44+00:00 Michael Stahl mstahl@redhat.com 2012-05-09T21:15:42+00:00 a9550f63cd7a7e064901b2c997375ed384781eea Variables should have module name as prefix to prevent collisions.
Variables should have module name as prefix to prevent collisions.
gbuild: remove gb_Helper_abbreviate_dirs_native 2012-05-09T08:39:19+00:00 Matúš Kukan matus.kukan@gmail.com 2012-05-09T08:38:39+00:00 736170293c1cb9b242a13c6d8cda4e23bf465b3b Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
enforce only one possible use of gb_CustomTarget 2012-04-09T19:04:39+00:00 Matúš Kukan matus.kukan@gmail.com 2012-04-07T06:40:35+00:00 0a45deba2be4a77db7540bd050b25bd6c26d7513 This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
i18npool: use CustomTarget_*.mk makefiles 2012-03-24T21:39:53+00:00 Matúš Kukan matus.kukan@gmail.com 2012-03-17T00:11:18+00:00 15bd35e4f2646ef0bba0cc24d171989c9e3ac6e4 Also done lot of simplification and modernization.
Also done lot of simplification and modernization.