1c175365cSMarcel Moolenaar#- 2c175365cSMarcel Moolenaar# Copyright (c) 2011 Google, Inc. 3c175365cSMarcel Moolenaar# All rights reserved. 4c175365cSMarcel Moolenaar# 5c175365cSMarcel Moolenaar# Redistribution and use in source and binary forms, with or without 6c175365cSMarcel Moolenaar# modification, are permitted provided that the following conditions 7c175365cSMarcel Moolenaar# are met: 8c175365cSMarcel Moolenaar# 1. Redistributions of source code must retain the above copyright 9c175365cSMarcel Moolenaar# notice, this list of conditions and the following disclaimer. 10c175365cSMarcel Moolenaar# 2. Redistributions in binary form must reproduce the above copyright 11c175365cSMarcel Moolenaar# notice, this list of conditions and the following disclaimer in the 12c175365cSMarcel Moolenaar# documentation and/or other materials provided with the distribution. 13c175365cSMarcel Moolenaar# 14c175365cSMarcel Moolenaar# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15c175365cSMarcel Moolenaar# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16c175365cSMarcel Moolenaar# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17c175365cSMarcel Moolenaar# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18c175365cSMarcel Moolenaar# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19c175365cSMarcel Moolenaar# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20c175365cSMarcel Moolenaar# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21c175365cSMarcel Moolenaar# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22c175365cSMarcel Moolenaar# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23c175365cSMarcel Moolenaar# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24c175365cSMarcel Moolenaar# SUCH DAMAGE. 25c175365cSMarcel Moolenaar# 26c175365cSMarcel Moolenaar# $FreeBSD$ 27c175365cSMarcel Moolenaar 28c175365cSMarcel Moolenaar.include <bsd.own.mk> 29c175365cSMarcel Moolenaar 30*fba3cde9SJulio MerinoSUBDIR= libatf-c \ 31*fba3cde9SJulio Merino libatf-c++ \ 32*fba3cde9SJulio Merino ${_tests} 33*fba3cde9SJulio Merino 34*fba3cde9SJulio Merino.if ${MK_TESTS} != "no" 35*fba3cde9SJulio Merino_tests= tests 36*fba3cde9SJulio Merino.endif 37c175365cSMarcel Moolenaar 38c175365cSMarcel Moolenaar.ORDER: ${SUBDIR} 39c175365cSMarcel Moolenaar 40c175365cSMarcel Moolenaar.include <bsd.subdir.mk> 41