Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

=…

File size: 16.6 KB
Line 
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35target_triplet = @target@
36subdir = Samples/Common/CEGUIRenderer
37DIST_COMMON = $(srcdir)/CEGUI-OGRE.pc.in $(srcdir)/Makefile.am \
38        $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
41        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43        $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
46CONFIG_CLEAN_FILES = CEGUI-OGRE.pc
47SOURCES =
48DIST_SOURCES =
49RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50        html-recursive info-recursive install-data-recursive \
51        install-dvi-recursive install-exec-recursive \
52        install-html-recursive install-info-recursive \
53        install-pdf-recursive install-ps-recursive install-recursive \
54        installcheck-recursive installdirs-recursive pdf-recursive \
55        ps-recursive uninstall-recursive
56am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57am__vpath_adj = case $$p in \
58    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59    *) f=$$p;; \
60  esac;
61am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
62am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
63pkgconfigDATA_INSTALL = $(INSTALL_DATA)
64DATA = $(pkgconfig_DATA)
65RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66  distclean-recursive maintainer-clean-recursive
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = $(SUBDIRS)
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71ACLOCAL = @ACLOCAL@
72AMTAR = @AMTAR@
73AR = @AR@
74AUTOCONF = @AUTOCONF@
75AUTOHEADER = @AUTOHEADER@
76AUTOMAKE = @AUTOMAKE@
77AWK = @AWK@
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@
110GREP = @GREP@
111GTK_CFLAGS = @GTK_CFLAGS@
112GTK_LIBS = @GTK_LIBS@
113INSTALL = @INSTALL@
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@
128MKDIR_P = @MKDIR_P@
129OBJEXT = @OBJEXT@
130OGRE_CFLAGS = @OGRE_CFLAGS@
131OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
132OGRE_GUI = @OGRE_GUI@
133OGRE_PLATFORM = @OGRE_PLATFORM@
134OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
135OIS_CFLAGS = @OIS_CFLAGS@
136OIS_LIBS = @OIS_LIBS@
137OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
138OPENEXR_LIBS = @OPENEXR_LIBS@
139PACKAGE = @PACKAGE@
140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141PACKAGE_NAME = @PACKAGE_NAME@
142PACKAGE_STRING = @PACKAGE_STRING@
143PACKAGE_TARNAME = @PACKAGE_TARNAME@
144PACKAGE_VERSION = @PACKAGE_VERSION@
145PATH_SEPARATOR = @PATH_SEPARATOR@
146PKG_CONFIG = @PKG_CONFIG@
147PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
148PLATFORM_LIBS = @PLATFORM_LIBS@
149PLUGIN_FLAGS = @PLUGIN_FLAGS@
150RANLIB = @RANLIB@
151RC = @RC@
152SED = @SED@
153SET_MAKE = @SET_MAKE@
154SHARED_FLAGS = @SHARED_FLAGS@
155SHELL = @SHELL@
156STLPORT_CFLAGS = @STLPORT_CFLAGS@
157STLPORT_LIBS = @STLPORT_LIBS@
158STRIP = @STRIP@
159VERSION = @VERSION@
160XMKMF = @XMKMF@
161YACC = @YACC@
162YFLAGS = @YFLAGS@
163ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
164ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
165abs_builddir = @abs_builddir@
166abs_srcdir = @abs_srcdir@
167abs_top_builddir = @abs_top_builddir@
168abs_top_srcdir = @abs_top_srcdir@
169ac_ct_CC = @ac_ct_CC@
170ac_ct_CXX = @ac_ct_CXX@
171ac_ct_F77 = @ac_ct_F77@
172am__include = @am__include@
173am__leading_dot = @am__leading_dot@
174am__quote = @am__quote@
175am__tar = @am__tar@
176am__untar = @am__untar@
177bindir = @bindir@
178build = @build@
179build_alias = @build_alias@
180build_cpu = @build_cpu@
181build_os = @build_os@
182build_vendor = @build_vendor@
183builddir = @builddir@
184datadir = @datadir@
185datarootdir = @datarootdir@
186docdir = @docdir@
187dvidir = @dvidir@
188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
194htmldir = @htmldir@
195includedir = @includedir@
196infodir = @infodir@
197install_sh = @install_sh@
198libdir = @libdir@
199libexecdir = @libexecdir@
200localedir = @localedir@
201localstatedir = @localstatedir@
202mandir = @mandir@
203mkdir_p = @mkdir_p@
204ogreexecdir = @ogreexecdir@
205oldincludedir = @oldincludedir@
206pdfdir = @pdfdir@
207prefix = @prefix@
208program_transform_name = @program_transform_name@
209psdir = @psdir@
210sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@
212srcdir = @srcdir@
213sysconfdir = @sysconfdir@
214target = @target@
215target_alias = @target_alias@
216target_cpu = @target_cpu@
217target_os = @target_os@
218target_vendor = @target_vendor@
219top_builddir = @top_builddir@
220top_srcdir = @top_srcdir@
221SUBDIRS = src include
222pkgconfigdir = $(libdir)/pkgconfig
223pkgconfig_DATA = CEGUI-OGRE.pc
224all: all-recursive
225
226.SUFFIXES:
227$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
228        @for dep in $?; do \
229          case '$(am__configure_deps)' in \
230            *$$dep*) \
231              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
232                && exit 0; \
233              exit 1;; \
234          esac; \
235        done; \
236        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/Common/CEGUIRenderer/Makefile'; \
237        cd $(top_srcdir) && \
238          $(AUTOMAKE) --foreign  Samples/Common/CEGUIRenderer/Makefile
239.PRECIOUS: Makefile
240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241        @case '$?' in \
242          *config.status*) \
243            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244          *) \
245            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247        esac;
248
249$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252$(top_srcdir)/configure:  $(am__configure_deps)
253        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256CEGUI-OGRE.pc: $(top_builddir)/config.status $(srcdir)/CEGUI-OGRE.pc.in
257        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
258
259mostlyclean-libtool:
260        -rm -f *.lo
261
262clean-libtool:
263        -rm -rf .libs _libs
264install-pkgconfigDATA: $(pkgconfig_DATA)
265        @$(NORMAL_INSTALL)
266        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
267        @list='$(pkgconfig_DATA)'; for p in $$list; do \
268          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269          f=$(am__strip_dir) \
270          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
271          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
272        done
273
274uninstall-pkgconfigDATA:
275        @$(NORMAL_UNINSTALL)
276        @list='$(pkgconfig_DATA)'; for p in $$list; do \
277          f=$(am__strip_dir) \
278          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
279          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
280        done
281
282# This directory's subdirectories are mostly independent; you can cd
283# into them and run `make' without going through this Makefile.
284# To change the values of `make' variables: instead of editing Makefiles,
285# (1) if the variable is set in `config.status', edit `config.status'
286#     (which will cause the Makefiles to be regenerated when you run `make');
287# (2) otherwise, pass the desired values on the `make' command line.
288$(RECURSIVE_TARGETS):
289        @failcom='exit 1'; \
290        for f in x $$MAKEFLAGS; do \
291          case $$f in \
292            *=* | --[!k]*);; \
293            *k*) failcom='fail=yes';; \
294          esac; \
295        done; \
296        dot_seen=no; \
297        target=`echo $@ | sed s/-recursive//`; \
298        list='$(SUBDIRS)'; for subdir in $$list; do \
299          echo "Making $$target in $$subdir"; \
300          if test "$$subdir" = "."; then \
301            dot_seen=yes; \
302            local_target="$$target-am"; \
303          else \
304            local_target="$$target"; \
305          fi; \
306          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307          || eval $$failcom; \
308        done; \
309        if test "$$dot_seen" = "no"; then \
310          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311        fi; test -z "$$fail"
312
313$(RECURSIVE_CLEAN_TARGETS):
314        @failcom='exit 1'; \
315        for f in x $$MAKEFLAGS; do \
316          case $$f in \
317            *=* | --[!k]*);; \
318            *k*) failcom='fail=yes';; \
319          esac; \
320        done; \
321        dot_seen=no; \
322        case "$@" in \
323          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
324          *) list='$(SUBDIRS)' ;; \
325        esac; \
326        rev=''; for subdir in $$list; do \
327          if test "$$subdir" = "."; then :; else \
328            rev="$$subdir $$rev"; \
329          fi; \
330        done; \
331        rev="$$rev ."; \
332        target=`echo $@ | sed s/-recursive//`; \
333        for subdir in $$rev; do \
334          echo "Making $$target in $$subdir"; \
335          if test "$$subdir" = "."; then \
336            local_target="$$target-am"; \
337          else \
338            local_target="$$target"; \
339          fi; \
340          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341          || eval $$failcom; \
342        done && test -z "$$fail"
343tags-recursive:
344        list='$(SUBDIRS)'; for subdir in $$list; do \
345          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346        done
347ctags-recursive:
348        list='$(SUBDIRS)'; for subdir in $$list; do \
349          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350        done
351
352ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354        unique=`for i in $$list; do \
355            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356          done | \
357          $(AWK) '    { files[$$0] = 1; } \
358               END { for (i in files) print i; }'`; \
359        mkid -fID $$unique
360tags: TAGS
361
362TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                $(TAGS_FILES) $(LISP)
364        tags=; \
365        here=`pwd`; \
366        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367          include_option=--etags-include; \
368          empty_fix=.; \
369        else \
370          include_option=--include; \
371          empty_fix=; \
372        fi; \
373        list='$(SUBDIRS)'; for subdir in $$list; do \
374          if test "$$subdir" = .; then :; else \
375            test ! -f $$subdir/TAGS || \
376              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
377          fi; \
378        done; \
379        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380        unique=`for i in $$list; do \
381            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382          done | \
383          $(AWK) '    { files[$$0] = 1; } \
384               END { for (i in files) print i; }'`; \
385        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
386          test -n "$$unique" || unique=$$empty_fix; \
387          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388            $$tags $$unique; \
389        fi
390ctags: CTAGS
391CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                $(TAGS_FILES) $(LISP)
393        tags=; \
394        here=`pwd`; \
395        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396        unique=`for i in $$list; do \
397            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398          done | \
399          $(AWK) '    { files[$$0] = 1; } \
400               END { for (i in files) print i; }'`; \
401        test -z "$(CTAGS_ARGS)$$tags$$unique" \
402          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403             $$tags $$unique
404
405GTAGS:
406        here=`$(am__cd) $(top_builddir) && pwd` \
407          && cd $(top_srcdir) \
408          && gtags -i $(GTAGS_ARGS) $$here
409
410distclean-tags:
411        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412
413distdir: $(DISTFILES)
414        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416        list='$(DISTFILES)'; \
417          dist_files=`for file in $$list; do echo $$file; done | \
418          sed -e "s|^$$srcdirstrip/||;t" \
419              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
420        case $$dist_files in \
421          */*) $(MKDIR_P) `echo "$$dist_files" | \
422                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
423                           sort -u` ;; \
424        esac; \
425        for file in $$dist_files; do \
426          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427          if test -d $$d/$$file; then \
428            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
431            fi; \
432            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
433          else \
434            test -f $(distdir)/$$file \
435            || cp -p $$d/$$file $(distdir)/$$file \
436            || exit 1; \
437          fi; \
438        done
439        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440          if test "$$subdir" = .; then :; else \
441            test -d "$(distdir)/$$subdir" \
442            || $(MKDIR_P) "$(distdir)/$$subdir" \
443            || exit 1; \
444            distdir=`$(am__cd) $(distdir) && pwd`; \
445            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446            (cd $$subdir && \
447              $(MAKE) $(AM_MAKEFLAGS) \
448                top_distdir="$$top_distdir" \
449                distdir="$$distdir/$$subdir" \
450                am__remove_distdir=: \
451                am__skip_length_check=: \
452                distdir) \
453              || exit 1; \
454          fi; \
455        done
456check-am: all-am
457check: check-recursive
458all-am: Makefile $(DATA)
459installdirs: installdirs-recursive
460installdirs-am:
461        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
462          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
463        done
464install: install-recursive
465install-exec: install-exec-recursive
466install-data: install-data-recursive
467uninstall: uninstall-recursive
468
469install-am: all-am
470        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
472installcheck: installcheck-recursive
473install-strip:
474        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
475          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
476          `test -z '$(STRIP)' || \
477            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
478mostlyclean-generic:
479
480clean-generic:
481
482distclean-generic:
483        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484
485maintainer-clean-generic:
486        @echo "This command is intended for maintainers to use"
487        @echo "it deletes files that may require special tools to rebuild."
488clean: clean-recursive
489
490clean-am: clean-generic clean-libtool mostlyclean-am
491
492distclean: distclean-recursive
493        -rm -f Makefile
494distclean-am: clean-am distclean-generic distclean-tags
495
496dvi: dvi-recursive
497
498dvi-am:
499
500html: html-recursive
501
502info: info-recursive
503
504info-am:
505
506install-data-am: install-pkgconfigDATA
507
508install-dvi: install-dvi-recursive
509
510install-exec-am:
511
512install-html: install-html-recursive
513
514install-info: install-info-recursive
515
516install-man:
517
518install-pdf: install-pdf-recursive
519
520install-ps: install-ps-recursive
521
522installcheck-am:
523
524maintainer-clean: maintainer-clean-recursive
525        -rm -f Makefile
526maintainer-clean-am: distclean-am maintainer-clean-generic
527
528mostlyclean: mostlyclean-recursive
529
530mostlyclean-am: mostlyclean-generic mostlyclean-libtool
531
532pdf: pdf-recursive
533
534pdf-am:
535
536ps: ps-recursive
537
538ps-am:
539
540uninstall-am: uninstall-pkgconfigDATA
541
542.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
543        install-strip
544
545.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
546        all all-am check check-am clean clean-generic clean-libtool \
547        ctags ctags-recursive distclean distclean-generic \
548        distclean-libtool distclean-tags distdir dvi dvi-am html \
549        html-am info info-am install install-am install-data \
550        install-data-am install-dvi install-dvi-am install-exec \
551        install-exec-am install-html install-html-am install-info \
552        install-info-am install-man install-pdf install-pdf-am \
553        install-pkgconfigDATA install-ps install-ps-am install-strip \
554        installcheck installcheck-am installdirs installdirs-am \
555        maintainer-clean maintainer-clean-generic mostlyclean \
556        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
557        tags tags-recursive uninstall uninstall-am \
558        uninstall-pkgconfigDATA
559
560# Tell versions [3.59,3.63) of GNU make to not export all variables.
561# Otherwise a system limit (for SysV at least) may be exceeded.
562.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.