all: prototypes.xml prototypes.xml: a.cc #g++ -aux-info prototypes a.cc -I/usr/lib/llvm-2.9/include -L/usr/lib/llvm-2.9/lib -lLLVM-2.9 gccxml a.cc -D__llvm__ -I/usr/lib/llvm-2.9/include -fxml=prototypes.xml clean: rm -f prototypes.xml distclean: clean