aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/embryo/src/Makefile.in')
-rw-r--r--libraries/embryo/src/Makefile.in589
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@
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
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 $(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
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52AM_V_GEN = $(am__v_GEN_$(V))
53am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
54am__v_GEN_0 = @echo " GEN " $@;
55AM_V_at = $(am__v_at_$(V))
56am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
57am__v_at_0 = @
58SOURCES =
59DIST_SOURCES =
60RECURSIVE_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
67RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68 distclean-recursive maintainer-clean-recursive
69AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
70 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
71 distdir
72ETAGS = etags
73CTAGS = ctags
74DIST_SUBDIRS = $(SUBDIRS)
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76am__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"
101ACLOCAL = @ACLOCAL@
102ALLOCA = @ALLOCA@
103AMTAR = @AMTAR@
104AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
105AR = @AR@
106AS = @AS@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
114CPP = @CPP@
115CPPFLAGS = @CPPFLAGS@
116CYGPATH_W = @CYGPATH_W@
117DEFS = @DEFS@
118DEPDIR = @DEPDIR@
119DLLTOOL = @DLLTOOL@
120DSYMUTIL = @DSYMUTIL@
121DUMPBIN = @DUMPBIN@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EFL_EMBRYO_BUILD = @EFL_EMBRYO_BUILD@
126EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@
127EGREP = @EGREP@
128EINA_CFLAGS = @EINA_CFLAGS@
129EINA_LIBS = @EINA_LIBS@
130EMBRYO_CC_PRG = @EMBRYO_CC_PRG@
131EMBRYO_CFLAGS = @EMBRYO_CFLAGS@
132EMBRYO_CPPFLAGS = @EMBRYO_CPPFLAGS@
133EVIL_CFLAGS = @EVIL_CFLAGS@
134EVIL_LIBS = @EVIL_LIBS@
135EXEEXT = @EXEEXT@
136FGREP = @FGREP@
137GREP = @GREP@
138INSTALL = @INSTALL@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LD = @LD@
144LDFLAGS = @LDFLAGS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LIPO = @LIPO@
149LN_S = @LN_S@
150LTLIBOBJS = @LTLIBOBJS@
151MAKEINFO = @MAKEINFO@
152MKDIR_P = @MKDIR_P@
153NM = @NM@
154NMEDIT = @NMEDIT@
155OBJDUMP = @OBJDUMP@
156OBJEXT = @OBJEXT@
157OTOOL = @OTOOL@
158OTOOL64 = @OTOOL64@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_URL = @PACKAGE_URL@
165PACKAGE_VERSION = @PACKAGE_VERSION@
166PATH_SEPARATOR = @PATH_SEPARATOR@
167PKG_CONFIG = @PKG_CONFIG@
168PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
169PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
170RANLIB = @RANLIB@
171SED = @SED@
172SET_MAKE = @SET_MAKE@
173SHELL = @SHELL@
174STRIP = @STRIP@
175VERSION = @VERSION@
176VMAJ = @VMAJ@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_ct_CC = @ac_ct_CC@
182ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
183am__include = @am__include@
184am__leading_dot = @am__leading_dot@
185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
188bindir = @bindir@
189build = @build@
190build_alias = @build_alias@
191build_cpu = @build_cpu@
192build_os = @build_os@
193build_vendor = @build_vendor@
194builddir = @builddir@
195datadir = @datadir@
196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
199efl_doxygen = @efl_doxygen@
200efl_have_doxygen = @efl_have_doxygen@
201embryoincludedir = @embryoincludedir@
202exec_prefix = @exec_prefix@
203host = @host@
204host_alias = @host_alias@
205host_cpu = @host_cpu@
206host_os = @host_os@
207host_vendor = @host_vendor@
208htmldir = @htmldir@
209includedir = @includedir@
210infodir = @infodir@
211install_sh = @install_sh@
212libdir = @libdir@
213libexecdir = @libexecdir@
214localedir = @localedir@
215localstatedir = @localstatedir@
216lt_ECHO = @lt_ECHO@
217lt_enable_auto_import = @lt_enable_auto_import@
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220oldincludedir = @oldincludedir@
221pdfdir = @pdfdir@
222pkgconfig_requires_private = @pkgconfig_requires_private@
223prefix = @prefix@
224program_transform_name = @program_transform_name@
225psdir = @psdir@
226release_info = @release_info@
227requirement_embryo = @requirement_embryo@
228sbindir = @sbindir@
229sharedstatedir = @sharedstatedir@
230srcdir = @srcdir@
231sysconfdir = @sysconfdir@
232target_alias = @target_alias@
233top_build_prefix = @top_build_prefix@
234top_builddir = @top_builddir@
235top_srcdir = @top_srcdir@
236version_info = @version_info@
237MAINTAINERCLEANFILES = Makefile.in
238SUBDIRS = lib bin
239all: 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
255Makefile: $(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
273mostlyclean-libtool:
274 -rm -f *.lo
275
276clean-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"
340tags-recursive:
341 list='$(SUBDIRS)'; for subdir in $$list; do \
342 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
343 done
344ctags-recursive:
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
347 done
348
349ID: $(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
357tags: TAGS
358
359TAGS: 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
393ctags: CTAGS
394CTAGS: 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
406GTAGS:
407 here=`$(am__cd) $(top_builddir) && pwd` \
408 && $(am__cd) $(top_srcdir) \
409 && gtags -i $(GTAGS_ARGS) "$$here"
410
411distclean-tags:
412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
414distdir: $(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
472check-am: all-am
473check: check-recursive
474all-am: Makefile
475installdirs: installdirs-recursive
476installdirs-am:
477install: install-recursive
478install-exec: install-exec-recursive
479install-data: install-data-recursive
480uninstall: uninstall-recursive
481
482install-am: all-am
483 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
484
485installcheck: installcheck-recursive
486install-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
491mostlyclean-generic:
492
493clean-generic:
494
495distclean-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
499maintainer-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)
503clean: clean-recursive
504
505clean-am: clean-generic clean-libtool mostlyclean-am
506
507distclean: distclean-recursive
508 -rm -f Makefile
509distclean-am: clean-am distclean-generic distclean-tags
510
511dvi: dvi-recursive
512
513dvi-am:
514
515html: html-recursive
516
517html-am:
518
519info: info-recursive
520
521info-am:
522
523install-data-am:
524
525install-dvi: install-dvi-recursive
526
527install-dvi-am:
528
529install-exec-am:
530
531install-html: install-html-recursive
532
533install-html-am:
534
535install-info: install-info-recursive
536
537install-info-am:
538
539install-man:
540
541install-pdf: install-pdf-recursive
542
543install-pdf-am:
544
545install-ps: install-ps-recursive
546
547install-ps-am:
548
549installcheck-am:
550
551maintainer-clean: maintainer-clean-recursive
552 -rm -f Makefile
553maintainer-clean-am: distclean-am maintainer-clean-generic
554
555mostlyclean: mostlyclean-recursive
556
557mostlyclean-am: mostlyclean-generic mostlyclean-libtool
558
559pdf: pdf-recursive
560
561pdf-am:
562
563ps: ps-recursive
564
565ps-am:
566
567uninstall-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: