NAME
subdirs - return list of subdirectories for antelopemake
SYNOPSIS
subdirs [first-dirs]
DESCRIPTION
subdirs returns a list (one to a line) of directories immediately beneath the
current directory for hierarchical builds using
antelopemake(5).
It is a perl script in order to screen out certain subdirectories:
-
subdirectories at greater depths
-
a variety of system generated subdirectories like SunWS_cache
-
other directories like CVS and certify subdirectories
In addition, it's sometimes necessary to override the default
alphabetic order and force some directories to run make first.
OPTIONS
To force a particular order of subdirectories, list the directories
where make should run first on the command line. Any directories
not shown are run after these first directories, in alphabetical
order.
EXAMPLE
% $ANTELOPE/include/subdirs c
c
a
b
SEE ALSO
antelopemake(5)
AUTHOR
Daniel Quinlan