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