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