summaryrefslogtreecommitdiff
path: root/Makefile.post
blob: 76ea25b84ecd37ec4de486e1afc89b73d42a4b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
endif

include $(SOLARENV)/gbuild/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))

# vim: set noet sw=4 ts=4:
any false GCC -WclobberedStephan Bergmann 2020-05-15Typo in commentStephan Bergmann 2020-05-15Use symbolic JFW_FEATURE_ACCESSBRIDGEStephan Bergmann 2020-05-13The -Wclobbered hack appears to be needed for all versions of GCCStephan Bergmann 2020-05-13gcc 10 also generates this clobber warningNoel Grandin 2020-05-07jfw::isAccessibilitySupportDesired is obsoleteThorsten Behrens 2020-04-07loplugin:flatten in jvmfwkNoel Grandin 2020-04-07new loplugin:unusedvariableplusNoel Grandin 2020-03-27tdf#131399 Update java settings after slight java version changeilhan 2020-03-09improve loplugin:unusedfieldsNoel Grandin 2020-02-21Drop o3tl::optional wrapperStephan Bergmann 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2020-02-03tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan