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