Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/EnvMapping/Makefile.in @ 1

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