2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Posix
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Posix.dll
|
|
|
|
# Don't warn about [Obsolete] members, as there are now *lots* of [Obsolete]
|
|
|
|
# members, generating volumes of output.
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../mono.pub
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_MCS_FLAGS = /unsafe /nowarn:0618,612
|
|
|
|
TEST_MCS_FLAGS = /unsafe /nowarn:0219,0618
|
|
|
|
TEST_LIB_REFS = Mono.Posix System
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
LIBRARY_COMPILE = $(BOOT_COMPILE)
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
update-mappings:
|
|
|
|
cp `pkg-config --variable=Sources create-native-map` Mono.Unix.Native
|
|
|
|
cp `pkg-config --variable=Programs create-native-map` Mono.Unix.Native
|
|
|
|
mono --debug Mono.Unix.Native/create-native-map.exe \
|
|
|
|
--library=MonoPosixHelper \
|
|
|
|
--rename-namespace Mono.Unix.Native=Mono.Posix \
|
|
|
|
$(the_lib) Mono.Unix.Native/NativeConvert.generated
|
|
|
|
|