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