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