aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/src/modules/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/elementary/src/modules/Makefile.in671
1 files changed, 671 insertions, 0 deletions
diff --git a/libraries/elementary/src/modules/Makefile.in b/libraries/elementary/src/modules/Makefile.in
new file mode 100644
index 0000000..5bd57e1
--- /dev/null
+++ b/libraries/elementary/src/modules/Makefile.in
@@ -0,0 +1,671 @@
1# Makefile.in generated by automake 1.11.1 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 Free Software Foundation,
6# 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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = src/modules
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
40 $(top_srcdir)/m4/efl_binary.m4 \
41 $(top_srcdir)/m4/efl_compiler_flag.m4 \
42 $(top_srcdir)/m4/efl_doxygen.m4 \
43 $(top_srcdir)/m4/efl_examples.m4 \
44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/gettext.m4 \
45 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
46 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
47 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
48 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
51 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54mkinstalldirs = $(install_sh) -d
55CONFIG_HEADER = $(top_builddir)/elementary_config.h
56CONFIG_CLEAN_FILES =
57CONFIG_CLEAN_VPATH_FILES =
58AM_V_GEN = $(am__v_GEN_$(V))
59am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
60am__v_GEN_0 = @echo " GEN " $@;
61AM_V_at = $(am__v_at_$(V))
62am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
63am__v_at_0 = @
64SOURCES =
65DIST_SOURCES =
66RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67 html-recursive info-recursive install-data-recursive \
68 install-dvi-recursive install-exec-recursive \
69 install-html-recursive install-info-recursive \
70 install-pdf-recursive install-ps-recursive install-recursive \
71 installcheck-recursive installdirs-recursive pdf-recursive \
72 ps-recursive uninstall-recursive
73RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74 distclean-recursive maintainer-clean-recursive
75AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77 distdir
78ETAGS = etags
79CTAGS = ctags
80DIST_SUBDIRS = $(SUBDIRS)
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82am__relativize = \
83 dir0=`pwd`; \
84 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85 sed_rest='s,^[^/]*/*,,'; \
86 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87 sed_butlast='s,/*[^/]*$$,,'; \
88 while test -n "$$dir1"; do \
89 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90 if test "$$first" != "."; then \
91 if test "$$first" = ".."; then \
92 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94 else \
95 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96 if test "$$first2" = "$$first"; then \
97 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
98 else \
99 dir2="../$$dir2"; \
100 fi; \
101 dir0="$$dir0"/"$$first"; \
102 fi; \
103 fi; \
104 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
105 done; \
106 reldir="$$dir2"
107ACLOCAL = @ACLOCAL@
108ALLOCA = @ALLOCA@
109AMTAR = @AMTAR@
110AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111AR = @AR@
112AS = @AS@
113AUTOCONF = @AUTOCONF@
114AUTOHEADER = @AUTOHEADER@
115AUTOMAKE = @AUTOMAKE@
116AWK = @AWK@
117CC = @CC@
118CCDEPMODE = @CCDEPMODE@
119CFLAGS = @CFLAGS@
120CPP = @CPP@
121CPPFLAGS = @CPPFLAGS@
122CYGPATH_W = @CYGPATH_W@
123DEFS = @DEFS@
124DEPDIR = @DEPDIR@
125DLLTOOL = @DLLTOOL@
126DSYMUTIL = @DSYMUTIL@
127DUMPBIN = @DUMPBIN@
128ECHO_C = @ECHO_C@
129ECHO_N = @ECHO_N@
130ECHO_T = @ECHO_T@
131EGREP = @EGREP@
132EIO_CFLAGS = @EIO_CFLAGS@
133EIO_LIBS = @EIO_LIBS@
134ELEMENTARY_CFLAGS = @ELEMENTARY_CFLAGS@
135ELEMENTARY_COCOA_CFLAGS = @ELEMENTARY_COCOA_CFLAGS@
136ELEMENTARY_COCOA_LIBS = @ELEMENTARY_COCOA_LIBS@
137ELEMENTARY_CONFIG_PRG = @ELEMENTARY_CONFIG_PRG@
138ELEMENTARY_ECORE_CON_CFLAGS = @ELEMENTARY_ECORE_CON_CFLAGS@
139ELEMENTARY_ECORE_CON_INC = @ELEMENTARY_ECORE_CON_INC@
140ELEMENTARY_ECORE_CON_LIBS = @ELEMENTARY_ECORE_CON_LIBS@
141ELEMENTARY_ECORE_IMF_CFLAGS = @ELEMENTARY_ECORE_IMF_CFLAGS@
142ELEMENTARY_ECORE_IMF_INC = @ELEMENTARY_ECORE_IMF_INC@
143ELEMENTARY_ECORE_IMF_LIBS = @ELEMENTARY_ECORE_IMF_LIBS@
144ELEMENTARY_EDBUS_CFLAGS = @ELEMENTARY_EDBUS_CFLAGS@
145ELEMENTARY_EDBUS_LIBS = @ELEMENTARY_EDBUS_LIBS@
146ELEMENTARY_EFREET_CFLAGS = @ELEMENTARY_EFREET_CFLAGS@
147ELEMENTARY_EFREET_LIBS = @ELEMENTARY_EFREET_LIBS@
148ELEMENTARY_EMAP_CFLAGS = @ELEMENTARY_EMAP_CFLAGS@
149ELEMENTARY_EMAP_LIBS = @ELEMENTARY_EMAP_LIBS@
150ELEMENTARY_ETHUMB_CFLAGS = @ELEMENTARY_ETHUMB_CFLAGS@
151ELEMENTARY_ETHUMB_LIBS = @ELEMENTARY_ETHUMB_LIBS@
152ELEMENTARY_EWEATHER_CFLAGS = @ELEMENTARY_EWEATHER_CFLAGS@
153ELEMENTARY_EWEATHER_LIBS = @ELEMENTARY_EWEATHER_LIBS@
154ELEMENTARY_FB_CFLAGS = @ELEMENTARY_FB_CFLAGS@
155ELEMENTARY_FB_LIBS = @ELEMENTARY_FB_LIBS@
156ELEMENTARY_LIBS = @ELEMENTARY_LIBS@
157ELEMENTARY_PSL1GHT_CFLAGS = @ELEMENTARY_PSL1GHT_CFLAGS@
158ELEMENTARY_PSL1GHT_LIBS = @ELEMENTARY_PSL1GHT_LIBS@
159ELEMENTARY_SDL_CFLAGS = @ELEMENTARY_SDL_CFLAGS@
160ELEMENTARY_SDL_LIBS = @ELEMENTARY_SDL_LIBS@
161ELEMENTARY_TEST_PRG = @ELEMENTARY_TEST_PRG@
162ELEMENTARY_WEB_CFLAGS = @ELEMENTARY_WEB_CFLAGS@
163ELEMENTARY_WEB_LIBS = @ELEMENTARY_WEB_LIBS@
164ELEMENTARY_WIN32_CFLAGS = @ELEMENTARY_WIN32_CFLAGS@
165ELEMENTARY_WIN32_LIBS = @ELEMENTARY_WIN32_LIBS@
166ELEMENTARY_WINCE_CFLAGS = @ELEMENTARY_WINCE_CFLAGS@
167ELEMENTARY_WINCE_LIBS = @ELEMENTARY_WINCE_LIBS@
168ELEMENTARY_X_CFLAGS = @ELEMENTARY_X_CFLAGS@
169ELEMENTARY_X_LIBS = @ELEMENTARY_X_LIBS@
170ELM_ALLOCA_H_DEF = @ELM_ALLOCA_H_DEF@
171ELM_DEBUG_DEF = @ELM_DEBUG_DEF@
172ELM_DIRENT_H_DEF = @ELM_DIRENT_H_DEF@
173ELM_EDBUS_DEF = @ELM_EDBUS_DEF@
174ELM_EFREET_DEF = @ELM_EFREET_DEF@
175ELM_EMAP_DEF = @ELM_EMAP_DEF@
176ELM_ETHUMB_DEF = @ELM_ETHUMB_DEF@
177ELM_EWEATHER_DEF = @ELM_EWEATHER_DEF@
178ELM_LIBINTL_H_DEF = @ELM_LIBINTL_H_DEF@
179ELM_UNIX_DEF = @ELM_UNIX_DEF@
180ELM_WEB_DEF = @ELM_WEB_DEF@
181ELM_WIN32_DEF = @ELM_WIN32_DEF@
182ELM_WINCE_DEF = @ELM_WINCE_DEF@
183EMOTION_CFLAGS = @EMOTION_CFLAGS@
184EMOTION_LIBS = @EMOTION_LIBS@
185EVIL_CFLAGS = @EVIL_CFLAGS@
186EVIL_LIBS = @EVIL_LIBS@
187EXEEXT = @EXEEXT@
188FGREP = @FGREP@
189GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
190GMSGFMT = @GMSGFMT@
191GMSGFMT_015 = @GMSGFMT_015@
192GREP = @GREP@
193INSTALL = @INSTALL@
194INSTALL_DATA = @INSTALL_DATA@
195INSTALL_PROGRAM = @INSTALL_PROGRAM@
196INSTALL_SCRIPT = @INSTALL_SCRIPT@
197INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198INTLLIBS = @INTLLIBS@
199INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
200LD = @LD@
201LDFLAGS = @LDFLAGS@
202LIBICONV = @LIBICONV@
203LIBINTL = @LIBINTL@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LIBTOOL = @LIBTOOL@
207LIPO = @LIPO@
208LN_S = @LN_S@
209LOCALE_DIR = @LOCALE_DIR@
210LTLIBICONV = @LTLIBICONV@
211LTLIBINTL = @LTLIBINTL@
212LTLIBOBJS = @LTLIBOBJS@
213MAKEINFO = @MAKEINFO@
214MKDIR_P = @MKDIR_P@
215MODULE_ARCH = @MODULE_ARCH@
216MODULE_EDJE = @MODULE_EDJE@
217MSGFMT = @MSGFMT@
218MSGFMT_015 = @MSGFMT_015@
219MSGMERGE = @MSGMERGE@
220NM = @NM@
221NMEDIT = @NMEDIT@
222OBJDUMP = @OBJDUMP@
223OBJEXT = @OBJEXT@
224OTOOL = @OTOOL@
225OTOOL64 = @OTOOL64@
226PACKAGE = @PACKAGE@
227PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228PACKAGE_NAME = @PACKAGE_NAME@
229PACKAGE_STRING = @PACKAGE_STRING@
230PACKAGE_TARNAME = @PACKAGE_TARNAME@
231PACKAGE_URL = @PACKAGE_URL@
232PACKAGE_VERSION = @PACKAGE_VERSION@
233PATH_SEPARATOR = @PATH_SEPARATOR@
234PKG_CONFIG = @PKG_CONFIG@
235PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237POSUB = @POSUB@
238RANLIB = @RANLIB@
239SED = @SED@
240SET_MAKE = @SET_MAKE@
241SHELL = @SHELL@
242STRIP = @STRIP@
243USE_NLS = @USE_NLS@
244VERSION = @VERSION@
245VMAJ = @VMAJ@
246VMIN = @VMIN@
247XGETTEXT = @XGETTEXT@
248XGETTEXT_015 = @XGETTEXT_015@
249XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
250abs_builddir = @abs_builddir@
251abs_srcdir = @abs_srcdir@
252abs_top_builddir = @abs_top_builddir@
253abs_top_srcdir = @abs_top_srcdir@
254ac_ct_CC = @ac_ct_CC@
255ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256am__include = @am__include@
257am__leading_dot = @am__leading_dot@
258am__quote = @am__quote@
259am__tar = @am__tar@
260am__untar = @am__untar@
261bindir = @bindir@
262build = @build@
263build_alias = @build_alias@
264build_cpu = @build_cpu@
265build_os = @build_os@
266build_vendor = @build_vendor@
267builddir = @builddir@
268datadir = @datadir@
269datarootdir = @datarootdir@
270dlopen_libs = @dlopen_libs@
271docdir = @docdir@
272dvidir = @dvidir@
273edje_cc = @edje_cc@
274eet_eet = @eet_eet@
275efl_doxygen = @efl_doxygen@
276efl_have_doxygen = @efl_have_doxygen@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291lt_ECHO = @lt_ECHO@
292lt_enable_auto_import = @lt_enable_auto_import@
293mandir = @mandir@
294mkdir_p = @mkdir_p@
295my_libs = @my_libs@
296oldincludedir = @oldincludedir@
297pdfdir = @pdfdir@
298pkgconfig_requires_private = @pkgconfig_requires_private@
299prefix = @prefix@
300program_transform_name = @program_transform_name@
301psdir = @psdir@
302release_info = @release_info@
303requirement_elm = @requirement_elm@
304sbindir = @sbindir@
305sharedstatedir = @sharedstatedir@
306srcdir = @srcdir@
307sysconfdir = @sysconfdir@
308target_alias = @target_alias@
309top_build_prefix = @top_build_prefix@
310top_builddir = @top_builddir@
311top_srcdir = @top_srcdir@
312version_info = @version_info@
313AUTOMAKE_OPTIONS = 1.4 foreign
314MAINTAINERCLEANFILES = Makefile.in
315SUBDIRS = \
316test_entry \
317test_map \
318access_output \
319datetime_input_ctxpopup
320
321all: all-recursive
322
323.SUFFIXES:
324$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
325 @for dep in $?; do \
326 case '$(am__configure_deps)' in \
327 *$$dep*) \
328 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329 && { if test -f $@; then exit 0; else break; fi; }; \
330 exit 1;; \
331 esac; \
332 done; \
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/modules/Makefile'; \
334 $(am__cd) $(top_srcdir) && \
335 $(AUTOMAKE) --foreign src/modules/Makefile
336.PRECIOUS: Makefile
337Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338 @case '$?' in \
339 *config.status*) \
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344 esac;
345
346$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349$(top_srcdir)/configure: $(am__configure_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(ACLOCAL_M4): $(am__aclocal_m4_deps)
352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(am__aclocal_m4_deps):
354
355mostlyclean-libtool:
356 -rm -f *.lo
357
358clean-libtool:
359 -rm -rf .libs _libs
360
361# This directory's subdirectories are mostly independent; you can cd
362# into them and run `make' without going through this Makefile.
363# To change the values of `make' variables: instead of editing Makefiles,
364# (1) if the variable is set in `config.status', edit `config.status'
365# (which will cause the Makefiles to be regenerated when you run `make');
366# (2) otherwise, pass the desired values on the `make' command line.
367$(RECURSIVE_TARGETS):
368 @fail= failcom='exit 1'; \
369 for f in x $$MAKEFLAGS; do \
370 case $$f in \
371 *=* | --[!k]*);; \
372 *k*) failcom='fail=yes';; \
373 esac; \
374 done; \
375 dot_seen=no; \
376 target=`echo $@ | sed s/-recursive//`; \
377 list='$(SUBDIRS)'; for subdir in $$list; do \
378 echo "Making $$target in $$subdir"; \
379 if test "$$subdir" = "."; then \
380 dot_seen=yes; \
381 local_target="$$target-am"; \
382 else \
383 local_target="$$target"; \
384 fi; \
385 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386 || eval $$failcom; \
387 done; \
388 if test "$$dot_seen" = "no"; then \
389 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390 fi; test -z "$$fail"
391
392$(RECURSIVE_CLEAN_TARGETS):
393 @fail= failcom='exit 1'; \
394 for f in x $$MAKEFLAGS; do \
395 case $$f in \
396 *=* | --[!k]*);; \
397 *k*) failcom='fail=yes';; \
398 esac; \
399 done; \
400 dot_seen=no; \
401 case "$@" in \
402 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
403 *) list='$(SUBDIRS)' ;; \
404 esac; \
405 rev=''; for subdir in $$list; do \
406 if test "$$subdir" = "."; then :; else \
407 rev="$$subdir $$rev"; \
408 fi; \
409 done; \
410 rev="$$rev ."; \
411 target=`echo $@ | sed s/-recursive//`; \
412 for subdir in $$rev; do \
413 echo "Making $$target in $$subdir"; \
414 if test "$$subdir" = "."; then \
415 local_target="$$target-am"; \
416 else \
417 local_target="$$target"; \
418 fi; \
419 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
420 || eval $$failcom; \
421 done && test -z "$$fail"
422tags-recursive:
423 list='$(SUBDIRS)'; for subdir in $$list; do \
424 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
425 done
426ctags-recursive:
427 list='$(SUBDIRS)'; for subdir in $$list; do \
428 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
429 done
430
431ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
432 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
433 unique=`for i in $$list; do \
434 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435 done | \
436 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437 END { if (nonempty) { for (i in files) print i; }; }'`; \
438 mkid -fID $$unique
439tags: TAGS
440
441TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
442 $(TAGS_FILES) $(LISP)
443 set x; \
444 here=`pwd`; \
445 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
446 include_option=--etags-include; \
447 empty_fix=.; \
448 else \
449 include_option=--include; \
450 empty_fix=; \
451 fi; \
452 list='$(SUBDIRS)'; for subdir in $$list; do \
453 if test "$$subdir" = .; then :; else \
454 test ! -f $$subdir/TAGS || \
455 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
456 fi; \
457 done; \
458 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459 unique=`for i in $$list; do \
460 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461 done | \
462 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463 END { if (nonempty) { for (i in files) print i; }; }'`; \
464 shift; \
465 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466 test -n "$$unique" || unique=$$empty_fix; \
467 if test $$# -gt 0; then \
468 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469 "$$@" $$unique; \
470 else \
471 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472 $$unique; \
473 fi; \
474 fi
475ctags: CTAGS
476CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
477 $(TAGS_FILES) $(LISP)
478 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479 unique=`for i in $$list; do \
480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481 done | \
482 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483 END { if (nonempty) { for (i in files) print i; }; }'`; \
484 test -z "$(CTAGS_ARGS)$$unique" \
485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486 $$unique
487
488GTAGS:
489 here=`$(am__cd) $(top_builddir) && pwd` \
490 && $(am__cd) $(top_srcdir) \
491 && gtags -i $(GTAGS_ARGS) "$$here"
492
493distclean-tags:
494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495
496distdir: $(DISTFILES)
497 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499 list='$(DISTFILES)'; \
500 dist_files=`for file in $$list; do echo $$file; done | \
501 sed -e "s|^$$srcdirstrip/||;t" \
502 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
503 case $$dist_files in \
504 */*) $(MKDIR_P) `echo "$$dist_files" | \
505 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
506 sort -u` ;; \
507 esac; \
508 for file in $$dist_files; do \
509 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510 if test -d $$d/$$file; then \
511 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
512 if test -d "$(distdir)/$$file"; then \
513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514 fi; \
515 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518 fi; \
519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520 else \
521 test -f "$(distdir)/$$file" \
522 || cp -p $$d/$$file "$(distdir)/$$file" \
523 || exit 1; \
524 fi; \
525 done
526 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
527 if test "$$subdir" = .; then :; else \
528 test -d "$(distdir)/$$subdir" \
529 || $(MKDIR_P) "$(distdir)/$$subdir" \
530 || exit 1; \
531 fi; \
532 done
533 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
534 if test "$$subdir" = .; then :; else \
535 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
536 $(am__relativize); \
537 new_distdir=$$reldir; \
538 dir1=$$subdir; dir2="$(top_distdir)"; \
539 $(am__relativize); \
540 new_top_distdir=$$reldir; \
541 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
542 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
543 ($(am__cd) $$subdir && \
544 $(MAKE) $(AM_MAKEFLAGS) \
545 top_distdir="$$new_top_distdir" \
546 distdir="$$new_distdir" \
547 am__remove_distdir=: \
548 am__skip_length_check=: \
549 am__skip_mode_fix=: \
550 distdir) \
551 || exit 1; \
552 fi; \
553 done
554check-am: all-am
555check: check-recursive
556all-am: Makefile
557installdirs: installdirs-recursive
558installdirs-am:
559install: install-recursive
560install-exec: install-exec-recursive
561install-data: install-data-recursive
562uninstall: uninstall-recursive
563
564install-am: all-am
565 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567installcheck: installcheck-recursive
568install-strip:
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 `test -z '$(STRIP)' || \
572 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
585clean: clean-recursive
586
587clean-am: clean-generic clean-libtool mostlyclean-am
588
589distclean: distclean-recursive
590 -rm -f Makefile
591distclean-am: clean-am distclean-generic distclean-tags
592
593dvi: dvi-recursive
594
595dvi-am:
596
597html: html-recursive
598
599html-am:
600
601info: info-recursive
602
603info-am:
604
605install-data-am:
606
607install-dvi: install-dvi-recursive
608
609install-dvi-am:
610
611install-exec-am:
612
613install-html: install-html-recursive
614
615install-html-am:
616
617install-info: install-info-recursive
618
619install-info-am:
620
621install-man:
622
623install-pdf: install-pdf-recursive
624
625install-pdf-am:
626
627install-ps: install-ps-recursive
628
629install-ps-am:
630
631installcheck-am:
632
633maintainer-clean: maintainer-clean-recursive
634 -rm -f Makefile
635maintainer-clean-am: distclean-am maintainer-clean-generic
636
637mostlyclean: mostlyclean-recursive
638
639mostlyclean-am: mostlyclean-generic mostlyclean-libtool
640
641pdf: pdf-recursive
642
643pdf-am:
644
645ps: ps-recursive
646
647ps-am:
648
649uninstall-am:
650
651.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
652 install-am install-strip tags-recursive
653
654.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
655 all all-am check check-am clean clean-generic clean-libtool \
656 ctags ctags-recursive distclean distclean-generic \
657 distclean-libtool distclean-tags distdir dvi dvi-am html \
658 html-am info info-am install install-am install-data \
659 install-data-am install-dvi install-dvi-am install-exec \
660 install-exec-am install-html install-html-am install-info \
661 install-info-am install-man install-pdf install-pdf-am \
662 install-ps install-ps-am install-strip installcheck \
663 installcheck-am installdirs installdirs-am maintainer-clean \
664 maintainer-clean-generic mostlyclean mostlyclean-generic \
665 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
666 uninstall uninstall-am
667
668
669# Tell versions [3.59,3.63) of GNU make to not export all variables.
670# Otherwise a system limit (for SysV at least) may be exceeded.
671.NOEXPORT: