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