summaryrefslogtreecommitdiff
path: root/src/glibext/Makefile.am
blob: a88b7d9239ec183554dbfe9f4c2cbe1398d934c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

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					\
	gbinportion.h gbinportion.c			\
	gbufferline.h gbufferline.c			\
	gbuffersegment.h gbuffersegment.c	\
	gbufferview.h gbufferview.c			\
	gcodebuffer.h gcodebuffer.c			\
	gnhash.h gnhash.c					\
	gwidthtracker.h gwidthtracker.c		\
	proto.h								\
	signal.h signal.c

libglibext_la_LDFLAGS = 


AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)

SUBDIRS = 


chrysamarshal.h: chrysamarshal.list
	glib-genmarshal --header $< > $@

chrysamarshal.c: chrysamarshal.list
	echo "#include <$(subst .c,.h,$@)>" > $@
	glib-genmarshal --body $< >> $@