• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

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:

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
Printer icon