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