2004-10-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / support / Makefile.am
1 if PLATFORM_WIN32
2 lib_LTLIBRARIES= 
3 else
4 lib_LTLIBRARIES= libMonoPosixHelper.la
5 endif
6
7 if HAVE_ZLIB
8 libMonoPosixHelper_la_SOURCES = \
9         map.c map.h macros.c zlib_macros.c
10
11 libMonoPosixHelper_la_LIBADD = -lz
12 else
13 libMonoPosixHelper_la_SOURCES = map.c map.h macros.c
14 endif
15
16
17 # Use this target to refresh the values in map.[ch]
18 #
19 refresh:
20         mono ../../mcs/class/Mono.Posix/Mono.Posix/make-map.exe ../../mcs/class/lib/Mono.Posix.dll map
21