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