This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / support / Makefile.am
1 if PLATFORM_WIN32
2 lib_LTLIBRARIES= 
3 else
4 lib_LTLIBRARIES= libMonoPosixHelper.la
5 endif
6
7 libMonoPosixHelper_la_SOURCES = \
8         map.c map.h macros.c
9
10
11 # Use this target to refresh the values in map.[ch]
12 #
13 refresh:
14         mono ../../mcs/class/Mono.Posix/Mono.Posix/make-map.exe ../../mcs/class/lib/Mono.Posix.dll map
15