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