[Scons-dev] How to generate .pc files from .pc.in files using scons

RAVI NANJUNDAPPA nravi.n at samsung.com
Fri Jun 12 01:33:47 EDT 2015


Hi , 

There is a configure_file() in Cmake , which Copies a file <input> to file <output> and substitutes variable values referenced in the file content.
This is basically used to generate the <project>.pc file from <project>.pc.in file.
Can anyone help me how to achieve the similar functionality using scons ?

Thanks and Best Regards, 
N Ravi


More information about the Scons-dev mailing list