noinst_PROGRAMS = so-client noinst_LIBRARIES = libjescs.a INCLUDES = \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(datadir)"\" \ -DEVOLUTION_VERSION=\"$(EVOLUTION_VERSION)\" \ -I$(top_srcdir) \ -I$(top_builddir) \ $(LIBJESCS_CFLAGS) MARSHAL_GENERATED = sunone-marshal.c sunone-marshal.h sunone-marshal.h: sunone-marshal.list ( @GLIB_GENMARSHAL@ --prefix=sunone_marshal $(srcdir)/sunone-marshal.list --header > sunone-marshal.tmp \ && mv sunone-marshal.tmp sunone-marshal.h ) \ || ( rm -f sunone-marshal.tmp && exit 1 ) sunone-marshal.c: sunone-marshal.h ( (echo '#include "sunone-marshal.h"'; @GLIB_GENMARSHAL@ --prefix=sunone_marshal $(srcdir)/sunone-marshal.list --body) > sunone-marshal.tmp \ && mv sunone-marshal.tmp sunone-marshal.c ) \ || ( rm -f sunone-marshal.tmp && exit 1 ) BUILT_SOURCES = $(MARSHAL_GENERATED) NODIST_FILES = $(MARSHAL_GENERATED) EXTRA_DIST = sunone-marshal.list CLEANFILES = $(MARSHAL_GENERATED) libjescs_a_SOURCES = \ $(MARSHAL_GENERATED) \ sunone-ace.c \ sunone-ace.h \ sunone-connection.c \ sunone-connection.h \ sunone-error-codes.h \ sunone-message.c \ sunone-message.h \ sunone-util.c \ sunone-util.h so_client_SOURCES = so-client.c so_client_LDADD = \ $(top_builddir)/lib/libjescs.a \ $(LIBJESCS_LIBS)