summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_cfgex.mk
blob: b7441792c38585a3b7125f3f3c951d6d0ec650a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- 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,cfgex))

$(eval $(call gb_Executable_set_include,cfgex,\
    -I$(SRCDIR)/l10ntools/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Executable_use_libraries,cfgex,\
    sal \
))

$(eval $(call gb_Executable_add_scanners,cfgex,\
    l10ntools/source/cfglex \
))

$(eval $(call gb_Executable_use_static_libraries,cfgex,\
    transex \
))

$(eval $(call gb_Executable_add_exception_objects,cfgex,\
    l10ntools/source/cfgmerge \
))

$(eval $(call gb_Executable_use_externals,cfgex,\
    boost_headers \
    libxml2 \
))

# vim:set noet sw=4 ts=4:
vid Tardon one variable to find them, one variable to deliver them all and into filelist put them, in $INSTDIR where the installer searches. Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b 2013-02-27also move --enable swiches to m4/ for extensionsBjoern Michaelsen Change-Id: I72df67fae5fd78cd9d3f69d4be218c866b4b881d 2013-02-25m4: improve help message of libo_CHECK_SYSTEM_MODULEMichael Stahl Change-Id: I784823b27108671e6bb549f60725f21abd47451e 2013-02-24some more external check work on configure.acBjoern Michaelsen - all in libo_PUBLISH_MODULE is affecting global state, so no need to separate - add in AC_ARG_WITH Change-Id: I609cd03c9208448e6883f5347da3019e0d3aea51 Reviewed-on: https://gerrit.libreoffice.org/2366 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> 2013-02-20m4: replace silly makefile modelinesMichael Stahl Change-Id: I148941dfbf3c9c75cd07148b08646e85887846e1 2013-02-20configure: fix WPD/WPS/WPG when no explicit option given:Michael Stahl Consistently set WPD_CFLAGS/WPD_LIBS etc. in that case, with luck not breaking anything else in the process due to newly set FOO_CFLAGS/LIBS. Change-Id: I56bc6b86821b77c0c376d06b629646ada1ea0339 2013-02-19Re-Revert "simplify external module check with macro" modulo expat/cluceneBjoern Michaelsen This reverts commit 324d2f94749dfd94c7f09d1923310e145bb64deb. Change-Id: I0c1c3412554de2093c9c94de89ff74a89869fa6d 2013-02-19Revert "simplify external module check with macro"Fridrich Štrba Reverting this because it breaks a lot of stuff This reverts commit a2dbcf1e723e082a76ad1a7ef275f693dab34c98. 2013-02-19simplify external module check with macroBjoern Michaelsen - a >12.000 LOC configure.ac is more than enough for everybody - removing some 100 lines cant hurt - the SYSTEM_LIBCDR=$SYSTEM_CDR stuff should be removed in a later step, by renaming them in the build Change-Id: I5c065c5c341561258800a124b0fc1f40b3d59211 2013-02-18simplify extension logic in configureBjoern Michaelsen Change-Id: I1b255f9da925501449d7a41ce5914595da582e40 2013-01-02use MINGW_SYSROOT consistentlyLuboš Luňák Restore all cases to expect /mingw/ included in the path. 2012-12-31configure only looks in $MINGW_SYSROOTDavid Tardon Change-Id: I8882525ae6ae24957d9e34fc1ab8d5525251889c 2012-11-23fdo#55435 orcus needs Boost.System with recent BoostDavid Tardon Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86