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:
|