root/trunk/fm_tools/Makefile.in

Revision 208, 21.9 KB (checked in by ath, 4 years ago)

Move "fm_tools".

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