LRUN_CC

NAME
SYNOPSYS
DESCRIPTION
SEE ALSO
COPYRIGHT

NAME

lrun_cc - run a (1)/(1)++ compiler protecting include dirs

SYNOPSYS

lrun_cc [-m marker] compiler args...

DESCRIPTION

lrun_cc runs the program compiler with any given arguments args... . args are parsed for include or library dirs and calls mkdir on these dirs and ldepend(1) on marker files within these dirs. The goal is to ensure that these dirs always exist as this is a requirement of most (1)/(1)++ compiler to try to read include files within them and hence trigger deps.

SEE ALSO

lautodep(1), lcheck_deps(1), ldebug(1), ldecode(1), ldepend(1), lencode(1), lforget(1), lmake(1), lmark(1), lrepair(1), lshow(1), ltarget(1), xxhsum(1)

The python module lmake.

The full open-lmake documentation in <open-lmake-installation-dir>/docs/index.html.

COPYRIGHT

Copyright © 2023-2025, Doliam. This file is part of open-lmake.

open-lmake is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

open-lmake is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.