Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Common/CEGUIRenderer/Makefile.in @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

File size: 17.5 KB
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@
39target_triplet = @target@
40subdir = Samples/Common/CEGUIRenderer
41DIST_COMMON = $(srcdir)/CEGUI-OGRE.pc.in $(srcdir)/Makefile.am \
42        $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
45        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47        $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
50CONFIG_CLEAN_FILES = CEGUI-OGRE.pc
51SOURCES =
52DIST_SOURCES =
53RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54        html-recursive info-recursive install-data-recursive \
55        install-exec-recursive install-info-recursive \
56        install-recursive installcheck-recursive installdirs-recursive \
57        pdf-recursive ps-recursive uninstall-info-recursive \
58        uninstall-recursive
59am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60am__vpath_adj = case $$p in \
61    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62    *) f=$$p;; \
63  esac;
64am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
65am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
66pkgconfigDATA_INSTALL = $(INSTALL_DATA)
67DATA = $(pkgconfig_DATA)
68ETAGS = etags
69CTAGS = ctags
70DIST_SUBDIRS = $(SUBDIRS)
71DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72ACLOCAL = @ACLOCAL@
73AMDEP_FALSE = @AMDEP_FALSE@
74AMDEP_TRUE = @AMDEP_TRUE@
75AMTAR = @AMTAR@
76AR = @AR@
77AUTOCONF = @AUTOCONF@
78AUTOHEADER = @AUTOHEADER@
79AUTOMAKE = @AUTOMAKE@
80AWK = @AWK@
81BUILD_CGPLUGIN_FALSE = @BUILD_CGPLUGIN_FALSE@
82BUILD_CGPLUGIN_TRUE = @BUILD_CGPLUGIN_TRUE@
83BUILD_DX9RENDERSYSTEM_FALSE = @BUILD_DX9RENDERSYSTEM_FALSE@
84BUILD_DX9RENDERSYSTEM_TRUE = @BUILD_DX9RENDERSYSTEM_TRUE@
85BUILD_EXRPLUGIN_FALSE = @BUILD_EXRPLUGIN_FALSE@
86BUILD_EXRPLUGIN_TRUE = @BUILD_EXRPLUGIN_TRUE@
87BUILD_UNIT_TESTS_FALSE = @BUILD_UNIT_TESTS_FALSE@
88BUILD_UNIT_TESTS_TRUE = @BUILD_UNIT_TESTS_TRUE@
89CC = @CC@
90CCDEPMODE = @CCDEPMODE@
91CEGUI_CFLAGS = @CEGUI_CFLAGS@
92CEGUI_LIBS = @CEGUI_LIBS@
93CFLAGS = @CFLAGS@
94CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
98CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
99CPPUNIT_LIBS = @CPPUNIT_LIBS@
100CXX = @CXX@
101CXXCPP = @CXXCPP@
102CXXDEPMODE = @CXXDEPMODE@
103CXXFLAGS = @CXXFLAGS@
104CYGPATH_W = @CYGPATH_W@
105DEFS = @DEFS@
106DEPDIR = @DEPDIR@
107ECHO = @ECHO@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
112EXEEXT = @EXEEXT@
113F77 = @F77@
114FFLAGS = @FFLAGS@
115FT2_CFLAGS = @FT2_CFLAGS@
116FT2_CONFIG = @FT2_CONFIG@
117FT2_LIBS = @FT2_LIBS@
118GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@
119GLSUPPORT_LIBS = @GLSUPPORT_LIBS@
120GL_LIBS = @GL_LIBS@
121GREP = @GREP@
122GTK_CFLAGS = @GTK_CFLAGS@
123GTK_LIBS = @GTK_LIBS@
124HAVE_CEGUI_FALSE = @HAVE_CEGUI_FALSE@
125HAVE_CEGUI_TRUE = @HAVE_CEGUI_TRUE@
126INSTALL_DATA = @INSTALL_DATA@
127INSTALL_PROGRAM = @INSTALL_PROGRAM@
128INSTALL_SCRIPT = @INSTALL_SCRIPT@
129INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130LDFLAGS = @LDFLAGS@
131LEX = @LEX@
132LEXLIB = @LEXLIB@
133LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
134LIBOBJS = @LIBOBJS@
135LIBS = @LIBS@
136LIBTOOL = @LIBTOOL@
137LN_S = @LN_S@
138LTLIBOBJS = @LTLIBOBJS@
139MAKEINFO = @MAKEINFO@
140OBJEXT = @OBJEXT@
141OGRE_BUILDING_DEMOS_FALSE = @OGRE_BUILDING_DEMOS_FALSE@
142OGRE_BUILDING_DEMOS_TRUE = @OGRE_BUILDING_DEMOS_TRUE@
143OGRE_BUILD_SSE_FALSE = @OGRE_BUILD_SSE_FALSE@
144OGRE_BUILD_SSE_TRUE = @OGRE_BUILD_SSE_TRUE@
145OGRE_CFLAGS = @OGRE_CFLAGS@
146OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
147OGRE_GUI = @OGRE_GUI@
148OGRE_LINUX_FALSE = @OGRE_LINUX_FALSE@
149OGRE_LINUX_TRUE = @OGRE_LINUX_TRUE@
150OGRE_NT_FALSE = @OGRE_NT_FALSE@
151OGRE_NT_TRUE = @OGRE_NT_TRUE@
152OGRE_OSX_FALSE = @OGRE_OSX_FALSE@
153OGRE_OSX_TRUE = @OGRE_OSX_TRUE@
154OGRE_PLATFORM = @OGRE_PLATFORM@
155OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
156OIS_CFLAGS = @OIS_CFLAGS@
157OIS_LIBS = @OIS_LIBS@
158OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
159OPENEXR_LIBS = @OPENEXR_LIBS@
160PACKAGE = @PACKAGE@
161PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162PACKAGE_NAME = @PACKAGE_NAME@
163PACKAGE_STRING = @PACKAGE_STRING@
164PACKAGE_TARNAME = @PACKAGE_TARNAME@
165PACKAGE_VERSION = @PACKAGE_VERSION@
166PATH_SEPARATOR = @PATH_SEPARATOR@
167PKG_CONFIG = @PKG_CONFIG@
168PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
169PLATFORM_LIBS = @PLATFORM_LIBS@
170PLUGIN_FLAGS = @PLUGIN_FLAGS@
171RANLIB = @RANLIB@
172RC = @RC@
173SAME_PLATFORM_AND_GUI_FALSE = @SAME_PLATFORM_AND_GUI_FALSE@
174SAME_PLATFORM_AND_GUI_TRUE = @SAME_PLATFORM_AND_GUI_TRUE@
175SET_MAKE = @SET_MAKE@
176SHARED_FLAGS = @SHARED_FLAGS@
177SHELL = @SHELL@
178STLPORT_CFLAGS = @STLPORT_CFLAGS@
179STLPORT_LIBS = @STLPORT_LIBS@
180STRIP = @STRIP@
181USE_DEVIL_FALSE = @USE_DEVIL_FALSE@
182USE_DEVIL_TRUE = @USE_DEVIL_TRUE@
183USE_FREEIMAGE_FALSE = @USE_FREEIMAGE_FALSE@
184USE_FREEIMAGE_TRUE = @USE_FREEIMAGE_TRUE@
185VERSION = @VERSION@
186XMKMF = @XMKMF@
187YACC = @YACC@
188YFLAGS = @YFLAGS@
189ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
190ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
191abs_top_builddir = @abs_top_builddir@
192ac_ct_CC = @ac_ct_CC@
193ac_ct_CXX = @ac_ct_CXX@
194ac_ct_F77 = @ac_ct_F77@
195am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
198am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210datadir = @datadir@
211datarootdir = @datarootdir@
212docdir = @docdir@
213dvidir = @dvidir@
214exec_prefix = @exec_prefix@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220htmldir = @htmldir@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localedir = @localedir@
227localstatedir = @localstatedir@
228mandir = @mandir@
229mkdir_p = @mkdir_p@
230ogreexecdir = @ogreexecdir@
231oldincludedir = @oldincludedir@
232pdfdir = @pdfdir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238sysconfdir = @sysconfdir@
239target = @target@
240target_alias = @target_alias@
241target_cpu = @target_cpu@
242target_os = @target_os@
243target_vendor = @target_vendor@
244SUBDIRS = src include
245pkgconfigdir = $(libdir)/pkgconfig
246pkgconfig_DATA = CEGUI-OGRE.pc
247all: all-recursive
248
249.SUFFIXES:
250$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
251        @for dep in $?; do \
252          case '$(am__configure_deps)' in \
253            *$$dep*) \
254              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
255                && exit 0; \
256              exit 1;; \
257          esac; \
258        done; \
259        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/Common/CEGUIRenderer/Makefile'; \
260        cd $(top_srcdir) && \
261          $(AUTOMAKE) --foreign  Samples/Common/CEGUIRenderer/Makefile
262.PRECIOUS: Makefile
263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264        @case '$?' in \
265          *config.status*) \
266            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267          *) \
268            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270        esac;
271
272$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
275$(top_srcdir)/configure:  $(am__configure_deps)
276        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
278        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279CEGUI-OGRE.pc: $(top_builddir)/config.status $(srcdir)/CEGUI-OGRE.pc.in
280        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
281
282mostlyclean-libtool:
283        -rm -f *.lo
284
285clean-libtool:
286        -rm -rf .libs _libs
287
288distclean-libtool:
289        -rm -f libtool
290uninstall-info-am:
291install-pkgconfigDATA: $(pkgconfig_DATA)
292        @$(NORMAL_INSTALL)
293        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
294        @list='$(pkgconfig_DATA)'; for p in $$list; do \
295          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
296          f=$(am__strip_dir) \
297          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
298          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
299        done
300
301uninstall-pkgconfigDATA:
302        @$(NORMAL_UNINSTALL)
303        @list='$(pkgconfig_DATA)'; for p in $$list; do \
304          f=$(am__strip_dir) \
305          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
306          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
307        done
308
309# This directory's subdirectories are mostly independent; you can cd
310# into them and run `make' without going through this Makefile.
311# To change the values of `make' variables: instead of editing Makefiles,
312# (1) if the variable is set in `config.status', edit `config.status'
313#     (which will cause the Makefiles to be regenerated when you run `make');
314# (2) otherwise, pass the desired values on the `make' command line.
315$(RECURSIVE_TARGETS):
316        @failcom='exit 1'; \
317        for f in x $$MAKEFLAGS; do \
318          case $$f in \
319            *=* | --[!k]*);; \
320            *k*) failcom='fail=yes';; \
321          esac; \
322        done; \
323        dot_seen=no; \
324        target=`echo $@ | sed s/-recursive//`; \
325        list='$(SUBDIRS)'; for subdir in $$list; do \
326          echo "Making $$target in $$subdir"; \
327          if test "$$subdir" = "."; then \
328            dot_seen=yes; \
329            local_target="$$target-am"; \
330          else \
331            local_target="$$target"; \
332          fi; \
333          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334          || eval $$failcom; \
335        done; \
336        if test "$$dot_seen" = "no"; then \
337          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
338        fi; test -z "$$fail"
339
340mostlyclean-recursive clean-recursive distclean-recursive \
341maintainer-clean-recursive:
342        @failcom='exit 1'; \
343        for f in x $$MAKEFLAGS; do \
344          case $$f in \
345            *=* | --[!k]*);; \
346            *k*) failcom='fail=yes';; \
347          esac; \
348        done; \
349        dot_seen=no; \
350        case "$@" in \
351          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
352          *) list='$(SUBDIRS)' ;; \
353        esac; \
354        rev=''; for subdir in $$list; do \
355          if test "$$subdir" = "."; then :; else \
356            rev="$$subdir $$rev"; \
357          fi; \
358        done; \
359        rev="$$rev ."; \
360        target=`echo $@ | sed s/-recursive//`; \
361        for subdir in $$rev; do \
362          echo "Making $$target in $$subdir"; \
363          if test "$$subdir" = "."; then \
364            local_target="$$target-am"; \
365          else \
366            local_target="$$target"; \
367          fi; \
368          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369          || eval $$failcom; \
370        done && test -z "$$fail"
371tags-recursive:
372        list='$(SUBDIRS)'; for subdir in $$list; do \
373          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
374        done
375ctags-recursive:
376        list='$(SUBDIRS)'; for subdir in $$list; do \
377          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
378        done
379
380ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382        unique=`for i in $$list; do \
383            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384          done | \
385          $(AWK) '    { files[$$0] = 1; } \
386               END { for (i in files) print i; }'`; \
387        mkid -fID $$unique
388tags: TAGS
389
390TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391                $(TAGS_FILES) $(LISP)
392        tags=; \
393        here=`pwd`; \
394        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
395          include_option=--etags-include; \
396          empty_fix=.; \
397        else \
398          include_option=--include; \
399          empty_fix=; \
400        fi; \
401        list='$(SUBDIRS)'; for subdir in $$list; do \
402          if test "$$subdir" = .; then :; else \
403            test ! -f $$subdir/TAGS || \
404              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
405          fi; \
406        done; \
407        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408        unique=`for i in $$list; do \
409            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410          done | \
411          $(AWK) '    { files[$$0] = 1; } \
412               END { for (i in files) print i; }'`; \
413        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
414          test -n "$$unique" || unique=$$empty_fix; \
415          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
416            $$tags $$unique; \
417        fi
418ctags: CTAGS
419CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420                $(TAGS_FILES) $(LISP)
421        tags=; \
422        here=`pwd`; \
423        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424        unique=`for i in $$list; do \
425            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426          done | \
427          $(AWK) '    { files[$$0] = 1; } \
428               END { for (i in files) print i; }'`; \
429        test -z "$(CTAGS_ARGS)$$tags$$unique" \
430          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431             $$tags $$unique
432
433GTAGS:
434        here=`$(am__cd) $(top_builddir) && pwd` \
435          && cd $(top_srcdir) \
436          && gtags -i $(GTAGS_ARGS) $$here
437
438distclean-tags:
439        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(DISTFILES)
442        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
443        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
444        list='$(DISTFILES)'; for file in $$list; do \
445          case $$file in \
446            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
447            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
448          esac; \
449          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
451          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
452            dir="/$$dir"; \
453            $(mkdir_p) "$(distdir)$$dir"; \
454          else \
455            dir=''; \
456          fi; \
457          if test -d $$d/$$file; then \
458            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
460            fi; \
461            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
462          else \
463            test -f $(distdir)/$$file \
464            || cp -p $$d/$$file $(distdir)/$$file \
465            || exit 1; \
466          fi; \
467        done
468        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469          if test "$$subdir" = .; then :; else \
470            test -d "$(distdir)/$$subdir" \
471            || $(mkdir_p) "$(distdir)/$$subdir" \
472            || exit 1; \
473            distdir=`$(am__cd) $(distdir) && pwd`; \
474            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
475            (cd $$subdir && \
476              $(MAKE) $(AM_MAKEFLAGS) \
477                top_distdir="$$top_distdir" \
478                distdir="$$distdir/$$subdir" \
479                distdir) \
480              || exit 1; \
481          fi; \
482        done
483check-am: all-am
484check: check-recursive
485all-am: Makefile $(DATA)
486installdirs: installdirs-recursive
487installdirs-am:
488        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
489          test -z "$$dir" || $(mkdir_p) "$$dir"; \
490        done
491install: install-recursive
492install-exec: install-exec-recursive
493install-data: install-data-recursive
494uninstall: uninstall-recursive
495
496install-am: all-am
497        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498
499installcheck: installcheck-recursive
500install-strip:
501        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
502          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
503          `test -z '$(STRIP)' || \
504            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
505mostlyclean-generic:
506
507clean-generic:
508
509distclean-generic:
510        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
511
512maintainer-clean-generic:
513        @echo "This command is intended for maintainers to use"
514        @echo "it deletes files that may require special tools to rebuild."
515clean: clean-recursive
516
517clean-am: clean-generic clean-libtool mostlyclean-am
518
519distclean: distclean-recursive
520        -rm -f Makefile
521distclean-am: clean-am distclean-generic distclean-libtool \
522        distclean-tags
523
524dvi: dvi-recursive
525
526dvi-am:
527
528html: html-recursive
529
530info: info-recursive
531
532info-am:
533
534install-data-am: install-pkgconfigDATA
535
536install-exec-am:
537
538install-info: install-info-recursive
539
540install-man:
541
542installcheck-am:
543
544maintainer-clean: maintainer-clean-recursive
545        -rm -f Makefile
546maintainer-clean-am: distclean-am maintainer-clean-generic
547
548mostlyclean: mostlyclean-recursive
549
550mostlyclean-am: mostlyclean-generic mostlyclean-libtool
551
552pdf: pdf-recursive
553
554pdf-am:
555
556ps: ps-recursive
557
558ps-am:
559
560uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
561
562uninstall-info: uninstall-info-recursive
563
564.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
565        clean clean-generic clean-libtool clean-recursive ctags \
566        ctags-recursive distclean distclean-generic distclean-libtool \
567        distclean-recursive distclean-tags distdir dvi dvi-am html \
568        html-am info info-am install install-am install-data \
569        install-data-am install-exec install-exec-am install-info \
570        install-info-am install-man install-pkgconfigDATA \
571        install-strip installcheck installcheck-am installdirs \
572        installdirs-am maintainer-clean maintainer-clean-generic \
573        maintainer-clean-recursive mostlyclean mostlyclean-generic \
574        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
575        tags tags-recursive uninstall uninstall-am uninstall-info-am \
576        uninstall-pkgconfigDATA
577
578# Tell versions [3.59,3.63) of GNU make to not export all variables.
579# Otherwise a system limit (for SysV at least) may be exceeded.
580.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.