Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / registryd / Makefile.in
1 # Makefile.in generated by automake 1.12.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 libexec_PROGRAMS = at-spi2-registryd$(EXEEXT)
55 subdir = registryd
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57         $(top_srcdir)/config/depcomp
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
60         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
61         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
62         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
63         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
64         $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 mkinstalldirs = $(install_sh) -d
68 CONFIG_HEADER = $(top_builddir)/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(servicedir)"
72 PROGRAMS = $(libexec_PROGRAMS)
73 am_at_spi2_registryd_OBJECTS =  \
74         at_spi2_registryd-de-marshaller.$(OBJEXT) \
75         at_spi2_registryd-display.$(OBJEXT) \
76         at_spi2_registryd-event-source.$(OBJEXT) \
77         at_spi2_registryd-registry-main.$(OBJEXT) \
78         at_spi2_registryd-registry.$(OBJEXT) \
79         at_spi2_registryd-introspection.$(OBJEXT) \
80         at_spi2_registryd-deviceeventcontroller.$(OBJEXT) \
81         at_spi2_registryd-reentrant-list.$(OBJEXT) \
82         at_spi2_registryd-ucs2keysym.$(OBJEXT)
83 at_spi2_registryd_OBJECTS = $(am_at_spi2_registryd_OBJECTS)
84 am__DEPENDENCIES_1 =
85 at_spi2_registryd_DEPENDENCIES = ../atspi/libatspi.la \
86         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
87         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
88         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
89         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
90 AM_V_lt = $(am__v_lt_@AM_V@)
91 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
92 am__v_lt_0 = --silent
93 at_spi2_registryd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
94         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
95         $(at_spi2_registryd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
96         -o $@
97 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
99 am__depfiles_maybe = depfiles
100 am__mv = mv -f
101 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
104         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
105         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
106         $(AM_CFLAGS) $(CFLAGS)
107 AM_V_CC = $(am__v_CC_@AM_V@)
108 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
109 am__v_CC_0 = @echo "  CC      " $@;
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 CCLD = $(CC)
114 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
115         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
116         $(AM_LDFLAGS) $(LDFLAGS) -o $@
117 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
118 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
119 am__v_CCLD_0 = @echo "  CCLD    " $@;
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo "  GEN     " $@;
123 SOURCES = $(at_spi2_registryd_SOURCES)
124 DIST_SOURCES = $(at_spi2_registryd_SOURCES)
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131 am__vpath_adj = case $$p in \
132     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133     *) f=$$p;; \
134   esac;
135 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136 am__install_max = 40
137 am__nobase_strip_setup = \
138   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139 am__nobase_strip = \
140   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 am__nobase_list = $(am__nobase_strip_setup); \
142   for p in $$list; do echo "$$p $$p"; done | \
143   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145     if (++n[$$2] == $(am__install_max)) \
146       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147     END { for (dir in files) print dir, files[dir] }'
148 am__base_list = \
149   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151 am__uninstall_files_from_dir = { \
152   test -z "$$files" \
153     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155          $(am__cd) "$$dir" && rm -f $$files; }; \
156   }
157 DATA = $(service_DATA)
158 ETAGS = etags
159 CTAGS = ctags
160 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 ACLOCAL = @ACLOCAL@
162 ALL_LINGUAS = @ALL_LINGUAS@
163 AMTAR = @AMTAR@
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165 AR = @AR@
166 AT_SPI_CORE_VERSION = @AT_SPI_CORE_VERSION@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 CC = @CC@
172 CCDEPMODE = @CCDEPMODE@
173 CFLAGS = @CFLAGS@
174 CPP = @CPP@
175 CPPFLAGS = @CPPFLAGS@
176 CYGPATH_W = @CYGPATH_W@
177 DATADIRNAME = @DATADIRNAME@
178 DBIND_ALIGNOF_CHAR = @DBIND_ALIGNOF_CHAR@
179 DBIND_ALIGNOF_DBIND_POINTER = @DBIND_ALIGNOF_DBIND_POINTER@
180 DBIND_ALIGNOF_DBIND_STRUCT = @DBIND_ALIGNOF_DBIND_STRUCT@
181 DBIND_ALIGNOF_DBUS_BOOL_T = @DBIND_ALIGNOF_DBUS_BOOL_T@
182 DBIND_ALIGNOF_DBUS_INT16_T = @DBIND_ALIGNOF_DBUS_INT16_T@
183 DBIND_ALIGNOF_DBUS_INT32_T = @DBIND_ALIGNOF_DBUS_INT32_T@
184 DBIND_ALIGNOF_DBUS_INT64_T = @DBIND_ALIGNOF_DBUS_INT64_T@
185 DBIND_ALIGNOF_DOUBLE = @DBIND_ALIGNOF_DOUBLE@
186 DBUS_CFLAGS = @DBUS_CFLAGS@
187 DBUS_DAEMON = @DBUS_DAEMON@
188 DBUS_LIBS = @DBUS_LIBS@
189 DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
190 DEFS = @DEFS@
191 DEPDIR = @DEPDIR@
192 DLLTOOL = @DLLTOOL@
193 DL_LIBS = @DL_LIBS@
194 DSYMUTIL = @DSYMUTIL@
195 DUMPBIN = @DUMPBIN@
196 ECHO_C = @ECHO_C@
197 ECHO_N = @ECHO_N@
198 ECHO_T = @ECHO_T@
199 EGREP = @EGREP@
200 EXEEXT = @EXEEXT@
201 FGREP = @FGREP@
202 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
203 GIO_CFLAGS = @GIO_CFLAGS@
204 GIO_LIBS = @GIO_LIBS@
205 GLIB_CFLAGS = @GLIB_CFLAGS@
206 GLIB_LIBS = @GLIB_LIBS@
207 GMSGFMT = @GMSGFMT@
208 GOBJ_CFLAGS = @GOBJ_CFLAGS@
209 GOBJ_LIBS = @GOBJ_LIBS@
210 GREP = @GREP@
211 GTKDOC_CHECK = @GTKDOC_CHECK@
212 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
213 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
214 GTKDOC_MKPDF = @GTKDOC_MKPDF@
215 GTKDOC_REBASE = @GTKDOC_REBASE@
216 HTML_DIR = @HTML_DIR@
217 INSTALL = @INSTALL@
218 INSTALL_DATA = @INSTALL_DATA@
219 INSTALL_PROGRAM = @INSTALL_PROGRAM@
220 INSTALL_SCRIPT = @INSTALL_SCRIPT@
221 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
223 INTLTOOL_MERGE = @INTLTOOL_MERGE@
224 INTLTOOL_PERL = @INTLTOOL_PERL@
225 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
226 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
227 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
228 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
229 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
230 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238 LD = @LD@
239 LDFLAGS = @LDFLAGS@
240 LIBOBJS = @LIBOBJS@
241 LIBS = @LIBS@
242 LIBTOOL = @LIBTOOL@
243 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 LT_AGE = @LT_AGE@
248 LT_CURRENT = @LT_CURRENT@
249 LT_RELEASE = @LT_RELEASE@
250 LT_REVISION = @LT_REVISION@
251 LT_VERSION_INFO = @LT_VERSION_INFO@
252 MAKEINFO = @MAKEINFO@
253 MANIFEST_TOOL = @MANIFEST_TOOL@
254 MKDIR_P = @MKDIR_P@
255 MSGFMT = @MSGFMT@
256 MSGMERGE = @MSGMERGE@
257 NM = @NM@
258 NMEDIT = @NMEDIT@
259 OBJDUMP = @OBJDUMP@
260 OBJEXT = @OBJEXT@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 PACKAGE = @PACKAGE@
264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265 PACKAGE_NAME = @PACKAGE_NAME@
266 PACKAGE_STRING = @PACKAGE_STRING@
267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
268 PACKAGE_URL = @PACKAGE_URL@
269 PACKAGE_VERSION = @PACKAGE_VERSION@
270 PATH_SEPARATOR = @PATH_SEPARATOR@
271 PKG_CONFIG = @PKG_CONFIG@
272 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
273 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274 RANLIB = @RANLIB@
275 SED = @SED@
276 SET_MAKE = @SET_MAKE@
277 SHELL = @SHELL@
278 STRIP = @STRIP@
279 USE_NLS = @USE_NLS@
280 VERSION = @VERSION@
281 XEVIE_LIBS = @XEVIE_LIBS@
282 XGETTEXT = @XGETTEXT@
283 XINPUT_LIBS = @XINPUT_LIBS@
284 XMKMF = @XMKMF@
285 XTST_LIBS = @XTST_LIBS@
286 X_CFLAGS = @X_CFLAGS@
287 X_EXTRA_LIBS = @X_EXTRA_LIBS@
288 X_LIBS = @X_LIBS@
289 X_PRE_LIBS = @X_PRE_LIBS@
290 abs_builddir = @abs_builddir@
291 abs_srcdir = @abs_srcdir@
292 abs_top_builddir = @abs_top_builddir@
293 abs_top_srcdir = @abs_top_srcdir@
294 ac_ct_AR = @ac_ct_AR@
295 ac_ct_CC = @ac_ct_CC@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 intltool__v_merge_options_ = @intltool__v_merge_options_@
324 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
325 libdir = @libdir@
326 libexecdir = @libexecdir@
327 localedir = @localedir@
328 localstatedir = @localstatedir@
329 mandir = @mandir@
330 mkdir_p = @mkdir_p@
331 oldincludedir = @oldincludedir@
332 pdfdir = @pdfdir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 sbindir = @sbindir@
337 sharedstatedir = @sharedstatedir@
338 srcdir = @srcdir@
339 sysconfdir = @sysconfdir@
340 target_alias = @target_alias@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 at_spi2_registryd_CFLAGS = \
345         $(GLIB_CFLAGS)          \
346         $(GIO_CFLAGS)           \
347         $(DBUS_CFLAGS)  \
348         $(GOBJ_CFLAGS)          \
349         $(ATK_CFLAGS)           \
350         -I$(top_srcdir)         \
351         -DATSPI_INTROSPECTION_PATH=\"$(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH)\"
352
353 at_spi2_registryd_LDADD = \
354         ../atspi/libatspi.la \
355         $(GLIB_LIBS)            \
356         $(GIO_LIBS)             \
357         $(DBUS_LIBS)    \
358         $(GOBJ_CFLAGS)          \
359         $(ATK_LIBS)             \
360         $(X_LIBS)               \
361         $(SM_LIBS)              \
362         $(XTST_LIBS)            \
363         $(XEVIE_LIBS)           \
364         $(DL_LIBS)
365
366 at_spi2_registryd_SOURCES = \
367         de-marshaller.h         \
368         de-marshaller.c         \
369         de-types.h              \
370         display.h               \
371         display.c               \
372         event-source.h          \
373         event-source.c          \
374         keymasks.h              \
375         paths.h                 \
376         registry-main.c         \
377         registry.c              \
378         registry.h              \
379         introspection.h         \
380         introspection.c         \
381         deviceeventcontroller.c \
382         deviceeventcontroller.h \
383         reentrant-list.c        \
384         reentrant-list.h        \
385         ucs2keysym.c
386
387 servicedir = $(DBUS_SERVICES_DIR)
388 service_in_files = org.a11y.atspi.Registry.service.in
389 service_DATA = $(service_in_files:.service.in=.service)
390 DISTCLEANFILES = org.a11y.atspi.Registry.service
391 EXTRA_DIST = org.a11y.atspi.Registry.service.in
392 all: all-am
393
394 .SUFFIXES:
395 .SUFFIXES: .c .lo .o .obj
396 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
397         @for dep in $?; do \
398           case '$(am__configure_deps)' in \
399             *$$dep*) \
400               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
401                 && { if test -f $@; then exit 0; else break; fi; }; \
402               exit 1;; \
403           esac; \
404         done; \
405         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign registryd/Makefile'; \
406         $(am__cd) $(top_srcdir) && \
407           $(AUTOMAKE) --foreign registryd/Makefile
408 .PRECIOUS: Makefile
409 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410         @case '$?' in \
411           *config.status*) \
412             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
413           *) \
414             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
415             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
416         esac;
417
418 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
421 $(top_srcdir)/configure:  $(am__configure_deps)
422         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425 $(am__aclocal_m4_deps):
426 install-libexecPROGRAMS: $(libexec_PROGRAMS)
427         @$(NORMAL_INSTALL)
428         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
429         if test -n "$$list"; then \
430           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
431           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
432         fi; \
433         for p in $$list; do echo "$$p $$p"; done | \
434         sed 's/$(EXEEXT)$$//' | \
435         while read p p1; do if test -f $$p || test -f $$p1; \
436           then echo "$$p"; echo "$$p"; else :; fi; \
437         done | \
438         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
439             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
440         sed 'N;N;N;s,\n, ,g' | \
441         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
442           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
443             if ($$2 == $$4) files[d] = files[d] " " $$1; \
444             else { print "f", $$3 "/" $$4, $$1; } } \
445           END { for (d in files) print "f", d, files[d] }' | \
446         while read type dir files; do \
447             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
448             test -z "$$files" || { \
449             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
450             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
451             } \
452         ; done
453
454 uninstall-libexecPROGRAMS:
455         @$(NORMAL_UNINSTALL)
456         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
457         files=`for p in $$list; do echo "$$p"; done | \
458           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
459               -e 's/$$/$(EXEEXT)/' `; \
460         test -n "$$list" || exit 0; \
461         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
462         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
463
464 clean-libexecPROGRAMS:
465         @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
466         echo " rm -f" $$list; \
467         rm -f $$list || exit $$?; \
468         test -n "$(EXEEXT)" || exit 0; \
469         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
470         echo " rm -f" $$list; \
471         rm -f $$list
472 at-spi2-registryd$(EXEEXT): $(at_spi2_registryd_OBJECTS) $(at_spi2_registryd_DEPENDENCIES) $(EXTRA_at_spi2_registryd_DEPENDENCIES) 
473         @rm -f at-spi2-registryd$(EXEEXT)
474         $(AM_V_CCLD)$(at_spi2_registryd_LINK) $(at_spi2_registryd_OBJECTS) $(at_spi2_registryd_LDADD) $(LIBS)
475
476 mostlyclean-compile:
477         -rm -f *.$(OBJEXT)
478
479 distclean-compile:
480         -rm -f *.tab.c
481
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-de-marshaller.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-display.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-event-source.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-introspection.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-reentrant-list.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-registry-main.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-registry.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_spi2_registryd-ucs2keysym.Po@am__quote@
491
492 .c.o:
493 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
498
499 .c.obj:
500 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
501 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
505
506 .c.lo:
507 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
512
513 at_spi2_registryd-de-marshaller.o: de-marshaller.c
514 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-de-marshaller.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-de-marshaller.Tpo -c -o at_spi2_registryd-de-marshaller.o `test -f 'de-marshaller.c' || echo '$(srcdir)/'`de-marshaller.c
515 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-de-marshaller.Tpo $(DEPDIR)/at_spi2_registryd-de-marshaller.Po
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='de-marshaller.c' object='at_spi2_registryd-de-marshaller.o' libtool=no @AMDEPBACKSLASH@
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-de-marshaller.o `test -f 'de-marshaller.c' || echo '$(srcdir)/'`de-marshaller.c
519
520 at_spi2_registryd-de-marshaller.obj: de-marshaller.c
521 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-de-marshaller.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-de-marshaller.Tpo -c -o at_spi2_registryd-de-marshaller.obj `if test -f 'de-marshaller.c'; then $(CYGPATH_W) 'de-marshaller.c'; else $(CYGPATH_W) '$(srcdir)/de-marshaller.c'; fi`
522 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-de-marshaller.Tpo $(DEPDIR)/at_spi2_registryd-de-marshaller.Po
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='de-marshaller.c' object='at_spi2_registryd-de-marshaller.obj' libtool=no @AMDEPBACKSLASH@
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-de-marshaller.obj `if test -f 'de-marshaller.c'; then $(CYGPATH_W) 'de-marshaller.c'; else $(CYGPATH_W) '$(srcdir)/de-marshaller.c'; fi`
526
527 at_spi2_registryd-display.o: display.c
528 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-display.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-display.Tpo -c -o at_spi2_registryd-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
529 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-display.Tpo $(DEPDIR)/at_spi2_registryd-display.Po
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='display.c' object='at_spi2_registryd-display.o' libtool=no @AMDEPBACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
533
534 at_spi2_registryd-display.obj: display.c
535 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-display.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-display.Tpo -c -o at_spi2_registryd-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
536 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-display.Tpo $(DEPDIR)/at_spi2_registryd-display.Po
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='display.c' object='at_spi2_registryd-display.obj' libtool=no @AMDEPBACKSLASH@
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
540
541 at_spi2_registryd-event-source.o: event-source.c
542 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-event-source.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-event-source.Tpo -c -o at_spi2_registryd-event-source.o `test -f 'event-source.c' || echo '$(srcdir)/'`event-source.c
543 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-event-source.Tpo $(DEPDIR)/at_spi2_registryd-event-source.Po
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='event-source.c' object='at_spi2_registryd-event-source.o' libtool=no @AMDEPBACKSLASH@
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-event-source.o `test -f 'event-source.c' || echo '$(srcdir)/'`event-source.c
547
548 at_spi2_registryd-event-source.obj: event-source.c
549 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-event-source.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-event-source.Tpo -c -o at_spi2_registryd-event-source.obj `if test -f 'event-source.c'; then $(CYGPATH_W) 'event-source.c'; else $(CYGPATH_W) '$(srcdir)/event-source.c'; fi`
550 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-event-source.Tpo $(DEPDIR)/at_spi2_registryd-event-source.Po
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='event-source.c' object='at_spi2_registryd-event-source.obj' libtool=no @AMDEPBACKSLASH@
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-event-source.obj `if test -f 'event-source.c'; then $(CYGPATH_W) 'event-source.c'; else $(CYGPATH_W) '$(srcdir)/event-source.c'; fi`
554
555 at_spi2_registryd-registry-main.o: registry-main.c
556 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-registry-main.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-registry-main.Tpo -c -o at_spi2_registryd-registry-main.o `test -f 'registry-main.c' || echo '$(srcdir)/'`registry-main.c
557 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-registry-main.Tpo $(DEPDIR)/at_spi2_registryd-registry-main.Po
558 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='registry-main.c' object='at_spi2_registryd-registry-main.o' libtool=no @AMDEPBACKSLASH@
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-registry-main.o `test -f 'registry-main.c' || echo '$(srcdir)/'`registry-main.c
561
562 at_spi2_registryd-registry-main.obj: registry-main.c
563 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-registry-main.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-registry-main.Tpo -c -o at_spi2_registryd-registry-main.obj `if test -f 'registry-main.c'; then $(CYGPATH_W) 'registry-main.c'; else $(CYGPATH_W) '$(srcdir)/registry-main.c'; fi`
564 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-registry-main.Tpo $(DEPDIR)/at_spi2_registryd-registry-main.Po
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='registry-main.c' object='at_spi2_registryd-registry-main.obj' libtool=no @AMDEPBACKSLASH@
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-registry-main.obj `if test -f 'registry-main.c'; then $(CYGPATH_W) 'registry-main.c'; else $(CYGPATH_W) '$(srcdir)/registry-main.c'; fi`
568
569 at_spi2_registryd-registry.o: registry.c
570 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-registry.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-registry.Tpo -c -o at_spi2_registryd-registry.o `test -f 'registry.c' || echo '$(srcdir)/'`registry.c
571 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-registry.Tpo $(DEPDIR)/at_spi2_registryd-registry.Po
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='registry.c' object='at_spi2_registryd-registry.o' libtool=no @AMDEPBACKSLASH@
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-registry.o `test -f 'registry.c' || echo '$(srcdir)/'`registry.c
575
576 at_spi2_registryd-registry.obj: registry.c
577 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-registry.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-registry.Tpo -c -o at_spi2_registryd-registry.obj `if test -f 'registry.c'; then $(CYGPATH_W) 'registry.c'; else $(CYGPATH_W) '$(srcdir)/registry.c'; fi`
578 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-registry.Tpo $(DEPDIR)/at_spi2_registryd-registry.Po
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='registry.c' object='at_spi2_registryd-registry.obj' libtool=no @AMDEPBACKSLASH@
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-registry.obj `if test -f 'registry.c'; then $(CYGPATH_W) 'registry.c'; else $(CYGPATH_W) '$(srcdir)/registry.c'; fi`
582
583 at_spi2_registryd-introspection.o: introspection.c
584 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-introspection.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-introspection.Tpo -c -o at_spi2_registryd-introspection.o `test -f 'introspection.c' || echo '$(srcdir)/'`introspection.c
585 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-introspection.Tpo $(DEPDIR)/at_spi2_registryd-introspection.Po
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='introspection.c' object='at_spi2_registryd-introspection.o' libtool=no @AMDEPBACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-introspection.o `test -f 'introspection.c' || echo '$(srcdir)/'`introspection.c
589
590 at_spi2_registryd-introspection.obj: introspection.c
591 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-introspection.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-introspection.Tpo -c -o at_spi2_registryd-introspection.obj `if test -f 'introspection.c'; then $(CYGPATH_W) 'introspection.c'; else $(CYGPATH_W) '$(srcdir)/introspection.c'; fi`
592 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-introspection.Tpo $(DEPDIR)/at_spi2_registryd-introspection.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='introspection.c' object='at_spi2_registryd-introspection.obj' libtool=no @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-introspection.obj `if test -f 'introspection.c'; then $(CYGPATH_W) 'introspection.c'; else $(CYGPATH_W) '$(srcdir)/introspection.c'; fi`
596
597 at_spi2_registryd-deviceeventcontroller.o: deviceeventcontroller.c
598 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-deviceeventcontroller.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Tpo -c -o at_spi2_registryd-deviceeventcontroller.o `test -f 'deviceeventcontroller.c' || echo '$(srcdir)/'`deviceeventcontroller.c
599 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Tpo $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Po
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deviceeventcontroller.c' object='at_spi2_registryd-deviceeventcontroller.o' libtool=no @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-deviceeventcontroller.o `test -f 'deviceeventcontroller.c' || echo '$(srcdir)/'`deviceeventcontroller.c
603
604 at_spi2_registryd-deviceeventcontroller.obj: deviceeventcontroller.c
605 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-deviceeventcontroller.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Tpo -c -o at_spi2_registryd-deviceeventcontroller.obj `if test -f 'deviceeventcontroller.c'; then $(CYGPATH_W) 'deviceeventcontroller.c'; else $(CYGPATH_W) '$(srcdir)/deviceeventcontroller.c'; fi`
606 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Tpo $(DEPDIR)/at_spi2_registryd-deviceeventcontroller.Po
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deviceeventcontroller.c' object='at_spi2_registryd-deviceeventcontroller.obj' libtool=no @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-deviceeventcontroller.obj `if test -f 'deviceeventcontroller.c'; then $(CYGPATH_W) 'deviceeventcontroller.c'; else $(CYGPATH_W) '$(srcdir)/deviceeventcontroller.c'; fi`
610
611 at_spi2_registryd-reentrant-list.o: reentrant-list.c
612 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-reentrant-list.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-reentrant-list.Tpo -c -o at_spi2_registryd-reentrant-list.o `test -f 'reentrant-list.c' || echo '$(srcdir)/'`reentrant-list.c
613 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-reentrant-list.Tpo $(DEPDIR)/at_spi2_registryd-reentrant-list.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='reentrant-list.c' object='at_spi2_registryd-reentrant-list.o' libtool=no @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-reentrant-list.o `test -f 'reentrant-list.c' || echo '$(srcdir)/'`reentrant-list.c
617
618 at_spi2_registryd-reentrant-list.obj: reentrant-list.c
619 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-reentrant-list.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-reentrant-list.Tpo -c -o at_spi2_registryd-reentrant-list.obj `if test -f 'reentrant-list.c'; then $(CYGPATH_W) 'reentrant-list.c'; else $(CYGPATH_W) '$(srcdir)/reentrant-list.c'; fi`
620 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-reentrant-list.Tpo $(DEPDIR)/at_spi2_registryd-reentrant-list.Po
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='reentrant-list.c' object='at_spi2_registryd-reentrant-list.obj' libtool=no @AMDEPBACKSLASH@
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-reentrant-list.obj `if test -f 'reentrant-list.c'; then $(CYGPATH_W) 'reentrant-list.c'; else $(CYGPATH_W) '$(srcdir)/reentrant-list.c'; fi`
624
625 at_spi2_registryd-ucs2keysym.o: ucs2keysym.c
626 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-ucs2keysym.o -MD -MP -MF $(DEPDIR)/at_spi2_registryd-ucs2keysym.Tpo -c -o at_spi2_registryd-ucs2keysym.o `test -f 'ucs2keysym.c' || echo '$(srcdir)/'`ucs2keysym.c
627 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-ucs2keysym.Tpo $(DEPDIR)/at_spi2_registryd-ucs2keysym.Po
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ucs2keysym.c' object='at_spi2_registryd-ucs2keysym.o' libtool=no @AMDEPBACKSLASH@
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-ucs2keysym.o `test -f 'ucs2keysym.c' || echo '$(srcdir)/'`ucs2keysym.c
631
632 at_spi2_registryd-ucs2keysym.obj: ucs2keysym.c
633 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -MT at_spi2_registryd-ucs2keysym.obj -MD -MP -MF $(DEPDIR)/at_spi2_registryd-ucs2keysym.Tpo -c -o at_spi2_registryd-ucs2keysym.obj `if test -f 'ucs2keysym.c'; then $(CYGPATH_W) 'ucs2keysym.c'; else $(CYGPATH_W) '$(srcdir)/ucs2keysym.c'; fi`
634 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/at_spi2_registryd-ucs2keysym.Tpo $(DEPDIR)/at_spi2_registryd-ucs2keysym.Po
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ucs2keysym.c' object='at_spi2_registryd-ucs2keysym.obj' libtool=no @AMDEPBACKSLASH@
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(at_spi2_registryd_CFLAGS) $(CFLAGS) -c -o at_spi2_registryd-ucs2keysym.obj `if test -f 'ucs2keysym.c'; then $(CYGPATH_W) 'ucs2keysym.c'; else $(CYGPATH_W) '$(srcdir)/ucs2keysym.c'; fi`
638
639 mostlyclean-libtool:
640         -rm -f *.lo
641
642 clean-libtool:
643         -rm -rf .libs _libs
644 install-serviceDATA: $(service_DATA)
645         @$(NORMAL_INSTALL)
646         @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
647         if test -n "$$list"; then \
648           echo " $(MKDIR_P) '$(DESTDIR)$(servicedir)'"; \
649           $(MKDIR_P) "$(DESTDIR)$(servicedir)" || exit 1; \
650         fi; \
651         for p in $$list; do \
652           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
653           echo "$$d$$p"; \
654         done | $(am__base_list) | \
655         while read files; do \
656           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
657           $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
658         done
659
660 uninstall-serviceDATA:
661         @$(NORMAL_UNINSTALL)
662         @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
663         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
664         dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
665
666 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
667         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
668         unique=`for i in $$list; do \
669             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670           done | \
671           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672               END { if (nonempty) { for (i in files) print i; }; }'`; \
673         mkid -fID $$unique
674 tags: TAGS
675
676 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
677                 $(TAGS_FILES) $(LISP)
678         set x; \
679         here=`pwd`; \
680         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
681         unique=`for i in $$list; do \
682             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
683           done | \
684           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
685               END { if (nonempty) { for (i in files) print i; }; }'`; \
686         shift; \
687         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
688           test -n "$$unique" || unique=$$empty_fix; \
689           if test $$# -gt 0; then \
690             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
691               "$$@" $$unique; \
692           else \
693             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
694               $$unique; \
695           fi; \
696         fi
697 ctags: CTAGS
698 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
699                 $(TAGS_FILES) $(LISP)
700         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
701         unique=`for i in $$list; do \
702             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
703           done | \
704           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
705               END { if (nonempty) { for (i in files) print i; }; }'`; \
706         test -z "$(CTAGS_ARGS)$$unique" \
707           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
708              $$unique
709
710 GTAGS:
711         here=`$(am__cd) $(top_builddir) && pwd` \
712           && $(am__cd) $(top_srcdir) \
713           && gtags -i $(GTAGS_ARGS) "$$here"
714
715 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
716         list='$(SOURCES) $(HEADERS) $(LISP)'; \
717         case "$(srcdir)" in \
718           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
719           *) sdir=$(subdir)/$(srcdir) ;; \
720         esac; \
721         for i in $$list; do \
722           if test -f "$$i"; then \
723             echo "$(subdir)/$$i"; \
724           else \
725             echo "$$sdir/$$i"; \
726           fi; \
727         done >> $(top_builddir)/cscope.files
728
729 distclean-tags:
730         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
731
732 distdir: $(DISTFILES)
733         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
735         list='$(DISTFILES)'; \
736           dist_files=`for file in $$list; do echo $$file; done | \
737           sed -e "s|^$$srcdirstrip/||;t" \
738               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
739         case $$dist_files in \
740           */*) $(MKDIR_P) `echo "$$dist_files" | \
741                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
742                            sort -u` ;; \
743         esac; \
744         for file in $$dist_files; do \
745           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
746           if test -d $$d/$$file; then \
747             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
748             if test -d "$(distdir)/$$file"; then \
749               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
750             fi; \
751             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
753               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
754             fi; \
755             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
756           else \
757             test -f "$(distdir)/$$file" \
758             || cp -p $$d/$$file "$(distdir)/$$file" \
759             || exit 1; \
760           fi; \
761         done
762 check-am: all-am
763 check: check-am
764 all-am: Makefile $(PROGRAMS) $(DATA)
765 installdirs:
766         for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(servicedir)"; do \
767           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
768         done
769 install: install-am
770 install-exec: install-exec-am
771 install-data: install-data-am
772 uninstall: uninstall-am
773
774 install-am: all-am
775         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
776
777 installcheck: installcheck-am
778 install-strip:
779         if test -z '$(STRIP)'; then \
780           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782               install; \
783         else \
784           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
785             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
786             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
787         fi
788 mostlyclean-generic:
789
790 clean-generic:
791
792 distclean-generic:
793         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
794         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
795         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
796
797 maintainer-clean-generic:
798         @echo "This command is intended for maintainers to use"
799         @echo "it deletes files that may require special tools to rebuild."
800 clean: clean-am
801
802 clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
803         mostlyclean-am
804
805 distclean: distclean-am
806         -rm -rf ./$(DEPDIR)
807         -rm -f Makefile
808 distclean-am: clean-am distclean-compile distclean-generic \
809         distclean-tags
810
811 dvi: dvi-am
812
813 dvi-am:
814
815 html: html-am
816
817 html-am:
818
819 info: info-am
820
821 info-am:
822
823 install-data-am: install-serviceDATA
824
825 install-dvi: install-dvi-am
826
827 install-dvi-am:
828
829 install-exec-am: install-libexecPROGRAMS
830
831 install-html: install-html-am
832
833 install-html-am:
834
835 install-info: install-info-am
836
837 install-info-am:
838
839 install-man:
840
841 install-pdf: install-pdf-am
842
843 install-pdf-am:
844
845 install-ps: install-ps-am
846
847 install-ps-am:
848
849 installcheck-am:
850
851 maintainer-clean: maintainer-clean-am
852         -rm -rf ./$(DEPDIR)
853         -rm -f Makefile
854 maintainer-clean-am: distclean-am maintainer-clean-generic
855
856 mostlyclean: mostlyclean-am
857
858 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
859         mostlyclean-libtool
860
861 pdf: pdf-am
862
863 pdf-am:
864
865 ps: ps-am
866
867 ps-am:
868
869 uninstall-am: uninstall-libexecPROGRAMS uninstall-serviceDATA
870
871 .MAKE: install-am install-strip
872
873 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
874         clean-libexecPROGRAMS clean-libtool cscopelist ctags distclean \
875         distclean-compile distclean-generic distclean-libtool \
876         distclean-tags distdir dvi dvi-am html html-am info info-am \
877         install install-am install-data install-data-am install-dvi \
878         install-dvi-am install-exec install-exec-am install-html \
879         install-html-am install-info install-info-am \
880         install-libexecPROGRAMS install-man install-pdf install-pdf-am \
881         install-ps install-ps-am install-serviceDATA install-strip \
882         installcheck installcheck-am installdirs maintainer-clean \
883         maintainer-clean-generic mostlyclean mostlyclean-compile \
884         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
885         tags uninstall uninstall-am uninstall-libexecPROGRAMS \
886         uninstall-serviceDATA
887
888
889 $(service_DATA): $(service_in_files) Makefile
890         sed -e "s|[@]LIBEXECDIR[@]|$(libexecdir)|" $(srcdir)/$@.in > $@
891
892 # Tell versions [3.59,3.63) of GNU make to not export all variables.
893 # Otherwise a system limit (for SysV at least) may be exceeded.
894 .NOEXPORT: