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