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