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