Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / sgen / Makefile.am
1 bin_PROGRAMS = sgen-grep-binprot
2
3 AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 noinst_LIBRARIES = libsgen-grep-binprot.a libsgen-grep-binprot32p.a libsgen-grep-binprot64p.a
6 libsgen_grep_binprot_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
7 libsgen_grep_binprot_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
8 libsgen_grep_binprot32p_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
9 libsgen_grep_binprot32p_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -DBINPROT_SIZEOF_VOID_P=4 -DBINPROT_HAS_HEADER
10 libsgen_grep_binprot64p_a_SOURCES = sgen-grep-binprot.c sgen-grep-binprot.h
11 libsgen_grep_binprot64p_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -DBINPROT_SIZEOF_VOID_P=8 -DBINPROT_HAS_HEADER
12
13 sgen_grep_binprot_SOURCES = \
14         sgen-grep-binprot-main.c        \
15         sgen-entry-stream.c     \
16         sgen-entry-stream.h
17
18 sgen_grep_binprot_LDADD = \
19         $(GLIB_LIBS) $(LIBICONV) libsgen-grep-binprot.a libsgen-grep-binprot32p.a libsgen-grep-binprot64p.a