blob: d38e1c90568bba8e7aa24cbfced08d3d41a2b91d [file] [log] [blame]
Mike Dodd8cfa7022010-11-17 11:12:26 -08001# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = libutil++
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
43 $(top_srcdir)/m4/builtinexpect.m4 \
44 $(top_srcdir)/m4/cellspubfdsupport.m4 \
45 $(top_srcdir)/m4/compileroption.m4 \
46 $(top_srcdir)/m4/configmodule.m4 \
47 $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
48 $(top_srcdir)/m4/extradirs.m4 $(top_srcdir)/m4/findkernel.m4 \
49 $(top_srcdir)/m4/kerneloption.m4 \
50 $(top_srcdir)/m4/kernelversion.m4 \
51 $(top_srcdir)/m4/mallocattribute.m4 \
52 $(top_srcdir)/m4/poptconst.m4 \
53 $(top_srcdir)/m4/precompiledheader.m4 $(top_srcdir)/m4/qt.m4 \
54 $(top_srcdir)/m4/resultyn.m4 $(top_srcdir)/m4/sstream.m4 \
55 $(top_srcdir)/m4/typedef.m4 $(top_srcdir)/configure.in
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 $(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/config.h
60CONFIG_CLEAN_FILES =
61LIBRARIES = $(noinst_LIBRARIES)
62ARFLAGS = cru
63libutil___a_AR = $(AR) $(ARFLAGS)
64libutil___a_LIBADD =
65am_libutil___a_OBJECTS = op_bfd.$(OBJEXT) bfd_support.$(OBJEXT) \
66 string_filter.$(OBJEXT) glob_filter.$(OBJEXT) \
67 path_filter.$(OBJEXT) file_manip.$(OBJEXT) \
68 stream_util.$(OBJEXT) string_manip.$(OBJEXT) cverb.$(OBJEXT) \
69 op_exception.$(OBJEXT) child_reader.$(OBJEXT) \
70 xml_output.$(OBJEXT) bfd_spu_support.$(OBJEXT) \
71 op_spu_bfd.$(OBJEXT)
72libutil___a_OBJECTS = $(am_libutil___a_OBJECTS)
73DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
74depcomp = $(SHELL) $(top_srcdir)/depcomp
75am__depfiles_maybe = depfiles
76CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
78LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
79 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80 $(AM_CXXFLAGS) $(CXXFLAGS)
81CXXLD = $(CXX)
82CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
83 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
87 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
88 $(AM_CFLAGS) $(CFLAGS)
89CCLD = $(CC)
90LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
91 $(AM_LDFLAGS) $(LDFLAGS) -o $@
92SOURCES = $(libutil___a_SOURCES)
93DIST_SOURCES = $(libutil___a_SOURCES)
94RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95 html-recursive info-recursive install-data-recursive \
96 install-exec-recursive install-info-recursive \
97 install-recursive installcheck-recursive installdirs-recursive \
98 pdf-recursive ps-recursive uninstall-info-recursive \
99 uninstall-recursive
100ETAGS = etags
101CTAGS = ctags
102DIST_SUBDIRS = $(SUBDIRS)
103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104ACLOCAL = @ACLOCAL@
105AMDEP_FALSE = @AMDEP_FALSE@
106AMDEP_TRUE = @AMDEP_TRUE@
107AMTAR = @AMTAR@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113BFD_LIBS = @BFD_LIBS@
114BUILD_JVMPI_AGENT_FALSE = @BUILD_JVMPI_AGENT_FALSE@
115BUILD_JVMPI_AGENT_TRUE = @BUILD_JVMPI_AGENT_TRUE@
116BUILD_JVMTI_AGENT_FALSE = @BUILD_JVMTI_AGENT_FALSE@
117BUILD_JVMTI_AGENT_TRUE = @BUILD_JVMTI_AGENT_TRUE@
118CAT_ENTRY_END = @CAT_ENTRY_END@
119CAT_ENTRY_START = @CAT_ENTRY_START@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CXX = @CXX@
126CXXCPP = @CXXCPP@
127CXXDEPMODE = @CXXDEPMODE@
128CXXFLAGS = @CXXFLAGS@
129CYGPATH_W = @CYGPATH_W@
130DATE = @DATE@
131DEFS = @DEFS@
132DEPDIR = @DEPDIR@
133DOCBOOK_ROOT = @DOCBOOK_ROOT@
134ECHO = @ECHO@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
141F77 = @F77@
142FFLAGS = @FFLAGS@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147JAVA_HOMEDIR = @JAVA_HOMEDIR@
148KINC = @KINC@
149KSRC = @KSRC@
150KVERS = @KVERS@
151LD = @LD@
152LDFLAGS = @LDFLAGS@
153LIBERTY_LIBS = @LIBERTY_LIBS@
154LIBOBJS = @LIBOBJS@
155LIBS = @LIBS@
156LIBTOOL = @LIBTOOL@
157LN_S = @LN_S@
158LTLIBOBJS = @LTLIBOBJS@
159MAKEINFO = @MAKEINFO@
160MOC = @MOC@
161MODINSTALLDIR = @MODINSTALLDIR@
162OBJEXT = @OBJEXT@
163OPROFILE_DIR = @OPROFILE_DIR@
164OPROFILE_MODULE_ARCH = @OPROFILE_MODULE_ARCH@
165OP_CFLAGS = @OP_CFLAGS@
166OP_CXXFLAGS = @OP_CXXFLAGS@
167OP_DOCDIR = @OP_DOCDIR@
168PACKAGE = @PACKAGE@
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_NAME = @PACKAGE_NAME@
171PACKAGE_STRING = @PACKAGE_STRING@
172PACKAGE_TARNAME = @PACKAGE_TARNAME@
173PACKAGE_VERSION = @PACKAGE_VERSION@
174PATH_SEPARATOR = @PATH_SEPARATOR@
175POPT_LIBS = @POPT_LIBS@
176PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
177QT_INCLUDES = @QT_INCLUDES@
178QT_LDFLAGS = @QT_LDFLAGS@
179QT_LIB = @QT_LIB@
180QT_VERSION = @QT_VERSION@
181RANLIB = @RANLIB@
182SET_MAKE = @SET_MAKE@
183SHELL = @SHELL@
184SIZE_T_TYPE = @SIZE_T_TYPE@
185STRIP = @STRIP@
186UIC = @UIC@
187VERSION = @VERSION@
188XML_CATALOG = @XML_CATALOG@
189XSLTPROC = @XSLTPROC@
190XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
191X_CFLAGS = @X_CFLAGS@
192X_EXTRA_LIBS = @X_EXTRA_LIBS@
193X_LIBS = @X_LIBS@
194X_PRE_LIBS = @X_PRE_LIBS@
195ac_ct_AR = @ac_ct_AR@
196ac_ct_CC = @ac_ct_CC@
197ac_ct_CXX = @ac_ct_CXX@
198ac_ct_F77 = @ac_ct_F77@
199ac_ct_RANLIB = @ac_ct_RANLIB@
200ac_ct_STRIP = @ac_ct_STRIP@
201am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
202am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
203am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
204am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
205am__include = @am__include@
206am__leading_dot = @am__leading_dot@
207am__quote = @am__quote@
208am__tar = @am__tar@
209am__untar = @am__untar@
210bindir = @bindir@
211build = @build@
212build_alias = @build_alias@
213build_cpu = @build_cpu@
214build_os = @build_os@
215build_vendor = @build_vendor@
216datadir = @datadir@
217exec_prefix = @exec_prefix@
218have_qt_FALSE = @have_qt_FALSE@
219have_qt_TRUE = @have_qt_TRUE@
220have_xsltproc_FALSE = @have_xsltproc_FALSE@
221have_xsltproc_TRUE = @have_xsltproc_TRUE@
222host = @host@
223host_alias = @host_alias@
224host_cpu = @host_cpu@
225host_os = @host_os@
226host_vendor = @host_vendor@
227includedir = @includedir@
228infodir = @infodir@
229install_sh = @install_sh@
230kernel_support_FALSE = @kernel_support_FALSE@
231kernel_support_TRUE = @kernel_support_TRUE@
232libdir = @libdir@
233libexecdir = @libexecdir@
234localstatedir = @localstatedir@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
237oldincludedir = @oldincludedir@
238prefix = @prefix@
239program_transform_name = @program_transform_name@
240sbindir = @sbindir@
241sharedstatedir = @sharedstatedir@
242sysconfdir = @sysconfdir@
243target_alias = @target_alias@
244topdir = @topdir@
245SUBDIRS = . tests
246AM_CPPFLAGS = \
247 -I ${top_srcdir}/libutil \
248 -I ${top_srcdir}/libop \
249 -I ${top_srcdir}/libpp
250
251AM_CXXFLAGS = @OP_CXXFLAGS@
252noinst_LIBRARIES = libutil++.a
253libutil___a_SOURCES = \
254 op_bfd.cpp \
255 op_bfd.h \
256 bfd_support.cpp \
257 bfd_support.h \
258 string_filter.cpp \
259 string_filter.h \
260 glob_filter.cpp \
261 glob_filter.h \
262 growable_vector.h \
263 path_filter.cpp \
264 path_filter.h \
265 file_manip.cpp \
266 file_manip.h \
267 sparse_array.h \
268 stream_util.cpp \
269 stream_util.h \
270 string_manip.cpp \
271 string_manip.h \
272 cverb.cpp \
273 cverb.h \
274 generic_spec.h \
275 op_exception.cpp \
276 op_exception.h \
277 child_reader.cpp \
278 child_reader.h \
279 unique_storage.h \
280 utility.h \
281 cached_value.h \
282 comma_list.h \
283 xml_output.h \
284 xml_output.cpp \
285 bfd_spu_support.cpp \
286 op_spu_bfd.cpp
287
288all: all-recursive
289
290.SUFFIXES:
291.SUFFIXES: .cpp .lo .o .obj
292$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
293 @for dep in $?; do \
294 case '$(am__configure_deps)' in \
295 *$$dep*) \
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
297 && exit 0; \
298 exit 1;; \
299 esac; \
300 done; \
301 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libutil++/Makefile'; \
302 cd $(top_srcdir) && \
303 $(AUTOMAKE) --foreign libutil++/Makefile
304.PRECIOUS: Makefile
305Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306 @case '$?' in \
307 *config.status*) \
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309 *) \
310 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312 esac;
313
314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
317$(top_srcdir)/configure: $(am__configure_deps)
318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319$(ACLOCAL_M4): $(am__aclocal_m4_deps)
320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322clean-noinstLIBRARIES:
323 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
324libutil++.a: $(libutil___a_OBJECTS) $(libutil___a_DEPENDENCIES)
325 -rm -f libutil++.a
326 $(libutil___a_AR) libutil++.a $(libutil___a_OBJECTS) $(libutil___a_LIBADD)
327 $(RANLIB) libutil++.a
328
329mostlyclean-compile:
330 -rm -f *.$(OBJEXT)
331
332distclean-compile:
333 -rm -f *.tab.c
334
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd_spu_support.Po@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd_support.Po@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/child_reader.Po@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cverb.Po@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_manip.Po@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob_filter.Po@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_bfd.Po@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_exception.Po@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_spu_bfd.Po@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path_filter.Po@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream_util.Po@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_filter.Po@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_manip.Po@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml_output.Po@am__quote@
349
350.cpp.o:
351@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
352@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
353@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
356
357.cpp.obj:
358@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
359@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
360@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
363
364.cpp.lo:
365@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
366@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
367@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
370
371mostlyclean-libtool:
372 -rm -f *.lo
373
374clean-libtool:
375 -rm -rf .libs _libs
376
377distclean-libtool:
378 -rm -f libtool
379uninstall-info-am:
380
381# This directory's subdirectories are mostly independent; you can cd
382# into them and run `make' without going through this Makefile.
383# To change the values of `make' variables: instead of editing Makefiles,
384# (1) if the variable is set in `config.status', edit `config.status'
385# (which will cause the Makefiles to be regenerated when you run `make');
386# (2) otherwise, pass the desired values on the `make' command line.
387$(RECURSIVE_TARGETS):
388 @failcom='exit 1'; \
389 for f in x $$MAKEFLAGS; do \
390 case $$f in \
391 *=* | --[!k]*);; \
392 *k*) failcom='fail=yes';; \
393 esac; \
394 done; \
395 dot_seen=no; \
396 target=`echo $@ | sed s/-recursive//`; \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
398 echo "Making $$target in $$subdir"; \
399 if test "$$subdir" = "."; then \
400 dot_seen=yes; \
401 local_target="$$target-am"; \
402 else \
403 local_target="$$target"; \
404 fi; \
405 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406 || eval $$failcom; \
407 done; \
408 if test "$$dot_seen" = "no"; then \
409 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
410 fi; test -z "$$fail"
411
412mostlyclean-recursive clean-recursive distclean-recursive \
413maintainer-clean-recursive:
414 @failcom='exit 1'; \
415 for f in x $$MAKEFLAGS; do \
416 case $$f in \
417 *=* | --[!k]*);; \
418 *k*) failcom='fail=yes';; \
419 esac; \
420 done; \
421 dot_seen=no; \
422 case "$@" in \
423 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
424 *) list='$(SUBDIRS)' ;; \
425 esac; \
426 rev=''; for subdir in $$list; do \
427 if test "$$subdir" = "."; then :; else \
428 rev="$$subdir $$rev"; \
429 fi; \
430 done; \
431 rev="$$rev ."; \
432 target=`echo $@ | sed s/-recursive//`; \
433 for subdir in $$rev; do \
434 echo "Making $$target in $$subdir"; \
435 if test "$$subdir" = "."; then \
436 local_target="$$target-am"; \
437 else \
438 local_target="$$target"; \
439 fi; \
440 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441 || eval $$failcom; \
442 done && test -z "$$fail"
443tags-recursive:
444 list='$(SUBDIRS)'; for subdir in $$list; do \
445 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
446 done
447ctags-recursive:
448 list='$(SUBDIRS)'; for subdir in $$list; do \
449 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
450 done
451
452ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454 unique=`for i in $$list; do \
455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456 done | \
457 $(AWK) ' { files[$$0] = 1; } \
458 END { for (i in files) print i; }'`; \
459 mkid -fID $$unique
460tags: TAGS
461
462TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
463 $(TAGS_FILES) $(LISP)
464 tags=; \
465 here=`pwd`; \
466 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
467 include_option=--etags-include; \
468 empty_fix=.; \
469 else \
470 include_option=--include; \
471 empty_fix=; \
472 fi; \
473 list='$(SUBDIRS)'; for subdir in $$list; do \
474 if test "$$subdir" = .; then :; else \
475 test ! -f $$subdir/TAGS || \
476 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
477 fi; \
478 done; \
479 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
480 unique=`for i in $$list; do \
481 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482 done | \
483 $(AWK) ' { files[$$0] = 1; } \
484 END { for (i in files) print i; }'`; \
485 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
486 test -n "$$unique" || unique=$$empty_fix; \
487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488 $$tags $$unique; \
489 fi
490ctags: CTAGS
491CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
492 $(TAGS_FILES) $(LISP)
493 tags=; \
494 here=`pwd`; \
495 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
496 unique=`for i in $$list; do \
497 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498 done | \
499 $(AWK) ' { files[$$0] = 1; } \
500 END { for (i in files) print i; }'`; \
501 test -z "$(CTAGS_ARGS)$$tags$$unique" \
502 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
503 $$tags $$unique
504
505GTAGS:
506 here=`$(am__cd) $(top_builddir) && pwd` \
507 && cd $(top_srcdir) \
508 && gtags -i $(GTAGS_ARGS) $$here
509
510distclean-tags:
511 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512
513distdir: $(DISTFILES)
514 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
515 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
516 list='$(DISTFILES)'; for file in $$list; do \
517 case $$file in \
518 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
519 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
520 esac; \
521 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
523 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
524 dir="/$$dir"; \
525 $(mkdir_p) "$(distdir)$$dir"; \
526 else \
527 dir=''; \
528 fi; \
529 if test -d $$d/$$file; then \
530 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
532 fi; \
533 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
534 else \
535 test -f $(distdir)/$$file \
536 || cp -p $$d/$$file $(distdir)/$$file \
537 || exit 1; \
538 fi; \
539 done
540 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
541 if test "$$subdir" = .; then :; else \
542 test -d "$(distdir)/$$subdir" \
543 || $(mkdir_p) "$(distdir)/$$subdir" \
544 || exit 1; \
545 distdir=`$(am__cd) $(distdir) && pwd`; \
546 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
547 (cd $$subdir && \
548 $(MAKE) $(AM_MAKEFLAGS) \
549 top_distdir="$$top_distdir" \
550 distdir="$$distdir/$$subdir" \
551 distdir) \
552 || exit 1; \
553 fi; \
554 done
555check-am: all-am
556check: check-recursive
557all-am: Makefile $(LIBRARIES)
558installdirs: installdirs-recursive
559installdirs-am:
560install: install-recursive
561install-exec: install-exec-recursive
562install-data: install-data-recursive
563uninstall: uninstall-recursive
564
565install-am: all-am
566 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
568installcheck: installcheck-recursive
569install-strip:
570 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572 `test -z '$(STRIP)' || \
573 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
574mostlyclean-generic:
575
576clean-generic:
577
578distclean-generic:
579 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580
581maintainer-clean-generic:
582 @echo "This command is intended for maintainers to use"
583 @echo "it deletes files that may require special tools to rebuild."
584clean: clean-recursive
585
586clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
587 mostlyclean-am
588
589distclean: distclean-recursive
590 -rm -rf ./$(DEPDIR)
591 -rm -f Makefile
592distclean-am: clean-am distclean-compile distclean-generic \
593 distclean-libtool distclean-tags
594
595dvi: dvi-recursive
596
597dvi-am:
598
599html: html-recursive
600
601info: info-recursive
602
603info-am:
604
605install-data-am:
606
607install-exec-am:
608
609install-info: install-info-recursive
610
611install-man:
612
613installcheck-am:
614
615maintainer-clean: maintainer-clean-recursive
616 -rm -rf ./$(DEPDIR)
617 -rm -f Makefile
618maintainer-clean-am: distclean-am maintainer-clean-generic
619
620mostlyclean: mostlyclean-recursive
621
622mostlyclean-am: mostlyclean-compile mostlyclean-generic \
623 mostlyclean-libtool
624
625pdf: pdf-recursive
626
627pdf-am:
628
629ps: ps-recursive
630
631ps-am:
632
633uninstall-am: uninstall-info-am
634
635uninstall-info: uninstall-info-recursive
636
637.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
638 clean clean-generic clean-libtool clean-noinstLIBRARIES \
639 clean-recursive ctags ctags-recursive distclean \
640 distclean-compile distclean-generic distclean-libtool \
641 distclean-recursive distclean-tags distdir dvi dvi-am html \
642 html-am info info-am install install-am install-data \
643 install-data-am install-exec install-exec-am install-info \
644 install-info-am install-man install-strip installcheck \
645 installcheck-am installdirs installdirs-am maintainer-clean \
646 maintainer-clean-generic maintainer-clean-recursive \
647 mostlyclean mostlyclean-compile mostlyclean-generic \
648 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
649 tags tags-recursive uninstall uninstall-am uninstall-info-am
650
651# Tell versions [3.59,3.63) of GNU make to not export all variables.
652# Otherwise a system limit (for SysV at least) may be exceeded.
653.NOEXPORT: