resetting manifest requested domain to floor
[platform/upstream/libbullet.git] / Demos / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = Demos
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40         $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 SOURCES =
48 DIST_SOURCES =
49 RECURSIVE_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
56 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57   distclean-recursive maintainer-clean-recursive
58 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
59         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
60         distdir
61 ETAGS = etags
62 CTAGS = ctags
63 DIST_SUBDIRS = OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo \
64         SoftDemo AllBulletDemos MultiThreadedDemo
65 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66 am__relativize = \
67   dir0=`pwd`; \
68   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
69   sed_rest='s,^[^/]*/*,,'; \
70   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
71   sed_butlast='s,/*[^/]*$$,,'; \
72   while test -n "$$dir1"; do \
73     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
74     if test "$$first" != "."; then \
75       if test "$$first" = ".."; then \
76         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
77         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
78       else \
79         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
80         if test "$$first2" = "$$first"; then \
81           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
82         else \
83           dir2="../$$dir2"; \
84         fi; \
85         dir0="$$dir0"/"$$first"; \
86       fi; \
87     fi; \
88     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
89   done; \
90   reldir="$$dir2"
91 ACLOCAL = @ACLOCAL@
92 AMTAR = @AMTAR@
93 AR = @AR@
94 AUTOCONF = @AUTOCONF@
95 AUTOHEADER = @AUTOHEADER@
96 AUTOMAKE = @AUTOMAKE@
97 AWK = @AWK@
98 CC = @CC@
99 CCDEPMODE = @CCDEPMODE@
100 CFLAGS = @CFLAGS@
101 CPP = @CPP@
102 CPPFLAGS = @CPPFLAGS@
103 CXX = @CXX@
104 CXXCPP = @CXXCPP@
105 CXXDEPMODE = @CXXDEPMODE@
106 CXXFLAGS = @CXXFLAGS@
107 CYGPATH_W = @CYGPATH_W@
108 DEFS = @DEFS@
109 DEPDIR = @DEPDIR@
110 DLLTOOL = @DLLTOOL@
111 DSYMUTIL = @DSYMUTIL@
112 DUMPBIN = @DUMPBIN@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 FGREP = @FGREP@
119 GL_LIBS = @GL_LIBS@
120 GREP = @GREP@
121 INSTALL = @INSTALL@
122 INSTALL_DATA = @INSTALL_DATA@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 LD = @LD@
127 LDFLAGS = @LDFLAGS@
128 LIBOBJS = @LIBOBJS@
129 LIBS = @LIBS@
130 LIBTOOL = @LIBTOOL@
131 LIPO = @LIPO@
132 LN_S = @LN_S@
133 LTLIBOBJS = @LTLIBOBJS@
134 MAKEINFO = @MAKEINFO@
135 MANIFEST_TOOL = @MANIFEST_TOOL@
136 MKDIR_P = @MKDIR_P@
137 NM = @NM@
138 NMEDIT = @NMEDIT@
139 OBJDUMP = @OBJDUMP@
140 OBJEXT = @OBJEXT@
141 OTOOL = @OTOOL@
142 OTOOL64 = @OTOOL64@
143 PACKAGE = @PACKAGE@
144 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145 PACKAGE_NAME = @PACKAGE_NAME@
146 PACKAGE_STRING = @PACKAGE_STRING@
147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_URL = @PACKAGE_URL@
149 PACKAGE_VERSION = @PACKAGE_VERSION@
150 PATH_SEPARATOR = @PATH_SEPARATOR@
151 RANLIB = @RANLIB@
152 SED = @SED@
153 SET_MAKE = @SET_MAKE@
154 SHELL = @SHELL@
155 STRIP = @STRIP@
156 VERSION = @VERSION@
157 abs_builddir = @abs_builddir@
158 abs_srcdir = @abs_srcdir@
159 abs_top_builddir = @abs_top_builddir@
160 abs_top_srcdir = @abs_top_srcdir@
161 ac_ct_AR = @ac_ct_AR@
162 ac_ct_CC = @ac_ct_CC@
163 ac_ct_CXX = @ac_ct_CXX@
164 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host = @host@
183 host_alias = @host_alias@
184 host_cpu = @host_cpu@
185 host_os = @host_os@
186 host_vendor = @host_vendor@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 mandir = @mandir@
196 mkdir_p = @mkdir_p@
197 oldincludedir = @oldincludedir@
198 opengl_LIBS = @opengl_LIBS@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target_alias = @target_alias@
208 top_build_prefix = @top_build_prefix@
209 top_builddir = @top_builddir@
210 top_srcdir = @top_srcdir@
211 @CONDITIONAL_BUILD_MULTITHREADED_FALSE@SUBDIRS = OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo SoftDemo AllBulletDemos
212 @CONDITIONAL_BUILD_MULTITHREADED_TRUE@SUBDIRS = OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo MultiThreadedDemo SoftDemo AllBulletDemos
213 all: all-recursive
214
215 .SUFFIXES:
216 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
217         @for dep in $?; do \
218           case '$(am__configure_deps)' in \
219             *$$dep*) \
220               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
221                 && { if test -f $@; then exit 0; else break; fi; }; \
222               exit 1;; \
223           esac; \
224         done; \
225         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Demos/Makefile'; \
226         $(am__cd) $(top_srcdir) && \
227           $(AUTOMAKE) --gnu Demos/Makefile
228 .PRECIOUS: Makefile
229 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230         @case '$?' in \
231           *config.status*) \
232             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233           *) \
234             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
235             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
236         esac;
237
238 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
241 $(top_srcdir)/configure:  $(am__configure_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245 $(am__aclocal_m4_deps):
246
247 mostlyclean-libtool:
248         -rm -f *.lo
249
250 clean-libtool:
251         -rm -rf .libs _libs
252
253 # This directory's subdirectories are mostly independent; you can cd
254 # into them and run `make' without going through this Makefile.
255 # To change the values of `make' variables: instead of editing Makefiles,
256 # (1) if the variable is set in `config.status', edit `config.status'
257 #     (which will cause the Makefiles to be regenerated when you run `make');
258 # (2) otherwise, pass the desired values on the `make' command line.
259 $(RECURSIVE_TARGETS):
260         @failcom='exit 1'; \
261         for f in x $$MAKEFLAGS; do \
262           case $$f in \
263             *=* | --[!k]*);; \
264             *k*) failcom='fail=yes';; \
265           esac; \
266         done; \
267         dot_seen=no; \
268         target=`echo $@ | sed s/-recursive//`; \
269         list='$(SUBDIRS)'; for subdir in $$list; do \
270           echo "Making $$target in $$subdir"; \
271           if test "$$subdir" = "."; then \
272             dot_seen=yes; \
273             local_target="$$target-am"; \
274           else \
275             local_target="$$target"; \
276           fi; \
277           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278           || eval $$failcom; \
279         done; \
280         if test "$$dot_seen" = "no"; then \
281           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
282         fi; test -z "$$fail"
283
284 $(RECURSIVE_CLEAN_TARGETS):
285         @failcom='exit 1'; \
286         for f in x $$MAKEFLAGS; do \
287           case $$f in \
288             *=* | --[!k]*);; \
289             *k*) failcom='fail=yes';; \
290           esac; \
291         done; \
292         dot_seen=no; \
293         case "$@" in \
294           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
295           *) list='$(SUBDIRS)' ;; \
296         esac; \
297         rev=''; for subdir in $$list; do \
298           if test "$$subdir" = "."; then :; else \
299             rev="$$subdir $$rev"; \
300           fi; \
301         done; \
302         rev="$$rev ."; \
303         target=`echo $@ | sed s/-recursive//`; \
304         for subdir in $$rev; do \
305           echo "Making $$target in $$subdir"; \
306           if test "$$subdir" = "."; then \
307             local_target="$$target-am"; \
308           else \
309             local_target="$$target"; \
310           fi; \
311           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312           || eval $$failcom; \
313         done && test -z "$$fail"
314 tags-recursive:
315         list='$(SUBDIRS)'; for subdir in $$list; do \
316           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317         done
318 ctags-recursive:
319         list='$(SUBDIRS)'; for subdir in $$list; do \
320           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321         done
322
323 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325         unique=`for i in $$list; do \
326             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327           done | \
328           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
329               END { if (nonempty) { for (i in files) print i; }; }'`; \
330         mkid -fID $$unique
331 tags: TAGS
332
333 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334                 $(TAGS_FILES) $(LISP)
335         set x; \
336         here=`pwd`; \
337         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
338           include_option=--etags-include; \
339           empty_fix=.; \
340         else \
341           include_option=--include; \
342           empty_fix=; \
343         fi; \
344         list='$(SUBDIRS)'; for subdir in $$list; do \
345           if test "$$subdir" = .; then :; else \
346             test ! -f $$subdir/TAGS || \
347               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
348           fi; \
349         done; \
350         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351         unique=`for i in $$list; do \
352             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353           done | \
354           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355               END { if (nonempty) { for (i in files) print i; }; }'`; \
356         shift; \
357         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358           test -n "$$unique" || unique=$$empty_fix; \
359           if test $$# -gt 0; then \
360             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361               "$$@" $$unique; \
362           else \
363             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364               $$unique; \
365           fi; \
366         fi
367 ctags: CTAGS
368 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369                 $(TAGS_FILES) $(LISP)
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; nonempty = 1; } \
375               END { if (nonempty) { for (i in files) print i; }; }'`; \
376         test -z "$(CTAGS_ARGS)$$unique" \
377           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378              $$unique
379
380 GTAGS:
381         here=`$(am__cd) $(top_builddir) && pwd` \
382           && $(am__cd) $(top_srcdir) \
383           && gtags -i $(GTAGS_ARGS) "$$here"
384
385 distclean-tags:
386         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
388 distdir: $(DISTFILES)
389         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391         list='$(DISTFILES)'; \
392           dist_files=`for file in $$list; do echo $$file; done | \
393           sed -e "s|^$$srcdirstrip/||;t" \
394               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395         case $$dist_files in \
396           */*) $(MKDIR_P) `echo "$$dist_files" | \
397                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398                            sort -u` ;; \
399         esac; \
400         for file in $$dist_files; do \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           if test -d $$d/$$file; then \
403             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404             if test -d "$(distdir)/$$file"; then \
405               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406             fi; \
407             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410             fi; \
411             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412           else \
413             test -f "$(distdir)/$$file" \
414             || cp -p $$d/$$file "$(distdir)/$$file" \
415             || exit 1; \
416           fi; \
417         done
418         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
419           if test "$$subdir" = .; then :; else \
420             test -d "$(distdir)/$$subdir" \
421             || $(MKDIR_P) "$(distdir)/$$subdir" \
422             || exit 1; \
423           fi; \
424         done
425         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
426           if test "$$subdir" = .; then :; else \
427             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
428             $(am__relativize); \
429             new_distdir=$$reldir; \
430             dir1=$$subdir; dir2="$(top_distdir)"; \
431             $(am__relativize); \
432             new_top_distdir=$$reldir; \
433             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
434             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
435             ($(am__cd) $$subdir && \
436               $(MAKE) $(AM_MAKEFLAGS) \
437                 top_distdir="$$new_top_distdir" \
438                 distdir="$$new_distdir" \
439                 am__remove_distdir=: \
440                 am__skip_length_check=: \
441                 am__skip_mode_fix=: \
442                 distdir) \
443               || exit 1; \
444           fi; \
445         done
446 check-am: all-am
447 check: check-recursive
448 all-am: Makefile
449 installdirs: installdirs-recursive
450 installdirs-am:
451 install: install-recursive
452 install-exec: install-exec-recursive
453 install-data: install-data-recursive
454 uninstall: uninstall-recursive
455
456 install-am: all-am
457         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
458
459 installcheck: installcheck-recursive
460 install-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
465 mostlyclean-generic:
466
467 clean-generic:
468
469 distclean-generic:
470         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
471         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
472
473 maintainer-clean-generic:
474         @echo "This command is intended for maintainers to use"
475         @echo "it deletes files that may require special tools to rebuild."
476 clean: clean-recursive
477
478 clean-am: clean-generic clean-libtool mostlyclean-am
479
480 distclean: distclean-recursive
481         -rm -f Makefile
482 distclean-am: clean-am distclean-generic distclean-tags
483
484 dvi: dvi-recursive
485
486 dvi-am:
487
488 html: html-recursive
489
490 html-am:
491
492 info: info-recursive
493
494 info-am:
495
496 install-data-am:
497
498 install-dvi: install-dvi-recursive
499
500 install-dvi-am:
501
502 install-exec-am:
503
504 install-html: install-html-recursive
505
506 install-html-am:
507
508 install-info: install-info-recursive
509
510 install-info-am:
511
512 install-man:
513
514 install-pdf: install-pdf-recursive
515
516 install-pdf-am:
517
518 install-ps: install-ps-recursive
519
520 install-ps-am:
521
522 installcheck-am:
523
524 maintainer-clean: maintainer-clean-recursive
525         -rm -f Makefile
526 maintainer-clean-am: distclean-am maintainer-clean-generic
527
528 mostlyclean: mostlyclean-recursive
529
530 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
531
532 pdf: pdf-recursive
533
534 pdf-am:
535
536 ps: ps-recursive
537
538 ps-am:
539
540 uninstall-am:
541
542 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
543         install-am install-strip tags-recursive
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-ps install-ps-am install-strip installcheck \
554         installcheck-am installdirs installdirs-am maintainer-clean \
555         maintainer-clean-generic mostlyclean mostlyclean-generic \
556         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
557         uninstall uninstall-am
558
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: