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