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