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