blob: 9eb6a76d1f33570bf012c14b6ca2e0e1d983a0ab [file] [log] [blame]
Daniel Veillard3166ab11999-07-11 16:14:19 +00001noinst_PROGRAMS = gjobread
2
Daniel Veillarda2351322004-06-27 12:08:10 +00003INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
4DEPS = $(top_builddir)/libxml2.la
5LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
Daniel Veillard3166ab11999-07-11 16:14:19 +00006
Daniel Veillarda2351322004-06-27 12:08:10 +00007gjobread_SOURCES=gjobread.c
8gjobread_LDFLAGS=
9gjobread_DEPENDENCIES= $(DEPS)
10gjobread_LDADD= @RDL_LIBS@ $(LDADDS)