$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Syomichev (asyomichev_at_[hidden])
Date: 2004-12-26 23:14:28
Hi,
I am trying to get some understanding of how the build system works.
A Jamfile has the the following statement:
obj aobj : a.cpp ;
This looks very much like an invocation of the rule "obj". Is this
correct? Where is the declaration for the rule "obj"?
Thank you,
--Alexey