help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Auto generated files with dependency


From: Boris Godin
Subject: Auto generated files with dependency
Date: Thu, 19 Jun 2008 10:47:12 -0300
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

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:
address@hidden

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]