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