1147182fbSdamjan#************************************************************** 2*c622e83aSmseidel# 3147182fbSdamjan# Licensed to the Apache Software Foundation (ASF) under one 4147182fbSdamjan# or more contributor license agreements. See the NOTICE file 5147182fbSdamjan# distributed with this work for additional information 6147182fbSdamjan# regarding copyright ownership. The ASF licenses this file 7147182fbSdamjan# to you under the Apache License, Version 2.0 (the 8147182fbSdamjan# "License"); you may not use this file except in compliance 9147182fbSdamjan# with the License. You may obtain a copy of the License at 10*c622e83aSmseidel# 11147182fbSdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*c622e83aSmseidel# 13147182fbSdamjan# Unless required by applicable law or agreed to in writing, 14147182fbSdamjan# software distributed under the License is distributed on an 15147182fbSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16147182fbSdamjan# KIND, either express or implied. See the License for the 17147182fbSdamjan# specific language governing permissions and limitations 18147182fbSdamjan# under the License. 19*c622e83aSmseidel# 20147182fbSdamjan#************************************************************** 21147182fbSdamjan 22147182fbSdamjanifeq ($(strip $(SOLARENV)),) 23147182fbSdamjan$(error No environment set!) 24147182fbSdamjanendif 25147182fbSdamjan 26147182fbSdamjangb_PARTIALBUILD := T 27147182fbSdamjanGBUILDDIR := $(SOLARENV)/gbuild 28147182fbSdamjaninclude $(GBUILDDIR)/gbuild.mk 29147182fbSdamjan 30147182fbSdamjan$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) 31147182fbSdamjan 32147182fbSdamjan# vim: set noet sw=4 ts=4: 33