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