4 SUPPORT=libMonoSupportW.la
9 libMonoPosixHelper.la \
17 glib_libs = $(top_builddir)/mono/eglib/libeglib.la
19 # Source code which helps implement the ANSI C standards, and thus *should* be
20 # portable to any platform having a C compiler.
31 # Source code which helps implement POSIX and other related Unix standards,
32 # and *may* be portable between Unix platforms.
63 MPH_SOURCE = $(MPH_C_SOURCE)
64 MPH_LIBS = $(glib_libs)
66 MPH_SOURCE = $(MPH_C_SOURCE) $(MPH_UNIX_SOURCE)
67 MPH_LIBS = $(glib_libs)
103 Z_SOURCE = zlib-helper.c
104 Z_LIBS = $(STATIC_ZLIB_PATH)
107 Z_SOURCE = zlib-helper.c
110 Z_SOURCE = zlib-helper.c $(ZLIB_SOURCES)
115 libMonoPosixHelper_la_SOURCES = \
120 libMonoPosixHelper_la_LIBADD = \
125 # libMonoPosixHelper_la_LDFLAGS = -no-undefined -version-info 1:0:1
126 libMonoPosixHelper_la_LDFLAGS = -no-undefined -avoid-version
127 libMonoSupportW_la_LDFLAGS = -no-undefined -avoid-version
129 libMonoSupportW_la_SOURCES = \
134 libMonoSupportW_la_LIBADD = \
138 mkdir -p $(TEST_BUNDLE_PATH)
139 cp -L .libs/libMonoPosixHelper$(libsuffix) $(TEST_BUNDLE_PATH)/
142 # Use this target to refresh the values in map.[ch]
145 cp `pkg-config --variable=Programs create-native-map` . && \
146 $(top_builddir)/runtime/mono-wrapper create-native-map.exe \
147 --autoconf-member=d_off \
148 --autoconf-member=d_reclen \
149 --autoconf-member=d_type \
150 --exclude-native-symbol=Mono_Posix_Stdlib_snprintf \
151 --impl-macro=_GNU_SOURCE --impl-macro=_XOPEN_SOURCE \
152 --impl-header="<sys/types.h>" \
153 --impl-header="<sys/stat.h>" \
154 --autoconf-header="<netinet/in.h>" \
155 --autoconf-header="<sys/time.h>" \
156 --autoconf-header="<sys/poll.h>" \
157 --autoconf-header="<sys/wait.h>" \
158 --autoconf-header="<sys/statvfs.h>" \
159 --autoconf-header="<sys/xattr.h>" \
160 --autoconf-header="<sys/mman.h>" \
161 --autoconf-header="<sys/socket.h>" \
162 --autoconf-header="<sys/uio.h>" \
163 --autoconf-header="<unistd.h>" \
164 --impl-header="<fcntl.h>" \
165 --impl-header="<signal.h>" \
166 --autoconf-header="<poll.h>" \
167 --autoconf-header="<grp.h>" \
168 --impl-header="<errno.h>" \
169 --autoconf-header="<syslog.h>" \
170 --autoconf-header="<dirent.h>" \
171 --autoconf-header="<utime.h>" \
172 --impl-header="<time.h>" \
173 --impl-header="\"mph.h\"" \
174 --rename-member=st_atime=st_atime_ \
175 --rename-member=st_ctime=st_ctime_ \
176 --rename-member=st_mtime=st_mtime_ \
177 --rename-namespace=Mono.Unix.Native=Mono.Posix \
178 --library=MonoPosixHelper \
179 $(mcs_topdir_from_srcdir)/class/lib/net_4_x/Mono.Posix.dll map
181 # Useful if mono is compiled with --enable-shared=no
184 sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
185 echo "LIBTOOL = bash ./libtool" > 1
186 echo "LTCOMPILE = bash ./libtool --mode=compile $(COMPILE)" >> 1
187 sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2
188 sed -e 's,LTCOMPILE =,LTCOMPILE2 =,g' 2 > 3