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