2 -I$(top_srcdir)/libbeagle \
6 lib_LTLIBRARIES = libbeagle.la
12 libbeagle_la_SOURCES = \
14 beagle-daemon-information-request.c \
15 beagle-daemon-information-response.c \
16 beagle-empty-response.c \
17 beagle-error-response.c \
18 beagle-finished-response.c \
20 beagle-hits-added-response.c \
21 beagle-hits-subtracted-response.c \
23 beagle-indexing-service-request.c \
24 beagle-indexing-status-response.c \
25 beagle-informational-messages-request.c \
34 beagle-query-part-date.c \
35 beagle-query-part-human.c \
36 beagle-query-part-or.c \
37 beagle-query-part-property.c \
38 beagle-query-part-text.c \
39 beagle-query-part-wildcard.c \
40 beagle-queryable-status.c \
41 beagle-scheduler-information.c \
44 beagle-search-term-response.c \
45 beagle-snippet-request.c \
46 beagle-snippet-response.c \
47 beagle-shutdown-request.c \
51 libbeagle_la_LDFLAGS = \
53 -export-symbols-regex "^[^_].*"
55 libbeagle_la_LIBADD = \
58 libbeagleincludedir = $(includedir)/libbeagle/beagle
59 libbeagleinclude_HEADERS = \
62 beagle-daemon-information-request.h \
63 beagle-daemon-information-response.h \
64 beagle-empty-response.h \
65 beagle-error-response.h \
66 beagle-finished-response.h \
68 beagle-hits-added-response.h \
69 beagle-hits-subtracted-response.h \
71 beagle-indexing-service-request.h \
72 beagle-indexing-status-response.h \
73 beagle-informational-messages-request.h \
77 beagle-query-part-date.h \
78 beagle-query-part-human.h \
79 beagle-query-part-or.h \
80 beagle-query-part-property.h \
81 beagle-query-part-text.h \
82 beagle-query-part-wildcard.h \
83 beagle-queryable-status.h \
84 beagle-scheduler-information.h \
87 beagle-search-term-response.h \
88 beagle-shutdown-request.h \
89 beagle-snippet-request.h \
90 beagle-snippet-response.h \
94 EXTRA_DIST = beagle-marshal.list
96 CLEANFILES = $(BUILT_SOURCES)
98 beagle-marshal.h: beagle-marshal.list
100 && glib-genmarshal --prefix=beagle_marshal beagle-marshal.list --header >> xgen-gmh \
101 && (cmp -s xgen-gmh beagle-marshal.h || cp xgen-gmh beagle-marshal.h) \
102 && rm -f xgen-gmh xgen-gmh~
104 beagle-marshal.c: beagle-marshal.list
106 && glib-genmarshal --prefix=beagle_marshal beagle-marshal.list --body >> xgen-gmc \
107 && (cmp -s xgen-gmc beagle-marshal.c || cp xgen-gmc beagle-marshal.c) \
108 && rm -f xgen-gmc xgen-gmc~
110 noinst_PROGRAMS = test-client
112 test_client_SOURCES = test-client.c
113 test_client_LDADD = libbeagle.la