(no commit message)
[ppastats.git] / themes / Makefile.in
1 # Makefile.in generated by automake 1.13.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = themes
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
84         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
85         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
86         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
87         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
88         $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90         $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_FILES =
94 CONFIG_CLEAN_VPATH_FILES =
95 AM_V_P = $(am__v_P_@AM_V@)
96 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97 am__v_P_0 = false
98 am__v_P_1 = :
99 AM_V_GEN = $(am__v_GEN_@AM_V@)
100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101 am__v_GEN_0 = @echo "  GEN     " $@;
102 am__v_GEN_1 = 
103 AM_V_at = $(am__v_at_@AM_V@)
104 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105 am__v_at_0 = @
106 am__v_at_1 = 
107 SOURCES =
108 DIST_SOURCES =
109 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
110         ctags-recursive dvi-recursive html-recursive info-recursive \
111         install-data-recursive install-dvi-recursive \
112         install-exec-recursive install-html-recursive \
113         install-info-recursive install-pdf-recursive \
114         install-ps-recursive install-recursive installcheck-recursive \
115         installdirs-recursive pdf-recursive ps-recursive \
116         tags-recursive uninstall-recursive
117 am__can_run_installinfo = \
118   case $$AM_UPDATE_INFO_DIR in \
119     n|no|NO) false;; \
120     *) (install-info --version) >/dev/null 2>&1;; \
121   esac
122 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
123   distclean-recursive maintainer-clean-recursive
124 am__recursive_targets = \
125   $(RECURSIVE_TARGETS) \
126   $(RECURSIVE_CLEAN_TARGETS) \
127   $(am__extra_recursive_targets)
128 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
129         distdir
130 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131 # Read a list of newline-separated strings from the standard input,
132 # and print each of them once, without duplicates.  Input order is
133 # *not* preserved.
134 am__uniquify_input = $(AWK) '\
135   BEGIN { nonempty = 0; } \
136   { items[$$0] = 1; nonempty = 1; } \
137   END { if (nonempty) { for (i in items) print i; }; } \
138 '
139 # Make sure the list of sources is unique.  This is necessary because,
140 # e.g., the same source file might be shared among _SOURCES variables
141 # for different programs/libraries.
142 am__define_uniq_tagged_files = \
143   list='$(am__tagged_files)'; \
144   unique=`for i in $$list; do \
145     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146   done | $(am__uniquify_input)`
147 ETAGS = etags
148 CTAGS = ctags
149 DIST_SUBDIRS = $(SUBDIRS)
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 am__relativize = \
152   dir0=`pwd`; \
153   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
154   sed_rest='s,^[^/]*/*,,'; \
155   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
156   sed_butlast='s,/*[^/]*$$,,'; \
157   while test -n "$$dir1"; do \
158     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
159     if test "$$first" != "."; then \
160       if test "$$first" = ".."; then \
161         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
162         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
163       else \
164         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
165         if test "$$first2" = "$$first"; then \
166           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
167         else \
168           dir2="../$$dir2"; \
169         fi; \
170         dir0="$$dir0"/"$$first"; \
171       fi; \
172     fi; \
173     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
174   done; \
175   reldir="$$dir2"
176 ACLOCAL = @ACLOCAL@
177 AMTAR = @AMTAR@
178 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
182 AWK = @AWK@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CPP = @CPP@
187 CPPFLAGS = @CPPFLAGS@
188 CURL_CFLAGS = @CURL_CFLAGS@
189 CURL_LIBS = @CURL_LIBS@
190 CYGPATH_W = @CYGPATH_W@
191 DEFS = @DEFS@
192 DEPDIR = @DEPDIR@
193 ECHO_C = @ECHO_C@
194 ECHO_N = @ECHO_N@
195 ECHO_T = @ECHO_T@
196 EGREP = @EGREP@
197 EXEEXT = @EXEEXT@
198 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
199 GMSGFMT = @GMSGFMT@
200 GMSGFMT_015 = @GMSGFMT_015@
201 GREP = @GREP@
202 HAVE_CPPCHECK = @HAVE_CPPCHECK@
203 HELP2MAN = @HELP2MAN@
204 INSTALL = @INSTALL@
205 INSTALL_DATA = @INSTALL_DATA@
206 INSTALL_PROGRAM = @INSTALL_PROGRAM@
207 INSTALL_SCRIPT = @INSTALL_SCRIPT@
208 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
209 INTLLIBS = @INTLLIBS@
210 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
211 JSON_CFLAGS = @JSON_CFLAGS@
212 JSON_LIBS = @JSON_LIBS@
213 LDFLAGS = @LDFLAGS@
214 LIBICONV = @LIBICONV@
215 LIBINTL = @LIBINTL@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LTLIBICONV = @LTLIBICONV@
219 LTLIBINTL = @LTLIBINTL@
220 LTLIBOBJS = @LTLIBOBJS@
221 MAKEINFO = @MAKEINFO@
222 MKDIR_P = @MKDIR_P@
223 MSGFMT = @MSGFMT@
224 MSGFMT_015 = @MSGFMT_015@
225 MSGMERGE = @MSGMERGE@
226 OBJEXT = @OBJEXT@
227 PACKAGE = @PACKAGE@
228 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229 PACKAGE_NAME = @PACKAGE_NAME@
230 PACKAGE_STRING = @PACKAGE_STRING@
231 PACKAGE_TARNAME = @PACKAGE_TARNAME@
232 PACKAGE_URL = @PACKAGE_URL@
233 PACKAGE_VERSION = @PACKAGE_VERSION@
234 PATH_SEPARATOR = @PATH_SEPARATOR@
235 PKG_CONFIG = @PKG_CONFIG@
236 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
237 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
238 POSUB = @POSUB@
239 RANLIB = @RANLIB@
240 SET_MAKE = @SET_MAKE@
241 SHELL = @SHELL@
242 STRIP = @STRIP@
243 USE_NLS = @USE_NLS@
244 VERSION = @VERSION@
245 XGETTEXT = @XGETTEXT@
246 XGETTEXT_015 = @XGETTEXT_015@
247 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
248 XMKMF = @XMKMF@
249 abs_builddir = @abs_builddir@
250 abs_srcdir = @abs_srcdir@
251 abs_top_builddir = @abs_top_builddir@
252 abs_top_srcdir = @abs_top_srcdir@
253 ac_ct_CC = @ac_ct_CC@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 localedir = @localedir@
283 localstatedir = @localstatedir@
284 mandir = @mandir@
285 mkdir_p = @mkdir_p@
286 oldincludedir = @oldincludedir@
287 pdfdir = @pdfdir@
288 prefix = @prefix@
289 program_transform_name = @program_transform_name@
290 psdir = @psdir@
291 sbindir = @sbindir@
292 sharedstatedir = @sharedstatedir@
293 srcdir = @srcdir@
294 sysconfdir = @sysconfdir@
295 target_alias = @target_alias@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 SUBDIRS = default/templates default/css default/js
300 all: all-recursive
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
304         @for dep in $?; do \
305           case '$(am__configure_deps)' in \
306             *$$dep*) \
307               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                 && { if test -f $@; then exit 0; else break; fi; }; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu themes/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure:  $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
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 $(am__recursive_targets):
341         @fail=; \
342         if $(am__make_keepgoing); then \
343           failcom='fail=yes'; \
344         else \
345           failcom='exit 1'; \
346         fi; \
347         dot_seen=no; \
348         target=`echo $@ | sed s/-recursive//`; \
349         case "$@" in \
350           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351           *) list='$(SUBDIRS)' ;; \
352         esac; \
353         for subdir in $$list; do \
354           echo "Making $$target in $$subdir"; \
355           if test "$$subdir" = "."; then \
356             dot_seen=yes; \
357             local_target="$$target-am"; \
358           else \
359             local_target="$$target"; \
360           fi; \
361           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362           || eval $$failcom; \
363         done; \
364         if test "$$dot_seen" = "no"; then \
365           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
366         fi; test -z "$$fail"
367
368 ID: $(am__tagged_files)
369         $(am__define_uniq_tagged_files); mkid -fID $$unique
370 tags: tags-recursive
371 TAGS: tags
372
373 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
374         set x; \
375         here=`pwd`; \
376         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377           include_option=--etags-include; \
378           empty_fix=.; \
379         else \
380           include_option=--include; \
381           empty_fix=; \
382         fi; \
383         list='$(SUBDIRS)'; for subdir in $$list; do \
384           if test "$$subdir" = .; then :; else \
385             test ! -f $$subdir/TAGS || \
386               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
387           fi; \
388         done; \
389         $(am__define_uniq_tagged_files); \
390         shift; \
391         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392           test -n "$$unique" || unique=$$empty_fix; \
393           if test $$# -gt 0; then \
394             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395               "$$@" $$unique; \
396           else \
397             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398               $$unique; \
399           fi; \
400         fi
401 ctags: ctags-recursive
402
403 CTAGS: ctags
404 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
405         $(am__define_uniq_tagged_files); \
406         test -z "$(CTAGS_ARGS)$$unique" \
407           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408              $$unique
409
410 GTAGS:
411         here=`$(am__cd) $(top_builddir) && pwd` \
412           && $(am__cd) $(top_srcdir) \
413           && gtags -i $(GTAGS_ARGS) "$$here"
414 cscopelist: cscopelist-recursive
415
416 cscopelist-am: $(am__tagged_files)
417         list='$(am__tagged_files)'; \
418         case "$(srcdir)" in \
419           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
420           *) sdir=$(subdir)/$(srcdir) ;; \
421         esac; \
422         for i in $$list; do \
423           if test -f "$$i"; then \
424             echo "$(subdir)/$$i"; \
425           else \
426             echo "$$sdir/$$i"; \
427           fi; \
428         done >> $(top_builddir)/cscope.files
429
430 distclean-tags:
431         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433 distdir: $(DISTFILES)
434         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         list='$(DISTFILES)'; \
437           dist_files=`for file in $$list; do echo $$file; done | \
438           sed -e "s|^$$srcdirstrip/||;t" \
439               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440         case $$dist_files in \
441           */*) $(MKDIR_P) `echo "$$dist_files" | \
442                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443                            sort -u` ;; \
444         esac; \
445         for file in $$dist_files; do \
446           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447           if test -d $$d/$$file; then \
448             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449             if test -d "$(distdir)/$$file"; then \
450               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451             fi; \
452             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455             fi; \
456             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457           else \
458             test -f "$(distdir)/$$file" \
459             || cp -p $$d/$$file "$(distdir)/$$file" \
460             || exit 1; \
461           fi; \
462         done
463         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464           if test "$$subdir" = .; then :; else \
465             $(am__make_dryrun) \
466               || test -d "$(distdir)/$$subdir" \
467               || $(MKDIR_P) "$(distdir)/$$subdir" \
468               || exit 1; \
469             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
470             $(am__relativize); \
471             new_distdir=$$reldir; \
472             dir1=$$subdir; dir2="$(top_distdir)"; \
473             $(am__relativize); \
474             new_top_distdir=$$reldir; \
475             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
477             ($(am__cd) $$subdir && \
478               $(MAKE) $(AM_MAKEFLAGS) \
479                 top_distdir="$$new_top_distdir" \
480                 distdir="$$new_distdir" \
481                 am__remove_distdir=: \
482                 am__skip_length_check=: \
483                 am__skip_mode_fix=: \
484                 distdir) \
485               || exit 1; \
486           fi; \
487         done
488 check-am: all-am
489 check: check-recursive
490 all-am: Makefile
491 installdirs: installdirs-recursive
492 installdirs-am:
493 install: install-recursive
494 install-exec: install-exec-recursive
495 install-data: install-data-recursive
496 uninstall: uninstall-recursive
497
498 install-am: all-am
499         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
501 installcheck: installcheck-recursive
502 install-strip:
503         if test -z '$(STRIP)'; then \
504           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506               install; \
507         else \
508           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
511         fi
512 mostlyclean-generic:
513
514 clean-generic:
515
516 distclean-generic:
517         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
519
520 maintainer-clean-generic:
521         @echo "This command is intended for maintainers to use"
522         @echo "it deletes files that may require special tools to rebuild."
523 clean: clean-recursive
524
525 clean-am: clean-generic mostlyclean-am
526
527 distclean: distclean-recursive
528         -rm -f Makefile
529 distclean-am: clean-am distclean-generic distclean-tags
530
531 dvi: dvi-recursive
532
533 dvi-am:
534
535 html: html-recursive
536
537 html-am:
538
539 info: info-recursive
540
541 info-am:
542
543 install-data-am:
544
545 install-dvi: install-dvi-recursive
546
547 install-dvi-am:
548
549 install-exec-am:
550
551 install-html: install-html-recursive
552
553 install-html-am:
554
555 install-info: install-info-recursive
556
557 install-info-am:
558
559 install-man:
560
561 install-pdf: install-pdf-recursive
562
563 install-pdf-am:
564
565 install-ps: install-ps-recursive
566
567 install-ps-am:
568
569 installcheck-am:
570
571 maintainer-clean: maintainer-clean-recursive
572         -rm -f Makefile
573 maintainer-clean-am: distclean-am maintainer-clean-generic
574
575 mostlyclean: mostlyclean-recursive
576
577 mostlyclean-am: mostlyclean-generic
578
579 pdf: pdf-recursive
580
581 pdf-am:
582
583 ps: ps-recursive
584
585 ps-am:
586
587 uninstall-am:
588
589 .MAKE: $(am__recursive_targets) install-am install-strip
590
591 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
592         check-am clean clean-generic cscopelist-am ctags ctags-am \
593         distclean distclean-generic distclean-tags distdir dvi dvi-am \
594         html html-am info info-am install install-am install-data \
595         install-data-am install-dvi install-dvi-am install-exec \
596         install-exec-am install-html install-html-am install-info \
597         install-info-am install-man install-pdf install-pdf-am \
598         install-ps install-ps-am install-strip installcheck \
599         installcheck-am installdirs installdirs-am maintainer-clean \
600         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
601         pdf-am ps ps-am tags tags-am uninstall uninstall-am
602
603
604 # Tell versions [3.59,3.63) of GNU make to not export all variables.
605 # Otherwise a system limit (for SysV at least) may be exceeded.
606 .NOEXPORT: