Ryujinx-GtkSharp/parser/makefile
Rachel Hestilow b203c33bb7 2002-06-26 Rachel Hestilow <hestilow@ximian.com>
* generator/*.cs: Deal with whitespace XmlNodes.

	* parser/build.pl: Dump non-indented file to local directory.

	* parser/makefile, parser/formatXml.c: Added.

	* generator/gtkapi.xml: Nicely indented now. woo!

svn path=/trunk/gtk-sharp/; revision=5465
2002-06-26 13:10:48 +00:00

11 lines
269 B
Makefile

all: generated-stamp
generated-stamp: formatXml gtkapi.xml
./formatXml gtkapi.xml ../generator/gtkapi.xml && touch generated-stamp
formatXml: formatXml.c
cc -o formatXml formatXml.c `pkg-config --cflags --libs libxml-2.0 glib-2.0`
gtkapi.xml: build.pl
./build.pl