Add flag that will make cython output a rule suitable for make describing the dependencies of the main source file. like this: ``` $ cython -M foo.pxd foo.c: bar.pxd ``` Migrated from http://trac.cython.org/ticket/655