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