1 ## Process this file with automake to produce Makefile.in
5 lib_LTLIBRARIES = libchimara.la
7 libchimara_la_SOURCES = \
11 chimara-glk.c chimara-glk.h chimara-glk-private.h \
12 chimara-if.c chimara-if.h \
13 chimara-marshallers.c chimara-marshallers.h \
19 gi_blorb.c gi_blorb.h \
20 gi_dispa.c gi_dispa.h \
30 resource.c resource.h \
37 libchimara_la_CPPFLAGS = \
38 -DG_LOG_DOMAIN=\"Chimara\" \
39 -DLOCALEDIR=\""$(datadir)/locale"\" \
40 -DPLUGINDIR=\""$(pkglibdir)"\" \
42 libchimara_la_CFLAGS = @CHIMARA_CFLAGS@ $(AM_CFLAGS)
43 libchimara_la_LIBADD = @CHIMARA_LIBS@
44 libchimara_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
46 -export-symbols-regex "^(glk|chimara|glkunix|giblorb|gidispatch|garglk)_"
47 libchimara_includedir = $(includedir)/chimara/libchimara
48 libchimara_include_HEADERS = \
56 BUILT_SOURCES = chimara-marshallers.c chimara-marshallers.h
57 chimara-marshallers.c: chimara-marshallers.txt
58 glib-genmarshal --body --prefix=chimara_marshal $< > $@
60 chimara-marshallers.h: chimara-marshallers.txt
61 glib-genmarshal --header --prefix=chimara_marshal $< > $@
63 EXTRA_DIST = doc.c glkstart.c chimara-marshallers.txt