comparison ext/guichan-0.8.2/include/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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = include
39 DIST_COMMON = $(libguichaninclude_HEADERS) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.hpp.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = config.hpp
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52 html-recursive info-recursive install-data-recursive \
53 install-dvi-recursive install-exec-recursive \
54 install-html-recursive install-info-recursive \
55 install-pdf-recursive install-ps-recursive install-recursive \
56 installcheck-recursive installdirs-recursive pdf-recursive \
57 ps-recursive uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61 *) f=$$p;; \
62 esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70 for p in $$list; do echo "$$p $$p"; done | \
71 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73 if (++n[$$2] == $(am__install_max)) \
74 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75 END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(libguichanincludedir)"
80 HEADERS = $(libguichaninclude_HEADERS)
81 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82 distclean-recursive maintainer-clean-recursive
83 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
85 distdir
86 ETAGS = etags
87 CTAGS = ctags
88 DIST_SUBDIRS = $(SUBDIRS)
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 am__relativize = \
91 dir0=`pwd`; \
92 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
93 sed_rest='s,^[^/]*/*,,'; \
94 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
95 sed_butlast='s,/*[^/]*$$,,'; \
96 while test -n "$$dir1"; do \
97 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
98 if test "$$first" != "."; then \
99 if test "$$first" = ".."; then \
100 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
101 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102 else \
103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104 if test "$$first2" = "$$first"; then \
105 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106 else \
107 dir2="../$$dir2"; \
108 fi; \
109 dir0="$$dir0"/"$$first"; \
110 fi; \
111 fi; \
112 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
113 done; \
114 reldir="$$dir2"
115 ACLOCAL = @ACLOCAL@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AS = @AS@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CXX = @CXX@
129 CXXCPP = @CXXCPP@
130 CXXDEPMODE = @CXXDEPMODE@
131 CXXFLAGS = @CXXFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 DLLTOOL = @DLLTOOL@
136 DSYMUTIL = @DSYMUTIL@
137 DUMPBIN = @DUMPBIN@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EGREP = @EGREP@
142 EXEEXT = @EXEEXT@
143 FGREP = @FGREP@
144 GREP = @GREP@
145 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@
146 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@
147 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@
148 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@
149 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@
150 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@
151 GUICHAN_VERSION = @GUICHAN_VERSION@
152 HAVE_ALLEGRO = @HAVE_ALLEGRO@
153 HAVE_SDL = @HAVE_SDL@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBTOOL = @LIBTOOL@
164 LIPO = @LIPO@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 LT_AGE = @LT_AGE@
168 LT_CURRENT = @LT_CURRENT@
169 LT_RELEASE = @LT_RELEASE@
170 LT_REVISION = @LT_REVISION@
171 MAKEINFO = @MAKEINFO@
172 MKDIR_P = @MKDIR_P@
173 NM = @NM@
174 NMEDIT = @NMEDIT@
175 OBJDUMP = @OBJDUMP@
176 OBJEXT = @OBJEXT@
177 OTOOL = @OTOOL@
178 OTOOL64 = @OTOOL64@
179 PACKAGE = @PACKAGE@
180 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181 PACKAGE_NAME = @PACKAGE_NAME@
182 PACKAGE_STRING = @PACKAGE_STRING@
183 PACKAGE_TARNAME = @PACKAGE_TARNAME@
184 PACKAGE_URL = @PACKAGE_URL@
185 PACKAGE_VERSION = @PACKAGE_VERSION@
186 PATH_SEPARATOR = @PATH_SEPARATOR@
187 RANLIB = @RANLIB@
188 SED = @SED@
189 SET_MAKE = @SET_MAKE@
190 SHELL = @SHELL@
191 STRIP = @STRIP@
192 VERSION = @VERSION@
193 abs_builddir = @abs_builddir@
194 abs_srcdir = @abs_srcdir@
195 abs_top_builddir = @abs_top_builddir@
196 abs_top_srcdir = @abs_top_srcdir@
197 ac_ct_CC = @ac_ct_CC@
198 ac_ct_CXX = @ac_ct_CXX@
199 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200 am__include = @am__include@
201 am__leading_dot = @am__leading_dot@
202 am__quote = @am__quote@
203 am__tar = @am__tar@
204 am__untar = @am__untar@
205 bindir = @bindir@
206 build = @build@
207 build_alias = @build_alias@
208 build_cpu = @build_cpu@
209 build_os = @build_os@
210 build_vendor = @build_vendor@
211 builddir = @builddir@
212 datadir = @datadir@
213 datarootdir = @datarootdir@
214 docdir = @docdir@
215 dvidir = @dvidir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 htmldir = @htmldir@
223 includedir = @includedir@
224 infodir = @infodir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 lt_ECHO = @lt_ECHO@
231 mandir = @mandir@
232 mkdir_p = @mkdir_p@
233 oldincludedir = @oldincludedir@
234 pdfdir = @pdfdir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 psdir = @psdir@
238 sbindir = @sbindir@
239 sharedstatedir = @sharedstatedir@
240 srcdir = @srcdir@
241 sysconfdir = @sysconfdir@
242 target = @target@
243 target_alias = @target_alias@
244 target_cpu = @target_cpu@
245 target_os = @target_os@
246 target_vendor = @target_vendor@
247 top_build_prefix = @top_build_prefix@
248 top_builddir = @top_builddir@
249 top_srcdir = @top_srcdir@
250 SUBDIRS = guichan
251 libguichanincludedir = $(includedir)/
252 libguichaninclude_HEADERS = \
253 guichan.hpp
254
255 all: config.hpp
256 $(MAKE) $(AM_MAKEFLAGS) all-recursive
257
258 .SUFFIXES:
259 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
260 @for dep in $?; do \
261 case '$(am__configure_deps)' in \
262 *$$dep*) \
263 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264 && { if test -f $@; then exit 0; else break; fi; }; \
265 exit 1;; \
266 esac; \
267 done; \
268 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
269 $(am__cd) $(top_srcdir) && \
270 $(AUTOMAKE) --gnu include/Makefile
271 .PRECIOUS: Makefile
272 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273 @case '$?' in \
274 *config.status*) \
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
276 *) \
277 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
279 esac;
280
281 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
284 $(top_srcdir)/configure: $(am__configure_deps)
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288 $(am__aclocal_m4_deps):
289
290 config.hpp: stamp-h1
291 @if test ! -f $@; then \
292 rm -f stamp-h1; \
293 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
294 else :; fi
295
296 stamp-h1: $(srcdir)/config.hpp.in $(top_builddir)/config.status
297 @rm -f stamp-h1
298 cd $(top_builddir) && $(SHELL) ./config.status include/config.hpp
299 $(srcdir)/config.hpp.in: $(am__configure_deps)
300 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
301 rm -f stamp-h1
302 touch $@
303
304 distclean-hdr:
305 -rm -f config.hpp stamp-h1
306
307 mostlyclean-libtool:
308 -rm -f *.lo
309
310 clean-libtool:
311 -rm -rf .libs _libs
312 install-libguichanincludeHEADERS: $(libguichaninclude_HEADERS)
313 @$(NORMAL_INSTALL)
314 test -z "$(libguichanincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libguichanincludedir)"
315 @list='$(libguichaninclude_HEADERS)'; test -n "$(libguichanincludedir)" || list=; \
316 for p in $$list; do \
317 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318 echo "$$d$$p"; \
319 done | $(am__base_list) | \
320 while read files; do \
321 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libguichanincludedir)'"; \
322 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libguichanincludedir)" || exit $$?; \
323 done
324
325 uninstall-libguichanincludeHEADERS:
326 @$(NORMAL_UNINSTALL)
327 @list='$(libguichaninclude_HEADERS)'; test -n "$(libguichanincludedir)" || list=; \
328 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
329 test -n "$$files" || exit 0; \
330 echo " ( cd '$(DESTDIR)$(libguichanincludedir)' && rm -f" $$files ")"; \
331 cd "$(DESTDIR)$(libguichanincludedir)" && rm -f $$files
332
333 # This directory's subdirectories are mostly independent; you can cd
334 # into them and run `make' without going through this Makefile.
335 # To change the values of `make' variables: instead of editing Makefiles,
336 # (1) if the variable is set in `config.status', edit `config.status'
337 # (which will cause the Makefiles to be regenerated when you run `make');
338 # (2) otherwise, pass the desired values on the `make' command line.
339 $(RECURSIVE_TARGETS):
340 @failcom='exit 1'; \
341 for f in x $$MAKEFLAGS; do \
342 case $$f in \
343 *=* | --[!k]*);; \
344 *k*) failcom='fail=yes';; \
345 esac; \
346 done; \
347 dot_seen=no; \
348 target=`echo $@ | sed s/-recursive//`; \
349 list='$(SUBDIRS)'; for subdir in $$list; do \
350 echo "Making $$target in $$subdir"; \
351 if test "$$subdir" = "."; then \
352 dot_seen=yes; \
353 local_target="$$target-am"; \
354 else \
355 local_target="$$target"; \
356 fi; \
357 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
358 || eval $$failcom; \
359 done; \
360 if test "$$dot_seen" = "no"; then \
361 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
362 fi; test -z "$$fail"
363
364 $(RECURSIVE_CLEAN_TARGETS):
365 @failcom='exit 1'; \
366 for f in x $$MAKEFLAGS; do \
367 case $$f in \
368 *=* | --[!k]*);; \
369 *k*) failcom='fail=yes';; \
370 esac; \
371 done; \
372 dot_seen=no; \
373 case "$@" in \
374 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
375 *) list='$(SUBDIRS)' ;; \
376 esac; \
377 rev=''; for subdir in $$list; do \
378 if test "$$subdir" = "."; then :; else \
379 rev="$$subdir $$rev"; \
380 fi; \
381 done; \
382 rev="$$rev ."; \
383 target=`echo $@ | sed s/-recursive//`; \
384 for subdir in $$rev; do \
385 echo "Making $$target in $$subdir"; \
386 if test "$$subdir" = "."; then \
387 local_target="$$target-am"; \
388 else \
389 local_target="$$target"; \
390 fi; \
391 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
392 || eval $$failcom; \
393 done && test -z "$$fail"
394 tags-recursive:
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
397 done
398 ctags-recursive:
399 list='$(SUBDIRS)'; for subdir in $$list; do \
400 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
401 done
402
403 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405 unique=`for i in $$list; do \
406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407 done | \
408 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409 END { if (nonempty) { for (i in files) print i; }; }'`; \
410 mkid -fID $$unique
411 tags: TAGS
412
413 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hpp.in $(TAGS_DEPENDENCIES) \
414 $(TAGS_FILES) $(LISP)
415 set x; \
416 here=`pwd`; \
417 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
418 include_option=--etags-include; \
419 empty_fix=.; \
420 else \
421 include_option=--include; \
422 empty_fix=; \
423 fi; \
424 list='$(SUBDIRS)'; for subdir in $$list; do \
425 if test "$$subdir" = .; then :; else \
426 test ! -f $$subdir/TAGS || \
427 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
428 fi; \
429 done; \
430 list='$(SOURCES) $(HEADERS) config.hpp.in $(LISP) $(TAGS_FILES)'; \
431 unique=`for i in $$list; do \
432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 done | \
434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435 END { if (nonempty) { for (i in files) print i; }; }'`; \
436 shift; \
437 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
438 test -n "$$unique" || unique=$$empty_fix; \
439 if test $$# -gt 0; then \
440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441 "$$@" $$unique; \
442 else \
443 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444 $$unique; \
445 fi; \
446 fi
447 ctags: CTAGS
448 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hpp.in $(TAGS_DEPENDENCIES) \
449 $(TAGS_FILES) $(LISP)
450 list='$(SOURCES) $(HEADERS) config.hpp.in $(LISP) $(TAGS_FILES)'; \
451 unique=`for i in $$list; do \
452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453 done | \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
456 test -z "$(CTAGS_ARGS)$$unique" \
457 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458 $$unique
459
460 GTAGS:
461 here=`$(am__cd) $(top_builddir) && pwd` \
462 && $(am__cd) $(top_srcdir) \
463 && gtags -i $(GTAGS_ARGS) "$$here"
464
465 distclean-tags:
466 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
468 distdir: $(DISTFILES)
469 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471 list='$(DISTFILES)'; \
472 dist_files=`for file in $$list; do echo $$file; done | \
473 sed -e "s|^$$srcdirstrip/||;t" \
474 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475 case $$dist_files in \
476 */*) $(MKDIR_P) `echo "$$dist_files" | \
477 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478 sort -u` ;; \
479 esac; \
480 for file in $$dist_files; do \
481 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482 if test -d $$d/$$file; then \
483 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484 if test -d "$(distdir)/$$file"; then \
485 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 fi; \
487 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490 fi; \
491 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492 else \
493 test -f "$(distdir)/$$file" \
494 || cp -p $$d/$$file "$(distdir)/$$file" \
495 || exit 1; \
496 fi; \
497 done
498 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499 if test "$$subdir" = .; then :; else \
500 test -d "$(distdir)/$$subdir" \
501 || $(MKDIR_P) "$(distdir)/$$subdir" \
502 || exit 1; \
503 fi; \
504 done
505 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
507 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
508 $(am__relativize); \
509 new_distdir=$$reldir; \
510 dir1=$$subdir; dir2="$(top_distdir)"; \
511 $(am__relativize); \
512 new_top_distdir=$$reldir; \
513 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
514 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
515 ($(am__cd) $$subdir && \
516 $(MAKE) $(AM_MAKEFLAGS) \
517 top_distdir="$$new_top_distdir" \
518 distdir="$$new_distdir" \
519 am__remove_distdir=: \
520 am__skip_length_check=: \
521 am__skip_mode_fix=: \
522 distdir) \
523 || exit 1; \
524 fi; \
525 done
526 check-am: all-am
527 check: check-recursive
528 all-am: Makefile $(HEADERS) config.hpp
529 installdirs: installdirs-recursive
530 installdirs-am:
531 for dir in "$(DESTDIR)$(libguichanincludedir)"; do \
532 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
533 done
534 install: install-recursive
535 install-exec: install-exec-recursive
536 install-data: install-data-recursive
537 uninstall: uninstall-recursive
538
539 install-am: all-am
540 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542 installcheck: installcheck-recursive
543 install-strip:
544 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546 `test -z '$(STRIP)' || \
547 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
548 mostlyclean-generic:
549
550 clean-generic:
551
552 distclean-generic:
553 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
554 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
555
556 maintainer-clean-generic:
557 @echo "This command is intended for maintainers to use"
558 @echo "it deletes files that may require special tools to rebuild."
559 clean: clean-recursive
560
561 clean-am: clean-generic clean-libtool mostlyclean-am
562
563 distclean: distclean-recursive
564 -rm -f Makefile
565 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
566
567 dvi: dvi-recursive
568
569 dvi-am:
570
571 html: html-recursive
572
573 html-am:
574
575 info: info-recursive
576
577 info-am:
578
579 install-data-am: install-libguichanincludeHEADERS
580
581 install-dvi: install-dvi-recursive
582
583 install-dvi-am:
584
585 install-exec-am:
586
587 install-html: install-html-recursive
588
589 install-html-am:
590
591 install-info: install-info-recursive
592
593 install-info-am:
594
595 install-man:
596
597 install-pdf: install-pdf-recursive
598
599 install-pdf-am:
600
601 install-ps: install-ps-recursive
602
603 install-ps-am:
604
605 installcheck-am:
606
607 maintainer-clean: maintainer-clean-recursive
608 -rm -f Makefile
609 maintainer-clean-am: distclean-am maintainer-clean-generic
610
611 mostlyclean: mostlyclean-recursive
612
613 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
614
615 pdf: pdf-recursive
616
617 pdf-am:
618
619 ps: ps-recursive
620
621 ps-am:
622
623 uninstall-am: uninstall-libguichanincludeHEADERS
624
625 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
626 ctags-recursive install-am install-strip tags-recursive
627
628 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
629 all all-am check check-am clean clean-generic clean-libtool \
630 ctags ctags-recursive distclean distclean-generic \
631 distclean-hdr distclean-libtool distclean-tags distdir dvi \
632 dvi-am html html-am info info-am install install-am \
633 install-data install-data-am install-dvi install-dvi-am \
634 install-exec install-exec-am install-html install-html-am \
635 install-info install-info-am install-libguichanincludeHEADERS \
636 install-man install-pdf install-pdf-am install-ps \
637 install-ps-am install-strip installcheck installcheck-am \
638 installdirs installdirs-am maintainer-clean \
639 maintainer-clean-generic mostlyclean mostlyclean-generic \
640 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
641 uninstall uninstall-am uninstall-libguichanincludeHEADERS
642
643
644 # Tell versions [3.59,3.63) of GNU make to not export all variables.
645 # Otherwise a system limit (for SysV at least) may be exceeded.
646 .NOEXPORT: