help-make
[Top][All Lists]
Advanced

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

Re: Force Recompile of Files


From: Boris Kolpackov
Subject: Re: Force Recompile of Files
Date: Tue, 7 Dec 2004 16:17:19 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Scott Burns <address@hidden> writes:

> although it would make some sense to produce dbfile_pg.c and
> dbfile_inf.c from dbfile.ec as otherwise I always have to delete the
> intermediatary file because I don't know what it was precompiled for.

I think this is your best bet if you don't want to have separate
configurations, e.g.,


driver_pg: dbfile_pg.o common.o

driver_inf: dbfile_inf.o common.o


%_inf.c: %.ec
        infc ...

%_pg.c: %.ec
        pgc ...


-boris





reply via email to

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