158c70741SJim Jagielski#************************************************************** 2*bf2083a7Smseidel# 358c70741SJim Jagielski# Licensed to the Apache Software Foundation (ASF) under one 458c70741SJim Jagielski# or more contributor license agreements. See the NOTICE file 558c70741SJim Jagielski# distributed with this work for additional information 658c70741SJim Jagielski# regarding copyright ownership. The ASF licenses this file 758c70741SJim Jagielski# to you under the Apache License, Version 2.0 (the 858c70741SJim Jagielski# "License"); you may not use this file except in compliance 958c70741SJim Jagielski# with the License. You may obtain a copy of the License at 10*bf2083a7Smseidel# 1158c70741SJim Jagielski# http://www.apache.org/licenses/LICENSE-2.0 12*bf2083a7Smseidel# 1358c70741SJim Jagielski# Unless required by applicable law or agreed to in writing, 1458c70741SJim Jagielski# software distributed under the License is distributed on an 1558c70741SJim Jagielski# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1658c70741SJim Jagielski# KIND, either express or implied. See the License for the 1758c70741SJim Jagielski# specific language governing permissions and limitations 1858c70741SJim Jagielski# under the License. 19*bf2083a7Smseidel# 2058c70741SJim Jagielski#************************************************************** 2158c70741SJim Jagielski 2258c70741SJim Jagielskiifeq ($(strip $(SOLARENV)),) 2358c70741SJim Jagielski$(error No environment set!) 2458c70741SJim Jagielskiendif 2558c70741SJim Jagielski 2658c70741SJim Jagielskigb_PARTIALBUILD := T 2758c70741SJim JagielskiGBUILDDIR := $(SOLARENV)/gbuild 2858c70741SJim Jagielskiinclude $(GBUILDDIR)/gbuild.mk 2958c70741SJim Jagielski 3058c70741SJim Jagielski$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) 3158c70741SJim Jagielski 3258c70741SJim Jagielski# vim: set noet sw=4 ts=4: 33