comparison ext/guichan-0.8.2/include/guichan/contrib/Makefile.in @ 378:64738befdf3b

bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 11 Jan 2010 23:34:52 +0000
parents
children
comparison
equal deleted inserted replaced
377:fe6fb0e0ed23 378:64738befdf3b
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 target_triplet = @target@
37 subdir = include/guichan/contrib
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/include/config.hpp
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 = $(SUBDIRS)
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 am__relativize = \
66 dir0=`pwd`; \
67 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
68 sed_rest='s,^[^/]*/*,,'; \
69 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
70 sed_butlast='s,/*[^/]*$$,,'; \
71 while test -n "$$dir1"; do \
72 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
73 if test "$$first" != "."; then \
74 if test "$$first" = ".."; then \
75 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
76 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
77 else \
78 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
79 if test "$$first2" = "$$first"; then \
80 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
81 else \
82 dir2="../$$dir2"; \
83 fi; \
84 dir0="$$dir0"/"$$first"; \
85 fi; \
86 fi; \
87 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
88 done; \
89 reldir="$$dir2"
90 ACLOCAL = @ACLOCAL@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 AS = @AS@
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 GREP = @GREP@
120 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@
121 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@
122 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@
123 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@
124 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@
125 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@
126 GUICHAN_VERSION = @GUICHAN_VERSION@
127 HAVE_ALLEGRO = @HAVE_ALLEGRO@
128 HAVE_SDL = @HAVE_SDL@
129 INSTALL = @INSTALL@
130 INSTALL_DATA = @INSTALL_DATA@
131 INSTALL_PROGRAM = @INSTALL_PROGRAM@
132 INSTALL_SCRIPT = @INSTALL_SCRIPT@
133 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134 LD = @LD@
135 LDFLAGS = @LDFLAGS@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@
138 LIBTOOL = @LIBTOOL@
139 LIPO = @LIPO@
140 LN_S = @LN_S@
141 LTLIBOBJS = @LTLIBOBJS@
142 LT_AGE = @LT_AGE@
143 LT_CURRENT = @LT_CURRENT@
144 LT_RELEASE = @LT_RELEASE@
145 LT_REVISION = @LT_REVISION@
146 MAKEINFO = @MAKEINFO@
147 MKDIR_P = @MKDIR_P@
148 NM = @NM@
149 NMEDIT = @NMEDIT@
150 OBJDUMP = @OBJDUMP@
151 OBJEXT = @OBJEXT@
152 OTOOL = @OTOOL@
153 OTOOL64 = @OTOOL64@
154 PACKAGE = @PACKAGE@
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156 PACKAGE_NAME = @PACKAGE_NAME@
157 PACKAGE_STRING = @PACKAGE_STRING@
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
159 PACKAGE_URL = @PACKAGE_URL@
160 PACKAGE_VERSION = @PACKAGE_VERSION@
161 PATH_SEPARATOR = @PATH_SEPARATOR@
162 RANLIB = @RANLIB@
163 SED = @SED@
164 SET_MAKE = @SET_MAKE@
165 SHELL = @SHELL@
166 STRIP = @STRIP@
167 VERSION = @VERSION@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_ct_CC = @ac_ct_CC@
173 ac_ct_CXX = @ac_ct_CXX@
174 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 lt_ECHO = @lt_ECHO@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 srcdir = @srcdir@
216 sysconfdir = @sysconfdir@
217 target = @target@
218 target_alias = @target_alias@
219 target_cpu = @target_cpu@
220 target_os = @target_os@
221 target_vendor = @target_vendor@
222 top_build_prefix = @top_build_prefix@
223 top_builddir = @top_builddir@
224 top_srcdir = @top_srcdir@
225 SUBDIRS = allegro opengl sdl widgets
226 all: all-recursive
227
228 .SUFFIXES:
229 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
230 @for dep in $?; do \
231 case '$(am__configure_deps)' in \
232 *$$dep*) \
233 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234 && { if test -f $@; then exit 0; else break; fi; }; \
235 exit 1;; \
236 esac; \
237 done; \
238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/guichan/contrib/Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --gnu include/guichan/contrib/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243 @case '$?' in \
244 *config.status*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246 *) \
247 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249 esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure: $(am__configure_deps)
255 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
259
260 mostlyclean-libtool:
261 -rm -f *.lo
262
263 clean-libtool:
264 -rm -rf .libs _libs
265
266 # This directory's subdirectories are mostly independent; you can cd
267 # into them and run `make' without going through this Makefile.
268 # To change the values of `make' variables: instead of editing Makefiles,
269 # (1) if the variable is set in `config.status', edit `config.status'
270 # (which will cause the Makefiles to be regenerated when you run `make');
271 # (2) otherwise, pass the desired values on the `make' command line.
272 $(RECURSIVE_TARGETS):
273 @failcom='exit 1'; \
274 for f in x $$MAKEFLAGS; do \
275 case $$f in \
276 *=* | --[!k]*);; \
277 *k*) failcom='fail=yes';; \
278 esac; \
279 done; \
280 dot_seen=no; \
281 target=`echo $@ | sed s/-recursive//`; \
282 list='$(SUBDIRS)'; for subdir in $$list; do \
283 echo "Making $$target in $$subdir"; \
284 if test "$$subdir" = "."; then \
285 dot_seen=yes; \
286 local_target="$$target-am"; \
287 else \
288 local_target="$$target"; \
289 fi; \
290 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291 || eval $$failcom; \
292 done; \
293 if test "$$dot_seen" = "no"; then \
294 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
295 fi; test -z "$$fail"
296
297 $(RECURSIVE_CLEAN_TARGETS):
298 @failcom='exit 1'; \
299 for f in x $$MAKEFLAGS; do \
300 case $$f in \
301 *=* | --[!k]*);; \
302 *k*) failcom='fail=yes';; \
303 esac; \
304 done; \
305 dot_seen=no; \
306 case "$@" in \
307 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
308 *) list='$(SUBDIRS)' ;; \
309 esac; \
310 rev=''; for subdir in $$list; do \
311 if test "$$subdir" = "."; then :; else \
312 rev="$$subdir $$rev"; \
313 fi; \
314 done; \
315 rev="$$rev ."; \
316 target=`echo $@ | sed s/-recursive//`; \
317 for subdir in $$rev; do \
318 echo "Making $$target in $$subdir"; \
319 if test "$$subdir" = "."; then \
320 local_target="$$target-am"; \
321 else \
322 local_target="$$target"; \
323 fi; \
324 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325 || eval $$failcom; \
326 done && test -z "$$fail"
327 tags-recursive:
328 list='$(SUBDIRS)'; for subdir in $$list; do \
329 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330 done
331 ctags-recursive:
332 list='$(SUBDIRS)'; for subdir in $$list; do \
333 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334 done
335
336 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338 unique=`for i in $$list; do \
339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340 done | \
341 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342 END { if (nonempty) { for (i in files) print i; }; }'`; \
343 mkid -fID $$unique
344 tags: TAGS
345
346 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 set x; \
349 here=`pwd`; \
350 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
351 include_option=--etags-include; \
352 empty_fix=.; \
353 else \
354 include_option=--include; \
355 empty_fix=; \
356 fi; \
357 list='$(SUBDIRS)'; for subdir in $$list; do \
358 if test "$$subdir" = .; then :; else \
359 test ! -f $$subdir/TAGS || \
360 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
361 fi; \
362 done; \
363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364 unique=`for i in $$list; do \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366 done | \
367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368 END { if (nonempty) { for (i in files) print i; }; }'`; \
369 shift; \
370 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
371 test -n "$$unique" || unique=$$empty_fix; \
372 if test $$# -gt 0; then \
373 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374 "$$@" $$unique; \
375 else \
376 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377 $$unique; \
378 fi; \
379 fi
380 ctags: CTAGS
381 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
382 $(TAGS_FILES) $(LISP)
383 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
384 unique=`for i in $$list; do \
385 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386 done | \
387 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 test -z "$(CTAGS_ARGS)$$unique" \
390 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
391 $$unique
392
393 GTAGS:
394 here=`$(am__cd) $(top_builddir) && pwd` \
395 && $(am__cd) $(top_srcdir) \
396 && gtags -i $(GTAGS_ARGS) "$$here"
397
398 distclean-tags:
399 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
400
401 distdir: $(DISTFILES)
402 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404 list='$(DISTFILES)'; \
405 dist_files=`for file in $$list; do echo $$file; done | \
406 sed -e "s|^$$srcdirstrip/||;t" \
407 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408 case $$dist_files in \
409 */*) $(MKDIR_P) `echo "$$dist_files" | \
410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411 sort -u` ;; \
412 esac; \
413 for file in $$dist_files; do \
414 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415 if test -d $$d/$$file; then \
416 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417 if test -d "$(distdir)/$$file"; then \
418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419 fi; \
420 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423 fi; \
424 cp -fpR $$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 fi; \
437 done
438 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
439 if test "$$subdir" = .; then :; else \
440 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
441 $(am__relativize); \
442 new_distdir=$$reldir; \
443 dir1=$$subdir; dir2="$(top_distdir)"; \
444 $(am__relativize); \
445 new_top_distdir=$$reldir; \
446 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
447 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
448 ($(am__cd) $$subdir && \
449 $(MAKE) $(AM_MAKEFLAGS) \
450 top_distdir="$$new_top_distdir" \
451 distdir="$$new_distdir" \
452 am__remove_distdir=: \
453 am__skip_length_check=: \
454 am__skip_mode_fix=: \
455 distdir) \
456 || exit 1; \
457 fi; \
458 done
459 check-am: all-am
460 check: check-recursive
461 all-am: Makefile
462 installdirs: installdirs-recursive
463 installdirs-am:
464 install: install-recursive
465 install-exec: install-exec-recursive
466 install-data: install-data-recursive
467 uninstall: uninstall-recursive
468
469 install-am: all-am
470 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
471
472 installcheck: installcheck-recursive
473 install-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
478 mostlyclean-generic:
479
480 clean-generic:
481
482 distclean-generic:
483 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
484 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
485
486 maintainer-clean-generic:
487 @echo "This command is intended for maintainers to use"
488 @echo "it deletes files that may require special tools to rebuild."
489 clean: clean-recursive
490
491 clean-am: clean-generic clean-libtool mostlyclean-am
492
493 distclean: distclean-recursive
494 -rm -f Makefile
495 distclean-am: clean-am distclean-generic distclean-tags
496
497 dvi: dvi-recursive
498
499 dvi-am:
500
501 html: html-recursive
502
503 html-am:
504
505 info: info-recursive
506
507 info-am:
508
509 install-data-am:
510
511 install-dvi: install-dvi-recursive
512
513 install-dvi-am:
514
515 install-exec-am:
516
517 install-html: install-html-recursive
518
519 install-html-am:
520
521 install-info: install-info-recursive
522
523 install-info-am:
524
525 install-man:
526
527 install-pdf: install-pdf-recursive
528
529 install-pdf-am:
530
531 install-ps: install-ps-recursive
532
533 install-ps-am:
534
535 installcheck-am:
536
537 maintainer-clean: maintainer-clean-recursive
538 -rm -f Makefile
539 maintainer-clean-am: distclean-am maintainer-clean-generic
540
541 mostlyclean: mostlyclean-recursive
542
543 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
544
545 pdf: pdf-recursive
546
547 pdf-am:
548
549 ps: ps-recursive
550
551 ps-am:
552
553 uninstall-am:
554
555 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
556 install-am install-strip tags-recursive
557
558 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
559 all all-am check check-am clean clean-generic clean-libtool \
560 ctags ctags-recursive distclean distclean-generic \
561 distclean-libtool distclean-tags distdir dvi dvi-am html \
562 html-am info info-am install install-am install-data \
563 install-data-am install-dvi install-dvi-am install-exec \
564 install-exec-am install-html install-html-am install-info \
565 install-info-am install-man install-pdf install-pdf-am \
566 install-ps install-ps-am install-strip installcheck \
567 installcheck-am installdirs installdirs-am maintainer-clean \
568 maintainer-clean-generic mostlyclean mostlyclean-generic \
569 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
570 uninstall uninstall-am
571
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: