summaryrefslogtreecommitdiff
path: root/sccomp/AllLangResTarget_solver.mk
blob: b04ee0fb052b160397838b4ae4d6698d3c928c07 (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_AllLangResTarget_AllLangResTarget,solver))

$(eval $(call gb_AllLangResTarget_add_srs,solver,solver/res))
$(eval $(call gb_SrsTarget_SrsTarget,solver/res))

$(eval $(call gb_SrsTarget_set_include,solver/res,\
	$$(INCLUDE) \
    -I$(SRCDIR)/sccomp/source/solver \
))

$(eval $(call gb_SrsTarget_add_files,solver/res,\
	sccomp/source/solver/solver.src \
))

# vim: set noet sw=4 ts=4:
9f94929b60e7e2e0077871aad14fdc3a'>adapt all externals to build against MSVC debug runtimeMichael Stahl 2013-04-13xmlsec: honor --disable-openssl and use NSSAndres Gomez 2013-04-04remove -dylib_file mappings that are not needed anymoreChristian Lohmaier 2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer 2013-02-28remove all d.lstMichael Stahl 2013-02-28add missing openssl & nss3 dependencies to libxmlsecMichael Meeks 2013-02-23comma need to be escape in Makefile when in argument of $(callNorbert Thiebaud 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-22libxslt, redland: properly quote rpath $ORIGINMichael Stahl 2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley 2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl 2013-01-02convert nss to gbuildPeter Foley 2012-12-06fix patch pathCaolán McNamara 2012-12-06fix xmlsec build under RHEL-5 (again)Caolán McNamara 2012-12-01fix libxmlsec delivering with mingwLuboš Luňák 2012-12-01our xmlsec setup calls autoreconf, so patch Makefile.am tooLuboš Luňák 2012-12-01fix(?) libxmlsec build with mingwLuboš Luňák 2012-12-01fix patch to apply after gbuild changesLuboš Luňák 2012-12-01Fix OS X build at least with current tool-chainTor Lillqvist 2012-11-30convert libxmlsec to gbuildPeter Foley 2012-11-29drop need for libtool but keep buildable on RHEL-5Caolán McNamara 2012-11-28patch twiddling breaks autoconf -i on macosxCaolán McNamara 2012-11-28get autoreconf to succeed under RHEL-5Caolán McNamara 2012-10-30make that mingw suffix patch mingw onlyCaolán McNamara 2012-10-30fix mingw cross-compilation of libxmlsecDavid Tardon 2012-09-12allow to build with XCode 2.xChristian Lohmaier 2012-09-12cosmeticsChristian Lohmaier 2012-08-29Add upstream linkStephan Bergmann 2012-08-29Work around autoreconf de-ANSI-fication support errorStephan Bergmann 2012-08-29MinGW: Use the right objdump.Jan Holesovsky 2012-08-29Fix libxmlsec build on MacOSX, no idea if it works at run-timeTor Lillqvist 2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim 2012-08-29additional -lsoftokn3 lib materalizedCaolán McNamara 2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky 2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-27Add comment telling that the MinGW stuff here is not for cross-compilationTor Lillqvist