| # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- | |
| # Any copyright is dedicated to the Public Domain. | |
| # http://creativecommons.org/publicdomain/zero/1.0/ | |
| DIRS = ['dir'] | |
| PARALLEL_DIRS = ['p_dir'] | |
| EXTERNAL_MAKE_DIRS = ['external'] | |
| PARALLEL_EXTERNAL_MAKE_DIRS = ['p_external'] |