1*e53b81a8SJim Jagielski#************************************************************** 2*e53b81a8SJim Jagielski# 3*e53b81a8SJim Jagielski# Licensed to the Apache Software Foundation (ASF) under one 4*e53b81a8SJim Jagielski# or more contributor license agreements. See the NOTICE file 5*e53b81a8SJim Jagielski# distributed with this work for additional information 6*e53b81a8SJim Jagielski# regarding copyright ownership. The ASF licenses this file 7*e53b81a8SJim Jagielski# to you under the Apache License, Version 2.0 (the 8*e53b81a8SJim Jagielski# "License"); you may not use this file except in compliance 9*e53b81a8SJim Jagielski# with the License. You may obtain a copy of the License at 10*e53b81a8SJim Jagielski# 11*e53b81a8SJim Jagielski# http://www.apache.org/licenses/LICENSE-2.0 12*e53b81a8SJim Jagielski# 13*e53b81a8SJim Jagielski# Unless required by applicable law or agreed to in writing, 14*e53b81a8SJim Jagielski# software distributed under the License is distributed on an 15*e53b81a8SJim Jagielski# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*e53b81a8SJim Jagielski# KIND, either express or implied. See the License for the 17*e53b81a8SJim Jagielski# specific language governing permissions and limitations 18*e53b81a8SJim Jagielski# under the License. 19*e53b81a8SJim Jagielski# 20*e53b81a8SJim Jagielski#************************************************************** 21*e53b81a8SJim Jagielski 22*e53b81a8SJim Jagielskiifeq ($(strip $(SOLARENV)),) 23*e53b81a8SJim Jagielski$(error No environment set!) 24*e53b81a8SJim Jagielskiendif 25*e53b81a8SJim Jagielski 26*e53b81a8SJim Jagielskigb_PARTIALBUILD := T 27*e53b81a8SJim JagielskiGBUILDDIR := $(SOLARENV)/gbuild 28*e53b81a8SJim Jagielskiinclude $(GBUILDDIR)/gbuild.mk 29*e53b81a8SJim Jagielski 30*e53b81a8SJim Jagielski$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) 31*e53b81a8SJim Jagielski 32*e53b81a8SJim Jagielski# vim: set noet sw=4 ts=4: 33