2012-02-07 09:07:32 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
|
2012-04-10 05:12:40 -05:00
|
|
|
ifeq ($(strip $(SOLARENV)),)
|
|
|
|
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
|
|
|
|
endif
|
|
|
|
|
2012-02-07 09:07:32 -06:00
|
|
|
include $(SOLARENV)/gbuild/gbuild.mk
|
2012-04-10 05:12:40 -05:00
|
|
|
|
2012-02-07 09:07:32 -06:00
|
|
|
$(eval $(call gb_Module_make_global_targets,$(wildcard $(SRCDIR)/RepositoryModule_*.mk)))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|