Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile « status - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bb3931012a5c7b4564bee84e8550b7b37e7a388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NETDIR=c:\\winnt\\microsoft.net\\framework\\v1.0.2914
MCSCLASSDIR=..\\..\\mcs\\class
CSC=csc.exe /nologo

all: ByMaintainer ByNamespace webfiles

exec:
	$(CSC) /debug+ /debug:full /target:exe /out:compare.exe compare-assembly.cs

xml:
	./compare.exe $(NETDIR)\\mscorlib.dll $(MCSCLASSDIR)\\corlib\\corlib.dll > corlib.xml

push:
	scp -P 2200 *.xml web/*html www@www.ximian.com:/web/cvsmodules/mono/class-status

clean:
	-rm -f compare.exe compare.pdb corlib.xml ByMaintainer.exe ByNamespace.exe commands *~ .*~
	-rm -rf src
	-rm -rf bm
	-rm -rf web

ByNamespace: ByNamespace.xsl class.xml
	$(CSC) ByNamespace.cs
	-mkdir src
	./ByNamespace

ByMaintainer: ByMaintainer.xsl class.xml
	$(CSC) ByMaintainer.cs
	-mkdir src
	./ByMaintainer

webfiles:
	-mkdir web
	./make_web.pl
	cp *.src src
	../doc/web/process.pl commands ../doc/web/template.html.in web