Scott Burns <[EMAIL PROTECTED]> 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



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to