Makefile.subdirs revision 1466
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# -*- Makefile -*- rules commonly shared among X consolidation open source dirs
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# Makefile.subdirs has rules for recursively iterating through module subdirs
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# Permission is hereby granted, free of charge, to any person obtaining a
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# copy of this software and associated documentation files (the "Software"),
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# to deal in the Software without restriction, including without limitation
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# the rights to use, copy, modify, merge, publish, distribute, sublicense,
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# and/or sell copies of the Software, and to permit persons to whom the
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# Software is furnished to do so, subject to the following conditions:
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# The above copyright notice and this permission notice (including the next
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell# paragraph) shall be included in all copies or substantial portions of the
45f9dd659662438906486dcfa7ef29055e9a1ee6Ken Stubbings# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
if [[ -f $$i/Makefile ]] ; then \