Mercurial > fife-parpg
comparison ext/guichan-0.8.2/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 = . | |
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
40 $(srcdir)/Makefile.in $(srcdir)/guichan-0.8.pc.in \ | |
41 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ | |
42 TODO config.guess config.sub depcomp install-sh ltmain.sh \ | |
43 missing | |
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in | |
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
47 $(ACLOCAL_M4) | |
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
49 configure.lineno config.status.lineno | |
50 mkinstalldirs = $(install_sh) -d | |
51 CONFIG_HEADER = $(top_builddir)/include/config.hpp | |
52 CONFIG_CLEAN_FILES = guichan-0.8.pc | |
53 CONFIG_CLEAN_VPATH_FILES = | |
54 SOURCES = | |
55 DIST_SOURCES = | |
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
57 html-recursive info-recursive install-data-recursive \ | |
58 install-dvi-recursive install-exec-recursive \ | |
59 install-html-recursive install-info-recursive \ | |
60 install-pdf-recursive install-ps-recursive install-recursive \ | |
61 installcheck-recursive installdirs-recursive pdf-recursive \ | |
62 ps-recursive uninstall-recursive | |
63 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
64 am__vpath_adj = case $$p in \ | |
65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
66 *) f=$$p;; \ | |
67 esac; | |
68 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |
69 am__install_max = 40 | |
70 am__nobase_strip_setup = \ | |
71 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | |
72 am__nobase_strip = \ | |
73 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | |
74 am__nobase_list = $(am__nobase_strip_setup); \ | |
75 for p in $$list; do echo "$$p $$p"; done | \ | |
76 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | |
77 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | |
78 if (++n[$$2] == $(am__install_max)) \ | |
79 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |
80 END { for (dir in files) print dir, files[dir] }' | |
81 am__base_list = \ | |
82 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |
83 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |
84 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" | |
85 DATA = $(pkgconfig_DATA) | |
86 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
87 distclean-recursive maintainer-clean-recursive | |
88 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
89 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
90 distdir dist dist-all distcheck | |
91 ETAGS = etags | |
92 CTAGS = ctags | |
93 DIST_SUBDIRS = $(SUBDIRS) | |
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
95 distdir = $(PACKAGE)-$(VERSION) | |
96 top_distdir = $(distdir) | |
97 am__remove_distdir = \ | |
98 { test ! -d "$(distdir)" \ | |
99 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
100 && rm -fr "$(distdir)"; }; } | |
101 am__relativize = \ | |
102 dir0=`pwd`; \ | |
103 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
104 sed_rest='s,^[^/]*/*,,'; \ | |
105 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
106 sed_butlast='s,/*[^/]*$$,,'; \ | |
107 while test -n "$$dir1"; do \ | |
108 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
109 if test "$$first" != "."; then \ | |
110 if test "$$first" = ".."; then \ | |
111 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
112 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
113 else \ | |
114 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
115 if test "$$first2" = "$$first"; then \ | |
116 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
117 else \ | |
118 dir2="../$$dir2"; \ | |
119 fi; \ | |
120 dir0="$$dir0"/"$$first"; \ | |
121 fi; \ | |
122 fi; \ | |
123 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
124 done; \ | |
125 reldir="$$dir2" | |
126 DIST_ARCHIVES = $(distdir).tar.gz | |
127 GZIP_ENV = --best | |
128 distuninstallcheck_listfiles = find . -type f -print | |
129 distcleancheck_listfiles = find . -type f -print | |
130 ACLOCAL = @ACLOCAL@ | |
131 AMTAR = @AMTAR@ | |
132 AR = @AR@ | |
133 AS = @AS@ | |
134 AUTOCONF = @AUTOCONF@ | |
135 AUTOHEADER = @AUTOHEADER@ | |
136 AUTOMAKE = @AUTOMAKE@ | |
137 AWK = @AWK@ | |
138 CC = @CC@ | |
139 CCDEPMODE = @CCDEPMODE@ | |
140 CFLAGS = @CFLAGS@ | |
141 CPP = @CPP@ | |
142 CPPFLAGS = @CPPFLAGS@ | |
143 CXX = @CXX@ | |
144 CXXCPP = @CXXCPP@ | |
145 CXXDEPMODE = @CXXDEPMODE@ | |
146 CXXFLAGS = @CXXFLAGS@ | |
147 CYGPATH_W = @CYGPATH_W@ | |
148 DEFS = @DEFS@ | |
149 DEPDIR = @DEPDIR@ | |
150 DLLTOOL = @DLLTOOL@ | |
151 DSYMUTIL = @DSYMUTIL@ | |
152 DUMPBIN = @DUMPBIN@ | |
153 ECHO_C = @ECHO_C@ | |
154 ECHO_N = @ECHO_N@ | |
155 ECHO_T = @ECHO_T@ | |
156 EGREP = @EGREP@ | |
157 EXEEXT = @EXEEXT@ | |
158 FGREP = @FGREP@ | |
159 GREP = @GREP@ | |
160 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@ | |
161 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@ | |
162 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@ | |
163 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@ | |
164 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@ | |
165 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@ | |
166 GUICHAN_VERSION = @GUICHAN_VERSION@ | |
167 HAVE_ALLEGRO = @HAVE_ALLEGRO@ | |
168 HAVE_SDL = @HAVE_SDL@ | |
169 INSTALL = @INSTALL@ | |
170 INSTALL_DATA = @INSTALL_DATA@ | |
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
174 LD = @LD@ | |
175 LDFLAGS = @LDFLAGS@ | |
176 LIBOBJS = @LIBOBJS@ | |
177 LIBS = @LIBS@ | |
178 LIBTOOL = @LIBTOOL@ | |
179 LIPO = @LIPO@ | |
180 LN_S = @LN_S@ | |
181 LTLIBOBJS = @LTLIBOBJS@ | |
182 LT_AGE = @LT_AGE@ | |
183 LT_CURRENT = @LT_CURRENT@ | |
184 LT_RELEASE = @LT_RELEASE@ | |
185 LT_REVISION = @LT_REVISION@ | |
186 MAKEINFO = @MAKEINFO@ | |
187 MKDIR_P = @MKDIR_P@ | |
188 NM = @NM@ | |
189 NMEDIT = @NMEDIT@ | |
190 OBJDUMP = @OBJDUMP@ | |
191 OBJEXT = @OBJEXT@ | |
192 OTOOL = @OTOOL@ | |
193 OTOOL64 = @OTOOL64@ | |
194 PACKAGE = @PACKAGE@ | |
195 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
196 PACKAGE_NAME = @PACKAGE_NAME@ | |
197 PACKAGE_STRING = @PACKAGE_STRING@ | |
198 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
199 PACKAGE_URL = @PACKAGE_URL@ | |
200 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
201 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
202 RANLIB = @RANLIB@ | |
203 SED = @SED@ | |
204 SET_MAKE = @SET_MAKE@ | |
205 SHELL = @SHELL@ | |
206 STRIP = @STRIP@ | |
207 VERSION = @VERSION@ | |
208 abs_builddir = @abs_builddir@ | |
209 abs_srcdir = @abs_srcdir@ | |
210 abs_top_builddir = @abs_top_builddir@ | |
211 abs_top_srcdir = @abs_top_srcdir@ | |
212 ac_ct_CC = @ac_ct_CC@ | |
213 ac_ct_CXX = @ac_ct_CXX@ | |
214 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
215 am__include = @am__include@ | |
216 am__leading_dot = @am__leading_dot@ | |
217 am__quote = @am__quote@ | |
218 am__tar = @am__tar@ | |
219 am__untar = @am__untar@ | |
220 bindir = @bindir@ | |
221 build = @build@ | |
222 build_alias = @build_alias@ | |
223 build_cpu = @build_cpu@ | |
224 build_os = @build_os@ | |
225 build_vendor = @build_vendor@ | |
226 builddir = @builddir@ | |
227 datadir = @datadir@ | |
228 datarootdir = @datarootdir@ | |
229 docdir = @docdir@ | |
230 dvidir = @dvidir@ | |
231 exec_prefix = @exec_prefix@ | |
232 host = @host@ | |
233 host_alias = @host_alias@ | |
234 host_cpu = @host_cpu@ | |
235 host_os = @host_os@ | |
236 host_vendor = @host_vendor@ | |
237 htmldir = @htmldir@ | |
238 includedir = @includedir@ | |
239 infodir = @infodir@ | |
240 install_sh = @install_sh@ | |
241 libdir = @libdir@ | |
242 libexecdir = @libexecdir@ | |
243 localedir = @localedir@ | |
244 localstatedir = @localstatedir@ | |
245 lt_ECHO = @lt_ECHO@ | |
246 mandir = @mandir@ | |
247 mkdir_p = @mkdir_p@ | |
248 oldincludedir = @oldincludedir@ | |
249 pdfdir = @pdfdir@ | |
250 prefix = @prefix@ | |
251 program_transform_name = @program_transform_name@ | |
252 psdir = @psdir@ | |
253 sbindir = @sbindir@ | |
254 sharedstatedir = @sharedstatedir@ | |
255 srcdir = @srcdir@ | |
256 sysconfdir = @sysconfdir@ | |
257 target = @target@ | |
258 target_alias = @target_alias@ | |
259 target_cpu = @target_cpu@ | |
260 target_os = @target_os@ | |
261 target_vendor = @target_vendor@ | |
262 top_build_prefix = @top_build_prefix@ | |
263 top_builddir = @top_builddir@ | |
264 top_srcdir = @top_srcdir@ | |
265 AUTOMAKE_OPTIONS = 1.4 | |
266 SUBDIRS = examples include src | |
267 pkgconfigdir = $(libdir)/pkgconfig | |
268 pkgconfig_DATA = guichan-0.8.pc | |
269 EXTRA_DIST = guichan-0.8.pc.in | |
270 all: all-recursive | |
271 | |
272 .SUFFIXES: | |
273 am--refresh: | |
274 @: | |
275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
276 @for dep in $?; do \ | |
277 case '$(am__configure_deps)' in \ | |
278 *$$dep*) \ | |
279 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ | |
280 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ | |
281 && exit 0; \ | |
282 exit 1;; \ | |
283 esac; \ | |
284 done; \ | |
285 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
286 $(am__cd) $(top_srcdir) && \ | |
287 $(AUTOMAKE) --gnu Makefile | |
288 .PRECIOUS: Makefile | |
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
290 @case '$?' in \ | |
291 *config.status*) \ | |
292 echo ' $(SHELL) ./config.status'; \ | |
293 $(SHELL) ./config.status;; \ | |
294 *) \ | |
295 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
296 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
297 esac; | |
298 | |
299 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
300 $(SHELL) ./config.status --recheck | |
301 | |
302 $(top_srcdir)/configure: $(am__configure_deps) | |
303 $(am__cd) $(srcdir) && $(AUTOCONF) | |
304 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
305 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
306 $(am__aclocal_m4_deps): | |
307 guichan-0.8.pc: $(top_builddir)/config.status $(srcdir)/guichan-0.8.pc.in | |
308 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
309 | |
310 mostlyclean-libtool: | |
311 -rm -f *.lo | |
312 | |
313 clean-libtool: | |
314 -rm -rf .libs _libs | |
315 | |
316 distclean-libtool: | |
317 -rm -f libtool config.lt | |
318 install-pkgconfigDATA: $(pkgconfig_DATA) | |
319 @$(NORMAL_INSTALL) | |
320 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | |
321 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
322 for p in $$list; do \ | |
323 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
324 echo "$$d$$p"; \ | |
325 done | $(am__base_list) | \ | |
326 while read files; do \ | |
327 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ | |
328 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ | |
329 done | |
330 | |
331 uninstall-pkgconfigDATA: | |
332 @$(NORMAL_UNINSTALL) | |
333 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |
334 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |
335 test -n "$$files" || exit 0; \ | |
336 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ | |
337 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files | |
338 | |
339 # This directory's subdirectories are mostly independent; you can cd | |
340 # into them and run `make' without going through this Makefile. | |
341 # To change the values of `make' variables: instead of editing Makefiles, | |
342 # (1) if the variable is set in `config.status', edit `config.status' | |
343 # (which will cause the Makefiles to be regenerated when you run `make'); | |
344 # (2) otherwise, pass the desired values on the `make' command line. | |
345 $(RECURSIVE_TARGETS): | |
346 @failcom='exit 1'; \ | |
347 for f in x $$MAKEFLAGS; do \ | |
348 case $$f in \ | |
349 *=* | --[!k]*);; \ | |
350 *k*) failcom='fail=yes';; \ | |
351 esac; \ | |
352 done; \ | |
353 dot_seen=no; \ | |
354 target=`echo $@ | sed s/-recursive//`; \ | |
355 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
356 echo "Making $$target in $$subdir"; \ | |
357 if test "$$subdir" = "."; then \ | |
358 dot_seen=yes; \ | |
359 local_target="$$target-am"; \ | |
360 else \ | |
361 local_target="$$target"; \ | |
362 fi; \ | |
363 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
364 || eval $$failcom; \ | |
365 done; \ | |
366 if test "$$dot_seen" = "no"; then \ | |
367 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
368 fi; test -z "$$fail" | |
369 | |
370 $(RECURSIVE_CLEAN_TARGETS): | |
371 @failcom='exit 1'; \ | |
372 for f in x $$MAKEFLAGS; do \ | |
373 case $$f in \ | |
374 *=* | --[!k]*);; \ | |
375 *k*) failcom='fail=yes';; \ | |
376 esac; \ | |
377 done; \ | |
378 dot_seen=no; \ | |
379 case "$@" in \ | |
380 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
381 *) list='$(SUBDIRS)' ;; \ | |
382 esac; \ | |
383 rev=''; for subdir in $$list; do \ | |
384 if test "$$subdir" = "."; then :; else \ | |
385 rev="$$subdir $$rev"; \ | |
386 fi; \ | |
387 done; \ | |
388 rev="$$rev ."; \ | |
389 target=`echo $@ | sed s/-recursive//`; \ | |
390 for subdir in $$rev; do \ | |
391 echo "Making $$target in $$subdir"; \ | |
392 if test "$$subdir" = "."; then \ | |
393 local_target="$$target-am"; \ | |
394 else \ | |
395 local_target="$$target"; \ | |
396 fi; \ | |
397 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
398 || eval $$failcom; \ | |
399 done && test -z "$$fail" | |
400 tags-recursive: | |
401 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
402 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
403 done | |
404 ctags-recursive: | |
405 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
406 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
407 done | |
408 | |
409 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
410 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
411 unique=`for i in $$list; do \ | |
412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
413 done | \ | |
414 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
415 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
416 mkid -fID $$unique | |
417 tags: TAGS | |
418 | |
419 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
420 $(TAGS_FILES) $(LISP) | |
421 set x; \ | |
422 here=`pwd`; \ | |
423 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
424 include_option=--etags-include; \ | |
425 empty_fix=.; \ | |
426 else \ | |
427 include_option=--include; \ | |
428 empty_fix=; \ | |
429 fi; \ | |
430 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
431 if test "$$subdir" = .; then :; else \ | |
432 test ! -f $$subdir/TAGS || \ | |
433 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
434 fi; \ | |
435 done; \ | |
436 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
437 unique=`for i in $$list; do \ | |
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
439 done | \ | |
440 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
441 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
442 shift; \ | |
443 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
444 test -n "$$unique" || unique=$$empty_fix; \ | |
445 if test $$# -gt 0; then \ | |
446 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
447 "$$@" $$unique; \ | |
448 else \ | |
449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
450 $$unique; \ | |
451 fi; \ | |
452 fi | |
453 ctags: CTAGS | |
454 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
455 $(TAGS_FILES) $(LISP) | |
456 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
457 unique=`for i in $$list; do \ | |
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
459 done | \ | |
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
461 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
462 test -z "$(CTAGS_ARGS)$$unique" \ | |
463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
464 $$unique | |
465 | |
466 GTAGS: | |
467 here=`$(am__cd) $(top_builddir) && pwd` \ | |
468 && $(am__cd) $(top_srcdir) \ | |
469 && gtags -i $(GTAGS_ARGS) "$$here" | |
470 | |
471 distclean-tags: | |
472 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
473 | |
474 distdir: $(DISTFILES) | |
475 $(am__remove_distdir) | |
476 test -d "$(distdir)" || mkdir "$(distdir)" | |
477 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
478 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
479 list='$(DISTFILES)'; \ | |
480 dist_files=`for file in $$list; do echo $$file; done | \ | |
481 sed -e "s|^$$srcdirstrip/||;t" \ | |
482 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
483 case $$dist_files in \ | |
484 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
485 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
486 sort -u` ;; \ | |
487 esac; \ | |
488 for file in $$dist_files; do \ | |
489 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
490 if test -d $$d/$$file; then \ | |
491 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
492 if test -d "$(distdir)/$$file"; then \ | |
493 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
494 fi; \ | |
495 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
496 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
497 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
498 fi; \ | |
499 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
500 else \ | |
501 test -f "$(distdir)/$$file" \ | |
502 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
503 || exit 1; \ | |
504 fi; \ | |
505 done | |
506 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
507 if test "$$subdir" = .; then :; else \ | |
508 test -d "$(distdir)/$$subdir" \ | |
509 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
510 || exit 1; \ | |
511 fi; \ | |
512 done | |
513 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
514 if test "$$subdir" = .; then :; else \ | |
515 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
516 $(am__relativize); \ | |
517 new_distdir=$$reldir; \ | |
518 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
519 $(am__relativize); \ | |
520 new_top_distdir=$$reldir; \ | |
521 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ | |
522 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ | |
523 ($(am__cd) $$subdir && \ | |
524 $(MAKE) $(AM_MAKEFLAGS) \ | |
525 top_distdir="$$new_top_distdir" \ | |
526 distdir="$$new_distdir" \ | |
527 am__remove_distdir=: \ | |
528 am__skip_length_check=: \ | |
529 am__skip_mode_fix=: \ | |
530 distdir) \ | |
531 || exit 1; \ | |
532 fi; \ | |
533 done | |
534 -test -n "$(am__skip_mode_fix)" \ | |
535 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
536 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
537 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
538 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |
539 || chmod -R a+r "$(distdir)" | |
540 dist-gzip: distdir | |
541 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
542 $(am__remove_distdir) | |
543 | |
544 dist-bzip2: distdir | |
545 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
546 $(am__remove_distdir) | |
547 | |
548 dist-lzma: distdir | |
549 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma | |
550 $(am__remove_distdir) | |
551 | |
552 dist-xz: distdir | |
553 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz | |
554 $(am__remove_distdir) | |
555 | |
556 dist-tarZ: distdir | |
557 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
558 $(am__remove_distdir) | |
559 | |
560 dist-shar: distdir | |
561 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
562 $(am__remove_distdir) | |
563 | |
564 dist-zip: distdir | |
565 -rm -f $(distdir).zip | |
566 zip -rq $(distdir).zip $(distdir) | |
567 $(am__remove_distdir) | |
568 | |
569 dist dist-all: distdir | |
570 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
571 $(am__remove_distdir) | |
572 | |
573 # This target untars the dist file and tries a VPATH configuration. Then | |
574 # it guarantees that the distribution is self-contained by making another | |
575 # tarfile. | |
576 distcheck: dist | |
577 case '$(DIST_ARCHIVES)' in \ | |
578 *.tar.gz*) \ | |
579 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | |
580 *.tar.bz2*) \ | |
581 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | |
582 *.tar.lzma*) \ | |
583 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ | |
584 *.tar.xz*) \ | |
585 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |
586 *.tar.Z*) \ | |
587 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
588 *.shar.gz*) \ | |
589 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | |
590 *.zip*) \ | |
591 unzip $(distdir).zip ;;\ | |
592 esac | |
593 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
594 mkdir $(distdir)/_build | |
595 mkdir $(distdir)/_inst | |
596 chmod a-w $(distdir) | |
597 test -d $(distdir)/_build || exit 0; \ | |
598 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
599 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
600 && am__cwd=`pwd` \ | |
601 && $(am__cd) $(distdir)/_build \ | |
602 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
603 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
604 && $(MAKE) $(AM_MAKEFLAGS) \ | |
605 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
606 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
607 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
608 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
609 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
610 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
611 distuninstallcheck \ | |
612 && chmod -R a-w "$$dc_install_base" \ | |
613 && ({ \ | |
614 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
615 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
617 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
618 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
619 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
620 && rm -rf "$$dc_destdir" \ | |
621 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
622 && rm -rf $(DIST_ARCHIVES) \ | |
623 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ | |
624 && cd "$$am__cwd" \ | |
625 || exit 1 | |
626 $(am__remove_distdir) | |
627 @(echo "$(distdir) archives ready for distribution: "; \ | |
628 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
629 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' | |
630 distuninstallcheck: | |
631 @$(am__cd) '$(distuninstallcheck_dir)' \ | |
632 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
633 || { echo "ERROR: files left after uninstall:" ; \ | |
634 if test -n "$(DESTDIR)"; then \ | |
635 echo " (check DESTDIR support)"; \ | |
636 fi ; \ | |
637 $(distuninstallcheck_listfiles) ; \ | |
638 exit 1; } >&2 | |
639 distcleancheck: distclean | |
640 @if test '$(srcdir)' = . ; then \ | |
641 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
642 exit 1 ; \ | |
643 fi | |
644 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
645 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
646 $(distcleancheck_listfiles) ; \ | |
647 exit 1; } >&2 | |
648 check-am: all-am | |
649 check: check-recursive | |
650 all-am: Makefile $(DATA) | |
651 installdirs: installdirs-recursive | |
652 installdirs-am: | |
653 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ | |
654 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |
655 done | |
656 install: install-recursive | |
657 install-exec: install-exec-recursive | |
658 install-data: install-data-recursive | |
659 uninstall: uninstall-recursive | |
660 | |
661 install-am: all-am | |
662 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
663 | |
664 installcheck: installcheck-recursive | |
665 install-strip: | |
666 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
667 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
668 `test -z '$(STRIP)' || \ | |
669 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
670 mostlyclean-generic: | |
671 | |
672 clean-generic: | |
673 | |
674 distclean-generic: | |
675 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
676 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
677 | |
678 maintainer-clean-generic: | |
679 @echo "This command is intended for maintainers to use" | |
680 @echo "it deletes files that may require special tools to rebuild." | |
681 clean: clean-recursive | |
682 | |
683 clean-am: clean-generic clean-libtool mostlyclean-am | |
684 | |
685 distclean: distclean-recursive | |
686 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
687 -rm -f Makefile | |
688 distclean-am: clean-am distclean-generic distclean-libtool \ | |
689 distclean-tags | |
690 | |
691 dvi: dvi-recursive | |
692 | |
693 dvi-am: | |
694 | |
695 html: html-recursive | |
696 | |
697 html-am: | |
698 | |
699 info: info-recursive | |
700 | |
701 info-am: | |
702 | |
703 install-data-am: install-pkgconfigDATA | |
704 | |
705 install-dvi: install-dvi-recursive | |
706 | |
707 install-dvi-am: | |
708 | |
709 install-exec-am: | |
710 | |
711 install-html: install-html-recursive | |
712 | |
713 install-html-am: | |
714 | |
715 install-info: install-info-recursive | |
716 | |
717 install-info-am: | |
718 | |
719 install-man: | |
720 | |
721 install-pdf: install-pdf-recursive | |
722 | |
723 install-pdf-am: | |
724 | |
725 install-ps: install-ps-recursive | |
726 | |
727 install-ps-am: | |
728 | |
729 installcheck-am: | |
730 | |
731 maintainer-clean: maintainer-clean-recursive | |
732 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
733 -rm -rf $(top_srcdir)/autom4te.cache | |
734 -rm -f Makefile | |
735 maintainer-clean-am: distclean-am maintainer-clean-generic | |
736 | |
737 mostlyclean: mostlyclean-recursive | |
738 | |
739 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
740 | |
741 pdf: pdf-recursive | |
742 | |
743 pdf-am: | |
744 | |
745 ps: ps-recursive | |
746 | |
747 ps-am: | |
748 | |
749 uninstall-am: uninstall-pkgconfigDATA | |
750 | |
751 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | |
752 install-am install-strip tags-recursive | |
753 | |
754 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
755 all all-am am--refresh check check-am clean clean-generic \ | |
756 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ | |
757 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ | |
758 distcheck distclean distclean-generic distclean-libtool \ | |
759 distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
760 dvi-am html html-am info info-am install install-am \ | |
761 install-data install-data-am install-dvi install-dvi-am \ | |
762 install-exec install-exec-am install-html install-html-am \ | |
763 install-info install-info-am install-man install-pdf \ | |
764 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ | |
765 install-strip installcheck installcheck-am installdirs \ | |
766 installdirs-am maintainer-clean maintainer-clean-generic \ | |
767 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | |
768 ps ps-am tags tags-recursive uninstall uninstall-am \ | |
769 uninstall-pkgconfigDATA | |
770 | |
771 | |
772 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
773 # Otherwise a system limit (for SysV at least) may be exceeded. | |
774 .NOEXPORT: |