Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / example / Makefile.am
1 noinst_PROGRAMS = gjobread
2
3 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
4 DEPS = $(top_builddir)/libxml2.la
5 LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
6
7 gjobread_SOURCES=gjobread.c
8 gjobread_LDFLAGS=
9 gjobread_DEPENDENCIES= $(DEPS)
10 gjobread_LDADD= @RDL_LIBS@ $(LDADDS)