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