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

Makefile.am « profiler « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc15ab8d52e8aa5e5d04ee9f29ad40907f71c01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

INCLUDES = \
	-fexceptions -DMONO_USE_EXC_TABLES	\
	-I$(top_srcdir) 	\
	$(GMODULE_CFLAGS)		\
	$(GLIB_CFLAGS)

if JIT_SUPPORTED

lib_LTLIBRARIES = libmono-profiler-cov.la
endif

libmono_profiler_cov_la_SOURCES = mono-cov.c
libmono_profiler_cov_la_LIBADD = $(top_builddir)/mono/mini/libmono.la