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