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