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