[sgen] Pack structs for binary protocol entries
[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-binprotp.a
6 libsgen_grep_binprot_a_SOURCES = sgen-grep-binprot.c
7 libsgen_grep_binprot_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
8 libsgen_grep_binprotp_a_SOURCES = sgen-grep-binprot.c
9 libsgen_grep_binprotp_a_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) -DBINPROT_HAS_HEADER
10
11 sgen_grep_binprot_SOURCES = \
12         sgen-grep-binprot-main.c        \
13         sgen-grep-binprot.c             \
14         sgen-entry-stream.c
15
16 sgen_grep_binprot_LDADD = \
17         $(GLIB_LIBS) $(LIBICONV) libsgen-grep-binprot.a libsgen-grep-binprotp.a