Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Makefile.in @ 1

Last change on this file since 1 was 1, checked in by landauf, 17 years ago
File size: 22.6 KB
Line 
1# Makefile.in generated by automake 1.9.5 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@
39target_triplet = @target@
40DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41        $(srcdir)/Makefile.in $(srcdir)/OGRE.pc.in \
42        $(top_srcdir)/configure AUTHORS COPYING INSTALL config.guess \
43        config.sub depcomp install-sh ltmain.sh missing
44subdir = .
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
47        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49        $(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno
52mkinstalldirs = $(install_sh) -d
53CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
54CONFIG_CLEAN_FILES = OGRE.pc
55SOURCES =
56DIST_SOURCES =
57RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58        html-recursive info-recursive install-data-recursive \
59        install-exec-recursive install-info-recursive \
60        install-recursive installcheck-recursive installdirs-recursive \
61        pdf-recursive ps-recursive uninstall-info-recursive \
62        uninstall-recursive
63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64am__vpath_adj = case $$p in \
65    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66    *) f=$$p;; \
67  esac;
68am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
70pkgconfigDATA_INSTALL = $(INSTALL_DATA)
71DATA = $(pkgconfig_DATA)
72ETAGS = etags
73CTAGS = ctags
74DIST_SUBDIRS = $(SUBDIRS)
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76distdir = $(PACKAGE)-$(VERSION)
77top_distdir = $(distdir)
78am__remove_distdir = \
79  { test ! -d $(distdir) \
80    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
81         && rm -fr $(distdir); }; }
82DIST_ARCHIVES = $(distdir).tar.gz
83GZIP_ENV = --best
84distuninstallcheck_listfiles = find . -type f -print
85distcleancheck_listfiles = find . -type f -print
86ACLOCAL = @ACLOCAL@
87AMDEP_FALSE = @AMDEP_FALSE@
88AMDEP_TRUE = @AMDEP_TRUE@
89AMTAR = @AMTAR@
90AR = @AR@
91AUTOCONF = @AUTOCONF@
92AUTOHEADER = @AUTOHEADER@
93AUTOMAKE = @AUTOMAKE@
94AWK = @AWK@
95BUILD_CGPLUGIN_FALSE = @BUILD_CGPLUGIN_FALSE@
96BUILD_CGPLUGIN_TRUE = @BUILD_CGPLUGIN_TRUE@
97BUILD_DX9RENDERSYSTEM_FALSE = @BUILD_DX9RENDERSYSTEM_FALSE@
98BUILD_DX9RENDERSYSTEM_TRUE = @BUILD_DX9RENDERSYSTEM_TRUE@
99BUILD_EXRPLUGIN_FALSE = @BUILD_EXRPLUGIN_FALSE@
100BUILD_EXRPLUGIN_TRUE = @BUILD_EXRPLUGIN_TRUE@
101BUILD_UNIT_TESTS_FALSE = @BUILD_UNIT_TESTS_FALSE@
102BUILD_UNIT_TESTS_TRUE = @BUILD_UNIT_TESTS_TRUE@
103CC = @CC@
104CCDEPMODE = @CCDEPMODE@
105CEGUI_CFLAGS = @CEGUI_CFLAGS@
106CEGUI_LIBS = @CEGUI_LIBS@
107CFLAGS = @CFLAGS@
108CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@
109CPP = @CPP@
110CPPFLAGS = @CPPFLAGS@
111CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
112CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
113CPPUNIT_LIBS = @CPPUNIT_LIBS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121ECHO = @ECHO@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127F77 = @F77@
128FFLAGS = @FFLAGS@
129FT2_CFLAGS = @FT2_CFLAGS@
130FT2_CONFIG = @FT2_CONFIG@
131FT2_LIBS = @FT2_LIBS@
132GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@
133GLSUPPORT_LIBS = @GLSUPPORT_LIBS@
134GL_LIBS = @GL_LIBS@
135GTK_CFLAGS = @GTK_CFLAGS@
136GTK_LIBS = @GTK_LIBS@
137HAVE_CEGUI_FALSE = @HAVE_CEGUI_FALSE@
138HAVE_CEGUI_TRUE = @HAVE_CEGUI_TRUE@
139INSTALL_DATA = @INSTALL_DATA@
140INSTALL_PROGRAM = @INSTALL_PROGRAM@
141INSTALL_SCRIPT = @INSTALL_SCRIPT@
142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143LDFLAGS = @LDFLAGS@
144LEX = @LEX@
145LEXLIB = @LEXLIB@
146LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LIBTOOL = @LIBTOOL@
150LN_S = @LN_S@
151LTLIBOBJS = @LTLIBOBJS@
152MAKEINFO = @MAKEINFO@
153OBJEXT = @OBJEXT@
154OGRE_BUILDING_DEMOS_FALSE = @OGRE_BUILDING_DEMOS_FALSE@
155OGRE_BUILDING_DEMOS_TRUE = @OGRE_BUILDING_DEMOS_TRUE@
156OGRE_BUILD_SSE_FALSE = @OGRE_BUILD_SSE_FALSE@
157OGRE_BUILD_SSE_TRUE = @OGRE_BUILD_SSE_TRUE@
158OGRE_CFLAGS = @OGRE_CFLAGS@
159OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
160OGRE_GUI = @OGRE_GUI@
161OGRE_LINUX_FALSE = @OGRE_LINUX_FALSE@
162OGRE_LINUX_TRUE = @OGRE_LINUX_TRUE@
163OGRE_NT_FALSE = @OGRE_NT_FALSE@
164OGRE_NT_TRUE = @OGRE_NT_TRUE@
165OGRE_OSX_FALSE = @OGRE_OSX_FALSE@
166OGRE_OSX_TRUE = @OGRE_OSX_TRUE@
167OGRE_PLATFORM = @OGRE_PLATFORM@
168OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
169OIS_CFLAGS = @OIS_CFLAGS@
170OIS_LIBS = @OIS_LIBS@
171OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
172OPENEXR_LIBS = @OPENEXR_LIBS@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_VERSION = @PACKAGE_VERSION@
179PATH_SEPARATOR = @PATH_SEPARATOR@
180PKG_CONFIG = @PKG_CONFIG@
181PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
182PLATFORM_LIBS = @PLATFORM_LIBS@
183PLUGIN_FLAGS = @PLUGIN_FLAGS@
184RANLIB = @RANLIB@
185RC = @RC@
186SAME_PLATFORM_AND_GUI_FALSE = @SAME_PLATFORM_AND_GUI_FALSE@
187SAME_PLATFORM_AND_GUI_TRUE = @SAME_PLATFORM_AND_GUI_TRUE@
188SET_MAKE = @SET_MAKE@
189SHARED_FLAGS = @SHARED_FLAGS@
190SHELL = @SHELL@
191STLPORT_CFLAGS = @STLPORT_CFLAGS@
192STLPORT_LIBS = @STLPORT_LIBS@
193STRIP = @STRIP@
194USE_DEVIL_FALSE = @USE_DEVIL_FALSE@
195USE_DEVIL_TRUE = @USE_DEVIL_TRUE@
196USE_FREEIMAGE_FALSE = @USE_FREEIMAGE_FALSE@
197USE_FREEIMAGE_TRUE = @USE_FREEIMAGE_TRUE@
198VERSION = @VERSION@
199YACC = @YACC@
200ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
201ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
202abs_top_builddir = @abs_top_builddir@
203ac_ct_AR = @ac_ct_AR@
204ac_ct_CC = @ac_ct_CC@
205ac_ct_CXX = @ac_ct_CXX@
206ac_ct_F77 = @ac_ct_F77@
207ac_ct_RANLIB = @ac_ct_RANLIB@
208ac_ct_RC = @ac_ct_RC@
209ac_ct_STRIP = @ac_ct_STRIP@
210ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
211am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
212am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
213am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
214am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
215am__include = @am__include@
216am__leading_dot = @am__leading_dot@
217am__quote = @am__quote@
218am__tar = @am__tar@
219am__untar = @am__untar@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
226datadir = @datadir@
227exec_prefix = @exec_prefix@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233includedir = @includedir@
234infodir = @infodir@
235install_sh = @install_sh@
236libdir = @libdir@
237libexecdir = @libexecdir@
238localstatedir = @localstatedir@
239mandir = @mandir@
240mkdir_p = @mkdir_p@
241ogreexecdir = @ogreexecdir@
242oldincludedir = @oldincludedir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247sysconfdir = @sysconfdir@
248target = @target@
249target_alias = @target_alias@
250target_cpu = @target_cpu@
251target_os = @target_os@
252target_vendor = @target_vendor@
253SUBDIRS = OgreMain PlugIns RenderSystems Samples Tools Tests
254ACLOCAL_AMFLAGS = -I Scripts/m4
255AUTOMAKE_OPTIONS = foreign
256pkgconfigdir = $(libdir)/pkgconfig
257pkgconfig_DATA = OGRE.pc
258all: all-recursive
259
260.SUFFIXES:
261am--refresh:
262        @:
263$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
264        @for dep in $?; do \
265          case '$(am__configure_deps)' in \
266            *$$dep*) \
267              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
268              cd $(srcdir) && $(AUTOMAKE) --foreign  \
269                && exit 0; \
270              exit 1;; \
271          esac; \
272        done; \
273        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
274        cd $(top_srcdir) && \
275          $(AUTOMAKE) --foreign  Makefile
276.PRECIOUS: Makefile
277Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278        @case '$?' in \
279          *config.status*) \
280            echo ' $(SHELL) ./config.status'; \
281            $(SHELL) ./config.status;; \
282          *) \
283            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
284            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
285        esac;
286
287$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
288        $(SHELL) ./config.status --recheck
289
290$(top_srcdir)/configure:  $(am__configure_deps)
291        cd $(srcdir) && $(AUTOCONF)
292$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
293        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
294OGRE.pc: $(top_builddir)/config.status $(srcdir)/OGRE.pc.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-pkgconfigDATA: $(pkgconfig_DATA)
307        @$(NORMAL_INSTALL)
308        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
309        @list='$(pkgconfig_DATA)'; for p in $$list; do \
310          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
311          f=$(am__strip_dir) \
312          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
313          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
314        done
315
316uninstall-pkgconfigDATA:
317        @$(NORMAL_UNINSTALL)
318        @list='$(pkgconfig_DATA)'; for p in $$list; do \
319          f=$(am__strip_dir) \
320          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
321          rm -f "$(DESTDIR)$(pkgconfigdir)/$$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)  $(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)  $(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)  $(TAGS_DEPENDENCIES) \
435                $(TAGS_FILES) $(LISP)
436        tags=; \
437        here=`pwd`; \
438        list='$(SOURCES) $(HEADERS)  $(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)/. $(distdir)/Samples/Common/CEGUIRenderer $(distdir)/Scripts/m4
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        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
502          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
503          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
504          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
505        || chmod -R a+r $(distdir)
506dist-gzip: distdir
507        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
508        $(am__remove_distdir)
509
510dist-bzip2: distdir
511        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
512        $(am__remove_distdir)
513
514dist-tarZ: distdir
515        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
516        $(am__remove_distdir)
517
518dist-shar: distdir
519        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
520        $(am__remove_distdir)
521
522dist-zip: distdir
523        -rm -f $(distdir).zip
524        zip -rq $(distdir).zip $(distdir)
525        $(am__remove_distdir)
526
527dist dist-all: distdir
528        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
529        $(am__remove_distdir)
530
531# This target untars the dist file and tries a VPATH configuration.  Then
532# it guarantees that the distribution is self-contained by making another
533# tarfile.
534distcheck: dist
535        case '$(DIST_ARCHIVES)' in \
536        *.tar.gz*) \
537          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
538        *.tar.bz2*) \
539          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
540        *.tar.Z*) \
541          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
542        *.shar.gz*) \
543          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
544        *.zip*) \
545          unzip $(distdir).zip ;;\
546        esac
547        chmod -R a-w $(distdir); chmod a+w $(distdir)
548        mkdir $(distdir)/_build
549        mkdir $(distdir)/_inst
550        chmod a-w $(distdir)
551        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
552          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
553          && cd $(distdir)/_build \
554          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
555            $(DISTCHECK_CONFIGURE_FLAGS) \
556          && $(MAKE) $(AM_MAKEFLAGS) \
557          && $(MAKE) $(AM_MAKEFLAGS) dvi \
558          && $(MAKE) $(AM_MAKEFLAGS) check \
559          && $(MAKE) $(AM_MAKEFLAGS) install \
560          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
561          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
562          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
563                distuninstallcheck \
564          && chmod -R a-w "$$dc_install_base" \
565          && ({ \
566               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
567               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
568               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
569               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
570                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
571              } || { rm -rf "$$dc_destdir"; exit 1; }) \
572          && rm -rf "$$dc_destdir" \
573          && $(MAKE) $(AM_MAKEFLAGS) dist \
574          && rm -rf $(DIST_ARCHIVES) \
575          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
576        $(am__remove_distdir)
577        @(echo "$(distdir) archives ready for distribution: "; \
578          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
579          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
580distuninstallcheck:
581        @cd $(distuninstallcheck_dir) \
582        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
583           || { echo "ERROR: files left after uninstall:" ; \
584                if test -n "$(DESTDIR)"; then \
585                  echo "  (check DESTDIR support)"; \
586                fi ; \
587                $(distuninstallcheck_listfiles) ; \
588                exit 1; } >&2
589distcleancheck: distclean
590        @if test '$(srcdir)' = . ; then \
591          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
592          exit 1 ; \
593        fi
594        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
595          || { echo "ERROR: files left in build directory after distclean:" ; \
596               $(distcleancheck_listfiles) ; \
597               exit 1; } >&2
598check-am: all-am
599check: check-recursive
600all-am: Makefile $(DATA)
601installdirs: installdirs-recursive
602installdirs-am:
603        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
604          test -z "$$dir" || $(mkdir_p) "$$dir"; \
605        done
606install: install-recursive
607install-exec: install-exec-recursive
608install-data: install-data-recursive
609uninstall: uninstall-recursive
610
611install-am: all-am
612        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
613
614installcheck: installcheck-recursive
615install-strip:
616        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618          `test -z '$(STRIP)' || \
619            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
620mostlyclean-generic:
621
622clean-generic:
623
624distclean-generic:
625        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626
627maintainer-clean-generic:
628        @echo "This command is intended for maintainers to use"
629        @echo "it deletes files that may require special tools to rebuild."
630clean: clean-recursive
631
632clean-am: clean-generic clean-libtool mostlyclean-am
633
634distclean: distclean-recursive
635        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
636        -rm -f Makefile
637distclean-am: clean-am distclean-generic distclean-libtool \
638        distclean-tags
639
640dvi: dvi-recursive
641
642dvi-am:
643
644html: html-recursive
645
646info: info-recursive
647
648info-am:
649
650install-data-am: install-pkgconfigDATA
651
652install-exec-am:
653
654install-info: install-info-recursive
655
656install-man:
657
658installcheck-am:
659
660maintainer-clean: maintainer-clean-recursive
661        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
662        -rm -rf $(top_srcdir)/autom4te.cache
663        -rm -f Makefile
664maintainer-clean-am: distclean-am maintainer-clean-generic
665
666mostlyclean: mostlyclean-recursive
667
668mostlyclean-am: mostlyclean-generic mostlyclean-libtool
669
670pdf: pdf-recursive
671
672pdf-am:
673
674ps: ps-recursive
675
676ps-am:
677
678uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
679
680uninstall-info: uninstall-info-recursive
681
682.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
683        check-am clean clean-generic clean-libtool clean-recursive \
684        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
685        dist-shar dist-tarZ dist-zip distcheck distclean \
686        distclean-generic distclean-libtool distclean-recursive \
687        distclean-tags distcleancheck distdir distuninstallcheck dvi \
688        dvi-am html html-am info info-am install install-am \
689        install-data install-data-am install-exec install-exec-am \
690        install-info install-info-am install-man install-pkgconfigDATA \
691        install-strip installcheck installcheck-am installdirs \
692        installdirs-am maintainer-clean maintainer-clean-generic \
693        maintainer-clean-recursive mostlyclean mostlyclean-generic \
694        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
695        tags tags-recursive uninstall uninstall-am uninstall-info-am \
696        uninstall-pkgconfigDATA
697
698# Tell versions [3.59,3.63) of GNU make to not export all variables.
699# Otherwise a system limit (for SysV at least) may be exceeded.
700.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.