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