Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « support - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffba28bd847c724398beb7651fbfe83bc2aa679b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if PLATFORM_WIN32
lib_LTLIBRARIES= 
else
lib_LTLIBRARIES= libMonoPosixHelper.la
endif

libMonoPosixHelper_la_SOURCES = \
	map.c map.h macros.c

# 
# Use this target to refresh the values in map.[ch]
#
refresh:
	mono ../../mcs/class/Mono.Posix/Mono.Posix/make-map.exe ../../mcs/class/lib/Mono.Posix.dll map