GCC -Optionen, um Makefiel -Regeln herauszufinden

gcc -MM *.c
// works with c++ aswell("g++ -MM *.cpp")
Impossible Ibex