root/foundation-libs/libxt-maxx/Makefile.in

Revision 5, 22.8 KB (checked in by emasson, 3 years ago)

initial import for the community edition

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