$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Implementing a complex Makefile process in Jam/Boost.Build
From: Scott Long (smxlong_at_[hidden])
Date: 2009-03-27 20:49:12
I guess I should make my question more specific.
I understand (in concept) how to use rules to produce some of these
build steps. The problem is that there is more than one type of ".c"
file -- a stub input module (real code), and an intermediate module
(array of bytes of compiled code).
I don't understand how to use rules to make these two phases
different, because both of them end in ".c"
Scott