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