added ServerVariablesCollection.
[mono.git] / mcs / class / Mono.Posix / Makefile
1 thisdir = class/Mono.Posix
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Posix.dll
6 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll
7 NO_TEST = yes
8
9 include ../../build/library.make
10
11 all-local: Mono.Posix/make-map.exe 
12
13 Mono.Posix/make-map.exe: Mono.Posix/make-map.cs $(the_lib)
14         cp $(the_lib) Mono.Posix/
15 ifneq ($(PLATFORM),win32)
16         $(CSCOMPILE)  -out:Mono.Posix/make-map.exe -r:Mono.Posix.dll Mono.Posix/make-map.cs
17 else
18         $(CSCOMPILE)  -out:Mono.Posix/make-map.exe -r:Mono.Posix.dll Mono.Posix\\make-map.cs
19 endif
20