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