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