* Makefile: Don't build make-map.exe.
[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 update-mappings:
14         cp `pkg-config --variable=Sources create-native-map` Mono.Unix.Native
15         cp `pkg-config --variable=Programs create-native-map` Mono.Unix.Native
16         mono --debug Mono.Unix.Native/create-native-map.exe \
17                 --library=MonoPosixHelper \
18                 --rename-namespace Mono.Unix.Native=Mono.Posix \
19                 $(the_lib) Mono.Unix.Native/NativeConvert.generated
20