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