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