esystem targets/dependencies: I'd like to
> generate a prerequisite DAG yet retain the ability to set their modify
> timestamps, so .PHONY would not work. This would basically be like
> the existing AR(member) support.
I don't think I unde
Hello All,
I am thinking about writing a module for SQLite. My first goal is to
create a $(sqlite) function. I'd like it to behave similar to the sqlite3
shell, with its added .commands and such. I think there are some things
I'd like access to that I can't get with gmk_eval. Here are some th