blob: 76ea25b84ecd37ec4de486e1afc89b73d42a4b88 [file] [log] [blame]
Norbert Thiebaud5ed6b312012-02-07 09:07:32 -06001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2
Matúš Kukan803b1842012-04-10 12:12:40 +02003ifeq ($(strip $(SOLARENV)),)
4include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
5endif
6
Norbert Thiebaud5ed6b312012-02-07 09:07:32 -06007include $(SOLARENV)/gbuild/gbuild.mk
Matúš Kukan803b1842012-04-10 12:12:40 +02008
Norbert Thiebaud5ed6b312012-02-07 09:07:32 -06009$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
10
11# vim: set noet sw=4 ts=4: