comparison ext/guichan-0.8.1/src/Makefile.in @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 target_triplet = @target@
36 subdir = src
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.in
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41 $(ACLOCAL_M4)
42 mkinstalldirs = $(install_sh) -d
43 CONFIG_HEADER = $(top_builddir)/include/config.hpp
44 CONFIG_CLEAN_FILES =
45 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46 am__vpath_adj = case $$p in \
47 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48 *) f=$$p;; \
49 esac;
50 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
51 am__installdirs = "$(DESTDIR)$(libdir)"
52 libLTLIBRARIES_INSTALL = $(INSTALL)
53 LTLIBRARIES = $(lib_LTLIBRARIES)
54 am_libguichan_la_OBJECTS = actionevent.lo basiccontainer.lo \
55 cliprectangle.lo color.lo defaultfont.lo event.lo exception.lo \
56 focushandler.lo font.lo genericinput.lo graphics.lo gui.lo \
57 guichan.lo image.lo imagefont.lo inputevent.lo key.lo \
58 keyevent.lo keyinput.lo mouseevent.lo mouseinput.lo \
59 rectangle.lo selectionevent.lo widget.lo
60 libguichan_la_OBJECTS = $(am_libguichan_la_OBJECTS)
61 libguichan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
62 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
63 $(CXXFLAGS) $(libguichan_la_LDFLAGS) $(LDFLAGS) -o $@
64 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@
65 depcomp = $(SHELL) $(top_srcdir)/depcomp
66 am__depfiles_maybe = depfiles
67 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72 CXXLD = $(CXX)
73 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
75 $(LDFLAGS) -o $@
76 SOURCES = $(libguichan_la_SOURCES)
77 DIST_SOURCES = $(libguichan_la_SOURCES)
78 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79 html-recursive info-recursive install-data-recursive \
80 install-dvi-recursive install-exec-recursive \
81 install-html-recursive install-info-recursive \
82 install-pdf-recursive install-ps-recursive install-recursive \
83 installcheck-recursive installdirs-recursive pdf-recursive \
84 ps-recursive uninstall-recursive
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86 distclean-recursive maintainer-clean-recursive
87 ETAGS = etags
88 CTAGS = ctags
89 DIST_SUBDIRS = $(SUBDIRS)
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 ACLOCAL = @ACLOCAL@
92 AMTAR = @AMTAR@
93 AR = @AR@
94 AS = @AS@
95 AUTOCONF = @AUTOCONF@
96 AUTOHEADER = @AUTOHEADER@
97 AUTOMAKE = @AUTOMAKE@
98 AWK = @AWK@
99 CC = @CC@
100 CCDEPMODE = @CCDEPMODE@
101 CFLAGS = @CFLAGS@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 DLLTOOL = @DLLTOOL@
112 ECHO = @ECHO@
113 ECHO_C = @ECHO_C@
114 ECHO_N = @ECHO_N@
115 ECHO_T = @ECHO_T@
116 EGREP = @EGREP@
117 EXEEXT = @EXEEXT@
118 F77 = @F77@
119 FFLAGS = @FFLAGS@
120 GREP = @GREP@
121 GUICHAN_BINARY_AGE = @GUICHAN_BINARY_AGE@
122 GUICHAN_EXTRADIRS = @GUICHAN_EXTRADIRS@
123 GUICHAN_INTERFACE_AGE = @GUICHAN_INTERFACE_AGE@
124 GUICHAN_MAJOR_VERSION = @GUICHAN_MAJOR_VERSION@
125 GUICHAN_MICRO_VERSION = @GUICHAN_MICRO_VERSION@
126 GUICHAN_MINOR_VERSION = @GUICHAN_MINOR_VERSION@
127 GUICHAN_VERSION = @GUICHAN_VERSION@
128 HAVE_ALLEGRO = @HAVE_ALLEGRO@
129 HAVE_SDL = @HAVE_SDL@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 LDFLAGS = @LDFLAGS@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@
138 LIBTOOL = @LIBTOOL@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 LT_AGE = @LT_AGE@
142 LT_CURRENT = @LT_CURRENT@
143 LT_RELEASE = @LT_RELEASE@
144 LT_REVISION = @LT_REVISION@
145 MAKEINFO = @MAKEINFO@
146 MKDIR_P = @MKDIR_P@
147 OBJDUMP = @OBJDUMP@
148 OBJEXT = @OBJEXT@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_NAME = @PACKAGE_NAME@
152 PACKAGE_STRING = @PACKAGE_STRING@
153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 RANLIB = @RANLIB@
157 SET_MAKE = @SET_MAKE@
158 SHELL = @SHELL@
159 STRIP = @STRIP@
160 VERSION = @VERSION@
161 abs_builddir = @abs_builddir@
162 abs_srcdir = @abs_srcdir@
163 abs_top_builddir = @abs_top_builddir@
164 abs_top_srcdir = @abs_top_srcdir@
165 ac_ct_CC = @ac_ct_CC@
166 ac_ct_CXX = @ac_ct_CXX@
167 ac_ct_F77 = @ac_ct_F77@
168 am__include = @am__include@
169 am__leading_dot = @am__leading_dot@
170 am__quote = @am__quote@
171 am__tar = @am__tar@
172 am__untar = @am__untar@
173 bindir = @bindir@
174 build = @build@
175 build_alias = @build_alias@
176 build_cpu = @build_cpu@
177 build_os = @build_os@
178 build_vendor = @build_vendor@
179 builddir = @builddir@
180 datadir = @datadir@
181 datarootdir = @datarootdir@
182 docdir = @docdir@
183 dvidir = @dvidir@
184 exec_prefix = @exec_prefix@
185 host = @host@
186 host_alias = @host_alias@
187 host_cpu = @host_cpu@
188 host_os = @host_os@
189 host_vendor = @host_vendor@
190 htmldir = @htmldir@
191 includedir = @includedir@
192 infodir = @infodir@
193 install_sh = @install_sh@
194 libdir = @libdir@
195 libexecdir = @libexecdir@
196 localedir = @localedir@
197 localstatedir = @localstatedir@
198 mandir = @mandir@
199 mkdir_p = @mkdir_p@
200 oldincludedir = @oldincludedir@
201 pdfdir = @pdfdir@
202 prefix = @prefix@
203 program_transform_name = @program_transform_name@
204 psdir = @psdir@
205 sbindir = @sbindir@
206 sharedstatedir = @sharedstatedir@
207 srcdir = @srcdir@
208 sysconfdir = @sysconfdir@
209 target = @target@
210 target_alias = @target_alias@
211 target_cpu = @target_cpu@
212 target_os = @target_os@
213 target_vendor = @target_vendor@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
216 SUBDIRS = widgets @GUICHAN_EXTRADIRS@ hge openlayer contrib
217 INCLUDES = -I$(top_srcdir)/include
218 lib_LTLIBRARIES = libguichan.la
219 libguichan_la_LIBADD = widgets/libguichan_widgets.la
220 libguichan_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
221 libguichan_la_DEPENDENCIES = \
222 widgets/libguichan_widgets.la
223
224
225 # The Gui-chan library sources
226 libguichan_la_SOURCES = \
227 actionevent.cpp \
228 basiccontainer.cpp \
229 cliprectangle.cpp \
230 color.cpp \
231 defaultfont.cpp \
232 event.cpp \
233 exception.cpp \
234 focushandler.cpp \
235 font.cpp \
236 genericinput.cpp \
237 graphics.cpp \
238 gui.cpp \
239 guichan.cpp \
240 image.cpp \
241 imagefont.cpp \
242 inputevent.cpp \
243 key.cpp \
244 keyevent.cpp \
245 keyinput.cpp \
246 mouseevent.cpp \
247 mouseinput.cpp \
248 rectangle.cpp \
249 selectionevent.cpp \
250 widget.cpp
251
252 all: all-recursive
253
254 .SUFFIXES:
255 .SUFFIXES: .cpp .lo .o .obj
256 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
257 @for dep in $?; do \
258 case '$(am__configure_deps)' in \
259 *$$dep*) \
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261 && exit 0; \
262 exit 1;; \
263 esac; \
264 done; \
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
266 cd $(top_srcdir) && \
267 $(AUTOMAKE) --gnu src/Makefile
268 .PRECIOUS: Makefile
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270 @case '$?' in \
271 *config.status*) \
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
273 *) \
274 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
275 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
276 esac;
277
278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
279 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280
281 $(top_srcdir)/configure: $(am__configure_deps)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
286 @$(NORMAL_INSTALL)
287 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
288 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
289 if test -f $$p; then \
290 f=$(am__strip_dir) \
291 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
292 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
293 else :; fi; \
294 done
295
296 uninstall-libLTLIBRARIES:
297 @$(NORMAL_UNINSTALL)
298 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
299 p=$(am__strip_dir) \
300 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
301 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
302 done
303
304 clean-libLTLIBRARIES:
305 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
306 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
307 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
308 test "$$dir" != "$$p" || dir=.; \
309 echo "rm -f \"$${dir}/so_locations\""; \
310 rm -f "$${dir}/so_locations"; \
311 done
312 libguichan.la: $(libguichan_la_OBJECTS) $(libguichan_la_DEPENDENCIES)
313 $(libguichan_la_LINK) -rpath $(libdir) $(libguichan_la_OBJECTS) $(libguichan_la_LIBADD) $(LIBS)
314
315 mostlyclean-compile:
316 -rm -f *.$(OBJEXT)
317
318 distclean-compile:
319 -rm -f *.tab.c
320
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actionevent.Plo@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basiccontainer.Plo@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cliprectangle.Plo@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Plo@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultfont.Plo@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Plo@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/focushandler.Plo@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Plo@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genericinput.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Plo@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guichan.Plo@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagefont.Plo@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputevent.Plo@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key.Plo@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyevent.Plo@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyinput.Plo@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseevent.Plo@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseinput.Plo@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rectangle.Plo@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selectionevent.Plo@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Plo@am__quote@
345
346 .cpp.o:
347 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
348 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
349 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
352
353 .cpp.obj:
354 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
355 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
359
360 .cpp.lo:
361 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
362 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
363 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
364 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
366
367 mostlyclean-libtool:
368 -rm -f *.lo
369
370 clean-libtool:
371 -rm -rf .libs _libs
372
373 # This directory's subdirectories are mostly independent; you can cd
374 # into them and run `make' without going through this Makefile.
375 # To change the values of `make' variables: instead of editing Makefiles,
376 # (1) if the variable is set in `config.status', edit `config.status'
377 # (which will cause the Makefiles to be regenerated when you run `make');
378 # (2) otherwise, pass the desired values on the `make' command line.
379 $(RECURSIVE_TARGETS):
380 @failcom='exit 1'; \
381 for f in x $$MAKEFLAGS; do \
382 case $$f in \
383 *=* | --[!k]*);; \
384 *k*) failcom='fail=yes';; \
385 esac; \
386 done; \
387 dot_seen=no; \
388 target=`echo $@ | sed s/-recursive//`; \
389 list='$(SUBDIRS)'; for subdir in $$list; do \
390 echo "Making $$target in $$subdir"; \
391 if test "$$subdir" = "."; then \
392 dot_seen=yes; \
393 local_target="$$target-am"; \
394 else \
395 local_target="$$target"; \
396 fi; \
397 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398 || eval $$failcom; \
399 done; \
400 if test "$$dot_seen" = "no"; then \
401 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
402 fi; test -z "$$fail"
403
404 $(RECURSIVE_CLEAN_TARGETS):
405 @failcom='exit 1'; \
406 for f in x $$MAKEFLAGS; do \
407 case $$f in \
408 *=* | --[!k]*);; \
409 *k*) failcom='fail=yes';; \
410 esac; \
411 done; \
412 dot_seen=no; \
413 case "$@" in \
414 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
415 *) list='$(SUBDIRS)' ;; \
416 esac; \
417 rev=''; for subdir in $$list; do \
418 if test "$$subdir" = "."; then :; else \
419 rev="$$subdir $$rev"; \
420 fi; \
421 done; \
422 rev="$$rev ."; \
423 target=`echo $@ | sed s/-recursive//`; \
424 for subdir in $$rev; do \
425 echo "Making $$target in $$subdir"; \
426 if test "$$subdir" = "."; then \
427 local_target="$$target-am"; \
428 else \
429 local_target="$$target"; \
430 fi; \
431 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
432 || eval $$failcom; \
433 done && test -z "$$fail"
434 tags-recursive:
435 list='$(SUBDIRS)'; for subdir in $$list; do \
436 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
437 done
438 ctags-recursive:
439 list='$(SUBDIRS)'; for subdir in $$list; do \
440 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
441 done
442
443 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
444 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
445 unique=`for i in $$list; do \
446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447 done | \
448 $(AWK) ' { files[$$0] = 1; } \
449 END { for (i in files) print i; }'`; \
450 mkid -fID $$unique
451 tags: TAGS
452
453 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
454 $(TAGS_FILES) $(LISP)
455 tags=; \
456 here=`pwd`; \
457 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
458 include_option=--etags-include; \
459 empty_fix=.; \
460 else \
461 include_option=--include; \
462 empty_fix=; \
463 fi; \
464 list='$(SUBDIRS)'; for subdir in $$list; do \
465 if test "$$subdir" = .; then :; else \
466 test ! -f $$subdir/TAGS || \
467 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
468 fi; \
469 done; \
470 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
471 unique=`for i in $$list; do \
472 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473 done | \
474 $(AWK) ' { files[$$0] = 1; } \
475 END { for (i in files) print i; }'`; \
476 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
477 test -n "$$unique" || unique=$$empty_fix; \
478 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479 $$tags $$unique; \
480 fi
481 ctags: CTAGS
482 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
483 $(TAGS_FILES) $(LISP)
484 tags=; \
485 here=`pwd`; \
486 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487 unique=`for i in $$list; do \
488 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489 done | \
490 $(AWK) ' { files[$$0] = 1; } \
491 END { for (i in files) print i; }'`; \
492 test -z "$(CTAGS_ARGS)$$tags$$unique" \
493 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
494 $$tags $$unique
495
496 GTAGS:
497 here=`$(am__cd) $(top_builddir) && pwd` \
498 && cd $(top_srcdir) \
499 && gtags -i $(GTAGS_ARGS) $$here
500
501 distclean-tags:
502 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503
504 distdir: $(DISTFILES)
505 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507 list='$(DISTFILES)'; \
508 dist_files=`for file in $$list; do echo $$file; done | \
509 sed -e "s|^$$srcdirstrip/||;t" \
510 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
511 case $$dist_files in \
512 */*) $(MKDIR_P) `echo "$$dist_files" | \
513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
514 sort -u` ;; \
515 esac; \
516 for file in $$dist_files; do \
517 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518 if test -d $$d/$$file; then \
519 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
520 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
522 fi; \
523 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
524 else \
525 test -f $(distdir)/$$file \
526 || cp -p $$d/$$file $(distdir)/$$file \
527 || exit 1; \
528 fi; \
529 done
530 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531 if test "$$subdir" = .; then :; else \
532 test -d "$(distdir)/$$subdir" \
533 || $(MKDIR_P) "$(distdir)/$$subdir" \
534 || exit 1; \
535 distdir=`$(am__cd) $(distdir) && pwd`; \
536 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
537 (cd $$subdir && \
538 $(MAKE) $(AM_MAKEFLAGS) \
539 top_distdir="$$top_distdir" \
540 distdir="$$distdir/$$subdir" \
541 am__remove_distdir=: \
542 am__skip_length_check=: \
543 distdir) \
544 || exit 1; \
545 fi; \
546 done
547 check-am: all-am
548 check: check-recursive
549 all-am: Makefile $(LTLIBRARIES)
550 installdirs: installdirs-recursive
551 installdirs-am:
552 for dir in "$(DESTDIR)$(libdir)"; do \
553 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554 done
555 install: install-recursive
556 install-exec: install-exec-recursive
557 install-data: install-data-recursive
558 uninstall: uninstall-recursive
559
560 install-am: all-am
561 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563 installcheck: installcheck-recursive
564 install-strip:
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 `test -z '$(STRIP)' || \
568 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
569 mostlyclean-generic:
570
571 clean-generic:
572
573 distclean-generic:
574 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
575
576 maintainer-clean-generic:
577 @echo "This command is intended for maintainers to use"
578 @echo "it deletes files that may require special tools to rebuild."
579 clean: clean-recursive
580
581 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
582 mostlyclean-am
583
584 distclean: distclean-recursive
585 -rm -rf ./$(DEPDIR)
586 -rm -f Makefile
587 distclean-am: clean-am distclean-compile distclean-generic \
588 distclean-tags
589
590 dvi: dvi-recursive
591
592 dvi-am:
593
594 html: html-recursive
595
596 info: info-recursive
597
598 info-am:
599
600 install-data-am:
601
602 install-dvi: install-dvi-recursive
603
604 install-exec-am: install-libLTLIBRARIES
605
606 install-html: install-html-recursive
607
608 install-info: install-info-recursive
609
610 install-man:
611
612 install-pdf: install-pdf-recursive
613
614 install-ps: install-ps-recursive
615
616 installcheck-am:
617
618 maintainer-clean: maintainer-clean-recursive
619 -rm -rf ./$(DEPDIR)
620 -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
622
623 mostlyclean: mostlyclean-recursive
624
625 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
626 mostlyclean-libtool
627
628 pdf: pdf-recursive
629
630 pdf-am:
631
632 ps: ps-recursive
633
634 ps-am:
635
636 uninstall-am: uninstall-libLTLIBRARIES
637
638 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
639 install-strip
640
641 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
642 all all-am check check-am clean clean-generic \
643 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
644 distclean distclean-compile distclean-generic \
645 distclean-libtool distclean-tags distdir dvi dvi-am html \
646 html-am info info-am install install-am install-data \
647 install-data-am install-dvi install-dvi-am install-exec \
648 install-exec-am install-html install-html-am install-info \
649 install-info-am install-libLTLIBRARIES install-man install-pdf \
650 install-pdf-am install-ps install-ps-am install-strip \
651 installcheck installcheck-am installdirs installdirs-am \
652 maintainer-clean maintainer-clean-generic mostlyclean \
653 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
654 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
655 uninstall-libLTLIBRARIES
656
657 # Tell versions [3.59,3.63) of GNU make to not export all variables.
658 # Otherwise a system limit (for SysV at least) may be exceeded.
659 .NOEXPORT: