Merge pull request #2800 from BrzVlad/feature-lazy-sweep
[mono.git] / mcs / tools / ictool / Makefile
index 27fae41ae6166b28df9cdef6920b20b11d99b57c..f34409878c3704c9ca6d76d1d195ce409847362b 100644 (file)
@@ -1,10 +1,11 @@
-CSC=csc.exe
-CSCFLAGS=/nologo /debug+ /debug:full 
+thisdir = tools/ictool
+SUBDIRS =
+include ../../build/rules.make
 
-all: ictool.exe
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Xml
 
-ictool.exe: ictool.cs depgraph.cs peer.cs
-       $(CSC) $(CSCFLAGS) /out:ictool.exe ictool.cs depgraph.cs peer.cs
+PROGRAM = ictool.exe
+EXTRA_DISTFILES = ictool-config.xml
 
-clean:
-       rm -f *.exe *.pdb *.dll
+include ../../build/executable.make