Boost logo

Boost-Build :

Subject: [Boost-build] custom commands - multiple file generation
From: MainBrain (yelve_at_[hidden])
Date: 2009-03-19 09:23:46


For my software I am going to make an RPC (Remote Procedure Call) interface
via ONC-RPC. The sources responsible for data transport are generated by a
program called rpcgen and then further modified by my own script.

Now I want bjam to recreate [msg_svc.c msg.h msg_clnt.c] whenever msg.x or
msg_proc.c changes.

My attempt did not work:

make msg_svc.c msg.h msg_clnt.c : msg.x msg_proc.c : @stubgen ;
actions stubgen
{
    ./generate_rpc_stubs.sh
}

-- 
View this message in context: http://www.nabble.com/custom-commands---multiple-file-generation-tp22600100p22600100.html
Sent from the Boost - Build mailing list archive at Nabble.com.

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk