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