4 SUPPORT=libMonoSupportW.la
7 libMonoPosixHelper.la \
14 # Source code which helps implement the ANSI C standards, and thus *should* be
15 # portable to any platform having a C compiler.
26 # Source code which helps implement POSIX and other related Unix standards,
27 # and *may* be portable between Unix platforms.
57 MPH_SOURCE = $(MPH_C_SOURCE)
58 MPH_LIBS = $(GLIB_LIBS) $(LIBICONV)
60 MPH_SOURCE = $(MPH_C_SOURCE) $(MPH_UNIX_SOURCE)
61 MPH_LIBS = $(GLIB_LIBS) $(LIBICONV)
97 Z_SOURCE = zlib-helper.c
100 Z_SOURCE = zlib-helper.c $(ZLIB_SOURCES)
104 libMonoPosixHelper_la_SOURCES = \
109 libMonoPosixHelper_la_LIBADD = \
114 # libMonoPosixHelper_la_LDFLAGS = -no-undefined -version-info 1:0:1
115 libMonoPosixHelper_la_LDFLAGS = -no-undefined -avoid-version
116 libMonoSupportW_la_LDFLAGS = -no-undefined -avoid-version
118 libMonoSupportW_la_SOURCES = \
123 libMonoSupportW_la_LIBADD = \
124 $(GLIB_LIBS) $(LIBICONV)
127 # Use this target to refresh the values in map.[ch]
130 cp `pkg-config --variable=Programs create-native-map` . && \
131 $(top_builddir)/runtime/mono-wrapper create-native-map.exe \
132 --autoconf-member=d_off \
133 --autoconf-member=d_reclen \
134 --autoconf-member=d_type \
135 --exclude-native-symbol=Mono_Posix_Stdlib_snprintf \
136 --impl-macro=_GNU_SOURCE --impl-macro=_XOPEN_SOURCE \
137 --impl-header="<sys/types.h>" \
138 --impl-header="<sys/stat.h>" \
139 --autoconf-header="<sys/time.h>" \
140 --autoconf-header="<sys/poll.h>" \
141 --autoconf-header="<sys/wait.h>" \
142 --autoconf-header="<sys/statvfs.h>" \
143 --autoconf-header="<sys/xattr.h>" \
144 --autoconf-header="<sys/mman.h>" \
145 --autoconf-header="<sys/uio.h>" \
146 --autoconf-header="<unistd.h>" \
147 --impl-header="<fcntl.h>" \
148 --impl-header="<signal.h>" \
149 --autoconf-header="<poll.h>" \
150 --autoconf-header="<grp.h>" \
151 --impl-header="<errno.h>" \
152 --autoconf-header="<syslog.h>" \
153 --autoconf-header="<dirent.h>" \
154 --autoconf-header="<utime.h>" \
155 --impl-header="<time.h>" \
156 --impl-header="\"mph.h\"" \
157 --rename-member=st_atime=st_atime_ \
158 --rename-member=st_ctime=st_ctime_ \
159 --rename-member=st_mtime=st_mtime_ \
160 --rename-namespace=Mono.Unix.Native=Mono.Posix \
161 --library=MonoPosixHelper \
162 $(mcs_topdir)/class/lib/net_2_0/Mono.Posix.dll map
164 # Useful if mono is compiled with --enable-shared=no
167 sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
168 echo "LIBTOOL = bash ./libtool" > 1
169 echo "LTCOMPILE = bash ./libtool --mode=compile $(COMPILE)" >> 1
170 sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2
171 sed -e 's,LTCOMPILE =,LTCOMPILE2 =,g' 2 > 3