2002-06-25 20:22:41 +00:00
|
|
|
include makefile.common
|
|
|
|
|
|
|
|
MCS=mcs
|
2002-12-25 21:01:07 +00:00
|
|
|
RUNTIME=mono
|
2002-06-25 20:22:41 +00:00
|
|
|
|
|
|
|
$(stage2_files): %stage2.xml: %stage1.xml introspect.exe
|
2002-12-25 21:01:07 +00:00
|
|
|
$(RUNTIME) introspect.exe $< $@
|
2002-06-25 20:22:41 +00:00
|
|
|
|
|
|
|
introspect.exe: introspect.cs
|
|
|
|
$(MCS) -o introspect.exe -r System.Xml introspect.cs
|