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