Robert wrote: > just with "gcc -MM modname.c" (create dependencies) it makes > problems. he errors on missing ""-includes, but not on > <>-includes, when -I is omitted.
The generated C file seems like the wrong level to be tracking dependencies at, to me. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
