BUILT_SOURCES = chrysamarshal.h chrysamarshal.c noinst_LTLIBRARIES = libglibext.la libglibext_la_SOURCES = \ chrysamarshal.h chrysamarshal.c \ configuration.h configuration.c \ delayed-int.h \ delayed.h delayed.c \ gbinarycursor.h gbinarycursor.c \ gbinportion.h gbinportion.c \ gbuffercache.h gbuffercache.c \ gbufferline.h gbufferline.c \ gbufferview.h gbufferview.c \ gdisplayoptions.h gdisplayoptions.c \ glinecursor-int.h \ glinecursor.h glinecursor.c \ gloadedpanel-int.h \ gloadedpanel.h gloadedpanel.c \ gnhash.h gnhash.c \ gwidthtracker.h gwidthtracker.c \ linecolumn.h linecolumn.c \ linegen-int.h \ linegen.h linegen.c \ linesegment.h linesegment.c \ proto.h \ signal.h signal.c libglibext_la_LIBADD = \ generators/libglibextgenerators.la libglibext_la_LDFLAGS = devdir = $(includedir)/chrysalide/$(subdir:src/%=%) dev_HEADERS = $(libglibext_la_SOURCES:%c=) AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) SUBDIRS = generators chrysamarshal.h: chrysamarshal.list glib-genmarshal --header $< > $@ chrysamarshal.c: chrysamarshal.list echo "#include <$(subst .c,.h,$@)>" > $@ glib-genmarshal --body $< >> $@