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