"Fossies" - the Fresh Open Source Software Archive 
Member "libextractor-1.11/src/include/Makefile.in" (30 Jan 2021, 23605 Bytes) of package /linux/privat/libextractor-1.11.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.10_vs_1.11.
1 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = src/include
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/abi-gsf.m4 \
95 $(top_srcdir)/m4/ac_define_dir.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_create_pkgconfig_info.m4 \
99 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
100 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
101 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
102 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
103 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
104 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
105 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
106 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
107 $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109 $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
111 $(am__DIST_COMMON)
112 mkinstalldirs = $(install_sh) -d
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 AM_V_P = $(am__v_P_@AM_V@)
117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo " GEN " $@;
123 am__v_GEN_1 =
124 AM_V_at = $(am__v_at_@AM_V@)
125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126 am__v_at_0 = @
127 am__v_at_1 =
128 SOURCES =
129 DIST_SOURCES =
130 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
131 ctags-recursive dvi-recursive html-recursive info-recursive \
132 install-data-recursive install-dvi-recursive \
133 install-exec-recursive install-html-recursive \
134 install-info-recursive install-pdf-recursive \
135 install-ps-recursive install-recursive installcheck-recursive \
136 installdirs-recursive pdf-recursive ps-recursive \
137 tags-recursive uninstall-recursive
138 am__can_run_installinfo = \
139 case $$AM_UPDATE_INFO_DIR in \
140 n|no|NO) false;; \
141 *) (install-info --version) >/dev/null 2>&1;; \
142 esac
143 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
144 am__vpath_adj = case $$p in \
145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
146 *) f=$$p;; \
147 esac;
148 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
149 am__install_max = 40
150 am__nobase_strip_setup = \
151 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
152 am__nobase_strip = \
153 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
154 am__nobase_list = $(am__nobase_strip_setup); \
155 for p in $$list; do echo "$$p $$p"; done | \
156 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
157 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
158 if (++n[$$2] == $(am__install_max)) \
159 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
160 END { for (dir in files) print dir, files[dir] }'
161 am__base_list = \
162 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
163 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
164 am__uninstall_files_from_dir = { \
165 test -z "$$files" \
166 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
167 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
168 $(am__cd) "$$dir" && rm -f $$files; }; \
169 }
170 am__installdirs = "$(DESTDIR)$(includedir)"
171 HEADERS = $(include_HEADERS)
172 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
173 distclean-recursive maintainer-clean-recursive
174 am__recursive_targets = \
175 $(RECURSIVE_TARGETS) \
176 $(RECURSIVE_CLEAN_TARGETS) \
177 $(am__extra_recursive_targets)
178 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
179 distdir distdir-am
180 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181 # Read a list of newline-separated strings from the standard input,
182 # and print each of them once, without duplicates. Input order is
183 # *not* preserved.
184 am__uniquify_input = $(AWK) '\
185 BEGIN { nonempty = 0; } \
186 { items[$$0] = 1; nonempty = 1; } \
187 END { if (nonempty) { for (i in items) print i; }; } \
188 '
189 # Make sure the list of sources is unique. This is necessary because,
190 # e.g., the same source file might be shared among _SOURCES variables
191 # for different programs/libraries.
192 am__define_uniq_tagged_files = \
193 list='$(am__tagged_files)'; \
194 unique=`for i in $$list; do \
195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196 done | $(am__uniquify_input)`
197 ETAGS = etags
198 CTAGS = ctags
199 DIST_SUBDIRS = $(SUBDIRS)
200 am__DIST_COMMON = $(srcdir)/Makefile.in
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202 am__relativize = \
203 dir0=`pwd`; \
204 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
205 sed_rest='s,^[^/]*/*,,'; \
206 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
207 sed_butlast='s,/*[^/]*$$,,'; \
208 while test -n "$$dir1"; do \
209 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
210 if test "$$first" != "."; then \
211 if test "$$first" = ".."; then \
212 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
213 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
214 else \
215 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
216 if test "$$first2" = "$$first"; then \
217 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
218 else \
219 dir2="../$$dir2"; \
220 fi; \
221 dir0="$$dir0"/"$$first"; \
222 fi; \
223 fi; \
224 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
225 done; \
226 reldir="$$dir2"
227 ACLOCAL = @ACLOCAL@
228 AMTAR = @AMTAR@
229 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
230 AR = @AR@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CXX = @CXX@
241 CXXCPP = @CXXCPP@
242 CXXDEPMODE = @CXXDEPMODE@
243 CXXFLAGS = @CXXFLAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@
246 DEPDIR = @DEPDIR@
247 DLLTOOL = @DLLTOOL@
248 DSYMUTIL = @DSYMUTIL@
249 DUMPBIN = @DUMPBIN@
250 ECHO_C = @ECHO_C@
251 ECHO_N = @ECHO_N@
252 ECHO_T = @ECHO_T@
253 EGREP = @EGREP@
254 EXEEXT = @EXEEXT@
255 FGREP = @FGREP@
256 GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
257 GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
258 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
259 GLIB_CFLAGS = @GLIB_CFLAGS@
260 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
261 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
262 GLIB_LIBS = @GLIB_LIBS@
263 GLIB_MKENUMS = @GLIB_MKENUMS@
264 GMSGFMT = @GMSGFMT@
265 GMSGFMT_015 = @GMSGFMT_015@
266 GOBJECT_QUERY = @GOBJECT_QUERY@
267 GREP = @GREP@
268 GSF_CFLAGS = @GSF_CFLAGS@
269 GSF_GNOME_CFLAGS = @GSF_GNOME_CFLAGS@
270 GSF_GNOME_LIBS = @GSF_GNOME_LIBS@
271 GSF_LIBS = @GSF_LIBS@
272 GSTREAMER_APP_CFLAGS = @GSTREAMER_APP_CFLAGS@
273 GSTREAMER_APP_LIBS = @GSTREAMER_APP_LIBS@
274 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
275 GSTREAMER_LIBS = @GSTREAMER_LIBS@
276 GSTREAMER_PBUTILS_CFLAGS = @GSTREAMER_PBUTILS_CFLAGS@
277 GSTREAMER_PBUTILS_LIBS = @GSTREAMER_PBUTILS_LIBS@
278 GSTREAMER_TAG_CFLAGS = @GSTREAMER_TAG_CFLAGS@
279 GSTREAMER_TAG_LIBS = @GSTREAMER_TAG_LIBS@
280 HAVE_CXX = @HAVE_CXX@
281 HAVE_ZZUF = @HAVE_ZZUF@
282 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
283 INSTALL = @INSTALL@
284 INSTALL_DATA = @INSTALL_DATA@
285 INSTALL_PROGRAM = @INSTALL_PROGRAM@
286 INSTALL_SCRIPT = @INSTALL_SCRIPT@
287 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
288 INTLLIBS = @INTLLIBS@
289 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
290 ISOLOCALEDIR = @ISOLOCALEDIR@
291 LD = @LD@
292 LDFLAGS = @LDFLAGS@
293 LE_INTLINCL = @LE_INTLINCL@
294 LE_LIBINTL = @LE_LIBINTL@
295 LE_LIB_LDFLAGS = @LE_LIB_LDFLAGS@
296 LE_LIB_LIBS = @LE_LIB_LIBS@
297 LE_PLUGIN_LDFLAGS = @LE_PLUGIN_LDFLAGS@
298 LIBEXT = @LIBEXT@
299 LIBICONV = @LIBICONV@
300 LIBINTL = @LIBINTL@
301 LIBOBJS = @LIBOBJS@
302 LIBS = @LIBS@
303 LIBTOOL = @LIBTOOL@
304 LIB_VERSION_AGE = @LIB_VERSION_AGE@
305 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
306 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
307 LIPO = @LIPO@
308 LN_S = @LN_S@
309 LOCALEDIR = @LOCALEDIR@
310 LTLIBICONV = @LTLIBICONV@
311 LTLIBINTL = @LTLIBINTL@
312 LTLIBOBJS = @LTLIBOBJS@
313 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
314 MAKEINFO = @MAKEINFO@
315 MANIFEST_TOOL = @MANIFEST_TOOL@
316 MKDIR_P = @MKDIR_P@
317 MSGFMT = @MSGFMT@
318 MSGFMT_015 = @MSGFMT_015@
319 MSGMERGE = @MSGMERGE@
320 NM = @NM@
321 NMEDIT = @NMEDIT@
322 OBJDUMP = @OBJDUMP@
323 OBJEXT = @OBJEXT@
324 OTOOL = @OTOOL@
325 OTOOL64 = @OTOOL64@
326 PACKAGE = @PACKAGE@
327 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
328 PACKAGE_NAME = @PACKAGE_NAME@
329 PACKAGE_STRING = @PACKAGE_STRING@
330 PACKAGE_TARNAME = @PACKAGE_TARNAME@
331 PACKAGE_URL = @PACKAGE_URL@
332 PACKAGE_VERSION = @PACKAGE_VERSION@
333 PACKAGE_VERSION_NOALPHA = @PACKAGE_VERSION_NOALPHA@
334 PATH_SEPARATOR = @PATH_SEPARATOR@
335 PKG_CONFIG = @PKG_CONFIG@
336 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
337 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
338 POSUB = @POSUB@
339 QT_CPPFLAGS = @QT_CPPFLAGS@
340 QT_LDFLAGS = @QT_LDFLAGS@
341 RANLIB = @RANLIB@
342 RPLUGINDIR = @RPLUGINDIR@
343 SED = @SED@
344 SET_MAKE = @SET_MAKE@
345 SHELL = @SHELL@
346 SOCKET_LIBS = @SOCKET_LIBS@
347 STRIP = @STRIP@
348 USE_NLS = @USE_NLS@
349 VERSION = @VERSION@
350 XGETTEXT = @XGETTEXT@
351 XGETTEXT_015 = @XGETTEXT_015@
352 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
353 XTRA_CPPLIBS = @XTRA_CPPLIBS@
354 abs_builddir = @abs_builddir@
355 abs_srcdir = @abs_srcdir@
356 abs_top_builddir = @abs_top_builddir@
357 abs_top_srcdir = @abs_top_srcdir@
358 ac_ct_AR = @ac_ct_AR@
359 ac_ct_CC = @ac_ct_CC@
360 ac_ct_CXX = @ac_ct_CXX@
361 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
362 am__include = @am__include@
363 am__leading_dot = @am__leading_dot@
364 am__quote = @am__quote@
365 am__tar = @am__tar@
366 am__untar = @am__untar@
367 bindir = @bindir@
368 build = @build@
369 build_alias = @build_alias@
370 build_cpu = @build_cpu@
371 build_os = @build_os@
372 build_vendor = @build_vendor@
373 builddir = @builddir@
374 datadir = @datadir@
375 datarootdir = @datarootdir@
376 docdir = @docdir@
377 dvidir = @dvidir@
378 exec_prefix = @exec_prefix@
379 host = @host@
380 host_alias = @host_alias@
381 host_cpu = @host_cpu@
382 host_os = @host_os@
383 host_vendor = @host_vendor@
384 htmldir = @htmldir@
385 includedir = @includedir@
386 infodir = @infodir@
387 install_sh = @install_sh@
388 libdir = @libdir@
389 libexecdir = @libexecdir@
390 localedir = @localedir@
391 localstatedir = @localstatedir@
392 mandir = @mandir@
393 mkdir_p = @mkdir_p@
394 oldincludedir = @oldincludedir@
395 pdfdir = @pdfdir@
396 pkgconfig_libdir = @pkgconfig_libdir@
397 pkgconfig_libfile = @pkgconfig_libfile@
398 prefix = @prefix@
399 program_transform_name = @program_transform_name@
400 psdir = @psdir@
401 runstatedir = @runstatedir@
402 sbindir = @sbindir@
403 sharedstatedir = @sharedstatedir@
404 srcdir = @srcdir@
405 sysconfdir = @sysconfdir@
406 target = @target@
407 target_alias = @target_alias@
408 target_cpu = @target_cpu@
409 target_os = @target_os@
410 target_vendor = @target_vendor@
411 top_build_prefix = @top_build_prefix@
412 top_builddir = @top_builddir@
413 top_srcdir = @top_srcdir@
414
415 # This Makefile.am is in the public domain
416 SUBDIRS = .
417 include_HEADERS = \
418 extractor.h
419
420 EXTRA_DIST = \
421 platform.h \
422 gettext.h
423
424 all: all-recursive
425
426 .SUFFIXES:
427 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
428 @for dep in $?; do \
429 case '$(am__configure_deps)' in \
430 *$$dep*) \
431 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
432 && { if test -f $@; then exit 0; else break; fi; }; \
433 exit 1;; \
434 esac; \
435 done; \
436 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
437 $(am__cd) $(top_srcdir) && \
438 $(AUTOMAKE) --gnu src/include/Makefile
439 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440 @case '$?' in \
441 *config.status*) \
442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
443 *) \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
446 esac;
447
448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450
451 $(top_srcdir)/configure: $(am__configure_deps)
452 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
453 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455 $(am__aclocal_m4_deps):
456
457 mostlyclean-libtool:
458 -rm -f *.lo
459
460 clean-libtool:
461 -rm -rf .libs _libs
462 install-includeHEADERS: $(include_HEADERS)
463 @$(NORMAL_INSTALL)
464 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
465 if test -n "$$list"; then \
466 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
467 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
468 fi; \
469 for p in $$list; do \
470 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471 echo "$$d$$p"; \
472 done | $(am__base_list) | \
473 while read files; do \
474 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
475 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
476 done
477
478 uninstall-includeHEADERS:
479 @$(NORMAL_UNINSTALL)
480 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
481 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
482 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
483
484 # This directory's subdirectories are mostly independent; you can cd
485 # into them and run 'make' without going through this Makefile.
486 # To change the values of 'make' variables: instead of editing Makefiles,
487 # (1) if the variable is set in 'config.status', edit 'config.status'
488 # (which will cause the Makefiles to be regenerated when you run 'make');
489 # (2) otherwise, pass the desired values on the 'make' command line.
490 $(am__recursive_targets):
491 @fail=; \
492 if $(am__make_keepgoing); then \
493 failcom='fail=yes'; \
494 else \
495 failcom='exit 1'; \
496 fi; \
497 dot_seen=no; \
498 target=`echo $@ | sed s/-recursive//`; \
499 case "$@" in \
500 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
501 *) list='$(SUBDIRS)' ;; \
502 esac; \
503 for subdir in $$list; do \
504 echo "Making $$target in $$subdir"; \
505 if test "$$subdir" = "."; then \
506 dot_seen=yes; \
507 local_target="$$target-am"; \
508 else \
509 local_target="$$target"; \
510 fi; \
511 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
512 || eval $$failcom; \
513 done; \
514 if test "$$dot_seen" = "no"; then \
515 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
516 fi; test -z "$$fail"
517
518 ID: $(am__tagged_files)
519 $(am__define_uniq_tagged_files); mkid -fID $$unique
520 tags: tags-recursive
521 TAGS: tags
522
523 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524 set x; \
525 here=`pwd`; \
526 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
527 include_option=--etags-include; \
528 empty_fix=.; \
529 else \
530 include_option=--include; \
531 empty_fix=; \
532 fi; \
533 list='$(SUBDIRS)'; for subdir in $$list; do \
534 if test "$$subdir" = .; then :; else \
535 test ! -f $$subdir/TAGS || \
536 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
537 fi; \
538 done; \
539 $(am__define_uniq_tagged_files); \
540 shift; \
541 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542 test -n "$$unique" || unique=$$empty_fix; \
543 if test $$# -gt 0; then \
544 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545 "$$@" $$unique; \
546 else \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548 $$unique; \
549 fi; \
550 fi
551 ctags: ctags-recursive
552
553 CTAGS: ctags
554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555 $(am__define_uniq_tagged_files); \
556 test -z "$(CTAGS_ARGS)$$unique" \
557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558 $$unique
559
560 GTAGS:
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && $(am__cd) $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) "$$here"
564 cscopelist: cscopelist-recursive
565
566 cscopelist-am: $(am__tagged_files)
567 list='$(am__tagged_files)'; \
568 case "$(srcdir)" in \
569 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
570 *) sdir=$(subdir)/$(srcdir) ;; \
571 esac; \
572 for i in $$list; do \
573 if test -f "$$i"; then \
574 echo "$(subdir)/$$i"; \
575 else \
576 echo "$$sdir/$$i"; \
577 fi; \
578 done >> $(top_builddir)/cscope.files
579
580 distclean-tags:
581 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582
583 distdir: $(BUILT_SOURCES)
584 $(MAKE) $(AM_MAKEFLAGS) distdir-am
585
586 distdir-am: $(DISTFILES)
587 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589 list='$(DISTFILES)'; \
590 dist_files=`for file in $$list; do echo $$file; done | \
591 sed -e "s|^$$srcdirstrip/||;t" \
592 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
593 case $$dist_files in \
594 */*) $(MKDIR_P) `echo "$$dist_files" | \
595 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
596 sort -u` ;; \
597 esac; \
598 for file in $$dist_files; do \
599 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600 if test -d $$d/$$file; then \
601 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
602 if test -d "$(distdir)/$$file"; then \
603 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604 fi; \
605 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
606 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
607 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608 fi; \
609 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610 else \
611 test -f "$(distdir)/$$file" \
612 || cp -p $$d/$$file "$(distdir)/$$file" \
613 || exit 1; \
614 fi; \
615 done
616 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617 if test "$$subdir" = .; then :; else \
618 $(am__make_dryrun) \
619 || test -d "$(distdir)/$$subdir" \
620 || $(MKDIR_P) "$(distdir)/$$subdir" \
621 || exit 1; \
622 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
623 $(am__relativize); \
624 new_distdir=$$reldir; \
625 dir1=$$subdir; dir2="$(top_distdir)"; \
626 $(am__relativize); \
627 new_top_distdir=$$reldir; \
628 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
629 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
630 ($(am__cd) $$subdir && \
631 $(MAKE) $(AM_MAKEFLAGS) \
632 top_distdir="$$new_top_distdir" \
633 distdir="$$new_distdir" \
634 am__remove_distdir=: \
635 am__skip_length_check=: \
636 am__skip_mode_fix=: \
637 distdir) \
638 || exit 1; \
639 fi; \
640 done
641 check-am: all-am
642 check: check-recursive
643 all-am: Makefile $(HEADERS)
644 installdirs: installdirs-recursive
645 installdirs-am:
646 for dir in "$(DESTDIR)$(includedir)"; do \
647 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
648 done
649 install: install-recursive
650 install-exec: install-exec-recursive
651 install-data: install-data-recursive
652 uninstall: uninstall-recursive
653
654 install-am: all-am
655 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
656
657 installcheck: installcheck-recursive
658 install-strip:
659 if test -z '$(STRIP)'; then \
660 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662 install; \
663 else \
664 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
667 fi
668 mostlyclean-generic:
669
670 clean-generic:
671
672 distclean-generic:
673 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
674 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
675
676 maintainer-clean-generic:
677 @echo "This command is intended for maintainers to use"
678 @echo "it deletes files that may require special tools to rebuild."
679 clean: clean-recursive
680
681 clean-am: clean-generic clean-libtool mostlyclean-am
682
683 distclean: distclean-recursive
684 -rm -f Makefile
685 distclean-am: clean-am distclean-generic distclean-tags
686
687 dvi: dvi-recursive
688
689 dvi-am:
690
691 html: html-recursive
692
693 html-am:
694
695 info: info-recursive
696
697 info-am:
698
699 install-data-am: install-includeHEADERS
700
701 install-dvi: install-dvi-recursive
702
703 install-dvi-am:
704
705 install-exec-am:
706
707 install-html: install-html-recursive
708
709 install-html-am:
710
711 install-info: install-info-recursive
712
713 install-info-am:
714
715 install-man:
716
717 install-pdf: install-pdf-recursive
718
719 install-pdf-am:
720
721 install-ps: install-ps-recursive
722
723 install-ps-am:
724
725 installcheck-am:
726
727 maintainer-clean: maintainer-clean-recursive
728 -rm -f Makefile
729 maintainer-clean-am: distclean-am maintainer-clean-generic
730
731 mostlyclean: mostlyclean-recursive
732
733 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
734
735 pdf: pdf-recursive
736
737 pdf-am:
738
739 ps: ps-recursive
740
741 ps-am:
742
743 uninstall-am: uninstall-includeHEADERS
744
745 .MAKE: $(am__recursive_targets) install-am install-strip
746
747 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
748 check-am clean clean-generic clean-libtool cscopelist-am ctags \
749 ctags-am distclean distclean-generic distclean-libtool \
750 distclean-tags distdir dvi dvi-am html html-am info info-am \
751 install install-am install-data install-data-am install-dvi \
752 install-dvi-am install-exec install-exec-am install-html \
753 install-html-am install-includeHEADERS install-info \
754 install-info-am install-man install-pdf install-pdf-am \
755 install-ps install-ps-am install-strip installcheck \
756 installcheck-am installdirs installdirs-am maintainer-clean \
757 maintainer-clean-generic mostlyclean mostlyclean-generic \
758 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
759 uninstall-am uninstall-includeHEADERS
760
761 .PRECIOUS: Makefile
762
763
764 # Tell versions [3.59,3.63) of GNU make to not export all variables.
765 # Otherwise a system limit (for SysV at least) may be exceeded.
766 .NOEXPORT: