# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Copyright 2012 LibreOffice contributors. # # 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/. # # must not be empty so we can have a target for it ifeq ($(MAKECMDGOALS),) MAKECMDGOALS:=all endif SHELL=/usr/bin/env bash SRCDIR:=$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))) .PHONY : $(filter-out $(SRCDIR)/config_host.mk,$(MAKECMDGOALS)) # recursively invoke Makefile.top, which includes config_host.mk $(firstword $(MAKECMDGOALS)) : $(SRCDIR)/config_host.mk $(MAKE) -r -f $(SRCDIR)/Makefile.top $(MAKECMDGOALS) # run configure in an environment not polluted by config_host.mk $(SRCDIR)/config_host.mk : \ $(SRCDIR)/config_host.mk.in \ $(SRCDIR)/bin/repo-list.in \ $(SRCDIR)/ooo.lst.in \ $(SRCDIR)/configure.in \ $(SRCDIR)/autogen.lastrun ./autogen.sh # dummy rule in case autogen.lastrun does not exist $(SRCDIR)/autogen.lastrun: @true # vim: set noet sw=4 ts=4: distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorKacper Kasper <kacperkasper@gmail.com>2018-02-25 02:55:15 +0100
committerMichael Meeks <michael.meeks@collabora.com>2018-03-05 14:17:27 +0100
commit9c036b1d3db253a1fd43ce76ce1d919e2029af59 (patch)
tree6e5130faa9421c0c093059b5cff08a4356407d28 /sal
parent73312eaff10b19d1286c225ee335451e1800df4a (diff)
Make LibreOffice buildable on Haiku.