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