Modify sharing plugin template for CLI
[sharing-cli] / Makefile.in
1 # Makefile.in generated by automake 1.11 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 #
19 # This file is part of sharing-plugin-template
20 #
21 # Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
22 #
23 # This maemo code example is licensed under a MIT-style license,
24 # that can be found in the file called "COPYING" in the root
25 # directory.
26 #
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkgincludedir = $(includedir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkglibexecdir = $(libexecdir)/@PACKAGE@
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 install_sh_DATA = $(install_sh) -c -m 644
34 install_sh_PROGRAM = $(install_sh) -c
35 install_sh_SCRIPT = $(install_sh) -c
36 INSTALL_HEADER = $(INSTALL_DATA)
37 transform = $(program_transform_name)
38 NORMAL_INSTALL = :
39 PRE_INSTALL = :
40 POST_INSTALL = :
41 NORMAL_UNINSTALL = :
42 PRE_UNINSTALL = :
43 POST_UNINSTALL = :
44 build_triplet = @build@
45 host_triplet = @host@
46 subdir = .
47 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
48         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
49         $(top_srcdir)/configure COPYING compile config.guess \
50         config.sub depcomp install-sh ltmain.sh missing
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56  configure.lineno config.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-dvi-recursive install-exec-recursive \
66         install-html-recursive install-info-recursive \
67         install-pdf-recursive install-ps-recursive install-recursive \
68         installcheck-recursive installdirs-recursive pdf-recursive \
69         ps-recursive uninstall-recursive
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71   distclean-recursive maintainer-clean-recursive
72 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74         distdir dist dist-all distcheck
75 ETAGS = etags
76 CTAGS = ctags
77 DIST_SUBDIRS = $(SUBDIRS)
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 distdir = $(PACKAGE)-$(VERSION)
80 top_distdir = $(distdir)
81 am__remove_distdir = \
82   { test ! -d "$(distdir)" \
83     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84          && rm -fr "$(distdir)"; }; }
85 am__relativize = \
86   dir0=`pwd`; \
87   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88   sed_rest='s,^[^/]*/*,,'; \
89   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90   sed_butlast='s,/*[^/]*$$,,'; \
91   while test -n "$$dir1"; do \
92     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93     if test "$$first" != "."; then \
94       if test "$$first" = ".."; then \
95         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97       else \
98         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99         if test "$$first2" = "$$first"; then \
100           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101         else \
102           dir2="../$$dir2"; \
103         fi; \
104         dir0="$$dir0"/"$$first"; \
105       fi; \
106     fi; \
107     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108   done; \
109   reldir="$$dir2"
110 DIST_ARCHIVES = $(distdir).tar.gz
111 GZIP_ENV = --best
112 distuninstallcheck_listfiles = find . -type f -print
113 distcleancheck_listfiles = find . -type f -print
114 ACLOCAL = @ACLOCAL@
115 AMTAR = @AMTAR@
116 AR = @AR@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEBUG_CFLAGS = @DEBUG_CFLAGS@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EGREP = @EGREP@
140 EXEEXT = @EXEEXT@
141 FGREP = @FGREP@
142 GREP = @GREP@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LD = @LD@
149 LDFLAGS = @LDFLAGS@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MKDIR_P = @MKDIR_P@
159 NM = @NM@
160 NMEDIT = @NMEDIT@
161 OBJDUMP = @OBJDUMP@
162 OBJEXT = @OBJEXT@
163 OTOOL = @OTOOL@
164 OTOOL64 = @OTOOL64@
165 PACKAGE = @PACKAGE@
166 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
168 PACKAGE_LIBS = @PACKAGE_LIBS@
169 PACKAGE_LOCALE_DIR = @PACKAGE_LOCALE_DIR@
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 PKG_CONFIG = @PKG_CONFIG@
177 RANLIB = @RANLIB@
178 SED = @SED@
179 SET_MAKE = @SET_MAKE@
180 SHARING_CFLAGS = @SHARING_CFLAGS@
181 SHARING_LIBS = @SHARING_LIBS@
182 SHELL = @SHELL@
183 STRIP = @STRIP@
184 VERSION = @VERSION@
185 abs_builddir = @abs_builddir@
186 abs_srcdir = @abs_srcdir@
187 abs_top_builddir = @abs_top_builddir@
188 abs_top_srcdir = @abs_top_srcdir@
189 ac_ct_CC = @ac_ct_CC@
190 ac_ct_CXX = @ac_ct_CXX@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 currentdir = @currentdir@
205 datadir = @datadir@
206 datarootdir = @datarootdir@
207 docdir = @docdir@
208 dvidir = @dvidir@
209 exec_prefix = @exec_prefix@
210 host = @host@
211 host_alias = @host_alias@
212 host_cpu = @host_cpu@
213 host_os = @host_os@
214 host_vendor = @host_vendor@
215 htmldir = @htmldir@
216 includedir = @includedir@
217 infodir = @infodir@
218 install_sh = @install_sh@
219 libdir = @libdir@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 lt_ECHO = @lt_ECHO@
224 mandir = @mandir@
225 mkdir_p = @mkdir_p@
226 oldincludedir = @oldincludedir@
227 pdfdir = @pdfdir@
228 pluginsdir = @pluginsdir@
229 prefix = @prefix@
230 program_transform_name = @program_transform_name@
231 psdir = @psdir@
232 sbindir = @sbindir@
233 servicesdir = @servicesdir@
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 = src data
242 MAINTAINERCLEANFILES = aclocal.m4 compile config.h.in   \
243         config.guess config.sub configure               \
244         depcomp install-sh ltmain.sh missing            \
245         Makefile.in
246
247 all: config.h
248         $(MAKE) $(AM_MAKEFLAGS) all-recursive
249
250 .SUFFIXES:
251 am--refresh:
252         @:
253 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
254         @for dep in $?; do \
255           case '$(am__configure_deps)' in \
256             *$$dep*) \
257               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
258               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
259                 && exit 0; \
260               exit 1;; \
261           esac; \
262         done; \
263         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
264         $(am__cd) $(top_srcdir) && \
265           $(AUTOMAKE) --foreign Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268         @case '$?' in \
269           *config.status*) \
270             echo ' $(SHELL) ./config.status'; \
271             $(SHELL) ./config.status;; \
272           *) \
273             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
274             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
275         esac;
276
277 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278         $(SHELL) ./config.status --recheck
279
280 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281         $(am__cd) $(srcdir) && $(AUTOCONF)
282 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
284 $(am__aclocal_m4_deps):
285
286 config.h: stamp-h1
287         @if test ! -f $@; then \
288           rm -f stamp-h1; \
289           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
290         else :; fi
291
292 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
293         @rm -f stamp-h1
294         cd $(top_builddir) && $(SHELL) ./config.status config.h
295 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
296         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
297         rm -f stamp-h1
298         touch $@
299
300 distclean-hdr:
301         -rm -f config.h stamp-h1
302
303 mostlyclean-libtool:
304         -rm -f *.lo
305
306 clean-libtool:
307         -rm -rf .libs _libs
308
309 distclean-libtool:
310         -rm -f libtool config.lt
311
312 # This directory's subdirectories are mostly independent; you can cd
313 # into them and run `make' without going through this Makefile.
314 # To change the values of `make' variables: instead of editing Makefiles,
315 # (1) if the variable is set in `config.status', edit `config.status'
316 #     (which will cause the Makefiles to be regenerated when you run `make');
317 # (2) otherwise, pass the desired values on the `make' command line.
318 $(RECURSIVE_TARGETS):
319         @failcom='exit 1'; \
320         for f in x $$MAKEFLAGS; do \
321           case $$f in \
322             *=* | --[!k]*);; \
323             *k*) failcom='fail=yes';; \
324           esac; \
325         done; \
326         dot_seen=no; \
327         target=`echo $@ | sed s/-recursive//`; \
328         list='$(SUBDIRS)'; for subdir in $$list; do \
329           echo "Making $$target in $$subdir"; \
330           if test "$$subdir" = "."; then \
331             dot_seen=yes; \
332             local_target="$$target-am"; \
333           else \
334             local_target="$$target"; \
335           fi; \
336           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337           || eval $$failcom; \
338         done; \
339         if test "$$dot_seen" = "no"; then \
340           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
341         fi; test -z "$$fail"
342
343 $(RECURSIVE_CLEAN_TARGETS):
344         @failcom='exit 1'; \
345         for f in x $$MAKEFLAGS; do \
346           case $$f in \
347             *=* | --[!k]*);; \
348             *k*) failcom='fail=yes';; \
349           esac; \
350         done; \
351         dot_seen=no; \
352         case "$@" in \
353           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
354           *) list='$(SUBDIRS)' ;; \
355         esac; \
356         rev=''; for subdir in $$list; do \
357           if test "$$subdir" = "."; then :; else \
358             rev="$$subdir $$rev"; \
359           fi; \
360         done; \
361         rev="$$rev ."; \
362         target=`echo $@ | sed s/-recursive//`; \
363         for subdir in $$rev; do \
364           echo "Making $$target in $$subdir"; \
365           if test "$$subdir" = "."; then \
366             local_target="$$target-am"; \
367           else \
368             local_target="$$target"; \
369           fi; \
370           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
371           || eval $$failcom; \
372         done && test -z "$$fail"
373 tags-recursive:
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376         done
377 ctags-recursive:
378         list='$(SUBDIRS)'; for subdir in $$list; do \
379           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
380         done
381
382 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
383         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384         unique=`for i in $$list; do \
385             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386           done | \
387           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388               END { if (nonempty) { for (i in files) print i; }; }'`; \
389         mkid -fID $$unique
390 tags: TAGS
391
392 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
393                 $(TAGS_FILES) $(LISP)
394         set x; \
395         here=`pwd`; \
396         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
397           include_option=--etags-include; \
398           empty_fix=.; \
399         else \
400           include_option=--include; \
401           empty_fix=; \
402         fi; \
403         list='$(SUBDIRS)'; for subdir in $$list; do \
404           if test "$$subdir" = .; then :; else \
405             test ! -f $$subdir/TAGS || \
406               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
407           fi; \
408         done; \
409         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
410         unique=`for i in $$list; do \
411             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412           done | \
413           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414               END { if (nonempty) { for (i in files) print i; }; }'`; \
415         shift; \
416         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417           test -n "$$unique" || unique=$$empty_fix; \
418           if test $$# -gt 0; then \
419             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420               "$$@" $$unique; \
421           else \
422             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423               $$unique; \
424           fi; \
425         fi
426 ctags: CTAGS
427 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
428                 $(TAGS_FILES) $(LISP)
429         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
430         unique=`for i in $$list; do \
431             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432           done | \
433           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434               END { if (nonempty) { for (i in files) print i; }; }'`; \
435         test -z "$(CTAGS_ARGS)$$unique" \
436           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437              $$unique
438
439 GTAGS:
440         here=`$(am__cd) $(top_builddir) && pwd` \
441           && $(am__cd) $(top_srcdir) \
442           && gtags -i $(GTAGS_ARGS) "$$here"
443
444 distclean-tags:
445         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446
447 distdir: $(DISTFILES)
448         $(am__remove_distdir)
449         test -d "$(distdir)" || mkdir "$(distdir)"
450         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
451         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452         list='$(DISTFILES)'; \
453           dist_files=`for file in $$list; do echo $$file; done | \
454           sed -e "s|^$$srcdirstrip/||;t" \
455               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
456         case $$dist_files in \
457           */*) $(MKDIR_P) `echo "$$dist_files" | \
458                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
459                            sort -u` ;; \
460         esac; \
461         for file in $$dist_files; do \
462           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
463           if test -d $$d/$$file; then \
464             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465             if test -d "$(distdir)/$$file"; then \
466               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467             fi; \
468             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
469               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
470               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
471             fi; \
472             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
473           else \
474             test -f "$(distdir)/$$file" \
475             || cp -p $$d/$$file "$(distdir)/$$file" \
476             || exit 1; \
477           fi; \
478         done
479         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
480           if test "$$subdir" = .; then :; else \
481             test -d "$(distdir)/$$subdir" \
482             || $(MKDIR_P) "$(distdir)/$$subdir" \
483             || exit 1; \
484           fi; \
485         done
486         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
487           if test "$$subdir" = .; then :; else \
488             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
489             $(am__relativize); \
490             new_distdir=$$reldir; \
491             dir1=$$subdir; dir2="$(top_distdir)"; \
492             $(am__relativize); \
493             new_top_distdir=$$reldir; \
494             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
495             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
496             ($(am__cd) $$subdir && \
497               $(MAKE) $(AM_MAKEFLAGS) \
498                 top_distdir="$$new_top_distdir" \
499                 distdir="$$new_distdir" \
500                 am__remove_distdir=: \
501                 am__skip_length_check=: \
502                 am__skip_mode_fix=: \
503                 distdir) \
504               || exit 1; \
505           fi; \
506         done
507         -test -n "$(am__skip_mode_fix)" \
508         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
509           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
510           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
511           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
512         || chmod -R a+r "$(distdir)"
513 dist-gzip: distdir
514         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
515         $(am__remove_distdir)
516
517 dist-bzip2: distdir
518         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
519         $(am__remove_distdir)
520
521 dist-lzma: distdir
522         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
523         $(am__remove_distdir)
524
525 dist-xz: distdir
526         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
527         $(am__remove_distdir)
528
529 dist-tarZ: distdir
530         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
531         $(am__remove_distdir)
532
533 dist-shar: distdir
534         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
535         $(am__remove_distdir)
536
537 dist-zip: distdir
538         -rm -f $(distdir).zip
539         zip -rq $(distdir).zip $(distdir)
540         $(am__remove_distdir)
541
542 dist dist-all: distdir
543         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544         $(am__remove_distdir)
545
546 # This target untars the dist file and tries a VPATH configuration.  Then
547 # it guarantees that the distribution is self-contained by making another
548 # tarfile.
549 distcheck: dist
550         case '$(DIST_ARCHIVES)' in \
551         *.tar.gz*) \
552           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
553         *.tar.bz2*) \
554           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
555         *.tar.lzma*) \
556           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
557         *.tar.xz*) \
558           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
559         *.tar.Z*) \
560           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
561         *.shar.gz*) \
562           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
563         *.zip*) \
564           unzip $(distdir).zip ;;\
565         esac
566         chmod -R a-w $(distdir); chmod a+w $(distdir)
567         mkdir $(distdir)/_build
568         mkdir $(distdir)/_inst
569         chmod a-w $(distdir)
570         test -d $(distdir)/_build || exit 0; \
571         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
572           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
573           && am__cwd=`pwd` \
574           && $(am__cd) $(distdir)/_build \
575           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
576             $(DISTCHECK_CONFIGURE_FLAGS) \
577           && $(MAKE) $(AM_MAKEFLAGS) \
578           && $(MAKE) $(AM_MAKEFLAGS) dvi \
579           && $(MAKE) $(AM_MAKEFLAGS) check \
580           && $(MAKE) $(AM_MAKEFLAGS) install \
581           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
582           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
583           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
584                 distuninstallcheck \
585           && chmod -R a-w "$$dc_install_base" \
586           && ({ \
587                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
588                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
589                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
590                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
591                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
592               } || { rm -rf "$$dc_destdir"; exit 1; }) \
593           && rm -rf "$$dc_destdir" \
594           && $(MAKE) $(AM_MAKEFLAGS) dist \
595           && rm -rf $(DIST_ARCHIVES) \
596           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
597           && cd "$$am__cwd" \
598           || exit 1
599         $(am__remove_distdir)
600         @(echo "$(distdir) archives ready for distribution: "; \
601           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
602           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
603 distuninstallcheck:
604         @$(am__cd) '$(distuninstallcheck_dir)' \
605         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
606            || { echo "ERROR: files left after uninstall:" ; \
607                 if test -n "$(DESTDIR)"; then \
608                   echo "  (check DESTDIR support)"; \
609                 fi ; \
610                 $(distuninstallcheck_listfiles) ; \
611                 exit 1; } >&2
612 distcleancheck: distclean
613         @if test '$(srcdir)' = . ; then \
614           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
615           exit 1 ; \
616         fi
617         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
618           || { echo "ERROR: files left in build directory after distclean:" ; \
619                $(distcleancheck_listfiles) ; \
620                exit 1; } >&2
621 check-am: all-am
622 check: check-recursive
623 all-am: Makefile config.h
624 installdirs: installdirs-recursive
625 installdirs-am:
626 install: install-recursive
627 install-exec: install-exec-recursive
628 install-data: install-data-recursive
629 uninstall: uninstall-recursive
630
631 install-am: all-am
632         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
633
634 installcheck: installcheck-recursive
635 install-strip:
636         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638           `test -z '$(STRIP)' || \
639             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
640 mostlyclean-generic:
641
642 clean-generic:
643
644 distclean-generic:
645         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
646         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
647
648 maintainer-clean-generic:
649         @echo "This command is intended for maintainers to use"
650         @echo "it deletes files that may require special tools to rebuild."
651         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
652 clean: clean-recursive
653
654 clean-am: clean-generic clean-libtool mostlyclean-am
655
656 distclean: distclean-recursive
657         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
658         -rm -f Makefile
659 distclean-am: clean-am distclean-generic distclean-hdr \
660         distclean-libtool distclean-tags
661
662 dvi: dvi-recursive
663
664 dvi-am:
665
666 html: html-recursive
667
668 html-am:
669
670 info: info-recursive
671
672 info-am:
673
674 install-data-am:
675
676 install-dvi: install-dvi-recursive
677
678 install-dvi-am:
679
680 install-exec-am:
681
682 install-html: install-html-recursive
683
684 install-html-am:
685
686 install-info: install-info-recursive
687
688 install-info-am:
689
690 install-man:
691
692 install-pdf: install-pdf-recursive
693
694 install-pdf-am:
695
696 install-ps: install-ps-recursive
697
698 install-ps-am:
699
700 installcheck-am:
701
702 maintainer-clean: maintainer-clean-recursive
703         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
704         -rm -rf $(top_srcdir)/autom4te.cache
705         -rm -f Makefile
706 maintainer-clean-am: distclean-am maintainer-clean-generic
707
708 mostlyclean: mostlyclean-recursive
709
710 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712 pdf: pdf-recursive
713
714 pdf-am:
715
716 ps: ps-recursive
717
718 ps-am:
719
720 uninstall-am:
721
722 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
723         ctags-recursive install-am install-strip tags-recursive
724
725 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
726         all all-am am--refresh check check-am clean clean-generic \
727         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
728         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
729         distcheck distclean distclean-generic distclean-hdr \
730         distclean-libtool distclean-tags distcleancheck distdir \
731         distuninstallcheck dvi dvi-am html html-am info info-am \
732         install install-am install-data install-data-am install-dvi \
733         install-dvi-am install-exec install-exec-am install-html \
734         install-html-am install-info install-info-am install-man \
735         install-pdf install-pdf-am install-ps install-ps-am \
736         install-strip installcheck installcheck-am installdirs \
737         installdirs-am maintainer-clean maintainer-clean-generic \
738         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
739         ps ps-am tags tags-recursive uninstall uninstall-am
740
741
742 # Tell versions [3.59,3.63) of GNU make to not export all variables.
743 # Otherwise a system limit (for SysV at least) may be exceeded.
744 .NOEXPORT: