Imported Upstream version 1.7.2
[platform/upstream/edbus.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(srcdir)/e_dbus.spec.in $(srcdir)/ebluez.pc.in \
41         $(srcdir)/econnman-0.7x.pc.in $(srcdir)/edbus.pc.in \
42         $(srcdir)/ehal.pc.in $(srcdir)/enotify.pc.in \
43         $(srcdir)/eofono.pc.in $(srcdir)/eukit.pc.in \
44         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
45         INSTALL NEWS compile config.guess config.sub depcomp \
46         install-sh ltmain.sh missing
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
49         $(top_srcdir)/m4/efl_binary.m4 \
50         $(top_srcdir)/m4/efl_compiler_flag.m4 \
51         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
52         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54         $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58  configure.lineno config.status.lineno
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = config.h
61 CONFIG_CLEAN_FILES = e_dbus.spec ebluez.pc econnman-0.7x.pc edbus.pc \
62         ehal.pc enotify.pc eofono.pc eukit.pc
63 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_@AM_V@)
65 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
66 am__v_GEN_0 = @echo "  GEN   " $@;
67 AM_V_at = $(am__v_at_@AM_V@)
68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
69 am__v_at_0 = @
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73         html-recursive info-recursive install-data-recursive \
74         install-dvi-recursive install-exec-recursive \
75         install-html-recursive install-info-recursive \
76         install-pdf-recursive install-ps-recursive install-recursive \
77         installcheck-recursive installdirs-recursive pdf-recursive \
78         ps-recursive uninstall-recursive
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82     *) f=$$p;; \
83   esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91   for p in $$list; do echo "$$p $$p"; done | \
92   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94     if (++n[$$2] == $(am__install_max)) \
95       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96     END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__uninstall_files_from_dir = { \
101   test -z "$$files" \
102     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
103     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
104          $(am__cd) "$$dir" && rm -f $$files; }; \
105   }
106 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
107 DATA = $(pkgconfig_DATA)
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109   distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112         distdir dist dist-all distcheck
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 distdir = $(PACKAGE)-$(VERSION)
118 top_distdir = $(distdir)
119 am__remove_distdir = \
120   if test -d "$(distdir)"; then \
121     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
122       && rm -rf "$(distdir)" \
123       || { sleep 5 && rm -rf "$(distdir)"; }; \
124   else :; fi
125 am__relativize = \
126   dir0=`pwd`; \
127   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
128   sed_rest='s,^[^/]*/*,,'; \
129   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
130   sed_butlast='s,/*[^/]*$$,,'; \
131   while test -n "$$dir1"; do \
132     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
133     if test "$$first" != "."; then \
134       if test "$$first" = ".."; then \
135         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
136         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
137       else \
138         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
139         if test "$$first2" = "$$first"; then \
140           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
141         else \
142           dir2="../$$dir2"; \
143         fi; \
144         dir0="$$dir0"/"$$first"; \
145       fi; \
146     fi; \
147     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
148   done; \
149   reldir="$$dir2"
150 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
151 GZIP_ENV = --best
152 distuninstallcheck_listfiles = find . -type f -print
153 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
154   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
155 distcleancheck_listfiles = find . -type f -print
156 ACLOCAL = @ACLOCAL@
157 ALLOCA = @ALLOCA@
158 AMTAR = @AMTAR@
159 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160 AR = @AR@
161 AS = @AS@
162 AUTOCONF = @AUTOCONF@
163 AUTOHEADER = @AUTOHEADER@
164 AUTOMAKE = @AUTOMAKE@
165 AWK = @AWK@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CYGPATH_W = @CYGPATH_W@
172 DBUS_CFLAGS = @DBUS_CFLAGS@
173 DBUS_LIBS = @DBUS_LIBS@
174 DBUS_VERSION_CFLAGS = @DBUS_VERSION_CFLAGS@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 DLLTOOL = @DLLTOOL@
178 DSYMUTIL = @DSYMUTIL@
179 DUMPBIN = @DUMPBIN@
180 ECHO_C = @ECHO_C@
181 ECHO_N = @ECHO_N@
182 ECHO_T = @ECHO_T@
183 EDBUS_ASYNC_TEST_CFLAGS = @EDBUS_ASYNC_TEST_CFLAGS@
184 EDBUS_ASYNC_TEST_LIBS = @EDBUS_ASYNC_TEST_LIBS@
185 EDBUS_ASYNC_TEST_PRG = @EDBUS_ASYNC_TEST_PRG@
186 EDBUS_BLUEZ_TEST_CFLAGS = @EDBUS_BLUEZ_TEST_CFLAGS@
187 EDBUS_BLUEZ_TEST_LIBS = @EDBUS_BLUEZ_TEST_LIBS@
188 EDBUS_BLUEZ_TEST_PRG = @EDBUS_BLUEZ_TEST_PRG@
189 EDBUS_CFLAGS = @EDBUS_CFLAGS@
190 EDBUS_CONNMAN0_7X_TEST_CFLAGS = @EDBUS_CONNMAN0_7X_TEST_CFLAGS@
191 EDBUS_CONNMAN0_7X_TEST_LIBS = @EDBUS_CONNMAN0_7X_TEST_LIBS@
192 EDBUS_CONNMAN0_7X_TEST_PRG = @EDBUS_CONNMAN0_7X_TEST_PRG@
193 EDBUS_LIBS = @EDBUS_LIBS@
194 EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS = @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
195 EDBUS_NOTIFICATION_DAEMON_TEST_LIBS = @EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
196 EDBUS_NOTIFICATION_DAEMON_TEST_PRG = @EDBUS_NOTIFICATION_DAEMON_TEST_PRG@
197 EDBUS_NOTIFY_SEND_CFLAGS = @EDBUS_NOTIFY_SEND_CFLAGS@
198 EDBUS_NOTIFY_SEND_LIBS = @EDBUS_NOTIFY_SEND_LIBS@
199 EDBUS_NOTIFY_SEND_PRG = @EDBUS_NOTIFY_SEND_PRG@
200 EDBUS_NOTIFY_TEST_CFLAGS = @EDBUS_NOTIFY_TEST_CFLAGS@
201 EDBUS_NOTIFY_TEST_LIBS = @EDBUS_NOTIFY_TEST_LIBS@
202 EDBUS_NOTIFY_TEST_PRG = @EDBUS_NOTIFY_TEST_PRG@
203 EDBUS_OFONO_TEST_CFLAGS = @EDBUS_OFONO_TEST_CFLAGS@
204 EDBUS_OFONO_TEST_LIBS = @EDBUS_OFONO_TEST_LIBS@
205 EDBUS_OFONO_TEST_PRG = @EDBUS_OFONO_TEST_PRG@
206 EDBUS_PERFORMANCE_TEST_CFLAGS = @EDBUS_PERFORMANCE_TEST_CFLAGS@
207 EDBUS_PERFORMANCE_TEST_LIBS = @EDBUS_PERFORMANCE_TEST_LIBS@
208 EDBUS_PERFORMANCE_TEST_PRG = @EDBUS_PERFORMANCE_TEST_PRG@
209 EDBUS_TEST_CFLAGS = @EDBUS_TEST_CFLAGS@
210 EDBUS_TEST_CLIENT_CFLAGS = @EDBUS_TEST_CLIENT_CFLAGS@
211 EDBUS_TEST_CLIENT_LIBS = @EDBUS_TEST_CLIENT_LIBS@
212 EDBUS_TEST_CLIENT_PRG = @EDBUS_TEST_CLIENT_PRG@
213 EDBUS_TEST_LIBS = @EDBUS_TEST_LIBS@
214 EDBUS_TEST_PRG = @EDBUS_TEST_PRG@
215 EDBUS_UKIT_TEST_CFLAGS = @EDBUS_UKIT_TEST_CFLAGS@
216 EDBUS_UKIT_TEST_LIBS = @EDBUS_UKIT_TEST_LIBS@
217 EDBUS_UKIT_TEST_PRG = @EDBUS_UKIT_TEST_PRG@
218 EFL_EDBUS_BUILD = @EFL_EDBUS_BUILD@
219 EGREP = @EGREP@
220 EVAS_CFLAGS = @EVAS_CFLAGS@
221 EVAS_LIBS = @EVAS_LIBS@
222 EXEEXT = @EXEEXT@
223 FGREP = @FGREP@
224 GREP = @GREP@
225 INSTALL = @INSTALL@
226 INSTALL_DATA = @INSTALL_DATA@
227 INSTALL_PROGRAM = @INSTALL_PROGRAM@
228 INSTALL_SCRIPT = @INSTALL_SCRIPT@
229 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230 LD = @LD@
231 LDFLAGS = @LDFLAGS@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LIBTOOL = @LIBTOOL@
235 LIPO = @LIPO@
236 LN_S = @LN_S@
237 LTLIBOBJS = @LTLIBOBJS@
238 MAKEINFO = @MAKEINFO@
239 MANIFEST_TOOL = @MANIFEST_TOOL@
240 MKDIR_P = @MKDIR_P@
241 NM = @NM@
242 NMEDIT = @NMEDIT@
243 OBJDUMP = @OBJDUMP@
244 OBJEXT = @OBJEXT@
245 OTOOL = @OTOOL@
246 OTOOL64 = @OTOOL64@
247 PACKAGE = @PACKAGE@
248 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249 PACKAGE_NAME = @PACKAGE_NAME@
250 PACKAGE_STRING = @PACKAGE_STRING@
251 PACKAGE_TARNAME = @PACKAGE_TARNAME@
252 PACKAGE_URL = @PACKAGE_URL@
253 PACKAGE_VERSION = @PACKAGE_VERSION@
254 PATH_SEPARATOR = @PATH_SEPARATOR@
255 PKG_CONFIG = @PKG_CONFIG@
256 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
257 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
258 RANLIB = @RANLIB@
259 SED = @SED@
260 SET_MAKE = @SET_MAKE@
261 SHELL = @SHELL@
262 STRIP = @STRIP@
263 VERSION = @VERSION@
264 VMAJ = @VMAJ@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272 am__include = @am__include@
273 am__leading_dot = @am__leading_dot@
274 am__quote = @am__quote@
275 am__tar = @am__tar@
276 am__untar = @am__untar@
277 bindir = @bindir@
278 build = @build@
279 build_alias = @build_alias@
280 build_cpu = @build_cpu@
281 build_os = @build_os@
282 build_vendor = @build_vendor@
283 builddir = @builddir@
284 datadir = @datadir@
285 datarootdir = @datarootdir@
286 dbus_cflags = @dbus_cflags@
287 dbus_libs = @dbus_libs@
288 docdir = @docdir@
289 dvidir = @dvidir@
290 efl_doxygen = @efl_doxygen@
291 efl_have_doxygen = @efl_have_doxygen@
292 exec_prefix = @exec_prefix@
293 host = @host@
294 host_alias = @host_alias@
295 host_cpu = @host_cpu@
296 host_os = @host_os@
297 host_vendor = @host_vendor@
298 htmldir = @htmldir@
299 includedir = @includedir@
300 infodir = @infodir@
301 install_sh = @install_sh@
302 libdir = @libdir@
303 libexecdir = @libexecdir@
304 localedir = @localedir@
305 localstatedir = @localstatedir@
306 lt_enable_auto_import = @lt_enable_auto_import@
307 mandir = @mandir@
308 mkdir_p = @mkdir_p@
309 oldincludedir = @oldincludedir@
310 pdfdir = @pdfdir@
311 pkgconfig_requires_private = @pkgconfig_requires_private@
312 prefix = @prefix@
313 program_transform_name = @program_transform_name@
314 psdir = @psdir@
315 release_info = @release_info@
316 requirement_dbus = @requirement_dbus@
317 requirement_ebluez = @requirement_ebluez@
318 requirement_econnman0_7x = @requirement_econnman0_7x@
319 requirement_edbus = @requirement_edbus@
320 requirement_ehal = @requirement_ehal@
321 requirement_enotify = @requirement_enotify@
322 requirement_eofono = @requirement_eofono@
323 requirement_eukit = @requirement_eukit@
324 sbindir = @sbindir@
325 sharedstatedir = @sharedstatedir@
326 srcdir = @srcdir@
327 sysconfdir = @sysconfdir@
328 target_alias = @target_alias@
329 top_build_prefix = @top_build_prefix@
330 top_builddir = @top_builddir@
331 top_srcdir = @top_srcdir@
332 version_info = @version_info@
333 ACLOCAL_AMFLAGS = -I m4
334 SUBDIRS = src doc
335 MAINTAINERCLEANFILES = \
336 Makefile.in \
337 aclocal.m4 \
338 config.guess \
339 config.h.in \
340 config.h.in~ \
341 config.sub \
342 configure \
343 depcomp \
344 install-sh \
345 ltmain.sh \
346 missing \
347 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
348 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
349 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
350 m4/libtool.m4 \
351 m4/lt~obsolete.m4 \
352 m4/ltoptions.m4 \
353 m4/ltsugar.m4 \
354 m4/ltversion.m4
355
356 pkgconfigdir = $(libdir)/pkgconfig
357 @BUILD_EHAL_TRUE@EHAL_PC = ehal.pc
358 @BUILD_ENOTIFY_TRUE@ENOTIFY_PC = enotify.pc
359 @BUILD_ECONNMAN0_7X_TRUE@ECONNMAN_PC = econnman-0.7x.pc
360 @BUILD_EBLUEZ_TRUE@EBLUEZ_PC = ebluez.pc
361 @BUILD_EOFONO_TRUE@EOFONO_PC = eofono.pc
362 @BUILD_EUKIT_TRUE@EUKIT_PC = eukit.pc
363 pkgconfig_DATA = edbus.pc $(EBLUEZ_PC) $(ECONNMAN_PC) $(EHAL_PC) $(ENOTIFY_PC) $(EOFONO_PC) $(EUKIT_PC)
364 EXTRA_DIST = \
365 AUTHORS \
366 COPYING \
367 README \
368 $(pkgconfig_DATA) \
369 autogen.sh \
370 ebluez.pc.in \
371 econnman-0.7x.pc.in \
372 edbus.pc.in \
373 ehal.pc.in \
374 enotify.pc.in \
375 eofono.pc.in \
376 eukit.pc.in \
377 e_dbus.spec \
378 e_dbus.spec.in \
379 m4/ac_attribute.m4 \
380 m4/efl_binary.m4 \
381 m4/efl_compiler_flag.m4 \
382 m4/efl_doxygen.m4
383
384 all: config.h
385         $(MAKE) $(AM_MAKEFLAGS) all-recursive
386
387 .SUFFIXES:
388 am--refresh: Makefile
389         @:
390 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
391         @for dep in $?; do \
392           case '$(am__configure_deps)' in \
393             *$$dep*) \
394               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
395               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
396                 && exit 0; \
397               exit 1;; \
398           esac; \
399         done; \
400         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
401         $(am__cd) $(top_srcdir) && \
402           $(AUTOMAKE) --gnu Makefile
403 .PRECIOUS: Makefile
404 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405         @case '$?' in \
406           *config.status*) \
407             echo ' $(SHELL) ./config.status'; \
408             $(SHELL) ./config.status;; \
409           *) \
410             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
411             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
412         esac;
413
414 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415         $(SHELL) ./config.status --recheck
416
417 $(top_srcdir)/configure:  $(am__configure_deps)
418         $(am__cd) $(srcdir) && $(AUTOCONF)
419 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
420         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
421 $(am__aclocal_m4_deps):
422
423 config.h: stamp-h1
424         @if test ! -f $@; then rm -f stamp-h1; else :; fi
425         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
426
427 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
428         @rm -f stamp-h1
429         cd $(top_builddir) && $(SHELL) ./config.status config.h
430 $(srcdir)/config.h.in:  $(am__configure_deps) 
431         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
432         rm -f stamp-h1
433         touch $@
434
435 distclean-hdr:
436         -rm -f config.h stamp-h1
437 e_dbus.spec: $(top_builddir)/config.status $(srcdir)/e_dbus.spec.in
438         cd $(top_builddir) && $(SHELL) ./config.status $@
439 ebluez.pc: $(top_builddir)/config.status $(srcdir)/ebluez.pc.in
440         cd $(top_builddir) && $(SHELL) ./config.status $@
441 econnman-0.7x.pc: $(top_builddir)/config.status $(srcdir)/econnman-0.7x.pc.in
442         cd $(top_builddir) && $(SHELL) ./config.status $@
443 edbus.pc: $(top_builddir)/config.status $(srcdir)/edbus.pc.in
444         cd $(top_builddir) && $(SHELL) ./config.status $@
445 ehal.pc: $(top_builddir)/config.status $(srcdir)/ehal.pc.in
446         cd $(top_builddir) && $(SHELL) ./config.status $@
447 enotify.pc: $(top_builddir)/config.status $(srcdir)/enotify.pc.in
448         cd $(top_builddir) && $(SHELL) ./config.status $@
449 eofono.pc: $(top_builddir)/config.status $(srcdir)/eofono.pc.in
450         cd $(top_builddir) && $(SHELL) ./config.status $@
451 eukit.pc: $(top_builddir)/config.status $(srcdir)/eukit.pc.in
452         cd $(top_builddir) && $(SHELL) ./config.status $@
453
454 mostlyclean-libtool:
455         -rm -f *.lo
456
457 clean-libtool:
458         -rm -rf .libs _libs
459
460 distclean-libtool:
461         -rm -f libtool config.lt
462 install-pkgconfigDATA: $(pkgconfig_DATA)
463         @$(NORMAL_INSTALL)
464         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
465         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
466         for p in $$list; do \
467           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
468           echo "$$d$$p"; \
469         done | $(am__base_list) | \
470         while read files; do \
471           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
472           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
473         done
474
475 uninstall-pkgconfigDATA:
476         @$(NORMAL_UNINSTALL)
477         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
478         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
479         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
480
481 # This directory's subdirectories are mostly independent; you can cd
482 # into them and run `make' without going through this Makefile.
483 # To change the values of `make' variables: instead of editing Makefiles,
484 # (1) if the variable is set in `config.status', edit `config.status'
485 #     (which will cause the Makefiles to be regenerated when you run `make');
486 # (2) otherwise, pass the desired values on the `make' command line.
487 $(RECURSIVE_TARGETS):
488         @fail= failcom='exit 1'; \
489         for f in x $$MAKEFLAGS; do \
490           case $$f in \
491             *=* | --[!k]*);; \
492             *k*) failcom='fail=yes';; \
493           esac; \
494         done; \
495         dot_seen=no; \
496         target=`echo $@ | sed s/-recursive//`; \
497         list='$(SUBDIRS)'; for subdir in $$list; do \
498           echo "Making $$target in $$subdir"; \
499           if test "$$subdir" = "."; then \
500             dot_seen=yes; \
501             local_target="$$target-am"; \
502           else \
503             local_target="$$target"; \
504           fi; \
505           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
506           || eval $$failcom; \
507         done; \
508         if test "$$dot_seen" = "no"; then \
509           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
510         fi; test -z "$$fail"
511
512 $(RECURSIVE_CLEAN_TARGETS):
513         @fail= failcom='exit 1'; \
514         for f in x $$MAKEFLAGS; do \
515           case $$f in \
516             *=* | --[!k]*);; \
517             *k*) failcom='fail=yes';; \
518           esac; \
519         done; \
520         dot_seen=no; \
521         case "$@" in \
522           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
523           *) list='$(SUBDIRS)' ;; \
524         esac; \
525         rev=''; for subdir in $$list; do \
526           if test "$$subdir" = "."; then :; else \
527             rev="$$subdir $$rev"; \
528           fi; \
529         done; \
530         rev="$$rev ."; \
531         target=`echo $@ | sed s/-recursive//`; \
532         for subdir in $$rev; do \
533           echo "Making $$target in $$subdir"; \
534           if test "$$subdir" = "."; then \
535             local_target="$$target-am"; \
536           else \
537             local_target="$$target"; \
538           fi; \
539           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
540           || eval $$failcom; \
541         done && test -z "$$fail"
542 tags-recursive:
543         list='$(SUBDIRS)'; for subdir in $$list; do \
544           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
545         done
546 ctags-recursive:
547         list='$(SUBDIRS)'; for subdir in $$list; do \
548           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
549         done
550
551 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
552         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
553         unique=`for i in $$list; do \
554             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555           done | \
556           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
557               END { if (nonempty) { for (i in files) print i; }; }'`; \
558         mkid -fID $$unique
559 tags: TAGS
560
561 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
562                 $(TAGS_FILES) $(LISP)
563         set x; \
564         here=`pwd`; \
565         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
566           include_option=--etags-include; \
567           empty_fix=.; \
568         else \
569           include_option=--include; \
570           empty_fix=; \
571         fi; \
572         list='$(SUBDIRS)'; for subdir in $$list; do \
573           if test "$$subdir" = .; then :; else \
574             test ! -f $$subdir/TAGS || \
575               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
576           fi; \
577         done; \
578         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
579         unique=`for i in $$list; do \
580             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581           done | \
582           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583               END { if (nonempty) { for (i in files) print i; }; }'`; \
584         shift; \
585         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586           test -n "$$unique" || unique=$$empty_fix; \
587           if test $$# -gt 0; then \
588             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589               "$$@" $$unique; \
590           else \
591             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592               $$unique; \
593           fi; \
594         fi
595 ctags: CTAGS
596 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
597                 $(TAGS_FILES) $(LISP)
598         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
599         unique=`for i in $$list; do \
600             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601           done | \
602           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603               END { if (nonempty) { for (i in files) print i; }; }'`; \
604         test -z "$(CTAGS_ARGS)$$unique" \
605           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606              $$unique
607
608 GTAGS:
609         here=`$(am__cd) $(top_builddir) && pwd` \
610           && $(am__cd) $(top_srcdir) \
611           && gtags -i $(GTAGS_ARGS) "$$here"
612
613 distclean-tags:
614         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615
616 distdir: $(DISTFILES)
617         $(am__remove_distdir)
618         test -d "$(distdir)" || mkdir "$(distdir)"
619         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
620         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621         list='$(DISTFILES)'; \
622           dist_files=`for file in $$list; do echo $$file; done | \
623           sed -e "s|^$$srcdirstrip/||;t" \
624               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
625         case $$dist_files in \
626           */*) $(MKDIR_P) `echo "$$dist_files" | \
627                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628                            sort -u` ;; \
629         esac; \
630         for file in $$dist_files; do \
631           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
632           if test -d $$d/$$file; then \
633             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
634             if test -d "$(distdir)/$$file"; then \
635               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636             fi; \
637             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
638               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
639               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640             fi; \
641             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
642           else \
643             test -f "$(distdir)/$$file" \
644             || cp -p $$d/$$file "$(distdir)/$$file" \
645             || exit 1; \
646           fi; \
647         done
648         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
649           if test "$$subdir" = .; then :; else \
650             test -d "$(distdir)/$$subdir" \
651             || $(MKDIR_P) "$(distdir)/$$subdir" \
652             || exit 1; \
653           fi; \
654         done
655         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
656           if test "$$subdir" = .; then :; else \
657             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
658             $(am__relativize); \
659             new_distdir=$$reldir; \
660             dir1=$$subdir; dir2="$(top_distdir)"; \
661             $(am__relativize); \
662             new_top_distdir=$$reldir; \
663             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
664             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
665             ($(am__cd) $$subdir && \
666               $(MAKE) $(AM_MAKEFLAGS) \
667                 top_distdir="$$new_top_distdir" \
668                 distdir="$$new_distdir" \
669                 am__remove_distdir=: \
670                 am__skip_length_check=: \
671                 am__skip_mode_fix=: \
672                 distdir) \
673               || exit 1; \
674           fi; \
675         done
676         -test -n "$(am__skip_mode_fix)" \
677         || find "$(distdir)" -type d ! -perm -755 \
678                 -exec chmod u+rwx,go+rx {} \; -o \
679           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
680           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
681           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
682         || chmod -R a+r "$(distdir)"
683 dist-gzip: distdir
684         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
685         $(am__remove_distdir)
686 dist-bzip2: distdir
687         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688         $(am__remove_distdir)
689
690 dist-lzip: distdir
691         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692         $(am__remove_distdir)
693
694 dist-lzma: distdir
695         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
696         $(am__remove_distdir)
697
698 dist-xz: distdir
699         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
700         $(am__remove_distdir)
701
702 dist-tarZ: distdir
703         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
704         $(am__remove_distdir)
705
706 dist-shar: distdir
707         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
708         $(am__remove_distdir)
709
710 dist-zip: distdir
711         -rm -f $(distdir).zip
712         zip -rq $(distdir).zip $(distdir)
713         $(am__remove_distdir)
714
715 dist dist-all: distdir
716         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
717         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
718         $(am__remove_distdir)
719
720 # This target untars the dist file and tries a VPATH configuration.  Then
721 # it guarantees that the distribution is self-contained by making another
722 # tarfile.
723 distcheck: dist
724         case '$(DIST_ARCHIVES)' in \
725         *.tar.gz*) \
726           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
727         *.tar.bz2*) \
728           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
729         *.tar.lzma*) \
730           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
731         *.tar.lz*) \
732           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
733         *.tar.xz*) \
734           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
735         *.tar.Z*) \
736           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
737         *.shar.gz*) \
738           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
739         *.zip*) \
740           unzip $(distdir).zip ;;\
741         esac
742         chmod -R a-w $(distdir); chmod a+w $(distdir)
743         mkdir $(distdir)/_build
744         mkdir $(distdir)/_inst
745         chmod a-w $(distdir)
746         test -d $(distdir)/_build || exit 0; \
747         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
748           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
749           && am__cwd=`pwd` \
750           && $(am__cd) $(distdir)/_build \
751           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
752             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
753             $(DISTCHECK_CONFIGURE_FLAGS) \
754           && $(MAKE) $(AM_MAKEFLAGS) \
755           && $(MAKE) $(AM_MAKEFLAGS) dvi \
756           && $(MAKE) $(AM_MAKEFLAGS) check \
757           && $(MAKE) $(AM_MAKEFLAGS) install \
758           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
759           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
760           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
761                 distuninstallcheck \
762           && chmod -R a-w "$$dc_install_base" \
763           && ({ \
764                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
765                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
766                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
767                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
768                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
769               } || { rm -rf "$$dc_destdir"; exit 1; }) \
770           && rm -rf "$$dc_destdir" \
771           && $(MAKE) $(AM_MAKEFLAGS) dist \
772           && rm -rf $(DIST_ARCHIVES) \
773           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
774           && cd "$$am__cwd" \
775           || exit 1
776         $(am__remove_distdir)
777         @(echo "$(distdir) archives ready for distribution: "; \
778           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
779           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
780 distuninstallcheck:
781         @test -n '$(distuninstallcheck_dir)' || { \
782           echo 'ERROR: trying to run $@ with an empty' \
783                '$$(distuninstallcheck_dir)' >&2; \
784           exit 1; \
785         }; \
786         $(am__cd) '$(distuninstallcheck_dir)' || { \
787           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
788           exit 1; \
789         }; \
790         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
791            || { echo "ERROR: files left after uninstall:" ; \
792                 if test -n "$(DESTDIR)"; then \
793                   echo "  (check DESTDIR support)"; \
794                 fi ; \
795                 $(distuninstallcheck_listfiles) ; \
796                 exit 1; } >&2
797 distcleancheck: distclean
798         @if test '$(srcdir)' = . ; then \
799           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
800           exit 1 ; \
801         fi
802         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
803           || { echo "ERROR: files left in build directory after distclean:" ; \
804                $(distcleancheck_listfiles) ; \
805                exit 1; } >&2
806 check-am: all-am
807 check: check-recursive
808 all-am: Makefile $(DATA) config.h
809 installdirs: installdirs-recursive
810 installdirs-am:
811         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
812           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813         done
814 install: install-recursive
815 install-exec: install-exec-recursive
816 install-data: install-data-recursive
817 uninstall: uninstall-recursive
818
819 install-am: all-am
820         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821
822 installcheck: installcheck-recursive
823 install-strip:
824         if test -z '$(STRIP)'; then \
825           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827               install; \
828         else \
829           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
832         fi
833 mostlyclean-generic:
834
835 clean-generic:
836
837 distclean-generic:
838         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
839         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
840
841 maintainer-clean-generic:
842         @echo "This command is intended for maintainers to use"
843         @echo "it deletes files that may require special tools to rebuild."
844         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
845 clean: clean-recursive
846
847 clean-am: clean-generic clean-libtool mostlyclean-am
848
849 distclean: distclean-recursive
850         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
851         -rm -f Makefile
852 distclean-am: clean-am distclean-generic distclean-hdr \
853         distclean-libtool distclean-tags
854
855 dvi: dvi-recursive
856
857 dvi-am:
858
859 html: html-recursive
860
861 html-am:
862
863 info: info-recursive
864
865 info-am:
866
867 install-data-am: install-pkgconfigDATA
868
869 install-dvi: install-dvi-recursive
870
871 install-dvi-am:
872
873 install-exec-am:
874
875 install-html: install-html-recursive
876
877 install-html-am:
878
879 install-info: install-info-recursive
880
881 install-info-am:
882
883 install-man:
884
885 install-pdf: install-pdf-recursive
886
887 install-pdf-am:
888
889 install-ps: install-ps-recursive
890
891 install-ps-am:
892
893 installcheck-am:
894
895 maintainer-clean: maintainer-clean-recursive
896         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
897         -rm -rf $(top_srcdir)/autom4te.cache
898         -rm -f Makefile
899 maintainer-clean-am: distclean-am maintainer-clean-generic
900
901 mostlyclean: mostlyclean-recursive
902
903 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
904
905 pdf: pdf-recursive
906
907 pdf-am:
908
909 ps: ps-recursive
910
911 ps-am:
912
913 uninstall-am: uninstall-pkgconfigDATA
914
915 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
916         ctags-recursive install-am install-strip tags-recursive
917
918 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
919         all all-am am--refresh check check-am clean clean-generic \
920         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
921         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
922         dist-zip distcheck distclean distclean-generic distclean-hdr \
923         distclean-libtool distclean-tags distcleancheck distdir \
924         distuninstallcheck dvi dvi-am html html-am info info-am \
925         install install-am install-data install-data-am install-dvi \
926         install-dvi-am install-exec install-exec-am install-html \
927         install-html-am install-info install-info-am install-man \
928         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
929         install-ps-am install-strip installcheck installcheck-am \
930         installdirs installdirs-am maintainer-clean \
931         maintainer-clean-generic mostlyclean mostlyclean-generic \
932         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
933         uninstall uninstall-am uninstall-pkgconfigDATA
934
935
936 .PHONY: doc
937
938 # Documentation
939
940 doc:
941         @echo "entering doc/"
942         make -C doc doc
943
944 # Tell versions [3.59,3.63) of GNU make to not export all variables.
945 # Otherwise a system limit (for SysV at least) may be exceeded.
946 .NOEXPORT: