* Makefile.am (MPH_C_SOURCE): Add string.c.
[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 # Don't warn about [Obsolete] members, as there are now *lots* of [Obsolete]
7 # members, generating volumes of output.
8 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:0618
9 TEST_MCS_FLAGS = /r:Mono.Posix.dll /r:System.dll /nowarn:0219,0618
10
11 include ../../build/library.make
12
13 EXTRA_DISTFILES = Mono.Unix.Native/make-map.cs
14
15 all-local: Mono.Unix.Native/make-map.exe 
16
17 Mono.Unix.Native/make-map.exe: Mono.Unix.Native/make-map.cs $(the_lib)
18         cp $(the_lib) Mono.Unix.Native/
19 ifneq ($(PLATFORM),win32)
20         $(CSCOMPILE) -debug+ -out:Mono.Unix.Native/make-map.exe -r:Mono.Posix.dll Mono.Unix.Native/make-map.cs
21 else
22         $(CSCOMPILE) -debug+ -out:Mono.Unix.Native/make-map.exe -r:Mono.Posix.dll Mono.Unix.Native\\make-map.cs
23 endif
24
25 CLEAN_FILES = Mono.Unix.Native/make-map.exe Mono.Unix.Native/Mono.Posix.dll