Hi all,
I have a config file, that is passed to a pack program and that pack
program takes some files and packs them into another file, let's say
that config file has rules to produce data.pack from files d1.data and
d2.data
That program also can create dependency file (data.pack depends on
d1.data and d2.data)
I want to modificate that config file, and not to touch makefile, how
can I run the program at the first make (all I know is the config file name)
For example this would work:
data.pack: config.ini
pack.exe -f config.ini -v
But i don't know if filename in config.ini is data.pack or something else
How can I solve it?
Thanks
--
Boris Godin
*Java Developer* - Gameloft COR
Paraná 560, Nueva Córdoba (CP 5000)
Tel.: (+54 0351) 460 26 26 int. 111
MSN: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make