summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_glxtest.mk
blob: 2ac2283897c43e001a40e3304a544c324c6a709e (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
39
40
41
42
43
44
# -*- 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_StaticLibrary_StaticLibrary,glxtest))

$(eval $(call gb_StaticLibrary_set_include,glxtest,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_StaticLibrary_use_api,glxtest,\
    offapi \
    udkapi \
))

$(eval $(call gb_StaticLibrary_add_libs,glxtest,\
	-lm \
	-ldl \
	-lpthread \
    -lGL \
    -lX11 \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,glxtest,\
    vcl/unx/glxtest \
))

# vim: set noet sw=4 ts=4:
4af6b8f81832a8'>tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen 2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin 2019-03-05Use index only where getToken() needs itMatteo Casalin 2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin 2019-02-25loplugin:unusedfields in variousNoel Grandin 2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin 2019-02-13Pointer is pointlessNoel Grandin 2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov 2019-02-11new loplugin writeonlyvarsNoel Grandin 2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2019-02-11remove ControlDependencyManagerNoel Grandin 2019-02-09loplugin:indentation in registry..saxNoel Grandin 2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen 2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen 2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen 2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen 2018-12-09Fix typos in codeAndrea Gelmini 2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin 2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2018-11-23remove unused enums in reportdesign,linguistic,l10ntools,vcl,svxNoel Grandin 2018-11-21weld SwCondCollPageCaolán McNamara 2018-11-21improve function-local statics in forms..reportdesignNoel Grandin 2018-11-21loplugin:redundantfcast improvementsNoel Grandin 2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen 2018-11-20remove bogus static variable in reportdesign OSectionWindowNoel Grandin 2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen 2018-11-19Fix typosAndrea Gelmini 2018-11-17Rename BorderColorStatus to ColorStatusMaxim Monastirsky 2018-11-17Adapt to C++2a char_tStephan Bergmann 2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin 2018-11-15loplugin:staticmethods in vclNoel Grandin 2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai 2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski 2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski 2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski