**** Merged from MCS ****
[mono-project.git] / mcs / class / Mono.Posix / Makefile
blob77f63d0c35593b2a5f55b49b2cb3e64abe3d48c7
1 thisdir = class/Mono.Posix
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Posix.dll
6 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll
7 NO_TEST = yes
9 include ../../build/library.make
11 all-local: Mono.Posix/make-map.exe
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