Bump corefx to disable more tests
[mono-project.git] / tools / sgen / Makefile.am
blobed7786e460d2d8c9750b3f5487312414eab23c6e
1 bin_PROGRAMS = sgen-grep-binprot
3 AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
5 glib_libs = $(top_builddir)/mono/eglib/libeglib.la
7 noinst_LIBRARIES = libsgen-grep-binprot.a libsgen-grep-binprot32p.a libsgen-grep-binprot64p.a
8 libsgen_grep_binprot_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
9 libsgen_grep_binprot_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
10 libsgen_grep_binprot32p_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
11 libsgen_grep_binprot32p_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -DBINPROT_SIZEOF_VOID_P=4 -DBINPROT_HAS_HEADER
12 libsgen_grep_binprot64p_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
13 libsgen_grep_binprot64p_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -DBINPROT_SIZEOF_VOID_P=8 -DBINPROT_HAS_HEADER
15 sgen_grep_binprot_SOURCES = \
16         sgen-grep-binprot-main.c        \
17         sgen-entry-stream.c     \
18         sgen-entry-stream.h
20 sgen_grep_binprot_LDADD = \
21         $(glib_libs) libsgen-grep-binprot.a libsgen-grep-binprot32p.a libsgen-grep-binprot64p.a