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