Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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