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