xref: /aoo42x/main/avmedia/Makefile (revision deb7b1c2)
12407af08SAndrew Rist#**************************************************************
22407af08SAndrew Rist#
32407af08SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
42407af08SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
52407af08SAndrew Rist#  distributed with this work for additional information
62407af08SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
72407af08SAndrew Rist#  to you under the Apache License, Version 2.0 (the
82407af08SAndrew Rist#  "License"); you may not use this file except in compliance
92407af08SAndrew Rist#  with the License.  You may obtain a copy of the License at
102407af08SAndrew Rist#
112407af08SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
122407af08SAndrew Rist#
132407af08SAndrew Rist#  Unless required by applicable law or agreed to in writing,
142407af08SAndrew Rist#  software distributed under the License is distributed on an
152407af08SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
162407af08SAndrew Rist#  KIND, either express or implied.  See the License for the
172407af08SAndrew Rist#  specific language governing permissions and limitations
182407af08SAndrew Rist#  under the License.
192407af08SAndrew Rist#
202407af08SAndrew Rist#**************************************************************
212407af08SAndrew Rist
22*deb7b1c2Sdamjanifeq ($(strip $(SOLARENV)),)
23*deb7b1c2Sdamjan$(error No environment set!)
24*deb7b1c2Sdamjanendif
252407af08SAndrew Rist
26*deb7b1c2Sdamjangb_PARTIALBUILD := T
27*deb7b1c2SdamjanGBUILDDIR := $(SOLARENV)/gbuild
28*deb7b1c2Sdamjaninclude $(GBUILDDIR)/gbuild.mk
29cdf0e10cSrcweir
30*deb7b1c2Sdamjan$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
31cdf0e10cSrcweir
32*deb7b1c2Sdamjan# vim: set noet sw=4 ts=4:
33