Codebase list libevtx / 8784c91
Imported Upstream version 20150928 Hilko Bengen 8 years ago
107 changed file(s) with 8928 addition(s) and 4523 deletion(s). Raw diff Collapse all Expand all
7575 Recovery:
7676 * scan for records in chunk free space
7777
78 20150929
79 * updated m4 scripts
80 * updated dependencies
81
82 20150823
83 * changed version for pypi repacking
84
85 20150822
86 * worked on setup.py
87
7888 20150105
7989 * 2015 update
8090
00 Installation Instructions
11 *************************
22
3 Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
3 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
44 Inc.
55
66 Copying and distribution of this file, with or without modification,
1111 Basic Installation
1212 ==================
1313
14 Briefly, the shell commands `./configure; make; make install' should
15 configure, build, and install this package. The following
14 Briefly, the shell command `./configure && make && make install'
15 should configure, build, and install this package. The following
1616 more-detailed instructions are generic; see the `README' file for
1717 instructions specific to this package. Some packages provide this
1818 `INSTALL' file but do not implement all of the features documented
5353 PKGCONFIG_FILES = \
5454 libevtx.pc.in
5555
56 SETUP_PY_FILES = \
57 setup.py
58
5659 SPEC_FILES = \
5760 libevtx.spec \
5861 libevtx.spec.in
6164 $(DPKG_FILES) \
6265 $(GETTEXT_FILES) \
6366 $(PKGCONFIG_FILES) \
67 $(SETUP_PY_FILES) \
6468 $(SPEC_FILES)
6569
6670 MAINTAINERCLEANFILES = \
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = .
53 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54 $(srcdir)/Makefile.in $(srcdir)/libevtx.pc.in \
55 $(srcdir)/libevtx.spec.in $(top_srcdir)/configure \
56 $(top_srcdir)/dpkg/changelog.in \
57 $(top_srcdir)/dpkg/copyright.in \
58 $(top_srcdir)/include/libevtx/definitions.h.in \
59 $(top_srcdir)/include/libevtx/features.h.in \
60 $(top_srcdir)/include/libevtx/types.h.in ABOUT-NLS AUTHORS \
61 COPYING ChangeLog INSTALL NEWS config.guess config.rpath \
62 config.sub depcomp install-sh ltmain.sh missing
6391 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6492 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
6593 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
86114 $(top_srcdir)/configure.ac
87115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118 $(am__configure_deps) $(am__DIST_COMMON)
89119 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90120 configure.lineno config.status.lineno
91121 mkinstalldirs = $(install_sh) -d
94124 include/libevtx/features.h include/libevtx/types.h \
95125 dpkg/changelog dpkg/copyright libevtx.pc libevtx.spec
96126 CONFIG_CLEAN_VPATH_FILES =
127 AM_V_P = $(am__v_P_@AM_V@)
128 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
129 am__v_P_0 = false
130 am__v_P_1 = :
131 AM_V_GEN = $(am__v_GEN_@AM_V@)
132 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
133 am__v_GEN_0 = @echo " GEN " $@;
134 am__v_GEN_1 =
135 AM_V_at = $(am__v_at_@AM_V@)
136 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137 am__v_at_0 = @
138 am__v_at_1 =
97139 SOURCES =
98140 DIST_SOURCES =
99 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
100 html-recursive info-recursive install-data-recursive \
101 install-dvi-recursive install-exec-recursive \
102 install-html-recursive install-info-recursive \
103 install-pdf-recursive install-ps-recursive install-recursive \
104 installcheck-recursive installdirs-recursive pdf-recursive \
105 ps-recursive uninstall-recursive
141 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142 ctags-recursive dvi-recursive html-recursive info-recursive \
143 install-data-recursive install-dvi-recursive \
144 install-exec-recursive install-html-recursive \
145 install-info-recursive install-pdf-recursive \
146 install-ps-recursive install-recursive installcheck-recursive \
147 installdirs-recursive pdf-recursive ps-recursive \
148 tags-recursive uninstall-recursive
106149 am__can_run_installinfo = \
107150 case $$AM_UPDATE_INFO_DIR in \
108151 n|no|NO) false;; \
139182 DATA = $(pkgconfig_DATA)
140183 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
141184 distclean-recursive maintainer-clean-recursive
142 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
143 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
185 am__recursive_targets = \
186 $(RECURSIVE_TARGETS) \
187 $(RECURSIVE_CLEAN_TARGETS) \
188 $(am__extra_recursive_targets)
189 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
144190 cscope distdir dist dist-all distcheck
191 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192 # Read a list of newline-separated strings from the standard input,
193 # and print each of them once, without duplicates. Input order is
194 # *not* preserved.
195 am__uniquify_input = $(AWK) '\
196 BEGIN { nonempty = 0; } \
197 { items[$$0] = 1; nonempty = 1; } \
198 END { if (nonempty) { for (i in items) print i; }; } \
199 '
200 # Make sure the list of sources is unique. This is necessary because,
201 # e.g., the same source file might be shared among _SOURCES variables
202 # for different programs/libraries.
203 am__define_uniq_tagged_files = \
204 list='$(am__tagged_files)'; \
205 unique=`for i in $$list; do \
206 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207 done | $(am__uniquify_input)`
145208 ETAGS = etags
146209 CTAGS = ctags
147210 CSCOPE = cscope
148211 DIST_SUBDIRS = $(SUBDIRS)
212 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libevtx.pc.in \
213 $(srcdir)/libevtx.spec.in $(top_srcdir)/dpkg/changelog.in \
214 $(top_srcdir)/dpkg/copyright.in \
215 $(top_srcdir)/include/libevtx/definitions.h.in \
216 $(top_srcdir)/include/libevtx/features.h.in \
217 $(top_srcdir)/include/libevtx/types.h.in ABOUT-NLS AUTHORS \
218 COPYING ChangeLog INSTALL NEWS README compile config.guess \
219 config.rpath config.sub depcomp install-sh ltmain.sh missing
149220 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150221 distdir = $(PACKAGE)-$(VERSION)
151222 top_distdir = $(distdir)
190261 distcleancheck_listfiles = find . -type f -print
191262 ACLOCAL = @ACLOCAL@
192263 AMTAR = @AMTAR@
264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
193265 AR = @AR@
194266 AS = @AS@
195267 AUTOCONF = @AUTOCONF@
622694 PKGCONFIG_FILES = \
623695 libevtx.pc.in
624696
697 SETUP_PY_FILES = \
698 setup.py
699
625700 SPEC_FILES = \
626701 libevtx.spec \
627702 libevtx.spec.in
630705 $(DPKG_FILES) \
631706 $(GETTEXT_FILES) \
632707 $(PKGCONFIG_FILES) \
708 $(SETUP_PY_FILES) \
633709 $(SPEC_FILES)
634710
635711 MAINTAINERCLEANFILES = \
657733 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
658734 $(am__cd) $(top_srcdir) && \
659735 $(AUTOMAKE) --gnu Makefile
660 .PRECIOUS: Makefile
661736 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
662737 @case '$?' in \
663738 *config.status*) \
727802 # (1) if the variable is set in 'config.status', edit 'config.status'
728803 # (which will cause the Makefiles to be regenerated when you run 'make');
729804 # (2) otherwise, pass the desired values on the 'make' command line.
730 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
731 @fail= failcom='exit 1'; \
732 for f in x $$MAKEFLAGS; do \
733 case $$f in \
734 *=* | --[!k]*);; \
735 *k*) failcom='fail=yes';; \
736 esac; \
737 done; \
805 $(am__recursive_targets):
806 @fail=; \
807 if $(am__make_keepgoing); then \
808 failcom='fail=yes'; \
809 else \
810 failcom='exit 1'; \
811 fi; \
738812 dot_seen=no; \
739813 target=`echo $@ | sed s/-recursive//`; \
740814 case "$@" in \
755829 if test "$$dot_seen" = "no"; then \
756830 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
757831 fi; test -z "$$fail"
758 tags-recursive:
759 list='$(SUBDIRS)'; for subdir in $$list; do \
760 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
761 done
762 ctags-recursive:
763 list='$(SUBDIRS)'; for subdir in $$list; do \
764 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
765 done
766 cscopelist-recursive:
767 list='$(SUBDIRS)'; for subdir in $$list; do \
768 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
769 done
770
771 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
772 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
773 unique=`for i in $$list; do \
774 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
775 done | \
776 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
777 END { if (nonempty) { for (i in files) print i; }; }'`; \
778 mkid -fID $$unique
779 tags: TAGS
780
781 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
782 $(TAGS_FILES) $(LISP)
832
833 ID: $(am__tagged_files)
834 $(am__define_uniq_tagged_files); mkid -fID $$unique
835 tags: tags-recursive
836 TAGS: tags
837
838 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
783839 set x; \
784840 here=`pwd`; \
785841 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
795851 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
796852 fi; \
797853 done; \
798 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
799 unique=`for i in $$list; do \
800 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
801 done | \
802 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
803 END { if (nonempty) { for (i in files) print i; }; }'`; \
854 $(am__define_uniq_tagged_files); \
804855 shift; \
805856 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
806857 test -n "$$unique" || unique=$$empty_fix; \
812863 $$unique; \
813864 fi; \
814865 fi
815 ctags: CTAGS
816 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
817 $(TAGS_FILES) $(LISP)
818 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
819 unique=`for i in $$list; do \
820 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
821 done | \
822 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
823 END { if (nonempty) { for (i in files) print i; }; }'`; \
866 ctags: ctags-recursive
867
868 CTAGS: ctags
869 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
870 $(am__define_uniq_tagged_files); \
824871 test -z "$(CTAGS_ARGS)$$unique" \
825872 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
826873 $$unique
829876 here=`$(am__cd) $(top_builddir) && pwd` \
830877 && $(am__cd) $(top_srcdir) \
831878 && gtags -i $(GTAGS_ARGS) "$$here"
832
833879 cscope: cscope.files
834880 test ! -s cscope.files \
835881 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
836
837882 clean-cscope:
838883 -rm -f cscope.files
839
840 cscope.files: clean-cscope cscopelist-recursive cscopelist
841
842 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
843 list='$(SOURCES) $(HEADERS) $(LISP)'; \
884 cscope.files: clean-cscope cscopelist
885 cscopelist: cscopelist-recursive
886
887 cscopelist-am: $(am__tagged_files)
888 list='$(am__tagged_files)'; \
844889 case "$(srcdir)" in \
845890 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
846891 *) sdir=$(subdir)/$(srcdir) ;; \
938983 $(am__post_remove_distdir)
939984
940985 dist-tarZ: distdir
986 @echo WARNING: "Support for distribution archives compressed with" \
987 "legacy program 'compress' is deprecated." >&2
988 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
941989 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
942990 $(am__post_remove_distdir)
943991
944992 dist-shar: distdir
993 @echo WARNING: "Support for shar distribution archives is" \
994 "deprecated." >&2
995 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
945996 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
946997 $(am__post_remove_distdir)
947998
9741025 *.zip*) \
9751026 unzip $(distdir).zip ;;\
9761027 esac
977 chmod -R a-w $(distdir); chmod u+w $(distdir)
978 mkdir $(distdir)/_build
979 mkdir $(distdir)/_inst
1028 chmod -R a-w $(distdir)
1029 chmod u+w $(distdir)
1030 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
9801031 chmod a-w $(distdir)
9811032 test -d $(distdir)/_build || exit 0; \
9821033 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
9831034 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
9841035 && am__cwd=`pwd` \
985 && $(am__cd) $(distdir)/_build \
986 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1036 && $(am__cd) $(distdir)/_build/sub \
1037 && ../../configure \
9871038 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
9881039 $(DISTCHECK_CONFIGURE_FLAGS) \
1040 --srcdir=../.. --prefix="$$dc_install_base" \
9891041 && $(MAKE) $(AM_MAKEFLAGS) \
9901042 && $(MAKE) $(AM_MAKEFLAGS) dvi \
9911043 && $(MAKE) $(AM_MAKEFLAGS) check \
11441196
11451197 uninstall-am: uninstall-pkgconfigDATA
11461198
1147 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
1148 cscopelist-recursive ctags-recursive install-am install-strip \
1149 tags-recursive
1150
1151 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1152 all all-am am--refresh check check-am clean clean-cscope \
1153 clean-generic clean-libtool cscope cscopelist \
1154 cscopelist-recursive ctags ctags-recursive dist dist-all \
1155 dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
1156 dist-zip distcheck distclean distclean-generic \
1199 .MAKE: $(am__recursive_targets) install-am install-strip
1200
1201 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1202 am--refresh check check-am clean clean-cscope clean-generic \
1203 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1204 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1205 dist-xz dist-zip distcheck distclean distclean-generic \
11571206 distclean-libtool distclean-tags distcleancheck distdir \
11581207 distuninstallcheck dvi dvi-am html html-am info info-am \
11591208 install install-am install-data install-data-am install-dvi \
11631212 install-ps-am install-strip installcheck installcheck-am \
11641213 installdirs installdirs-am maintainer-clean \
11651214 maintainer-clean-generic mostlyclean mostlyclean-generic \
1166 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1167 uninstall uninstall-am uninstall-pkgconfigDATA
1215 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1216 uninstall-am uninstall-pkgconfigDATA
1217
1218 .PRECIOUS: Makefile
11681219
11691220
11701221 libtool:
0 # generated automatically by aclocal 1.12.2 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1314 m4_ifndef([AC_AUTOCONF_VERSION],
1415 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1516 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
218219 m4_popdef([pkg_description])
219220 ]) dnl PKG_NOARCH_INSTALLDIR
220221
221 # Copyright (C) 2002-2012 Free Software Foundation, Inc.
222 #
223 # This file is free software; the Free Software Foundation
224 # gives unlimited permission to copy and/or distribute it,
225 # with or without modifications, as long as this notice is preserved.
226
227 # serial 8
222
223 # PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
224 # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
225 # -------------------------------------------
226 # Retrieves the value of the pkg-config variable for the given module.
227 AC_DEFUN([PKG_CHECK_VAR],
228 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
229 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
230
231 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
232 AS_VAR_COPY([$1], [pkg_cv_][$1])
233
234 AS_VAR_IF([$1], [""], [$5], [$4])dnl
235 ])# PKG_CHECK_VAR
236
237 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
238 #
239 # This file is free software; the Free Software Foundation
240 # gives unlimited permission to copy and/or distribute it,
241 # with or without modifications, as long as this notice is preserved.
228242
229243 # AM_AUTOMAKE_VERSION(VERSION)
230244 # ----------------------------
232246 # generated from the m4 files accompanying Automake X.Y.
233247 # (This private macro should not be called outside this file.)
234248 AC_DEFUN([AM_AUTOMAKE_VERSION],
235 [am__api_version='1.12'
249 [am__api_version='1.15'
236250 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
237251 dnl require some minimum version. Point them to the right macro.
238 m4_if([$1], [1.12.2], [],
252 m4_if([$1], [1.15], [],
239253 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
240254 ])
241255
251265 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
252266 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
253267 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
254 [AM_AUTOMAKE_VERSION([1.12.2])dnl
268 [AM_AUTOMAKE_VERSION([1.15])dnl
255269 m4_ifndef([AC_AUTOCONF_VERSION],
256270 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
257271 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
258272
259273 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
260274
261 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
262 #
263 # This file is free software; the Free Software Foundation
264 # gives unlimited permission to copy and/or distribute it,
265 # with or without modifications, as long as this notice is preserved.
266
267 # serial 2
275 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
276 #
277 # This file is free software; the Free Software Foundation
278 # gives unlimited permission to copy and/or distribute it,
279 # with or without modifications, as long as this notice is preserved.
268280
269281 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
270282 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
305317 # configured tree to be moved without reconfiguration.
306318
307319 AC_DEFUN([AM_AUX_DIR_EXPAND],
308 [dnl Rely on autoconf to set up CDPATH properly.
309 AC_PREREQ([2.50])dnl
310 # expand $ac_aux_dir to an absolute path
311 am_aux_dir=`cd $ac_aux_dir && pwd`
320 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
321 # Expand $ac_aux_dir to an absolute path.
322 am_aux_dir=`cd "$ac_aux_dir" && pwd`
312323 ])
313324
314325 # AM_CONDITIONAL -*- Autoconf -*-
315326
316 # Copyright (C) 1997-2012 Free Software Foundation, Inc.
317 #
318 # This file is free software; the Free Software Foundation
319 # gives unlimited permission to copy and/or distribute it,
320 # with or without modifications, as long as this notice is preserved.
321
322 # serial 10
327 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
328 #
329 # This file is free software; the Free Software Foundation
330 # gives unlimited permission to copy and/or distribute it,
331 # with or without modifications, as long as this notice is preserved.
323332
324333 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
325334 # -------------------------------------
346355 Usually this means the macro was only invoked conditionally.]])
347356 fi])])
348357
349 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
350 #
351 # This file is free software; the Free Software Foundation
352 # gives unlimited permission to copy and/or distribute it,
353 # with or without modifications, as long as this notice is preserved.
354
355 # serial 17
358 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
359 #
360 # This file is free software; the Free Software Foundation
361 # gives unlimited permission to copy and/or distribute it,
362 # with or without modifications, as long as this notice is preserved.
363
356364
357365 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
358366 # written in clear, in which case automake, when reading aclocal.m4,
538546
539547 # Generate code to set up dependency tracking. -*- Autoconf -*-
540548
541 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
542 #
543 # This file is free software; the Free Software Foundation
544 # gives unlimited permission to copy and/or distribute it,
545 # with or without modifications, as long as this notice is preserved.
546
547 # serial 6
549 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
550 #
551 # This file is free software; the Free Software Foundation
552 # gives unlimited permission to copy and/or distribute it,
553 # with or without modifications, as long as this notice is preserved.
554
548555
549556 # _AM_OUTPUT_DEPENDENCY_COMMANDS
550557 # ------------------------------
551558 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
552559 [{
553 # Autoconf 2.62 quotes --file arguments for eval, but not when files
560 # Older Autoconf quotes --file arguments for eval, but not when files
554561 # are listed without --file. Let's play safe and only enable the eval
555562 # if we detect the quoting.
556563 case $CONFIG_FILES in
579586 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
580587 test -z "$DEPDIR" && continue
581588 am__include=`sed -n 's/^am__include = //p' < "$mf"`
582 test -z "am__include" && continue
589 test -z "$am__include" && continue
583590 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
584591 # Find all dependency output files, they are included files with
585592 # $(DEPDIR) in their names. We invoke sed twice because it is the
615622
616623 # Do all the work for Automake. -*- Autoconf -*-
617624
618 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
619 #
620 # This file is free software; the Free Software Foundation
621 # gives unlimited permission to copy and/or distribute it,
622 # with or without modifications, as long as this notice is preserved.
623
624 # serial 19
625 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
626 #
627 # This file is free software; the Free Software Foundation
628 # gives unlimited permission to copy and/or distribute it,
629 # with or without modifications, as long as this notice is preserved.
625630
626631 # This macro actually does too much. Some checks are only needed if
627632 # your package does certain things. But this isn't really a big deal.
633
634 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
635 m4_define([AC_PROG_CC],
636 m4_defn([AC_PROG_CC])
637 [_AM_PROG_CC_C_O
638 ])
628639
629640 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
630641 # AM_INIT_AUTOMAKE([OPTIONS])
638649 # arguments mandatory, and then we can depend on a new Autoconf
639650 # release and drop the old call support.
640651 AC_DEFUN([AM_INIT_AUTOMAKE],
641 [AC_PREREQ([2.62])dnl
652 [AC_PREREQ([2.65])dnl
642653 dnl Autoconf wants to disallow AM_ names. We explicitly allow
643654 dnl the ones we care about.
644655 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
668679 dnl Distinguish between old-style and new-style calls.
669680 m4_ifval([$2],
670681 [AC_DIAGNOSE([obsolete],
671 [$0: two- and three-arguments forms are deprecated. For more info, see:
672 http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
682 [$0: two- and three-arguments forms are deprecated.])
673683 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
674684 AC_SUBST([PACKAGE], [$1])dnl
675685 AC_SUBST([VERSION], [$2])],
702712 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
703713 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
704714 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
705 # We need awk for the "check" target. The system "awk" is bad on
706 # some platforms.
715 # We need awk for the "check" target (and possibly the TAP driver). The
716 # system "awk" is bad on some platforms.
707717 AC_REQUIRE([AC_PROG_AWK])dnl
708718 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
709719 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
723733 [_AM_DEPENDENCIES([OBJC])],
724734 [m4_define([AC_PROG_OBJC],
725735 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
726 dnl Support for Objective C++ was only introduced in Autoconf 2.65,
727 dnl but we still cater to Autoconf 2.62.
728 m4_ifdef([AC_PROG_OBJCXX],
729 [AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
736 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
730737 [_AM_DEPENDENCIES([OBJCXX])],
731738 [m4_define([AC_PROG_OBJCXX],
732 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
733 ])
734 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
735 dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
736 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
737 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
739 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
740 ])
741 AC_REQUIRE([AM_SILENT_RULES])dnl
742 dnl The testsuite driver may need to know about EXEEXT, so add the
743 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
744 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
738745 AC_CONFIG_COMMANDS_PRE(dnl
739746 [m4_provide_if([_AM_COMPILER_EXEEXT],
740747 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
748
749 # POSIX will say in a future version that running "rm -f" with no argument
750 # is OK; and we want to be able to make that assumption in our Makefile
751 # recipes. So use an aggressive probe to check that the usage we want is
752 # actually supported "in the wild" to an acceptable degree.
753 # See automake bug#10828.
754 # To make any issue more visible, cause the running configure to be aborted
755 # by default if the 'rm' program in use doesn't match our expectations; the
756 # user can still override this though.
757 if rm -f && rm -fr && rm -rf; then : OK; else
758 cat >&2 <<'END'
759 Oops!
760
761 Your 'rm' program seems unable to run without file operands specified
762 on the command line, even when the '-f' option is present. This is contrary
763 to the behaviour of most rm programs out there, and not conforming with
764 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
765
766 Please tell bug-automake@gnu.org about your system, including the value
767 of your $PATH and any error possibly output before this message. This
768 can help us improve future automake versions.
769
770 END
771 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
772 echo 'Configuration will proceed anyway, since you have set the' >&2
773 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
774 echo >&2
775 else
776 cat >&2 <<'END'
777 Aborting the configuration process, to ensure you take notice of the issue.
778
779 You can download and install GNU coreutils to get an 'rm' implementation
780 that behaves properly: <http://www.gnu.org/software/coreutils/>.
781
782 If you want to complete the configuration process using your problematic
783 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
784 to "yes", and re-run configure.
785
786 END
787 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
788 fi
789 fi
790 dnl The trailing newline in this macro's definition is deliberate, for
791 dnl backward compatibility and to allow trailing 'dnl'-style comments
792 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
741793 ])
742794
743795 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
745797 dnl mangled by Autoconf and run in a shell conditional statement.
746798 m4_define([_AC_COMPILER_EXEEXT],
747799 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
748
749800
750801 # When config.status generates a header, we must update the stamp-h file.
751802 # This file resides in the same directory as the config header
768819 done
769820 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
770821
771 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
772 #
773 # This file is free software; the Free Software Foundation
774 # gives unlimited permission to copy and/or distribute it,
775 # with or without modifications, as long as this notice is preserved.
776
777 # serial 8
822 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
823 #
824 # This file is free software; the Free Software Foundation
825 # gives unlimited permission to copy and/or distribute it,
826 # with or without modifications, as long as this notice is preserved.
778827
779828 # AM_PROG_INSTALL_SH
780829 # ------------------
781830 # Define $install_sh.
782831 AC_DEFUN([AM_PROG_INSTALL_SH],
783832 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
784 if test x"${install_sh}" != xset; then
833 if test x"${install_sh+set}" != xset; then
785834 case $am_aux_dir in
786835 *\ * | *\ *)
787836 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
791840 fi
792841 AC_SUBST([install_sh])])
793842
794 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
795 #
796 # This file is free software; the Free Software Foundation
797 # gives unlimited permission to copy and/or distribute it,
798 # with or without modifications, as long as this notice is preserved.
799
800 # serial 2
843 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
844 #
845 # This file is free software; the Free Software Foundation
846 # gives unlimited permission to copy and/or distribute it,
847 # with or without modifications, as long as this notice is preserved.
801848
802849 # Check whether the underlying file-system supports filenames
803850 # with a leading dot. For instance MS-DOS doesn't.
814861
815862 # Check to see how 'make' treats includes. -*- Autoconf -*-
816863
817 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
818 #
819 # This file is free software; the Free Software Foundation
820 # gives unlimited permission to copy and/or distribute it,
821 # with or without modifications, as long as this notice is preserved.
822
823 # serial 5
864 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
865 #
866 # This file is free software; the Free Software Foundation
867 # gives unlimited permission to copy and/or distribute it,
868 # with or without modifications, as long as this notice is preserved.
824869
825870 # AM_MAKE_INCLUDE()
826871 # -----------------
866911
867912 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
868913
869 # Copyright (C) 1997-2012 Free Software Foundation, Inc.
870 #
871 # This file is free software; the Free Software Foundation
872 # gives unlimited permission to copy and/or distribute it,
873 # with or without modifications, as long as this notice is preserved.
874
875 # serial 7
914 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
915 #
916 # This file is free software; the Free Software Foundation
917 # gives unlimited permission to copy and/or distribute it,
918 # with or without modifications, as long as this notice is preserved.
876919
877920 # AM_MISSING_PROG(NAME, PROGRAM)
878921 # ------------------------------
881924 $1=${$1-"${am_missing_run}$2"}
882925 AC_SUBST($1)])
883926
884
885927 # AM_MISSING_HAS_RUN
886928 # ------------------
887 # Define MISSING if not defined so far and test if it supports --run.
888 # If it does, set am_missing_run to use it, otherwise, to nothing.
929 # Define MISSING if not defined so far and test if it is modern enough.
930 # If it is, set am_missing_run to use it, otherwise, to nothing.
889931 AC_DEFUN([AM_MISSING_HAS_RUN],
890932 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
891933 AC_REQUIRE_AUX_FILE([missing])dnl
898940 esac
899941 fi
900942 # Use eval to expand $SHELL
901 if eval "$MISSING --run true"; then
902 am_missing_run="$MISSING --run "
943 if eval "$MISSING --is-lightweight"; then
944 am_missing_run="$MISSING "
903945 else
904946 am_missing_run=
905947 AC_MSG_WARN(['missing' script is too old or missing])
906948 fi
907949 ])
908950
909 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
910 #
911 # This file is free software; the Free Software Foundation
912 # gives unlimited permission to copy and/or distribute it,
913 # with or without modifications, as long as this notice is preserved.
914
915 # serial 3
951 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
952 #
953 # This file is free software; the Free Software Foundation
954 # gives unlimited permission to copy and/or distribute it,
955 # with or without modifications, as long as this notice is preserved.
916956
917957 # AM_PROG_MKDIR_P
918958 # ---------------
920960 AC_DEFUN([AM_PROG_MKDIR_P],
921961 [AC_PREREQ([2.60])dnl
922962 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
923 dnl FIXME to be removed in Automake 1.13.
963 dnl FIXME we are no longer going to remove this! adjust warning
964 dnl FIXME message accordingly.
924965 AC_DIAGNOSE([obsolete],
925966 [$0: this macro is deprecated, and will soon be removed.
926967 You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
941982
942983 # Helper functions for option handling. -*- Autoconf -*-
943984
944 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
945 #
946 # This file is free software; the Free Software Foundation
947 # gives unlimited permission to copy and/or distribute it,
948 # with or without modifications, as long as this notice is preserved.
949
950 # serial 6
985 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
986 #
987 # This file is free software; the Free Software Foundation
988 # gives unlimited permission to copy and/or distribute it,
989 # with or without modifications, as long as this notice is preserved.
951990
952991 # _AM_MANGLE_OPTION(NAME)
953992 # -----------------------
9721011 AC_DEFUN([_AM_IF_OPTION],
9731012 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
9741013
975 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
976 #
977 # This file is free software; the Free Software Foundation
978 # gives unlimited permission to copy and/or distribute it,
979 # with or without modifications, as long as this notice is preserved.
980
981 # serial 1
1014 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1015 #
1016 # This file is free software; the Free Software Foundation
1017 # gives unlimited permission to copy and/or distribute it,
1018 # with or without modifications, as long as this notice is preserved.
1019
1020 # _AM_PROG_CC_C_O
1021 # ---------------
1022 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1023 # to automatically call this.
1024 AC_DEFUN([_AM_PROG_CC_C_O],
1025 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1026 AC_REQUIRE_AUX_FILE([compile])dnl
1027 AC_LANG_PUSH([C])dnl
1028 AC_CACHE_CHECK(
1029 [whether $CC understands -c and -o together],
1030 [am_cv_prog_cc_c_o],
1031 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1032 # Make sure it works both with $CC and with simple cc.
1033 # Following AC_PROG_CC_C_O, we do the test twice because some
1034 # compilers refuse to overwrite an existing .o file with -o,
1035 # though they will create one.
1036 am_cv_prog_cc_c_o=yes
1037 for am_i in 1 2; do
1038 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1039 && test -f conftest2.$ac_objext; then
1040 : OK
1041 else
1042 am_cv_prog_cc_c_o=no
1043 break
1044 fi
1045 done
1046 rm -f core conftest*
1047 unset am_i])
1048 if test "$am_cv_prog_cc_c_o" != yes; then
1049 # Losing compiler, so override with the script.
1050 # FIXME: It is wrong to rewrite CC.
1051 # But if we don't then we get into trouble of one sort or another.
1052 # A longer-term fix would be to have automake use am__CC in this case,
1053 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1054 CC="$am_aux_dir/compile $CC"
1055 fi
1056 AC_LANG_POP([C])])
1057
1058 # For backward compatibility.
1059 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1060
1061 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1062 #
1063 # This file is free software; the Free Software Foundation
1064 # gives unlimited permission to copy and/or distribute it,
1065 # with or without modifications, as long as this notice is preserved.
9821066
9831067 # AM_RUN_LOG(COMMAND)
9841068 # -------------------
9931077
9941078 # Check to make sure that the build environment is sane. -*- Autoconf -*-
9951079
996 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
997 #
998 # This file is free software; the Free Software Foundation
999 # gives unlimited permission to copy and/or distribute it,
1000 # with or without modifications, as long as this notice is preserved.
1001
1002 # serial 9
1080 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
1081 #
1082 # This file is free software; the Free Software Foundation
1083 # gives unlimited permission to copy and/or distribute it,
1084 # with or without modifications, as long as this notice is preserved.
10031085
10041086 # AM_SANITY_CHECK
10051087 # ---------------
10761158 rm -f conftest.file
10771159 ])
10781160
1079 # Copyright (C) 2001-2012 Free Software Foundation, Inc.
1080 #
1081 # This file is free software; the Free Software Foundation
1082 # gives unlimited permission to copy and/or distribute it,
1083 # with or without modifications, as long as this notice is preserved.
1084
1085 # serial 2
1161 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
1162 #
1163 # This file is free software; the Free Software Foundation
1164 # gives unlimited permission to copy and/or distribute it,
1165 # with or without modifications, as long as this notice is preserved.
1166
1167 # AM_SILENT_RULES([DEFAULT])
1168 # --------------------------
1169 # Enable less verbose build rules; with the default set to DEFAULT
1170 # ("yes" being less verbose, "no" or empty being verbose).
1171 AC_DEFUN([AM_SILENT_RULES],
1172 [AC_ARG_ENABLE([silent-rules], [dnl
1173 AS_HELP_STRING(
1174 [--enable-silent-rules],
1175 [less verbose build output (undo: "make V=1")])
1176 AS_HELP_STRING(
1177 [--disable-silent-rules],
1178 [verbose build output (undo: "make V=0")])dnl
1179 ])
1180 case $enable_silent_rules in @%:@ (((
1181 yes) AM_DEFAULT_VERBOSITY=0;;
1182 no) AM_DEFAULT_VERBOSITY=1;;
1183 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1184 esac
1185 dnl
1186 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1187 dnl do not support nested variable expansions.
1188 dnl See automake bug#9928 and bug#10237.
1189 am_make=${MAKE-make}
1190 AC_CACHE_CHECK([whether $am_make supports nested variables],
1191 [am_cv_make_support_nested_variables],
1192 [if AS_ECHO([['TRUE=$(BAR$(V))
1193 BAR0=false
1194 BAR1=true
1195 V=1
1196 am__doit:
1197 @$(TRUE)
1198 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1199 am_cv_make_support_nested_variables=yes
1200 else
1201 am_cv_make_support_nested_variables=no
1202 fi])
1203 if test $am_cv_make_support_nested_variables = yes; then
1204 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1205 AM_V='$(V)'
1206 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1207 else
1208 AM_V=$AM_DEFAULT_VERBOSITY
1209 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1210 fi
1211 AC_SUBST([AM_V])dnl
1212 AM_SUBST_NOTMAKE([AM_V])dnl
1213 AC_SUBST([AM_DEFAULT_V])dnl
1214 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1215 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1216 AM_BACKSLASH='\'
1217 AC_SUBST([AM_BACKSLASH])dnl
1218 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1219 ])
1220
1221 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1222 #
1223 # This file is free software; the Free Software Foundation
1224 # gives unlimited permission to copy and/or distribute it,
1225 # with or without modifications, as long as this notice is preserved.
10861226
10871227 # AM_PROG_INSTALL_STRIP
10881228 # ---------------------
11061246 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
11071247 AC_SUBST([INSTALL_STRIP_PROGRAM])])
11081248
1109 # Copyright (C) 2006-2012 Free Software Foundation, Inc.
1110 #
1111 # This file is free software; the Free Software Foundation
1112 # gives unlimited permission to copy and/or distribute it,
1113 # with or without modifications, as long as this notice is preserved.
1114
1115 # serial 3
1249 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
1250 #
1251 # This file is free software; the Free Software Foundation
1252 # gives unlimited permission to copy and/or distribute it,
1253 # with or without modifications, as long as this notice is preserved.
11161254
11171255 # _AM_SUBST_NOTMAKE(VARIABLE)
11181256 # ---------------------------
11271265
11281266 # Check how to create a tarball. -*- Autoconf -*-
11291267
1130 # Copyright (C) 2004-2012 Free Software Foundation, Inc.
1131 #
1132 # This file is free software; the Free Software Foundation
1133 # gives unlimited permission to copy and/or distribute it,
1134 # with or without modifications, as long as this notice is preserved.
1135
1136 # serial 3
1268 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
1269 #
1270 # This file is free software; the Free Software Foundation
1271 # gives unlimited permission to copy and/or distribute it,
1272 # with or without modifications, as long as this notice is preserved.
11371273
11381274 # _AM_PROG_TAR(FORMAT)
11391275 # --------------------
11481284 # Substitute a variable $(am__untar) that extract such
11491285 # a tarball read from stdin.
11501286 # $(am__untar) < result.tar
1287 #
11511288 AC_DEFUN([_AM_PROG_TAR],
11521289 [# Always define AMTAR for backward compatibility. Yes, it's still used
11531290 # in the wild :-( We should find a proper way to deprecate it ...
11541291 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1292
1293 # We'll loop over all known methods to create a tar archive until one works.
1294 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1295
11551296 m4_if([$1], [v7],
1156 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1157 [m4_case([$1], [ustar],, [pax],,
1158 [m4_fatal([Unknown tar format])])
1159 AC_MSG_CHECKING([how to create a $1 tar archive])
1160 # Loop over all known methods to create a tar archive until one works.
1161 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1162 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1163 # Do not fold the above two line into one, because Tru64 sh and
1164 # Solaris sh will not grok spaces in the rhs of '-'.
1165 for _am_tool in $_am_tools
1166 do
1167 case $_am_tool in
1168 gnutar)
1169 for _am_tar in tar gnutar gtar;
1170 do
1171 AM_RUN_LOG([$_am_tar --version]) && break
1172 done
1173 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1174 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1175 am__untar="$_am_tar -xf -"
1176 ;;
1177 plaintar)
1178 # Must skip GNU tar: if it does not support --format= it doesn't create
1179 # ustar tarball either.
1180 (tar --version) >/dev/null 2>&1 && continue
1181 am__tar='tar chf - "$$tardir"'
1182 am__tar_='tar chf - "$tardir"'
1183 am__untar='tar xf -'
1184 ;;
1185 pax)
1186 am__tar='pax -L -x $1 -w "$$tardir"'
1187 am__tar_='pax -L -x $1 -w "$tardir"'
1188 am__untar='pax -r'
1189 ;;
1190 cpio)
1191 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1192 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1193 am__untar='cpio -i -H $1 -d'
1194 ;;
1195 none)
1196 am__tar=false
1197 am__tar_=false
1198 am__untar=false
1199 ;;
1200 esac
1201
1202 # If the value was cached, stop now. We just wanted to have am__tar
1203 # and am__untar set.
1204 test -n "${am_cv_prog_tar_$1}" && break
1205
1206 # tar/untar a dummy directory, and stop if the command works
1297 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1298
1299 [m4_case([$1],
1300 [ustar],
1301 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1302 # There is notably a 21 bits limit for the UID and the GID. In fact,
1303 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1304 # and bug#13588).
1305 am_max_uid=2097151 # 2^21 - 1
1306 am_max_gid=$am_max_uid
1307 # The $UID and $GID variables are not portable, so we need to resort
1308 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1309 # below are definitely unexpected, so allow the users to see them
1310 # (that is, avoid stderr redirection).
1311 am_uid=`id -u || echo unknown`
1312 am_gid=`id -g || echo unknown`
1313 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1314 if test $am_uid -le $am_max_uid; then
1315 AC_MSG_RESULT([yes])
1316 else
1317 AC_MSG_RESULT([no])
1318 _am_tools=none
1319 fi
1320 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1321 if test $am_gid -le $am_max_gid; then
1322 AC_MSG_RESULT([yes])
1323 else
1324 AC_MSG_RESULT([no])
1325 _am_tools=none
1326 fi],
1327
1328 [pax],
1329 [],
1330
1331 [m4_fatal([Unknown tar format])])
1332
1333 AC_MSG_CHECKING([how to create a $1 tar archive])
1334
1335 # Go ahead even if we have the value already cached. We do so because we
1336 # need to set the values for the 'am__tar' and 'am__untar' variables.
1337 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1338
1339 for _am_tool in $_am_tools; do
1340 case $_am_tool in
1341 gnutar)
1342 for _am_tar in tar gnutar gtar; do
1343 AM_RUN_LOG([$_am_tar --version]) && break
1344 done
1345 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1346 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1347 am__untar="$_am_tar -xf -"
1348 ;;
1349 plaintar)
1350 # Must skip GNU tar: if it does not support --format= it doesn't create
1351 # ustar tarball either.
1352 (tar --version) >/dev/null 2>&1 && continue
1353 am__tar='tar chf - "$$tardir"'
1354 am__tar_='tar chf - "$tardir"'
1355 am__untar='tar xf -'
1356 ;;
1357 pax)
1358 am__tar='pax -L -x $1 -w "$$tardir"'
1359 am__tar_='pax -L -x $1 -w "$tardir"'
1360 am__untar='pax -r'
1361 ;;
1362 cpio)
1363 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1364 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1365 am__untar='cpio -i -H $1 -d'
1366 ;;
1367 none)
1368 am__tar=false
1369 am__tar_=false
1370 am__untar=false
1371 ;;
1372 esac
1373
1374 # If the value was cached, stop now. We just wanted to have am__tar
1375 # and am__untar set.
1376 test -n "${am_cv_prog_tar_$1}" && break
1377
1378 # tar/untar a dummy directory, and stop if the command works.
1379 rm -rf conftest.dir
1380 mkdir conftest.dir
1381 echo GrepMe > conftest.dir/file
1382 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1383 rm -rf conftest.dir
1384 if test -s conftest.tar; then
1385 AM_RUN_LOG([$am__untar <conftest.tar])
1386 AM_RUN_LOG([cat conftest.dir/file])
1387 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1388 fi
1389 done
12071390 rm -rf conftest.dir
1208 mkdir conftest.dir
1209 echo GrepMe > conftest.dir/file
1210 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1211 rm -rf conftest.dir
1212 if test -s conftest.tar; then
1213 AM_RUN_LOG([$am__untar <conftest.tar])
1214 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1215 fi
1216 done
1217 rm -rf conftest.dir
1218
1219 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1220 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1391
1392 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1393 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1394
12211395 AC_SUBST([am__tar])
12221396 AC_SUBST([am__untar])
12231397 ]) # _AM_PROG_TAR
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__make_dryrun = \
17 { \
18 am__dry=no; \
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
1939 case $$MAKEFLAGS in \
2040 *\\[\ \ ]*) \
21 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
22 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
23 *) \
24 for am__flg in $$MAKEFLAGS; do \
25 case $$am__flg in \
26 *=*|--*) ;; \
27 *n*) am__dry=yes; break;; \
28 esac; \
29 done;; \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3044 esac; \
31 test $$am__dry = yes; \
32 }
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3371 pkgdatadir = $(datadir)/@PACKAGE@
3472 pkgincludedir = $(includedir)/@PACKAGE@
3573 pkglibdir = $(libdir)/@PACKAGE@
4987 build_triplet = @build@
5088 host_triplet = @host@
5189 subdir = common
52 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53 $(srcdir)/config.h.in $(srcdir)/types.h.in
5490 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5591 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5692 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
77113 $(top_srcdir)/configure.ac
78114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79115 $(ACLOCAL_M4)
116 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
80117 mkinstalldirs = $(install_sh) -d
81118 CONFIG_HEADER = config.h
82119 CONFIG_CLEAN_FILES = types.h
83120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
84133 SOURCES =
85134 DIST_SOURCES =
86135 am__can_run_installinfo = \
88137 n|no|NO) false;; \
89138 *) (install-info --version) >/dev/null 2>&1;; \
90139 esac
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
141 $(LISP)config.h.in
142 # Read a list of newline-separated strings from the standard input,
143 # and print each of them once, without duplicates. Input order is
144 # *not* preserved.
145 am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
149 '
150 # Make sure the list of sources is unique. This is necessary because,
151 # e.g., the same source file might be shared among _SOURCES variables
152 # for different programs/libraries.
153 am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158 ETAGS = etags
159 CTAGS = ctags
160 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
161 $(srcdir)/types.h.in
91162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92163 ACLOCAL = @ACLOCAL@
93164 AMTAR = @AMTAR@
165 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
94166 AR = @AR@
95167 AS = @AS@
96168 AUTOCONF = @AUTOCONF@
500572 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
501573 $(am__cd) $(top_srcdir) && \
502574 $(AUTOMAKE) --gnu common/Makefile
503 .PRECIOUS: Makefile
504575 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
505576 @case '$?' in \
506577 *config.status*) \
520591 $(am__aclocal_m4_deps):
521592
522593 config.h: stamp-h1
523 @if test ! -f $@; then rm -f stamp-h1; else :; fi
524 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
594 @test -f $@ || rm -f stamp-h1
595 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
525596
526597 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
527598 @rm -f stamp-h1
541612
542613 clean-libtool:
543614 -rm -rf .libs _libs
544 tags: TAGS
545 TAGS:
546
547 ctags: CTAGS
548 CTAGS:
549
550 cscope cscopelist:
551
615
616 ID: $(am__tagged_files)
617 $(am__define_uniq_tagged_files); mkid -fID $$unique
618 tags: tags-am
619 TAGS: tags
620
621 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622 set x; \
623 here=`pwd`; \
624 $(am__define_uniq_tagged_files); \
625 shift; \
626 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627 test -n "$$unique" || unique=$$empty_fix; \
628 if test $$# -gt 0; then \
629 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630 "$$@" $$unique; \
631 else \
632 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633 $$unique; \
634 fi; \
635 fi
636 ctags: ctags-am
637
638 CTAGS: ctags
639 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640 $(am__define_uniq_tagged_files); \
641 test -z "$(CTAGS_ARGS)$$unique" \
642 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643 $$unique
644
645 GTAGS:
646 here=`$(am__cd) $(top_builddir) && pwd` \
647 && $(am__cd) $(top_srcdir) \
648 && gtags -i $(GTAGS_ARGS) "$$here"
649 cscopelist: cscopelist-am
650
651 cscopelist-am: $(am__tagged_files)
652 list='$(am__tagged_files)'; \
653 case "$(srcdir)" in \
654 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
655 *) sdir=$(subdir)/$(srcdir) ;; \
656 esac; \
657 for i in $$list; do \
658 if test -f "$$i"; then \
659 echo "$(subdir)/$$i"; \
660 else \
661 echo "$$sdir/$$i"; \
662 fi; \
663 done >> $(top_builddir)/cscope.files
664
665 distclean-tags:
666 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552667
553668 distdir: $(DISTFILES)
554669 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619734
620735 clean-am: clean-generic clean-libtool mostlyclean-am
621736
622 distclean-am: clean-am distclean-generic distclean-hdr
737 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
623738
624739 dvi: dvi-am
625740
681796
682797 .MAKE: all install-am install-strip
683798
684 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
685 distclean distclean-generic distclean-hdr distclean-libtool \
686 distdir dvi dvi-am html html-am info info-am install \
687 install-am install-data install-data-am install-dvi \
799 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
800 clean-libtool cscopelist-am ctags ctags-am distclean \
801 distclean-generic distclean-hdr distclean-libtool \
802 distclean-tags distdir dvi dvi-am html html-am info info-am \
803 install install-am install-data install-data-am install-dvi \
688804 install-dvi-am install-exec install-exec-am install-html \
689805 install-html-am install-info install-info-am install-man \
690806 install-pdf install-pdf-am install-ps install-ps-am \
691807 install-strip installcheck installcheck-am installdirs \
692808 maintainer-clean maintainer-clean-generic mostlyclean \
693809 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
694 uninstall uninstall-am
810 tags tags-am uninstall uninstall-am
811
812 .PRECIOUS: Makefile
695813
696814
697815 distclean: clean
620620 #define PACKAGE_NAME "libevtx"
621621
622622 /* Define to the full name and version of this package. */
623 #define PACKAGE_STRING "libevtx 20150105"
623 #define PACKAGE_STRING "libevtx 20150928"
624624
625625 /* Define to the one symbol short name of this package. */
626626 #define PACKAGE_TARNAME "libevtx"
629629 #define PACKAGE_URL ""
630630
631631 /* Define to the version of this package. */
632 #define PACKAGE_VERSION "20150105"
632 #define PACKAGE_VERSION "20150928"
633
634 /* The size of `int', as computed by sizeof. */
635 #define SIZEOF_INT 4
633636
634637 /* The size of `off_t', as computed by sizeof. */
635638 #define SIZEOF_OFF_T 8
653656 /* #undef TM_IN_SYS_TIME */
654657
655658 /* Version number of package */
656 #define VERSION "20150105"
659 #define VERSION "20150928"
657660
658661 /* Enable large inode numbers on Mac OS X 10.5. */
659662 #ifndef _DARWIN_USE_64_BIT_INODE
629629
630630 /* Define to the version of this package. */
631631 #undef PACKAGE_VERSION
632
633 /* The size of `int', as computed by sizeof. */
634 #undef SIZEOF_INT
632635
633636 /* The size of `off_t', as computed by sizeof. */
634637 #undef SIZEOF_OFF_T
257257 #endif
258258 #endif
259259
260 /* The maximum unsigned 64-bit integer is 18446744073709551615 (0xffffffffffffffff)
261 */
262 #if !defined( UINT64_MAX )
263 #if defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x0560 )
264 #define UINT64_MAX (0xffffffffffffffffUL)
265 #else
266 #define UINT64_MAX (0xffffffffffffffffULL)
267 #endif
268 #endif
269
260270 /* The maximum signed integer
261271 */
262272 #if !defined( INT_MAX )
257257 #endif
258258 #endif
259259
260 /* The maximum unsigned 64-bit integer is 18446744073709551615 (0xffffffffffffffff)
261 */
262 #if !defined( UINT64_MAX )
263 #if defined( __BORLANDC__ ) && ( __BORLANDC__ < 0x0560 )
264 #define UINT64_MAX (0xffffffffffffffffUL)
265 #else
266 #define UINT64_MAX (0xffffffffffffffffULL)
267 #endif
268 #endif
269
260270 /* The maximum signed integer
261271 */
262272 #if !defined( INT_MAX )
0 #! /bin/sh
1 # Wrapper for compilers which do not understand '-c -o'.
2
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
6 # Written by Tom Tromey <tromey@cygnus.com>.
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # As a special exception to the GNU General Public License, if you
22 # distribute this file as part of a program that contains a
23 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
29
30 nl='
31 '
32
33 # We need space, tab and new line, in precisely that order. Quoting is
34 # there to prevent tools from complaining about whitespace usage.
35 IFS=" "" $nl"
36
37 file_conv=
38
39 # func_file_conv build_file lazy
40 # Convert a $build file to $host form and store it in $file
41 # Currently only supports Windows hosts. If the determined conversion
42 # type is listed in (the comma separated) LAZY, no conversion will
43 # take place.
44 func_file_conv ()
45 {
46 file=$1
47 case $file in
48 / | /[!/]*) # absolute file, and not a UNC file
49 if test -z "$file_conv"; then
50 # lazily determine how to convert abs files
51 case `uname -s` in
52 MINGW*)
53 file_conv=mingw
54 ;;
55 CYGWIN*)
56 file_conv=cygwin
57 ;;
58 *)
59 file_conv=wine
60 ;;
61 esac
62 fi
63 case $file_conv/,$2, in
64 *,$file_conv,*)
65 ;;
66 mingw/*)
67 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
68 ;;
69 cygwin/*)
70 file=`cygpath -m "$file" || echo "$file"`
71 ;;
72 wine/*)
73 file=`winepath -w "$file" || echo "$file"`
74 ;;
75 esac
76 ;;
77 esac
78 }
79
80 # func_cl_dashL linkdir
81 # Make cl look for libraries in LINKDIR
82 func_cl_dashL ()
83 {
84 func_file_conv "$1"
85 if test -z "$lib_path"; then
86 lib_path=$file
87 else
88 lib_path="$lib_path;$file"
89 fi
90 linker_opts="$linker_opts -LIBPATH:$file"
91 }
92
93 # func_cl_dashl library
94 # Do a library search-path lookup for cl
95 func_cl_dashl ()
96 {
97 lib=$1
98 found=no
99 save_IFS=$IFS
100 IFS=';'
101 for dir in $lib_path $LIB
102 do
103 IFS=$save_IFS
104 if $shared && test -f "$dir/$lib.dll.lib"; then
105 found=yes
106 lib=$dir/$lib.dll.lib
107 break
108 fi
109 if test -f "$dir/$lib.lib"; then
110 found=yes
111 lib=$dir/$lib.lib
112 break
113 fi
114 if test -f "$dir/lib$lib.a"; then
115 found=yes
116 lib=$dir/lib$lib.a
117 break
118 fi
119 done
120 IFS=$save_IFS
121
122 if test "$found" != yes; then
123 lib=$lib.lib
124 fi
125 }
126
127 # func_cl_wrapper cl arg...
128 # Adjust compile command to suit cl
129 func_cl_wrapper ()
130 {
131 # Assume a capable shell
132 lib_path=
133 shared=:
134 linker_opts=
135 for arg
136 do
137 if test -n "$eat"; then
138 eat=
139 else
140 case $1 in
141 -o)
142 # configure might choose to run compile as 'compile cc -o foo foo.c'.
143 eat=1
144 case $2 in
145 *.o | *.[oO][bB][jJ])
146 func_file_conv "$2"
147 set x "$@" -Fo"$file"
148 shift
149 ;;
150 *)
151 func_file_conv "$2"
152 set x "$@" -Fe"$file"
153 shift
154 ;;
155 esac
156 ;;
157 -I)
158 eat=1
159 func_file_conv "$2" mingw
160 set x "$@" -I"$file"
161 shift
162 ;;
163 -I*)
164 func_file_conv "${1#-I}" mingw
165 set x "$@" -I"$file"
166 shift
167 ;;
168 -l)
169 eat=1
170 func_cl_dashl "$2"
171 set x "$@" "$lib"
172 shift
173 ;;
174 -l*)
175 func_cl_dashl "${1#-l}"
176 set x "$@" "$lib"
177 shift
178 ;;
179 -L)
180 eat=1
181 func_cl_dashL "$2"
182 ;;
183 -L*)
184 func_cl_dashL "${1#-L}"
185 ;;
186 -static)
187 shared=false
188 ;;
189 -Wl,*)
190 arg=${1#-Wl,}
191 save_ifs="$IFS"; IFS=','
192 for flag in $arg; do
193 IFS="$save_ifs"
194 linker_opts="$linker_opts $flag"
195 done
196 IFS="$save_ifs"
197 ;;
198 -Xlinker)
199 eat=1
200 linker_opts="$linker_opts $2"
201 ;;
202 -*)
203 set x "$@" "$1"
204 shift
205 ;;
206 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
207 func_file_conv "$1"
208 set x "$@" -Tp"$file"
209 shift
210 ;;
211 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
212 func_file_conv "$1" mingw
213 set x "$@" "$file"
214 shift
215 ;;
216 *)
217 set x "$@" "$1"
218 shift
219 ;;
220 esac
221 fi
222 shift
223 done
224 if test -n "$linker_opts"; then
225 linker_opts="-link$linker_opts"
226 fi
227 exec "$@" $linker_opts
228 exit 1
229 }
230
231 eat=
232
233 case $1 in
234 '')
235 echo "$0: No command. Try '$0 --help' for more information." 1>&2
236 exit 1;
237 ;;
238 -h | --h*)
239 cat <<\EOF
240 Usage: compile [--help] [--version] PROGRAM [ARGS]
241
242 Wrapper for compilers which do not understand '-c -o'.
243 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
244 arguments, and rename the output as expected.
245
246 If you are trying to build a whole package this is not the
247 right script to run: please start by reading the file 'INSTALL'.
248
249 Report bugs to <bug-automake@gnu.org>.
250 EOF
251 exit $?
252 ;;
253 -v | --v*)
254 echo "compile $scriptversion"
255 exit $?
256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258 func_cl_wrapper "$@" # Doesn't return...
259 ;;
260 esac
261
262 ofile=
263 cfile=
264
265 for arg
266 do
267 if test -n "$eat"; then
268 eat=
269 else
270 case $1 in
271 -o)
272 # configure might choose to run compile as 'compile cc -o foo foo.c'.
273 # So we strip '-o arg' only if arg is an object.
274 eat=1
275 case $2 in
276 *.o | *.obj)
277 ofile=$2
278 ;;
279 *)
280 set x "$@" -o "$2"
281 shift
282 ;;
283 esac
284 ;;
285 *.c)
286 cfile=$1
287 set x "$@" "$1"
288 shift
289 ;;
290 *)
291 set x "$@" "$1"
292 shift
293 ;;
294 esac
295 fi
296 shift
297 done
298
299 if test -z "$ofile" || test -z "$cfile"; then
300 # If no '-o' option was seen then we might have been invoked from a
301 # pattern rule where we don't need one. That is ok -- this is a
302 # normal compilation that the losing compiler can handle. If no
303 # '.c' file was seen then we are probably linking. That is also
304 # ok.
305 exec "$@"
306 fi
307
308 # Name of file we expect compiler to create.
309 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
310
311 # Create the lock directory.
312 # Note: use '[/\\:.-]' here to ensure that we don't use the same name
313 # that we are using for the .o file. Also, base the name on the expected
314 # object file name, since that is what matters with a parallel build.
315 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
316 while true; do
317 if mkdir "$lockdir" >/dev/null 2>&1; then
318 break
319 fi
320 sleep 1
321 done
322 # FIXME: race condition here if user kills between mkdir and trap.
323 trap "rmdir '$lockdir'; exit 1" 1 2 15
324
325 # Run the compile.
326 "$@"
327 ret=$?
328
329 if test -f "$cofile"; then
330 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
331 elif test -f "${cofile}bj"; then
332 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
333 fi
334
335 rmdir "$lockdir"
336 exit $ret
337
338 # Local Variables:
339 # mode: shell-script
340 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # time-stamp-start: "scriptversion="
343 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-end: "; # UTC"
346 # End:
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-06-10'
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
8 # the Free Software Foundation; either version 3 of the License, or
119 # (at your option) any later version.
1210 #
1311 # This program is distributed in the hope that it will be useful, but
2119 # As a special exception to the GNU General Public License, if you
2220 # distribute this file as part of a program that contains a
2321 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26
27 # Originally written by Per Bothner. Please send patches (context
28 # diff format) to <config-patches@gnu.org> and include a ChangeLog
29 # entry.
22 # the same distribution terms that you use for the rest of that
23 # program. This Exception is an additional permission under section 7
24 # of the GNU General Public License, version 3 ("GPLv3").
3025 #
31 # This script attempts to guess a canonical system name similar to
32 # config.sub. If it succeeds, it prints the system name on stdout, and
33 # exits with 0. Otherwise, it exits with 1.
26 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
3427 #
3528 # You can get the latest version of this script from:
3629 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
30 #
31 # Please send patches to <config-patches@gnu.org>.
32
3733
3834 me=`echo "$0" | sed -e 's,.*/,,'`
3935
5349 GNU config.guess ($timestamp)
5450
5551 Originally written by Per Bothner.
56 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
57 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
58 Free Software Foundation, Inc.
52 Copyright 1992-2015 Free Software Foundation, Inc.
5953
6054 This is free software; see the source for copying conditions. There is NO
6155 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
136130 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
137131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
138132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133
134 case "${UNAME_SYSTEM}" in
135 Linux|GNU|GNU/*)
136 # If the system lacks a compiler, then just pick glibc.
137 # We could probably try harder.
138 LIBC=gnu
139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
142 #include <features.h>
143 #if defined(__UCLIBC__)
144 LIBC=uclibc
145 #elif defined(__dietlibc__)
146 LIBC=dietlibc
147 #else
148 LIBC=gnu
149 #endif
150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
152 ;;
153 esac
139154
140155 # Note: order is significant - the case branches are not exclusive.
141156
198213 # contains redundant information, the shorter form:
199214 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
200215 echo "${machine}-${os}${release}"
216 exit ;;
217 *:Bitrig:*:*)
218 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
219 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
201220 exit ;;
202221 *:OpenBSD:*:*)
203222 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
301320 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
302321 echo arm-acorn-riscix${UNAME_RELEASE}
303322 exit ;;
304 arm:riscos:*:*|arm:RISCOS:*:*)
323 arm*:riscos:*:*|arm*:RISCOS:*:*)
305324 echo arm-unknown-riscos
306325 exit ;;
307326 SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
559578 else
560579 IBM_ARCH=powerpc
561580 fi
562 if [ -x /usr/bin/oslevel ] ; then
563 IBM_REV=`/usr/bin/oslevel`
581 if [ -x /usr/bin/lslpp ] ; then
582 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
583 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
564584 else
565585 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
566586 fi
800820 i*:CYGWIN*:*)
801821 echo ${UNAME_MACHINE}-pc-cygwin
802822 exit ;;
823 *:MINGW64*:*)
824 echo ${UNAME_MACHINE}-pc-mingw64
825 exit ;;
803826 *:MINGW*:*)
804827 echo ${UNAME_MACHINE}-pc-mingw32
805828 exit ;;
806 i*:MSYS*:*)
829 *:MSYS*:*)
807830 echo ${UNAME_MACHINE}-pc-msys
808831 exit ;;
809832 i*:windows32*:*)
851874 exit ;;
852875 *:GNU:*:*)
853876 # the GNU system
854 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
877 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
855878 exit ;;
856879 *:GNU/*:*:*)
857880 # other systems with GNU libc and userland
858 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
881 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
859882 exit ;;
860883 i*86:Minix:*:*)
861884 echo ${UNAME_MACHINE}-pc-minix
862885 exit ;;
863886 aarch64:Linux:*:*)
864 echo ${UNAME_MACHINE}-unknown-linux-gnu
887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
865888 exit ;;
866889 aarch64_be:Linux:*:*)
867890 UNAME_MACHINE=aarch64_be
868 echo ${UNAME_MACHINE}-unknown-linux-gnu
891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
869892 exit ;;
870893 alpha:Linux:*:*)
871894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
878901 EV68*) UNAME_MACHINE=alphaev68 ;;
879902 esac
880903 objdump --private-headers /bin/sh | grep -q ld.so.1
881 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
882 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
904 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
906 exit ;;
907 arc:Linux:*:* | arceb:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
883909 exit ;;
884910 arm*:Linux:*:*)
885911 eval $set_cc_for_build
886912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
887913 | grep -q __ARM_EABI__
888914 then
889 echo ${UNAME_MACHINE}-unknown-linux-gnu
915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
890916 else
891917 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
892918 | grep -q __ARM_PCS_VFP
893919 then
894 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
895921 else
896 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
897923 fi
898924 fi
899925 exit ;;
900926 avr32*:Linux:*:*)
901 echo ${UNAME_MACHINE}-unknown-linux-gnu
927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
902928 exit ;;
903929 cris:Linux:*:*)
904 echo ${UNAME_MACHINE}-axis-linux-gnu
930 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
905931 exit ;;
906932 crisv32:Linux:*:*)
907 echo ${UNAME_MACHINE}-axis-linux-gnu
933 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
908934 exit ;;
909935 frv:Linux:*:*)
910 echo ${UNAME_MACHINE}-unknown-linux-gnu
936 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
911937 exit ;;
912938 hexagon:Linux:*:*)
913 echo ${UNAME_MACHINE}-unknown-linux-gnu
939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
914940 exit ;;
915941 i*86:Linux:*:*)
916 LIBC=gnu
917 eval $set_cc_for_build
918 sed 's/^ //' << EOF >$dummy.c
919 #ifdef __dietlibc__
920 LIBC=dietlibc
921 #endif
922 EOF
923 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
924 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
942 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
925943 exit ;;
926944 ia64:Linux:*:*)
927 echo ${UNAME_MACHINE}-unknown-linux-gnu
945 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
928946 exit ;;
929947 m32r*:Linux:*:*)
930 echo ${UNAME_MACHINE}-unknown-linux-gnu
948 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
931949 exit ;;
932950 m68*:Linux:*:*)
933 echo ${UNAME_MACHINE}-unknown-linux-gnu
951 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
934952 exit ;;
935953 mips:Linux:*:* | mips64:Linux:*:*)
936954 eval $set_cc_for_build
949967 #endif
950968 EOF
951969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
952 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
953971 ;;
954 or32:Linux:*:*)
955 echo ${UNAME_MACHINE}-unknown-linux-gnu
972 openrisc*:Linux:*:*)
973 echo or1k-unknown-linux-${LIBC}
974 exit ;;
975 or32:Linux:*:* | or1k*:Linux:*:*)
976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
956977 exit ;;
957978 padre:Linux:*:*)
958 echo sparc-unknown-linux-gnu
979 echo sparc-unknown-linux-${LIBC}
959980 exit ;;
960981 parisc64:Linux:*:* | hppa64:Linux:*:*)
961 echo hppa64-unknown-linux-gnu
982 echo hppa64-unknown-linux-${LIBC}
962983 exit ;;
963984 parisc:Linux:*:* | hppa:Linux:*:*)
964985 # Look for CPU level
965986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
966 PA7*) echo hppa1.1-unknown-linux-gnu ;;
967 PA8*) echo hppa2.0-unknown-linux-gnu ;;
968 *) echo hppa-unknown-linux-gnu ;;
987 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
988 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
989 *) echo hppa-unknown-linux-${LIBC} ;;
969990 esac
970991 exit ;;
971992 ppc64:Linux:*:*)
972 echo powerpc64-unknown-linux-gnu
993 echo powerpc64-unknown-linux-${LIBC}
973994 exit ;;
974995 ppc:Linux:*:*)
975 echo powerpc-unknown-linux-gnu
996 echo powerpc-unknown-linux-${LIBC}
997 exit ;;
998 ppc64le:Linux:*:*)
999 echo powerpc64le-unknown-linux-${LIBC}
1000 exit ;;
1001 ppcle:Linux:*:*)
1002 echo powerpcle-unknown-linux-${LIBC}
9761003 exit ;;
9771004 s390:Linux:*:* | s390x:Linux:*:*)
978 echo ${UNAME_MACHINE}-ibm-linux
1005 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
9791006 exit ;;
9801007 sh64*:Linux:*:*)
981 echo ${UNAME_MACHINE}-unknown-linux-gnu
1008 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9821009 exit ;;
9831010 sh*:Linux:*:*)
984 echo ${UNAME_MACHINE}-unknown-linux-gnu
1011 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9851012 exit ;;
9861013 sparc:Linux:*:* | sparc64:Linux:*:*)
987 echo ${UNAME_MACHINE}-unknown-linux-gnu
1014 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9881015 exit ;;
9891016 tile*:Linux:*:*)
990 echo ${UNAME_MACHINE}-unknown-linux-gnu
1017 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9911018 exit ;;
9921019 vax:Linux:*:*)
993 echo ${UNAME_MACHINE}-dec-linux-gnu
1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
9941021 exit ;;
9951022 x86_64:Linux:*:*)
996 echo ${UNAME_MACHINE}-unknown-linux-gnu
1023 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9971024 exit ;;
9981025 xtensa*:Linux:*:*)
999 echo ${UNAME_MACHINE}-unknown-linux-gnu
1026 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
10001027 exit ;;
10011028 i*86:DYNIX/ptx:4*:*)
10021029 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
12001227 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
12011228 echo i586-pc-haiku
12021229 exit ;;
1230 x86_64:Haiku:*:*)
1231 echo x86_64-unknown-haiku
1232 exit ;;
12031233 SX-4:SUPER-UX:*:*)
12041234 echo sx4-nec-superux${UNAME_RELEASE}
12051235 exit ;;
12261256 exit ;;
12271257 *:Darwin:*:*)
12281258 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1229 case $UNAME_PROCESSOR in
1230 i386)
1231 eval $set_cc_for_build
1232 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1233 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1234 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1235 grep IS_64BIT_ARCH >/dev/null
1236 then
1237 UNAME_PROCESSOR="x86_64"
1238 fi
1239 fi ;;
1240 unknown) UNAME_PROCESSOR=powerpc ;;
1241 esac
1259 eval $set_cc_for_build
1260 if test "$UNAME_PROCESSOR" = unknown ; then
1261 UNAME_PROCESSOR=powerpc
1262 fi
1263 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1264 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1265 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1266 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1267 grep IS_64BIT_ARCH >/dev/null
1268 then
1269 case $UNAME_PROCESSOR in
1270 i386) UNAME_PROCESSOR=x86_64 ;;
1271 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1272 esac
1273 fi
1274 fi
1275 elif test "$UNAME_PROCESSOR" = i386 ; then
1276 # Avoid executing cc on OS X 10.9, as it ships with a stub
1277 # that puts up a graphical alert prompting to install
1278 # developer tools. Any system running Mac OS X 10.7 or
1279 # later (Darwin 11 and later) is required to have a 64-bit
1280 # processor. This is not true of the ARM version of Darwin
1281 # that Apple uses in portable devices.
1282 UNAME_PROCESSOR=x86_64
1283 fi
12421284 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
12431285 exit ;;
12441286 *:procnto*:*:* | *:QNX:[0123456789]*:*)
13291371 exit ;;
13301372 esac
13311373
1332 #echo '(No uname command or uname output not recognized.)' 1>&2
1333 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1334
1335 eval $set_cc_for_build
1336 cat >$dummy.c <<EOF
1337 #ifdef _SEQUENT_
1338 # include <sys/types.h>
1339 # include <sys/utsname.h>
1340 #endif
1341 main ()
1342 {
1343 #if defined (sony)
1344 #if defined (MIPSEB)
1345 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
1346 I don't know.... */
1347 printf ("mips-sony-bsd\n"); exit (0);
1348 #else
1349 #include <sys/param.h>
1350 printf ("m68k-sony-newsos%s\n",
1351 #ifdef NEWSOS4
1352 "4"
1353 #else
1354 ""
1355 #endif
1356 ); exit (0);
1357 #endif
1358 #endif
1359
1360 #if defined (__arm) && defined (__acorn) && defined (__unix)
1361 printf ("arm-acorn-riscix\n"); exit (0);
1362 #endif
1363
1364 #if defined (hp300) && !defined (hpux)
1365 printf ("m68k-hp-bsd\n"); exit (0);
1366 #endif
1367
1368 #if defined (NeXT)
1369 #if !defined (__ARCHITECTURE__)
1370 #define __ARCHITECTURE__ "m68k"
1371 #endif
1372 int version;
1373 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1374 if (version < 4)
1375 printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1376 else
1377 printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1378 exit (0);
1379 #endif
1380
1381 #if defined (MULTIMAX) || defined (n16)
1382 #if defined (UMAXV)
1383 printf ("ns32k-encore-sysv\n"); exit (0);
1384 #else
1385 #if defined (CMU)
1386 printf ("ns32k-encore-mach\n"); exit (0);
1387 #else
1388 printf ("ns32k-encore-bsd\n"); exit (0);
1389 #endif
1390 #endif
1391 #endif
1392
1393 #if defined (__386BSD__)
1394 printf ("i386-pc-bsd\n"); exit (0);
1395 #endif
1396
1397 #if defined (sequent)
1398 #if defined (i386)
1399 printf ("i386-sequent-dynix\n"); exit (0);
1400 #endif
1401 #if defined (ns32000)
1402 printf ("ns32k-sequent-dynix\n"); exit (0);
1403 #endif
1404 #endif
1405
1406 #if defined (_SEQUENT_)
1407 struct utsname un;
1408
1409 uname(&un);
1410
1411 if (strncmp(un.version, "V2", 2) == 0) {
1412 printf ("i386-sequent-ptx2\n"); exit (0);
1413 }
1414 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
1415 printf ("i386-sequent-ptx1\n"); exit (0);
1416 }
1417 printf ("i386-sequent-ptx\n"); exit (0);
1418
1419 #endif
1420
1421 #if defined (vax)
1422 # if !defined (ultrix)
1423 # include <sys/param.h>
1424 # if defined (BSD)
1425 # if BSD == 43
1426 printf ("vax-dec-bsd4.3\n"); exit (0);
1427 # else
1428 # if BSD == 199006
1429 printf ("vax-dec-bsd4.3reno\n"); exit (0);
1430 # else
1431 printf ("vax-dec-bsd\n"); exit (0);
1432 # endif
1433 # endif
1434 # else
1435 printf ("vax-dec-bsd\n"); exit (0);
1436 # endif
1437 # else
1438 printf ("vax-dec-ultrix\n"); exit (0);
1439 # endif
1440 #endif
1441
1442 #if defined (alliant) && defined (i860)
1443 printf ("i860-alliant-bsd\n"); exit (0);
1444 #endif
1445
1446 exit (1);
1447 }
1448 EOF
1449
1450 $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
1451 { echo "$SYSTEM_NAME"; exit; }
1452
1453 # Apollos put the system type in the environment.
1454
1455 test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
1456
1457 # Convex versions that predate uname can use getsysinfo(1)
1458
1459 if [ -x /usr/convex/getsysinfo ]
1460 then
1461 case `getsysinfo -f cpu_type` in
1462 c1*)
1463 echo c1-convex-bsd
1464 exit ;;
1465 c2*)
1466 if getsysinfo -f scalar_acc
1467 then echo c32-convex-bsd
1468 else echo c2-convex-bsd
1469 fi
1470 exit ;;
1471 c34*)
1472 echo c34-convex-bsd
1473 exit ;;
1474 c38*)
1475 echo c38-convex-bsd
1476 exit ;;
1477 c4*)
1478 echo c4-convex-bsd
1479 exit ;;
1480 esac
1481 fi
1482
14831374 cat >&2 <<EOF
14841375 $0: unable to guess system type
14851376
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012 Free Software Foundation, Inc.
5
6 timestamp='2012-04-18'
7
8 # This file is (in principle) common to ALL GNU software.
9 # The presence of a machine in this file suggests that SOME GNU software
10 # can handle that machine. It does not imply ALL GNU software can.
11 #
12 # This file is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
5
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
159 # (at your option) any later version.
1610 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
2115 #
2216 # You should have received a copy of the GNU General Public License
2317 # along with this program; if not, see <http://www.gnu.org/licenses/>.
2519 # As a special exception to the GNU General Public License, if you
2620 # distribute this file as part of a program that contains a
2721 # configuration script generated by Autoconf, you may include it under
28 # the same distribution terms that you use for the rest of that program.
29
30
31 # Please send patches to <config-patches@gnu.org>. Submit a context
32 # diff and a properly formatted GNU ChangeLog entry.
22 # the same distribution terms that you use for the rest of that
23 # program. This Exception is an additional permission under section 7
24 # of the GNU General Public License, version 3 ("GPLv3").
25
26
27 # Please send patches to <config-patches@gnu.org>.
3328 #
3429 # Configuration subroutine to validate and canonicalize a configuration type.
3530 # Supply the specified configuration type as an argument.
7267 version="\
7368 GNU config.sub ($timestamp)
7469
75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
76 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
77 Free Software Foundation, Inc.
70 Copyright 1992-2015 Free Software Foundation, Inc.
7871
7972 This is free software; see the source for copying conditions. There is NO
8073 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
122115 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
123116 case $maybe_os in
124117 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
125 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
118 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
126119 knetbsd*-gnu* | netbsd*-gnu* | \
127120 kopensolaris*-gnu* | \
128121 storm-chaos* | os2-emx* | rtmk-nova*)
155148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
156149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
157150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
158 -apple | -axis | -knuth | -cray | -microblaze)
151 -apple | -axis | -knuth | -cray | -microblaze*)
159152 os=
160153 basic_machine=$1
161154 ;;
258251 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
259252 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
260253 | am33_2.0 \
261 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
262 | be32 | be64 \
254 | arc | arceb \
255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
256 | avr | avr32 \
257 | be32 | be64 \
263258 | bfin \
264 | c4x | clipper \
259 | c4x | c8051 | clipper \
265260 | d10v | d30v | dlx | dsp16xx \
266261 | epiphany \
267 | fido | fr30 | frv \
262 | fido | fr30 | frv | ft32 \
268263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
269264 | hexagon \
270265 | i370 | i860 | i960 | ia64 \
271266 | ip2k | iq2000 \
267 | k1om \
272268 | le32 | le64 \
273269 | lm32 \
274270 | m32c | m32r | m32rle | m68000 | m68k | m88k \
275 | maxq | mb | microblaze | mcore | mep | metag \
271 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
276272 | mips | mipsbe | mipseb | mipsel | mipsle \
277273 | mips16 \
278274 | mips64 | mips64el \
286282 | mips64vr5900 | mips64vr5900el \
287283 | mipsisa32 | mipsisa32el \
288284 | mipsisa32r2 | mipsisa32r2el \
285 | mipsisa32r6 | mipsisa32r6el \
289286 | mipsisa64 | mipsisa64el \
290287 | mipsisa64r2 | mipsisa64r2el \
288 | mipsisa64r6 | mipsisa64r6el \
291289 | mipsisa64sb1 | mipsisa64sb1el \
292290 | mipsisa64sr71k | mipsisa64sr71kel \
291 | mipsr5900 | mipsr5900el \
293292 | mipstx39 | mipstx39el \
294293 | mn10200 | mn10300 \
295294 | moxie \
296295 | mt \
297296 | msp430 \
298297 | nds32 | nds32le | nds32be \
299 | nios | nios2 \
298 | nios | nios2 | nios2eb | nios2el \
300299 | ns16k | ns32k \
301 | open8 \
302 | or32 \
300 | open8 | or1k | or1knd | or32 \
303301 | pdp10 | pdp11 | pj | pjl \
304302 | powerpc | powerpc64 | powerpc64le | powerpcle \
305303 | pyramid \
304 | riscv32 | riscv64 \
306305 | rl78 | rx \
307306 | score \
308307 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
313312 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
314313 | ubicom32 \
315314 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
315 | visium \
316316 | we32k \
317317 | x86 | xc16x | xstormy16 | xtensa \
318318 | z8k | z80)
327327 c6x)
328328 basic_machine=tic6x-unknown
329329 ;;
330 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
330 leon|leon[3-9])
331 basic_machine=sparc-$basic_machine
332 ;;
333 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
331334 basic_machine=$basic_machine-unknown
332335 os=-none
333336 ;;
369372 | aarch64-* | aarch64_be-* \
370373 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
371374 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
372 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
375 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
373376 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
374377 | avr-* | avr32-* \
375378 | be32-* | be64-* \
376379 | bfin-* | bs2000-* \
377380 | c[123]* | c30-* | [cjt]90-* | c4x-* \
378 | clipper-* | craynv-* | cydra-* \
381 | c8051-* | clipper-* | craynv-* | cydra-* \
379382 | d10v-* | d30v-* | dlx-* \
380383 | elxsi-* \
381384 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
384387 | hexagon-* \
385388 | i*86-* | i860-* | i960-* | ia64-* \
386389 | ip2k-* | iq2000-* \
390 | k1om-* \
387391 | le32-* | le64-* \
388392 | lm32-* \
389393 | m32c-* | m32r-* | m32rle-* \
390394 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
391 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
395 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
396 | microblaze-* | microblazeel-* \
392397 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
393398 | mips16-* \
394399 | mips64-* | mips64el-* \
402407 | mips64vr5900-* | mips64vr5900el-* \
403408 | mipsisa32-* | mipsisa32el-* \
404409 | mipsisa32r2-* | mipsisa32r2el-* \
410 | mipsisa32r6-* | mipsisa32r6el-* \
405411 | mipsisa64-* | mipsisa64el-* \
406412 | mipsisa64r2-* | mipsisa64r2el-* \
413 | mipsisa64r6-* | mipsisa64r6el-* \
407414 | mipsisa64sb1-* | mipsisa64sb1el-* \
408415 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
416 | mipsr5900-* | mipsr5900el-* \
409417 | mipstx39-* | mipstx39el-* \
410418 | mmix-* \
411419 | mt-* \
412420 | msp430-* \
413421 | nds32-* | nds32le-* | nds32be-* \
414 | nios-* | nios2-* \
422 | nios-* | nios2-* | nios2eb-* | nios2el-* \
415423 | none-* | np1-* | ns16k-* | ns32k-* \
416424 | open8-* \
425 | or1k*-* \
417426 | orion-* \
418427 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
419428 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
431440 | ubicom32-* \
432441 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
433442 | vax-* \
443 | visium-* \
434444 | we32k-* \
435445 | x86-* | x86_64-* | xc16x-* | xps100-* \
436446 | xstormy16-* | xtensa*-* \
768778 basic_machine=m68k-isi
769779 os=-sysv
770780 ;;
781 leon-*|leon[3-9]-*)
782 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
783 ;;
771784 m68knommu)
772785 basic_machine=m68k-unknown
773786 os=-linux
787800 basic_machine=ns32k-utek
788801 os=-sysv
789802 ;;
790 microblaze)
803 microblaze*)
791804 basic_machine=microblaze-xilinx
792805 ;;
806 mingw64)
807 basic_machine=x86_64-pc
808 os=-mingw64
809 ;;
793810 mingw32)
794 basic_machine=i386-pc
811 basic_machine=i686-pc
795812 os=-mingw32
796813 ;;
797814 mingw32ce)
819836 basic_machine=powerpc-unknown
820837 os=-morphos
821838 ;;
839 moxiebox)
840 basic_machine=moxie-unknown
841 os=-moxiebox
842 ;;
822843 msdos)
823844 basic_machine=i386-pc
824845 os=-msdos
827848 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
828849 ;;
829850 msys)
830 basic_machine=i386-pc
851 basic_machine=i686-pc
831852 os=-msys
832853 ;;
833854 mvs)
10031024 ;;
10041025 ppc64) basic_machine=powerpc64-unknown
10051026 ;;
1006 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1027 ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
10071028 ;;
10081029 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
10091030 basic_machine=powerpc64le-unknown
10181039 basic_machine=i586-unknown
10191040 os=-pw32
10201041 ;;
1021 rdos)
1042 rdos | rdos64)
1043 basic_machine=x86_64-pc
1044 os=-rdos
1045 ;;
1046 rdos32)
10221047 basic_machine=i386-pc
10231048 os=-rdos
10241049 ;;
13451370 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
13461371 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
13471372 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1348 | -sym* | -kopensolaris* \
1373 | -sym* | -kopensolaris* | -plan9* \
13491374 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
13501375 | -aos* | -aros* \
13511376 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13521377 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
13531378 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1354 | -openbsd* | -solidbsd* \
1379 | -bitrig* | -openbsd* | -solidbsd* \
13551380 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
13561381 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
13571382 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
13581383 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
13591384 | -chorusos* | -chorusrdb* | -cegcc* \
13601385 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1361 | -mingw32* | -linux-gnu* | -linux-android* \
1362 | -linux-newlib* | -linux-uclibc* \
1363 | -uxpv* | -beos* | -mpeix* | -udk* \
1386 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1387 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1388 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
13641389 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
13651390 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
13661391 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
13671392 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
13681393 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
13691394 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1370 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1395 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
13711396 # Remember, each alternative MUST END IN *, to match a version number.
13721397 ;;
13731398 -qnx*)
14911516 -aros*)
14921517 os=-aros
14931518 ;;
1494 -kaos*)
1495 os=-kaos
1496 ;;
14971519 -zvmoe)
14981520 os=-zvmoe
14991521 ;;
15411563 ;;
15421564 c4x-* | tic4x-*)
15431565 os=-coff
1566 ;;
1567 c8051-*)
1568 os=-elf
15441569 ;;
15451570 hexagon-*)
15461571 os=-elf
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for libevtx 20150105.
2 # Generated by GNU Autoconf 2.69 for libevtx 20150928.
33 #
44 # Report bugs to <joachim.metz@gmail.com>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='libevtx'
591591 PACKAGE_TARNAME='libevtx'
592 PACKAGE_VERSION='20150105'
593 PACKAGE_STRING='libevtx 20150105'
592 PACKAGE_VERSION='20150928'
593 PACKAGE_STRING='libevtx 20150928'
594594 PACKAGE_BUGREPORT='joachim.metz@gmail.com'
595595 PACKAGE_URL=''
596596
997997 build_vendor
998998 build_cpu
999999 build
1000 AM_BACKSLASH
1001 AM_DEFAULT_VERBOSITY
1002 AM_DEFAULT_V
1003 AM_V
10001004 am__untar
10011005 am__tar
10021006 AMTAR
10611065 ac_subst_files=''
10621066 ac_user_opts='
10631067 enable_option_checking
1068 enable_silent_rules
10641069 enable_largefile
10651070 enable_dependency_tracking
10661071 enable_shared
17061711 # Omit some internal or obsolete options to make the list less imposing.
17071712 # This message is too long to be a string in the A/UX 3.1 sh.
17081713 cat <<_ACEOF
1709 \`configure' configures libevtx 20150105 to adapt to many kinds of systems.
1714 \`configure' configures libevtx 20150928 to adapt to many kinds of systems.
17101715
17111716 Usage: $0 [OPTION]... [VAR=VALUE]...
17121717
17761781
17771782 if test -n "$ac_init_help"; then
17781783 case $ac_init_help in
1779 short | recursive ) echo "Configuration of libevtx 20150105:";;
1784 short | recursive ) echo "Configuration of libevtx 20150928:";;
17801785 esac
17811786 cat <<\_ACEOF
17821787
17841789 --disable-option-checking ignore unrecognized --enable/--with options
17851790 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
17861791 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1792 --enable-silent-rules less verbose build output (undo: "make V=1")
1793 --disable-silent-rules verbose build output (undo: "make V=0")
17871794 --disable-largefile omit support for large files
17881795 --enable-dependency-tracking
17891796 do not reject slow dependency extractors
20712078 test -n "$ac_init_help" && exit $ac_status
20722079 if $ac_init_version; then
20732080 cat <<\_ACEOF
2074 libevtx configure 20150105
2081 libevtx configure 20150928
20752082 generated by GNU Autoconf 2.69
20762083
20772084 Copyright (C) 2012 Free Software Foundation, Inc.
27232730 This file contains any messages produced by compilers while
27242731 running configure, to aid debugging if configure makes a mistake.
27252732
2726 It was created by libevtx $as_me 20150105, which was
2733 It was created by libevtx $as_me 20150928, which was
27272734 generated by GNU Autoconf 2.69. Invocation command line was
27282735
27292736 $ $0 $@
30753082
30763083
30773084
3078 am__api_version='1.12'
3085 am__api_version='1.15'
30793086
30803087 ac_aux_dir=
30813088 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
32763283 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
32773284 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
32783285
3279 # expand $ac_aux_dir to an absolute path
3280 am_aux_dir=`cd $ac_aux_dir && pwd`
3286 # Expand $ac_aux_dir to an absolute path.
3287 am_aux_dir=`cd "$ac_aux_dir" && pwd`
32813288
32823289 if test x"${MISSING+set}" != xset; then
32833290 case $am_aux_dir in
32883295 esac
32893296 fi
32903297 # Use eval to expand $SHELL
3291 if eval "$MISSING --run true"; then
3292 am_missing_run="$MISSING --run "
3298 if eval "$MISSING --is-lightweight"; then
3299 am_missing_run="$MISSING "
32933300 else
32943301 am_missing_run=
32953302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
32963303 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
32973304 fi
32983305
3299 if test x"${install_sh}" != xset; then
3306 if test x"${install_sh+set}" != xset; then
33003307 case $am_aux_dir in
33013308 *\ * | *\ *)
33023309 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
35293536 fi
35303537 rmdir .tst 2>/dev/null
35313538
3539 # Check whether --enable-silent-rules was given.
3540 if test "${enable_silent_rules+set}" = set; then :
3541 enableval=$enable_silent_rules;
3542 fi
3543
3544 case $enable_silent_rules in # (((
3545 yes) AM_DEFAULT_VERBOSITY=0;;
3546 no) AM_DEFAULT_VERBOSITY=1;;
3547 *) AM_DEFAULT_VERBOSITY=1;;
3548 esac
3549 am_make=${MAKE-make}
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3551 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3552 if ${am_cv_make_support_nested_variables+:} false; then :
3553 $as_echo_n "(cached) " >&6
3554 else
3555 if $as_echo 'TRUE=$(BAR$(V))
3556 BAR0=false
3557 BAR1=true
3558 V=1
3559 am__doit:
3560 @$(TRUE)
3561 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3562 am_cv_make_support_nested_variables=yes
3563 else
3564 am_cv_make_support_nested_variables=no
3565 fi
3566 fi
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3568 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3569 if test $am_cv_make_support_nested_variables = yes; then
3570 AM_V='$(V)'
3571 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3572 else
3573 AM_V=$AM_DEFAULT_VERBOSITY
3574 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3575 fi
3576 AM_BACKSLASH='\'
3577
35323578 if test "`cd $srcdir && pwd`" != "`pwd`"; then
35333579 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
35343580 # is not polluted with repeated "-I."
35513597
35523598 # Define the identity of the package.
35533599 PACKAGE='libevtx'
3554 VERSION='20150105'
3600 VERSION='20150928'
35553601
35563602
35573603 cat >>confdefs.h <<_ACEOF
35853631 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
35863632 mkdir_p='$(MKDIR_P)'
35873633
3588 # We need awk for the "check" target. The system "awk" is bad on
3589 # some platforms.
3634 # We need awk for the "check" target (and possibly the TAP driver). The
3635 # system "awk" is bad on some platforms.
35903636 # Always define AMTAR for backward compatibility. Yes, it's still used
35913637 # in the wild :-( We should find a proper way to deprecate it ...
35923638 AMTAR='$${TAR-tar}'
35933639
35943640
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3641 # We'll loop over all known methods to create a tar archive until one works.
3642 _am_tools='gnutar plaintar pax cpio none'
3643
3644 # The POSIX 1988 'ustar' format is defined with fixed-size fields.
3645 # There is notably a 21 bits limit for the UID and the GID. In fact,
3646 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3647 # and bug#13588).
3648 am_max_uid=2097151 # 2^21 - 1
3649 am_max_gid=$am_max_uid
3650 # The $UID and $GID variables are not portable, so we need to resort
3651 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
3652 # below are definitely unexpected, so allow the users to see them
3653 # (that is, avoid stderr redirection).
3654 am_uid=`id -u || echo unknown`
3655 am_gid=`id -g || echo unknown`
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3657 $as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3658 if test $am_uid -le $am_max_uid; then
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3660 $as_echo "yes" >&6; }
3661 else
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3663 $as_echo "no" >&6; }
3664 _am_tools=none
3665 fi
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3667 $as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3668 if test $am_gid -le $am_max_gid; then
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3670 $as_echo "yes" >&6; }
3671 else
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3673 $as_echo "no" >&6; }
3674 _am_tools=none
3675 fi
3676
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
35963678 $as_echo_n "checking how to create a ustar tar archive... " >&6; }
3597 # Loop over all known methods to create a tar archive until one works.
3598 _am_tools='gnutar plaintar pax cpio none'
3599 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3600 # Do not fold the above two line into one, because Tru64 sh and
3601 # Solaris sh will not grok spaces in the rhs of '-'.
3602 for _am_tool in $_am_tools
3603 do
3604 case $_am_tool in
3605 gnutar)
3606 for _am_tar in tar gnutar gtar;
3607 do
3608 { echo "$as_me:$LINENO: $_am_tar --version" >&5
3679
3680 # Go ahead even if we have the value already cached. We do so because we
3681 # need to set the values for the 'am__tar' and 'am__untar' variables.
3682 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3683
3684 for _am_tool in $_am_tools; do
3685 case $_am_tool in
3686 gnutar)
3687 for _am_tar in tar gnutar gtar; do
3688 { echo "$as_me:$LINENO: $_am_tar --version" >&5
36093689 ($_am_tar --version) >&5 2>&5
36103690 ac_status=$?
36113691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36123692 (exit $ac_status); } && break
3613 done
3614 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3615 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3616 am__untar="$_am_tar -xf -"
3617 ;;
3618 plaintar)
3619 # Must skip GNU tar: if it does not support --format= it doesn't create
3620 # ustar tarball either.
3621 (tar --version) >/dev/null 2>&1 && continue
3622 am__tar='tar chf - "$$tardir"'
3623 am__tar_='tar chf - "$tardir"'
3624 am__untar='tar xf -'
3625 ;;
3626 pax)
3627 am__tar='pax -L -x ustar -w "$$tardir"'
3628 am__tar_='pax -L -x ustar -w "$tardir"'
3629 am__untar='pax -r'
3630 ;;
3631 cpio)
3632 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3633 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3634 am__untar='cpio -i -H ustar -d'
3635 ;;
3636 none)
3637 am__tar=false
3638 am__tar_=false
3639 am__untar=false
3640 ;;
3641 esac
3642
3643 # If the value was cached, stop now. We just wanted to have am__tar
3644 # and am__untar set.
3645 test -n "${am_cv_prog_tar_ustar}" && break
3646
3647 # tar/untar a dummy directory, and stop if the command works
3648 rm -rf conftest.dir
3649 mkdir conftest.dir
3650 echo GrepMe > conftest.dir/file
3651 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3693 done
3694 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3695 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3696 am__untar="$_am_tar -xf -"
3697 ;;
3698 plaintar)
3699 # Must skip GNU tar: if it does not support --format= it doesn't create
3700 # ustar tarball either.
3701 (tar --version) >/dev/null 2>&1 && continue
3702 am__tar='tar chf - "$$tardir"'
3703 am__tar_='tar chf - "$tardir"'
3704 am__untar='tar xf -'
3705 ;;
3706 pax)
3707 am__tar='pax -L -x ustar -w "$$tardir"'
3708 am__tar_='pax -L -x ustar -w "$tardir"'
3709 am__untar='pax -r'
3710 ;;
3711 cpio)
3712 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3713 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3714 am__untar='cpio -i -H ustar -d'
3715 ;;
3716 none)
3717 am__tar=false
3718 am__tar_=false
3719 am__untar=false
3720 ;;
3721 esac
3722
3723 # If the value was cached, stop now. We just wanted to have am__tar
3724 # and am__untar set.
3725 test -n "${am_cv_prog_tar_ustar}" && break
3726
3727 # tar/untar a dummy directory, and stop if the command works.
3728 rm -rf conftest.dir
3729 mkdir conftest.dir
3730 echo GrepMe > conftest.dir/file
3731 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
36523732 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
36533733 ac_status=$?
36543734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36553735 (exit $ac_status); }
3656 rm -rf conftest.dir
3657 if test -s conftest.tar; then
3658 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3736 rm -rf conftest.dir
3737 if test -s conftest.tar; then
3738 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
36593739 ($am__untar <conftest.tar) >&5 2>&5
36603740 ac_status=$?
36613741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36623742 (exit $ac_status); }
3663 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3743 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3744 (cat conftest.dir/file) >&5 2>&5
3745 ac_status=$?
3746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3747 (exit $ac_status); }
3748 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3749 fi
3750 done
3751 rm -rf conftest.dir
3752
3753 if ${am_cv_prog_tar_ustar+:} false; then :
3754 $as_echo_n "(cached) " >&6
3755 else
3756 am_cv_prog_tar_ustar=$_am_tool
3757 fi
3758
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3760 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3761
3762
3763
3764
3765
3766
3767 # POSIX will say in a future version that running "rm -f" with no argument
3768 # is OK; and we want to be able to make that assumption in our Makefile
3769 # recipes. So use an aggressive probe to check that the usage we want is
3770 # actually supported "in the wild" to an acceptable degree.
3771 # See automake bug#10828.
3772 # To make any issue more visible, cause the running configure to be aborted
3773 # by default if the 'rm' program in use doesn't match our expectations; the
3774 # user can still override this though.
3775 if rm -f && rm -fr && rm -rf; then : OK; else
3776 cat >&2 <<'END'
3777 Oops!
3778
3779 Your 'rm' program seems unable to run without file operands specified
3780 on the command line, even when the '-f' option is present. This is contrary
3781 to the behaviour of most rm programs out there, and not conforming with
3782 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3783
3784 Please tell bug-automake@gnu.org about your system, including the value
3785 of your $PATH and any error possibly output before this message. This
3786 can help us improve future automake versions.
3787
3788 END
3789 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3790 echo 'Configuration will proceed anyway, since you have set the' >&2
3791 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3792 echo >&2
3793 else
3794 cat >&2 <<'END'
3795 Aborting the configuration process, to ensure you take notice of the issue.
3796
3797 You can download and install GNU coreutils to get an 'rm' implementation
3798 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3799
3800 If you want to complete the configuration process using your problematic
3801 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3802 to "yes", and re-run configure.
3803
3804 END
3805 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
36643806 fi
3665 done
3666 rm -rf conftest.dir
3667
3668 if ${am_cv_prog_tar_ustar+:} false; then :
3669 $as_echo_n "(cached) " >&6
3670 else
3671 am_cv_prog_tar_ustar=$_am_tool
3672 fi
3673
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3675 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3676
3677
3678
3679
3807 fi
36803808
36813809
36823810
46044732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46054733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46064734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4735
4736 ac_ext=c
4737 ac_cpp='$CPP $CPPFLAGS'
4738 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4739 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4740 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4742 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4743 if ${am_cv_prog_cc_c_o+:} false; then :
4744 $as_echo_n "(cached) " >&6
4745 else
4746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4747 /* end confdefs.h. */
4748
4749 int
4750 main ()
4751 {
4752
4753 ;
4754 return 0;
4755 }
4756 _ACEOF
4757 # Make sure it works both with $CC and with simple cc.
4758 # Following AC_PROG_CC_C_O, we do the test twice because some
4759 # compilers refuse to overwrite an existing .o file with -o,
4760 # though they will create one.
4761 am_cv_prog_cc_c_o=yes
4762 for am_i in 1 2; do
4763 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4764 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4765 ac_status=$?
4766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4767 (exit $ac_status); } \
4768 && test -f conftest2.$ac_objext; then
4769 : OK
4770 else
4771 am_cv_prog_cc_c_o=no
4772 break
4773 fi
4774 done
4775 rm -f core conftest*
4776 unset am_i
4777 fi
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4779 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4780 if test "$am_cv_prog_cc_c_o" != yes; then
4781 # Losing compiler, so override with the script.
4782 # FIXME: It is wrong to rewrite CC.
4783 # But if we don't then we get into trouble of one sort or another.
4784 # A longer-term fix would be to have automake use am__CC in this case,
4785 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4786 CC="$am_aux_dir/compile $CC"
4787 fi
4788 ac_ext=c
4789 ac_cpp='$CPP $CPPFLAGS'
4790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4792 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4793
46074794
46084795 depcc="$CC" am_compiler_list=
46094796
57775964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57785965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57795966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5967
5968 ac_ext=c
5969 ac_cpp='$CPP $CPPFLAGS'
5970 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5971 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5972 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5974 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5975 if ${am_cv_prog_cc_c_o+:} false; then :
5976 $as_echo_n "(cached) " >&6
5977 else
5978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5979 /* end confdefs.h. */
5980
5981 int
5982 main ()
5983 {
5984
5985 ;
5986 return 0;
5987 }
5988 _ACEOF
5989 # Make sure it works both with $CC and with simple cc.
5990 # Following AC_PROG_CC_C_O, we do the test twice because some
5991 # compilers refuse to overwrite an existing .o file with -o,
5992 # though they will create one.
5993 am_cv_prog_cc_c_o=yes
5994 for am_i in 1 2; do
5995 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5996 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5997 ac_status=$?
5998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5999 (exit $ac_status); } \
6000 && test -f conftest2.$ac_objext; then
6001 : OK
6002 else
6003 am_cv_prog_cc_c_o=no
6004 break
6005 fi
6006 done
6007 rm -f core conftest*
6008 unset am_i
6009 fi
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
6011 $as_echo "$am_cv_prog_cc_c_o" >&6; }
6012 if test "$am_cv_prog_cc_c_o" != yes; then
6013 # Losing compiler, so override with the script.
6014 # FIXME: It is wrong to rewrite CC.
6015 # But if we don't then we get into trouble of one sort or another.
6016 # A longer-term fix would be to have automake use am__CC in this case,
6017 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6018 CC="$am_aux_dir/compile $CC"
6019 fi
6020 ac_ext=c
6021 ac_cpp='$CPP $CPPFLAGS'
6022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6025
57806026
57816027 depcc="$CC" am_compiler_list=
57826028
84518697 rm -rf conftest*
84528698 ;;
84538699
8454 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
8700 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
84558701 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
84568702 # Find out which ABI we are using.
84578703 echo 'int i;' > conftest.$ac_ext
84698715 x86_64-*linux*)
84708716 LD="${LD-ld} -m elf_i386"
84718717 ;;
8472 ppc64-*linux*|powerpc64-*linux*)
8718 powerpc64le-*linux*)
8719 LD="${LD-ld} -m elf32lppclinux"
8720 ;;
8721 powerpc64-*linux*)
84738722 LD="${LD-ld} -m elf32ppclinux"
84748723 ;;
84758724 s390x-*linux*)
84888737 x86_64-*linux*)
84898738 LD="${LD-ld} -m elf_x86_64"
84908739 ;;
8491 ppc*-*linux*|powerpc*-*linux*)
8740 powerpcle-*linux*)
8741 LD="${LD-ld} -m elf64lppc"
8742 ;;
8743 powerpc-*linux*)
84928744 LD="${LD-ld} -m elf64ppc"
84938745 ;;
84948746 s390*-*linux*|s390*-*tpf*)
1589116143 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
1589216144 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
1589316145 # This bug is HP SR number 8606223364.
16146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
16147 $as_echo_n "checking size of int... " >&6; }
16148 if ${ac_cv_sizeof_int+:} false; then :
16149 $as_echo_n "(cached) " >&6
16150 else
16151 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
16152
16153 else
16154 if test "$ac_cv_type_int" = yes; then
16155 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16156 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16157 as_fn_error 77 "cannot compute sizeof (int)
16158 See \`config.log' for more details" "$LINENO" 5; }
16159 else
16160 ac_cv_sizeof_int=0
16161 fi
16162 fi
16163
16164 fi
16165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
16166 $as_echo "$ac_cv_sizeof_int" >&6; }
16167
16168
16169
16170 cat >>confdefs.h <<_ACEOF
16171 #define SIZEOF_INT $ac_cv_sizeof_int
16172 _ACEOF
16173
16174
16175 # The cast to long int works around a bug in the HP C Compiler
16176 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16177 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16178 # This bug is HP SR number 8606223364.
1589416179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
1589516180 $as_echo_n "checking size of off_t... " >&6; }
1589616181 if ${ac_cv_sizeof_off_t+:} false; then :
3610136386 pkg_cv_libfdata_CFLAGS="$libfdata_CFLAGS"
3610236387 elif test -n "$PKG_CONFIG"; then
3610336388 if test -n "$PKG_CONFIG" && \
36104 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfdata >= 20140915\""; } >&5
36105 ($PKG_CONFIG --exists --print-errors "libfdata >= 20140915") 2>&5
36389 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfdata >= 20150825\""; } >&5
36390 ($PKG_CONFIG --exists --print-errors "libfdata >= 20150825") 2>&5
3610636391 ac_status=$?
3610736392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3610836393 test $ac_status = 0; }; then
36109 pkg_cv_libfdata_CFLAGS=`$PKG_CONFIG --cflags "libfdata >= 20140915" 2>/dev/null`
36394 pkg_cv_libfdata_CFLAGS=`$PKG_CONFIG --cflags "libfdata >= 20150825" 2>/dev/null`
3611036395 test "x$?" != "x0" && pkg_failed=yes
3611136396 else
3611236397 pkg_failed=yes
3611836403 pkg_cv_libfdata_LIBS="$libfdata_LIBS"
3611936404 elif test -n "$PKG_CONFIG"; then
3612036405 if test -n "$PKG_CONFIG" && \
36121 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfdata >= 20140915\""; } >&5
36122 ($PKG_CONFIG --exists --print-errors "libfdata >= 20140915") 2>&5
36406 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfdata >= 20150825\""; } >&5
36407 ($PKG_CONFIG --exists --print-errors "libfdata >= 20150825") 2>&5
3612336408 ac_status=$?
3612436409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3612536410 test $ac_status = 0; }; then
36126 pkg_cv_libfdata_LIBS=`$PKG_CONFIG --libs "libfdata >= 20140915" 2>/dev/null`
36411 pkg_cv_libfdata_LIBS=`$PKG_CONFIG --libs "libfdata >= 20150825" 2>/dev/null`
3612736412 test "x$?" != "x0" && pkg_failed=yes
3612836413 else
3612936414 pkg_failed=yes
3614436429 _pkg_short_errors_supported=no
3614536430 fi
3614636431 if test $_pkg_short_errors_supported = yes; then
36147 libfdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfdata >= 20140915" 2>&1`
36432 libfdata_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfdata >= 20150825" 2>&1`
3614836433 else
36149 libfdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfdata >= 20140915" 2>&1`
36434 libfdata_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfdata >= 20150825" 2>&1`
3615036435 fi
3615136436 # Put the nasty error message in config.log where it belongs
3615236437 echo "$libfdata_PKG_ERRORS" >&5
3669536980 ac_cv_libfdata=no
3669636981 fi
3669736982
36983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfdata_stream_set_mapped_size in -lfdata" >&5
36984 $as_echo_n "checking for libfdata_stream_set_mapped_size in -lfdata... " >&6; }
36985 if ${ac_cv_lib_fdata_libfdata_stream_set_mapped_size+:} false; then :
36986 $as_echo_n "(cached) " >&6
36987 else
36988 ac_check_lib_save_LIBS=$LIBS
36989 LIBS="-lfdata $LIBS"
36990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36991 /* end confdefs.h. */
36992
36993 /* Override any GCC internal prototype to avoid an error.
36994 Use char because int might match the return type of a GCC
36995 builtin and then its argument prototype would still apply. */
36996 #ifdef __cplusplus
36997 extern "C"
36998 #endif
36999 char libfdata_stream_set_mapped_size ();
37000 int
37001 main ()
37002 {
37003 return libfdata_stream_set_mapped_size ();
37004 ;
37005 return 0;
37006 }
37007 _ACEOF
37008 if ac_fn_c_try_link "$LINENO"; then :
37009 ac_cv_lib_fdata_libfdata_stream_set_mapped_size=yes
37010 else
37011 ac_cv_lib_fdata_libfdata_stream_set_mapped_size=no
37012 fi
37013 rm -f core conftest.err conftest.$ac_objext \
37014 conftest$ac_exeext conftest.$ac_ext
37015 LIBS=$ac_check_lib_save_LIBS
37016 fi
37017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fdata_libfdata_stream_set_mapped_size" >&5
37018 $as_echo "$ac_cv_lib_fdata_libfdata_stream_set_mapped_size" >&6; }
37019 if test "x$ac_cv_lib_fdata_libfdata_stream_set_mapped_size" = xyes; then :
37020 ac_cv_libfdata_dummy=yes
37021 else
37022 ac_cv_libfdata=no
37023 fi
37024
37025
37026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfdata_stream_get_segment_mapped_range in -lfdata" >&5
37027 $as_echo_n "checking for libfdata_stream_get_segment_mapped_range in -lfdata... " >&6; }
37028 if ${ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range+:} false; then :
37029 $as_echo_n "(cached) " >&6
37030 else
37031 ac_check_lib_save_LIBS=$LIBS
37032 LIBS="-lfdata $LIBS"
37033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37034 /* end confdefs.h. */
37035
37036 /* Override any GCC internal prototype to avoid an error.
37037 Use char because int might match the return type of a GCC
37038 builtin and then its argument prototype would still apply. */
37039 #ifdef __cplusplus
37040 extern "C"
37041 #endif
37042 char libfdata_stream_get_segment_mapped_range ();
37043 int
37044 main ()
37045 {
37046 return libfdata_stream_get_segment_mapped_range ();
37047 ;
37048 return 0;
37049 }
37050 _ACEOF
37051 if ac_fn_c_try_link "$LINENO"; then :
37052 ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range=yes
37053 else
37054 ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range=no
37055 fi
37056 rm -f core conftest.err conftest.$ac_objext \
37057 conftest$ac_exeext conftest.$ac_ext
37058 LIBS=$ac_check_lib_save_LIBS
37059 fi
37060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range" >&5
37061 $as_echo "$ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range" >&6; }
37062 if test "x$ac_cv_lib_fdata_libfdata_stream_get_segment_mapped_range" = xyes; then :
37063 ac_cv_libfdata_dummy=yes
37064 else
37065 ac_cv_libfdata=no
37066 fi
3669837067
3669937068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfdata_stream_get_segment_index_at_offset in -lfdata" >&5
3670037069 $as_echo_n "checking for libfdata_stream_get_segment_index_at_offset in -lfdata... " >&6; }
4137241741 pkg_cv_libfvalue_CFLAGS="$libfvalue_CFLAGS"
4137341742 elif test -n "$PKG_CONFIG"; then
4137441743 if test -n "$PKG_CONFIG" && \
41375 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfvalue >= 20130415\""; } >&5
41376 ($PKG_CONFIG --exists --print-errors "libfvalue >= 20130415") 2>&5
41744 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfvalue >= 20150322\""; } >&5
41745 ($PKG_CONFIG --exists --print-errors "libfvalue >= 20150322") 2>&5
4137741746 ac_status=$?
4137841747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4137941748 test $ac_status = 0; }; then
41380 pkg_cv_libfvalue_CFLAGS=`$PKG_CONFIG --cflags "libfvalue >= 20130415" 2>/dev/null`
41749 pkg_cv_libfvalue_CFLAGS=`$PKG_CONFIG --cflags "libfvalue >= 20150322" 2>/dev/null`
4138141750 test "x$?" != "x0" && pkg_failed=yes
4138241751 else
4138341752 pkg_failed=yes
4138941758 pkg_cv_libfvalue_LIBS="$libfvalue_LIBS"
4139041759 elif test -n "$PKG_CONFIG"; then
4139141760 if test -n "$PKG_CONFIG" && \
41392 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfvalue >= 20130415\""; } >&5
41393 ($PKG_CONFIG --exists --print-errors "libfvalue >= 20130415") 2>&5
41761 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfvalue >= 20150322\""; } >&5
41762 ($PKG_CONFIG --exists --print-errors "libfvalue >= 20150322") 2>&5
4139441763 ac_status=$?
4139541764 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4139641765 test $ac_status = 0; }; then
41397 pkg_cv_libfvalue_LIBS=`$PKG_CONFIG --libs "libfvalue >= 20130415" 2>/dev/null`
41766 pkg_cv_libfvalue_LIBS=`$PKG_CONFIG --libs "libfvalue >= 20150322" 2>/dev/null`
4139841767 test "x$?" != "x0" && pkg_failed=yes
4139941768 else
4140041769 pkg_failed=yes
4141541784 _pkg_short_errors_supported=no
4141641785 fi
4141741786 if test $_pkg_short_errors_supported = yes; then
41418 libfvalue_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfvalue >= 20130415" 2>&1`
41787 libfvalue_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfvalue >= 20150322" 2>&1`
4141941788 else
41420 libfvalue_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfvalue >= 20130415" 2>&1`
41789 libfvalue_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfvalue >= 20150322" 2>&1`
4142141790 fi
4142241791 # Put the nasty error message in config.log where it belongs
4142341792 echo "$libfvalue_PKG_ERRORS" >&5
4680547174 pkg_cv_libcsystem_CFLAGS="$libcsystem_CFLAGS"
4680647175 elif test -n "$PKG_CONFIG"; then
4680747176 if test -n "$PKG_CONFIG" && \
46808 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcsystem >= 20141018\""; } >&5
46809 ($PKG_CONFIG --exists --print-errors "libcsystem >= 20141018") 2>&5
47177 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcsystem >= 20150629\""; } >&5
47178 ($PKG_CONFIG --exists --print-errors "libcsystem >= 20150629") 2>&5
4681047179 ac_status=$?
4681147180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4681247181 test $ac_status = 0; }; then
46813 pkg_cv_libcsystem_CFLAGS=`$PKG_CONFIG --cflags "libcsystem >= 20141018" 2>/dev/null`
47182 pkg_cv_libcsystem_CFLAGS=`$PKG_CONFIG --cflags "libcsystem >= 20150629" 2>/dev/null`
4681447183 test "x$?" != "x0" && pkg_failed=yes
4681547184 else
4681647185 pkg_failed=yes
4682247191 pkg_cv_libcsystem_LIBS="$libcsystem_LIBS"
4682347192 elif test -n "$PKG_CONFIG"; then
4682447193 if test -n "$PKG_CONFIG" && \
46825 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcsystem >= 20141018\""; } >&5
46826 ($PKG_CONFIG --exists --print-errors "libcsystem >= 20141018") 2>&5
47194 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcsystem >= 20150629\""; } >&5
47195 ($PKG_CONFIG --exists --print-errors "libcsystem >= 20150629") 2>&5
4682747196 ac_status=$?
4682847197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4682947198 test $ac_status = 0; }; then
46830 pkg_cv_libcsystem_LIBS=`$PKG_CONFIG --libs "libcsystem >= 20141018" 2>/dev/null`
47199 pkg_cv_libcsystem_LIBS=`$PKG_CONFIG --libs "libcsystem >= 20150629" 2>/dev/null`
4683147200 test "x$?" != "x0" && pkg_failed=yes
4683247201 else
4683347202 pkg_failed=yes
4684847217 _pkg_short_errors_supported=no
4684947218 fi
4685047219 if test $_pkg_short_errors_supported = yes; then
46851 libcsystem_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcsystem >= 20141018" 2>&1`
47220 libcsystem_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcsystem >= 20150629" 2>&1`
4685247221 else
46853 libcsystem_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcsystem >= 20141018" 2>&1`
47222 libcsystem_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcsystem >= 20150629" 2>&1`
4685447223 fi
4685547224 # Put the nasty error message in config.log where it belongs
4685647225 echo "$libcsystem_PKG_ERRORS" >&5
4689147260 ac_cv_libcsystem=no
4689247261 else
4689347262 ac_cv_libcsystem=yes
46894
46895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcsystem_get_version in -lcsystem" >&5
46896 $as_echo_n "checking for libcsystem_get_version in -lcsystem... " >&6; }
46897 if ${ac_cv_lib_csystem_libcsystem_get_version+:} false; then :
46898 $as_echo_n "(cached) " >&6
46899 else
46900 ac_check_lib_save_LIBS=$LIBS
46901 LIBS="-lcsystem $LIBS"
46902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46903 /* end confdefs.h. */
46904
46905 /* Override any GCC internal prototype to avoid an error.
46906 Use char because int might match the return type of a GCC
46907 builtin and then its argument prototype would still apply. */
46908 #ifdef __cplusplus
46909 extern "C"
46910 #endif
46911 char libcsystem_get_version ();
46912 int
46913 main ()
46914 {
46915 return libcsystem_get_version ();
46916 ;
46917 return 0;
46918 }
46919 _ACEOF
46920 if ac_fn_c_try_link "$LINENO"; then :
46921 ac_cv_lib_csystem_libcsystem_get_version=yes
46922 else
46923 ac_cv_lib_csystem_libcsystem_get_version=no
46924 fi
46925 rm -f core conftest.err conftest.$ac_objext \
46926 conftest$ac_exeext conftest.$ac_ext
46927 LIBS=$ac_check_lib_save_LIBS
46928 fi
46929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_csystem_libcsystem_get_version" >&5
46930 $as_echo "$ac_cv_lib_csystem_libcsystem_get_version" >&6; }
46931 if test "x$ac_cv_lib_csystem_libcsystem_get_version" = xyes; then :
46932 ac_cv_libcsystem_dummy=yes
46933 else
46934 ac_cv_libcsystem=no
46935 fi
46936
4693747263
4693847264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libcsystem_initialize in -lcsystem" >&5
4693947265 $as_echo_n "checking for libcsystem_initialize in -lcsystem... " >&6; }
4783348159 ac_config_files="$ac_config_files dpkg/copyright"
4783448160
4783548161 ac_config_files="$ac_config_files libevtx/libevtx.rc"
47836
47837 ac_config_files="$ac_config_files pyevtx/setup.py"
4783848162
4783948163 ac_config_files="$ac_config_files libevtx.pc"
4784048164
4847348797 # report actual input values of CONFIG_FILES etc. instead of their
4847448798 # values after options handling.
4847548799 ac_log="
48476 This file was extended by libevtx $as_me 20150105, which was
48800 This file was extended by libevtx $as_me 20150928, which was
4847748801 generated by GNU Autoconf 2.69. Invocation command line was
4847848802
4847948803 CONFIG_FILES = $CONFIG_FILES
4853948863 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4854048864 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4854148865 ac_cs_version="\\
48542 libevtx config.status 20150105
48866 libevtx config.status 20150928
4854348867 configured by $0, generated by GNU Autoconf 2.69,
4854448868 with options \\"\$ac_cs_config\\"
4854548869
4900049324 "dpkg/changelog") CONFIG_FILES="$CONFIG_FILES dpkg/changelog" ;;
4900149325 "dpkg/copyright") CONFIG_FILES="$CONFIG_FILES dpkg/copyright" ;;
4900249326 "libevtx/libevtx.rc") CONFIG_FILES="$CONFIG_FILES libevtx/libevtx.rc" ;;
49003 "pyevtx/setup.py") CONFIG_FILES="$CONFIG_FILES pyevtx/setup.py" ;;
4900449327 "libevtx.pc") CONFIG_FILES="$CONFIG_FILES libevtx.pc" ;;
4900549328 "libevtx.spec") CONFIG_FILES="$CONFIG_FILES libevtx.spec" ;;
4900649329 "common/config.h") CONFIG_HEADERS="$CONFIG_HEADERS common/config.h" ;;
4960049923
4960149924 case $ac_file$ac_mode in
4960249925 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
49603 # Autoconf 2.62 quotes --file arguments for eval, but not when files
49926 # Older Autoconf quotes --file arguments for eval, but not when files
4960449927 # are listed without --file. Let's play safe and only enable the eval
4960549928 # if we detect the quoting.
4960649929 case $CONFIG_FILES in
4965149974 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4965249975 test -z "$DEPDIR" && continue
4965349976 am__include=`sed -n 's/^am__include = //p' < "$mf"`
49654 test -z "am__include" && continue
49977 test -z "$am__include" && continue
4965549978 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4965649979 # Find all dependency output files, they are included files with
4965749980 # $(DEPDIR) in their names. We invoke sed twice because it is the
11
22 AC_INIT(
33 [libevtx],
4 [20150105],
4 [20150928],
55 [joachim.metz@gmail.com])
66
77 AC_CONFIG_SRCDIR(
252252 AC_CONFIG_FILES([dpkg/changelog])
253253 AC_CONFIG_FILES([dpkg/copyright])
254254 AC_CONFIG_FILES([libevtx/libevtx.rc])
255 AC_CONFIG_FILES([pyevtx/setup.py])
256255 AC_CONFIG_FILES([libevtx.pc])
257256 AC_CONFIG_FILES([libevtx.spec])
258257 dnl Have configure write its configuration
+271
-187
depcomp less more
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2012-03-27.16; # UTC
4
5 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
3 scriptversion=2013-05-30.07; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
2626
2727 case $1 in
2828 '')
29 echo "$0: No command. Try '$0 --help' for more information." 1>&2
30 exit 1;
31 ;;
29 echo "$0: No command. Try '$0 --help' for more information." 1>&2
30 exit 1;
31 ;;
3232 -h | --h*)
3333 cat <<\EOF
3434 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
5555 ;;
5656 esac
5757
58 # Get the directory component of the given path, and save it in the
59 # global variables '$dir'. Note that this directory component will
60 # be either empty or ending with a '/' character. This is deliberate.
61 set_dir_from ()
62 {
63 case $1 in
64 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
65 *) dir=;;
66 esac
67 }
68
69 # Get the suffix-stripped basename of the given path, and save it the
70 # global variable '$base'.
71 set_base_from ()
72 {
73 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
74 }
75
76 # If no dependency file was actually created by the compiler invocation,
77 # we still have to create a dummy depfile, to avoid errors with the
78 # Makefile "include basename.Plo" scheme.
79 make_dummy_depfile ()
80 {
81 echo "#dummy" > "$depfile"
82 }
83
84 # Factor out some common post-processing of the generated depfile.
85 # Requires the auxiliary global variable '$tmpdepfile' to be set.
86 aix_post_process_depfile ()
87 {
88 # If the compiler actually managed to produce a dependency file,
89 # post-process it.
90 if test -f "$tmpdepfile"; then
91 # Each line is of the form 'foo.o: dependency.h'.
92 # Do two passes, one to just change these to
93 # $object: dependency.h
94 # and one to simply output
95 # dependency.h:
96 # which is needed to avoid the deleted-header problem.
97 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
98 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
99 } > "$depfile"
100 rm -f "$tmpdepfile"
101 else
102 make_dummy_depfile
103 fi
104 }
105
58106 # A tabulation character.
59107 tab=' '
60108 # A newline character.
61109 nl='
62110 '
111 # Character ranges might be problematic outside the C locale.
112 # These definitions help.
113 upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
114 lower=abcdefghijklmnopqrstuvwxyz
115 digits=0123456789
116 alpha=${upper}${lower}
63117
64118 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
65119 echo "depcomp: Variables source, object and depmode must be set" 1>&2
72126 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
73127
74128 rm -f "$tmpdepfile"
129
130 # Avoid interferences from the environment.
131 gccflag= dashmflag=
75132
76133 # Some modes work just like other modes, but use different flags. We
77134 # parameterize here, but still list the modes in the big case below,
84141 fi
85142
86143 if test "$depmode" = dashXmstdout; then
87 # This is just like dashmstdout with a different argument.
88 dashmflag=-xM
89 depmode=dashmstdout
144 # This is just like dashmstdout with a different argument.
145 dashmflag=-xM
146 depmode=dashmstdout
90147 fi
91148
92149 cygpath_u="cygpath -u -f -"
93150 if test "$depmode" = msvcmsys; then
94 # This is just like msvisualcpp but w/o cygpath translation.
95 # Just convert the backslash-escaped backslashes to single forward
96 # slashes to satisfy depend.m4
97 cygpath_u='sed s,\\\\,/,g'
98 depmode=msvisualcpp
151 # This is just like msvisualcpp but w/o cygpath translation.
152 # Just convert the backslash-escaped backslashes to single forward
153 # slashes to satisfy depend.m4
154 cygpath_u='sed s,\\\\,/,g'
155 depmode=msvisualcpp
99156 fi
100157
101158 if test "$depmode" = msvc7msys; then
102 # This is just like msvc7 but w/o cygpath translation.
103 # Just convert the backslash-escaped backslashes to single forward
104 # slashes to satisfy depend.m4
105 cygpath_u='sed s,\\\\,/,g'
106 depmode=msvc7
159 # This is just like msvc7 but w/o cygpath translation.
160 # Just convert the backslash-escaped backslashes to single forward
161 # slashes to satisfy depend.m4
162 cygpath_u='sed s,\\\\,/,g'
163 depmode=msvc7
107164 fi
108165
109166 if test "$depmode" = xlc; then
110 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
111 gccflag=-qmakedep=gcc,-MF
112 depmode=gcc
167 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
168 gccflag=-qmakedep=gcc,-MF
169 depmode=gcc
113170 fi
114171
115172 case "$depmode" in
132189 done
133190 "$@"
134191 stat=$?
135 if test $stat -eq 0; then :
136 else
192 if test $stat -ne 0; then
137193 rm -f "$tmpdepfile"
138194 exit $stat
139195 fi
141197 ;;
142198
143199 gcc)
200 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
201 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
202 ## (see the conditional assignment to $gccflag above).
144203 ## There are various ways to get dependency output from gcc. Here's
145204 ## why we pick this rather obscure method:
146205 ## - Don't want to use -MD because we'd like the dependencies to end
147206 ## up in a subdir. Having to rename by hand is ugly.
148207 ## (We might end up doing this anyway to support other compilers.)
149208 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
150 ## -MM, not -M (despite what the docs say).
209 ## -MM, not -M (despite what the docs say). Also, it might not be
210 ## supported by the other compilers which use the 'gcc' depmode.
151211 ## - Using -M directly means running the compiler twice (even worse
152212 ## than renaming).
153213 if test -z "$gccflag"; then
155215 fi
156216 "$@" -Wp,"$gccflag$tmpdepfile"
157217 stat=$?
158 if test $stat -eq 0; then :
159 else
218 if test $stat -ne 0; then
160219 rm -f "$tmpdepfile"
161220 exit $stat
162221 fi
163222 rm -f "$depfile"
164223 echo "$object : \\" > "$depfile"
165 alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
166 ## The second -e expression handles DOS-style file names with drive letters.
224 # The second -e expression handles DOS-style file names with drive
225 # letters.
167226 sed -e 's/^[^:]*: / /' \
168227 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
169228 ## This next piece of magic avoids the "deleted header file" problem.
172231 ## typically no way to rebuild the header). We avoid this by adding
173232 ## dummy dependencies for each header file. Too bad gcc doesn't do
174233 ## this for us directly.
175 tr ' ' "$nl" < "$tmpdepfile" |
176234 ## Some versions of gcc put a space before the ':'. On the theory
177235 ## that the space means something, we add a space to the output as
178236 ## well. hp depmode also adds that space, but also prefixes the VPATH
179237 ## to the object. Take care to not repeat it in the output.
180238 ## Some versions of the HPUX 10.20 sed can't process this invocation
181239 ## correctly. Breaking it into two sed invocations is a workaround.
182 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
183 | sed -e 's/$/ :/' >> "$depfile"
240 tr ' ' "$nl" < "$tmpdepfile" \
241 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
242 | sed -e 's/$/ :/' >> "$depfile"
184243 rm -f "$tmpdepfile"
185244 ;;
186245
198257 "$@" -MDupdate "$tmpdepfile"
199258 fi
200259 stat=$?
201 if test $stat -eq 0; then :
202 else
260 if test $stat -ne 0; then
203261 rm -f "$tmpdepfile"
204262 exit $stat
205263 fi
207265
208266 if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
209267 echo "$object : \\" > "$depfile"
210
211268 # Clip off the initial element (the dependent). Don't try to be
212269 # clever and replace this with sed code, as IRIX sed won't handle
213270 # lines with more than a fixed number of characters (4096 in
215272 # the IRIX cc adds comments like '#:fec' to the end of the
216273 # dependency line.
217274 tr ' ' "$nl" < "$tmpdepfile" \
218 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
219 tr "$nl" ' ' >> "$depfile"
275 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
276 | tr "$nl" ' ' >> "$depfile"
220277 echo >> "$depfile"
221
222278 # The second pass generates a dummy entry for each header file.
223279 tr ' ' "$nl" < "$tmpdepfile" \
224 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
225 >> "$depfile"
280 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
281 >> "$depfile"
226282 else
227 # The sourcefile does not contain any dependencies, so just
228 # store a dummy comment line, to avoid errors with the Makefile
229 # "include basename.Plo" scheme.
230 echo "#dummy" > "$depfile"
283 make_dummy_depfile
231284 fi
232285 rm -f "$tmpdepfile"
233286 ;;
245298 # current directory. Also, the AIX compiler puts '$object:' at the
246299 # start of each line; $object doesn't have directory information.
247300 # Version 6 uses the directory in both cases.
248 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
249 test "x$dir" = "x$object" && dir=
250 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
301 set_dir_from "$object"
302 set_base_from "$object"
251303 if test "$libtool" = yes; then
252304 tmpdepfile1=$dir$base.u
253305 tmpdepfile2=$base.u
260312 "$@" -M
261313 fi
262314 stat=$?
263
264 if test $stat -eq 0; then :
265 else
315 if test $stat -ne 0; then
266316 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
267317 exit $stat
268318 fi
271321 do
272322 test -f "$tmpdepfile" && break
273323 done
274 if test -f "$tmpdepfile"; then
275 # Each line is of the form 'foo.o: dependent.h'.
276 # Do two passes, one to just change these to
277 # '$object: dependent.h' and one to simply 'dependent.h:'.
278 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
279 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
280 else
281 # The sourcefile does not contain any dependencies, so just
282 # store a dummy comment line, to avoid errors with the Makefile
283 # "include basename.Plo" scheme.
284 echo "#dummy" > "$depfile"
285 fi
324 aix_post_process_depfile
325 ;;
326
327 tcc)
328 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
329 # FIXME: That version still under development at the moment of writing.
330 # Make that this statement remains true also for stable, released
331 # versions.
332 # It will wrap lines (doesn't matter whether long or short) with a
333 # trailing '\', as in:
334 #
335 # foo.o : \
336 # foo.c \
337 # foo.h \
338 #
339 # It will put a trailing '\' even on the last line, and will use leading
340 # spaces rather than leading tabs (at least since its commit 0394caf7
341 # "Emit spaces for -MD").
342 "$@" -MD -MF "$tmpdepfile"
343 stat=$?
344 if test $stat -ne 0; then
345 rm -f "$tmpdepfile"
346 exit $stat
347 fi
348 rm -f "$depfile"
349 # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
350 # We have to change lines of the first kind to '$object: \'.
351 sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
352 # And for each line of the second kind, we have to emit a 'dep.h:'
353 # dummy dependency, to avoid the deleted-header problem.
354 sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
286355 rm -f "$tmpdepfile"
287356 ;;
288357
289 icc)
290 # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
291 # However on
292 # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
293 # ICC 7.0 will fill foo.d with something like
294 # foo.o: sub/foo.c
295 # foo.o: sub/foo.h
296 # which is wrong. We want
297 # sub/foo.o: sub/foo.c
298 # sub/foo.o: sub/foo.h
299 # sub/foo.c:
300 # sub/foo.h:
301 # ICC 7.1 will output
358 ## The order of this option in the case statement is important, since the
359 ## shell code in configure will try each of these formats in the order
360 ## listed in this file. A plain '-MD' option would be understood by many
361 ## compilers, so we must ensure this comes after the gcc and icc options.
362 pgcc)
363 # Portland's C compiler understands '-MD'.
364 # Will always output deps to 'file.d' where file is the root name of the
365 # source file under compilation, even if file resides in a subdirectory.
366 # The object file name does not affect the name of the '.d' file.
367 # pgcc 10.2 will output
302368 # foo.o: sub/foo.c sub/foo.h
303 # and will wrap long lines using '\':
369 # and will wrap long lines using '\' :
304370 # foo.o: sub/foo.c ... \
305371 # sub/foo.h ... \
306372 # ...
307 # tcc 0.9.26 (FIXME still under development at the moment of writing)
308 # will emit a similar output, but also prepend the continuation lines
309 # with horizontal tabulation characters.
310 "$@" -MD -MF "$tmpdepfile"
311 stat=$?
312 if test $stat -eq 0; then :
313 else
373 set_dir_from "$object"
374 # Use the source, not the object, to determine the base name, since
375 # that's sadly what pgcc will do too.
376 set_base_from "$source"
377 tmpdepfile=$base.d
378
379 # For projects that build the same source file twice into different object
380 # files, the pgcc approach of using the *source* file root name can cause
381 # problems in parallel builds. Use a locking strategy to avoid stomping on
382 # the same $tmpdepfile.
383 lockdir=$base.d-lock
384 trap "
385 echo '$0: caught signal, cleaning up...' >&2
386 rmdir '$lockdir'
387 exit 1
388 " 1 2 13 15
389 numtries=100
390 i=$numtries
391 while test $i -gt 0; do
392 # mkdir is a portable test-and-set.
393 if mkdir "$lockdir" 2>/dev/null; then
394 # This process acquired the lock.
395 "$@" -MD
396 stat=$?
397 # Release the lock.
398 rmdir "$lockdir"
399 break
400 else
401 # If the lock is being held by a different process, wait
402 # until the winning process is done or we timeout.
403 while test -d "$lockdir" && test $i -gt 0; do
404 sleep 1
405 i=`expr $i - 1`
406 done
407 fi
408 i=`expr $i - 1`
409 done
410 trap - 1 2 13 15
411 if test $i -le 0; then
412 echo "$0: failed to acquire lock after $numtries attempts" >&2
413 echo "$0: check lockdir '$lockdir'" >&2
414 exit 1
415 fi
416
417 if test $stat -ne 0; then
314418 rm -f "$tmpdepfile"
315419 exit $stat
316420 fi
317421 rm -f "$depfile"
318 # Each line is of the form 'foo.o: dependent.h',
319 # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
422 # Each line is of the form `foo.o: dependent.h',
423 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
320424 # Do two passes, one to just change these to
321 # '$object: dependent.h' and one to simply 'dependent.h:'.
322 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
323 < "$tmpdepfile" > "$depfile"
324 sed '
325 s/[ '"$tab"'][ '"$tab"']*/ /g
326 s/^ *//
327 s/ *\\*$//
328 s/^[^:]*: *//
329 /^$/d
330 /:$/d
331 s/$/ :/
332 ' < "$tmpdepfile" >> "$depfile"
425 # `$object: dependent.h' and one to simply `dependent.h:'.
426 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
427 # Some versions of the HPUX 10.20 sed can't process this invocation
428 # correctly. Breaking it into two sed invocations is a workaround.
429 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
430 | sed -e 's/$/ :/' >> "$depfile"
333431 rm -f "$tmpdepfile"
334432 ;;
335433
340438 # 'foo.d', which lands next to the object file, wherever that
341439 # happens to be.
342440 # Much of this is similar to the tru64 case; see comments there.
343 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
344 test "x$dir" = "x$object" && dir=
345 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
441 set_dir_from "$object"
442 set_base_from "$object"
346443 if test "$libtool" = yes; then
347444 tmpdepfile1=$dir$base.d
348445 tmpdepfile2=$dir.libs/$base.d
353450 "$@" +Maked
354451 fi
355452 stat=$?
356 if test $stat -eq 0; then :
357 else
453 if test $stat -ne 0; then
358454 rm -f "$tmpdepfile1" "$tmpdepfile2"
359455 exit $stat
360456 fi
364460 test -f "$tmpdepfile" && break
365461 done
366462 if test -f "$tmpdepfile"; then
367 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
463 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
368464 # Add 'dependent.h:' lines.
369465 sed -ne '2,${
370 s/^ *//
371 s/ \\*$//
372 s/$/:/
373 p
374 }' "$tmpdepfile" >> "$depfile"
466 s/^ *//
467 s/ \\*$//
468 s/$/:/
469 p
470 }' "$tmpdepfile" >> "$depfile"
375471 else
376 echo "#dummy" > "$depfile"
472 make_dummy_depfile
377473 fi
378474 rm -f "$tmpdepfile" "$tmpdepfile2"
379475 ;;
380476
381477 tru64)
382 # The Tru64 compiler uses -MD to generate dependencies as a side
383 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
384 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
385 # dependencies in 'foo.d' instead, so we check for that too.
386 # Subdirectories are respected.
387 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
388 test "x$dir" = "x$object" && dir=
389 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
390
391 if test "$libtool" = yes; then
392 # With Tru64 cc, shared objects can also be used to make a
393 # static library. This mechanism is used in libtool 1.4 series to
394 # handle both shared and static libraries in a single compilation.
395 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
396 #
397 # With libtool 1.5 this exception was removed, and libtool now
398 # generates 2 separate objects for the 2 libraries. These two
399 # compilations output dependencies in $dir.libs/$base.o.d and
400 # in $dir$base.o.d. We have to check for both files, because
401 # one of the two compilations can be disabled. We should prefer
402 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
403 # automatically cleaned when .libs/ is deleted, while ignoring
404 # the former would cause a distcleancheck panic.
405 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
406 tmpdepfile2=$dir$base.o.d # libtool 1.5
407 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
408 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
409 "$@" -Wc,-MD
410 else
411 tmpdepfile1=$dir$base.o.d
412 tmpdepfile2=$dir$base.d
413 tmpdepfile3=$dir$base.d
414 tmpdepfile4=$dir$base.d
415 "$@" -MD
416 fi
417
418 stat=$?
419 if test $stat -eq 0; then :
420 else
421 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
422 exit $stat
423 fi
424
425 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
426 do
427 test -f "$tmpdepfile" && break
428 done
429 if test -f "$tmpdepfile"; then
430 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
431 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
432 else
433 echo "#dummy" > "$depfile"
434 fi
435 rm -f "$tmpdepfile"
436 ;;
478 # The Tru64 compiler uses -MD to generate dependencies as a side
479 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
480 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
481 # dependencies in 'foo.d' instead, so we check for that too.
482 # Subdirectories are respected.
483 set_dir_from "$object"
484 set_base_from "$object"
485
486 if test "$libtool" = yes; then
487 # Libtool generates 2 separate objects for the 2 libraries. These
488 # two compilations output dependencies in $dir.libs/$base.o.d and
489 # in $dir$base.o.d. We have to check for both files, because
490 # one of the two compilations can be disabled. We should prefer
491 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
492 # automatically cleaned when .libs/ is deleted, while ignoring
493 # the former would cause a distcleancheck panic.
494 tmpdepfile1=$dir$base.o.d # libtool 1.5
495 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
496 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
497 "$@" -Wc,-MD
498 else
499 tmpdepfile1=$dir$base.d
500 tmpdepfile2=$dir$base.d
501 tmpdepfile3=$dir$base.d
502 "$@" -MD
503 fi
504
505 stat=$?
506 if test $stat -ne 0; then
507 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
508 exit $stat
509 fi
510
511 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
512 do
513 test -f "$tmpdepfile" && break
514 done
515 # Same post-processing that is required for AIX mode.
516 aix_post_process_depfile
517 ;;
437518
438519 msvc7)
439520 if test "$libtool" = yes; then
444525 "$@" $showIncludes > "$tmpdepfile"
445526 stat=$?
446527 grep -v '^Note: including file: ' "$tmpdepfile"
447 if test "$stat" = 0; then :
448 else
528 if test $stat -ne 0; then
449529 rm -f "$tmpdepfile"
450530 exit $stat
451531 fi
471551 G
472552 p
473553 }' >> "$depfile"
554 echo >> "$depfile" # make sure the fragment doesn't end with a backslash
474555 rm -f "$tmpdepfile"
475556 ;;
476557
522603 # in the target name. This is to cope with DOS-style filenames:
523604 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
524605 "$@" $dashmflag |
525 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
606 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
526607 rm -f "$depfile"
527608 cat < "$tmpdepfile" > "$depfile"
528 tr ' ' "$nl" < "$tmpdepfile" | \
529 ## Some versions of the HPUX 10.20 sed can't process this invocation
530 ## correctly. Breaking it into two sed invocations is a workaround.
531 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
609 # Some versions of the HPUX 10.20 sed can't process this sed invocation
610 # correctly. Breaking it into two sed invocations is a workaround.
611 tr ' ' "$nl" < "$tmpdepfile" \
612 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
613 | sed -e 's/$/ :/' >> "$depfile"
532614 rm -f "$tmpdepfile"
533615 ;;
534616
581663 # makedepend may prepend the VPATH from the source file name to the object.
582664 # No need to regex-escape $object, excess matching of '.' is harmless.
583665 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
584 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
585 ## Some versions of the HPUX 10.20 sed can't process this invocation
586 ## correctly. Breaking it into two sed invocations is a workaround.
587 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
666 # Some versions of the HPUX 10.20 sed can't process the last invocation
667 # correctly. Breaking it into two sed invocations is a workaround.
668 sed '1,2d' "$tmpdepfile" \
669 | tr ' ' "$nl" \
670 | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
671 | sed -e 's/$/ :/' >> "$depfile"
588672 rm -f "$tmpdepfile" "$tmpdepfile".bak
589673 ;;
590674
620704 esac
621705 done
622706
623 "$@" -E |
624 sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
625 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
626 sed '$ s: \\$::' > "$tmpdepfile"
707 "$@" -E \
708 | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
709 -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
710 | sed '$ s: \\$::' > "$tmpdepfile"
627711 rm -f "$depfile"
628712 echo "$object : \\" > "$depfile"
629713 cat < "$tmpdepfile" >> "$depfile"
655739 shift
656740 ;;
657741 "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
658 set fnord "$@"
659 shift
660 shift
661 ;;
742 set fnord "$@"
743 shift
744 shift
745 ;;
662746 *)
663 set fnord "$@" "$arg"
664 shift
665 shift
666 ;;
747 set fnord "$@" "$arg"
748 shift
749 shift
750 ;;
667751 esac
668752 done
669753 "$@" -E 2>/dev/null |
0 libevtx (20150105-1) unstable; urgency=low
0 libevtx (20150928-1) unstable; urgency=low
11
22 * Auto-generated
33
4 -- Joachim Metz <joachim.metz@gmail.com> Mon, 05 Jan 2015 08:48:37 +0100
4 -- Joachim Metz <joachim.metz@gmail.com> Mon, 28 Sep 2015 21:50:06 +0200
00 This work was packaged for Debian by:
11
2 Joachim Metz <joachim.metz@gmail.com> on Mon, 05 Jan 2015 08:48:37 +0100
2 Joachim Metz <joachim.metz@gmail.com> on Mon, 28 Sep 2015 21:50:06 +0200
33
44 It was downloaded from https://github.com/libyal/libevtx/
55
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5189 host_triplet = @host@
5290 bin_PROGRAMS = evtxexport$(EXEEXT) evtxinfo$(EXEEXT)
5391 subdir = evtxtools
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55 $(top_srcdir)/depcomp
5692 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5793 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5894 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
79115 $(top_srcdir)/configure.ac
80116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
82119 mkinstalldirs = $(install_sh) -d
83120 CONFIG_HEADER = $(top_builddir)/common/config.h
84121 CONFIG_CLEAN_FILES =
92129 registry_file.$(OBJEXT) resource_file.$(OBJEXT)
93130 evtxexport_OBJECTS = $(am_evtxexport_OBJECTS)
94131 evtxexport_DEPENDENCIES = ../libevtx/libevtx.la
132 AM_V_lt = $(am__v_lt_@AM_V@)
133 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
134 am__v_lt_0 = --silent
135 am__v_lt_1 =
95136 am_evtxinfo_OBJECTS = evtxinfo.$(OBJEXT) evtxinput.$(OBJEXT) \
96137 evtxoutput.$(OBJEXT) info_handle.$(OBJEXT)
97138 evtxinfo_OBJECTS = $(am_evtxinfo_OBJECTS)
98139 evtxinfo_DEPENDENCIES = ../libevtx/libevtx.la
140 AM_V_P = $(am__v_P_@AM_V@)
141 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142 am__v_P_0 = false
143 am__v_P_1 = :
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146 am__v_GEN_0 = @echo " GEN " $@;
147 am__v_GEN_1 =
148 AM_V_at = $(am__v_at_@AM_V@)
149 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150 am__v_at_0 = @
151 am__v_at_1 =
99152 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
100153 depcomp = $(SHELL) $(top_srcdir)/depcomp
101154 am__depfiles_maybe = depfiles
102155 am__mv = mv -f
103156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161 $(AM_CFLAGS) $(CFLAGS)
162 AM_V_CC = $(am__v_CC_@AM_V@)
163 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164 am__v_CC_0 = @echo " CC " $@;
165 am__v_CC_1 =
108166 CCLD = $(CC)
109 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111 $(LDFLAGS) -o $@
167 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 $(AM_LDFLAGS) $(LDFLAGS) -o $@
170 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172 am__v_CCLD_0 = @echo " CCLD " $@;
173 am__v_CCLD_1 =
112174 SOURCES = $(evtxexport_SOURCES) $(evtxinfo_SOURCES)
113175 DIST_SOURCES = $(evtxexport_SOURCES) $(evtxinfo_SOURCES)
114176 am__can_run_installinfo = \
116178 n|no|NO) false;; \
117179 *) (install-info --version) >/dev/null 2>&1;; \
118180 esac
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 # Read a list of newline-separated strings from the standard input,
183 # and print each of them once, without duplicates. Input order is
184 # *not* preserved.
185 am__uniquify_input = $(AWK) '\
186 BEGIN { nonempty = 0; } \
187 { items[$$0] = 1; nonempty = 1; } \
188 END { if (nonempty) { for (i in items) print i; }; } \
189 '
190 # Make sure the list of sources is unique. This is necessary because,
191 # e.g., the same source file might be shared among _SOURCES variables
192 # for different programs/libraries.
193 am__define_uniq_tagged_files = \
194 list='$(am__tagged_files)'; \
195 unique=`for i in $$list; do \
196 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 done | $(am__uniquify_input)`
119198 ETAGS = etags
120199 CTAGS = ctags
200 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
121201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122202 ACLOCAL = @ACLOCAL@
123203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124205 AR = @AR@
125206 AS = @AS@
126207 AUTOCONF = @AUTOCONF@
624705 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu evtxtools/Makefile'; \
625706 $(am__cd) $(top_srcdir) && \
626707 $(AUTOMAKE) --gnu evtxtools/Makefile
627 .PRECIOUS: Makefile
628708 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
629709 @case '$?' in \
630710 *config.status*) \
651731 fi; \
652732 for p in $$list; do echo "$$p $$p"; done | \
653733 sed 's/$(EXEEXT)$$//' | \
654 while read p p1; do if test -f $$p || test -f $$p1; \
655 then echo "$$p"; echo "$$p"; else :; fi; \
734 while read p p1; do if test -f $$p \
735 || test -f $$p1 \
736 ; then echo "$$p"; echo "$$p"; else :; fi; \
656737 done | \
657 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
738 sed -e 'p;s,.*/,,;n;h' \
739 -e 's|.*|.|' \
658740 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
659741 sed 'N;N;N;s,\n, ,g' | \
660742 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
675757 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
676758 files=`for p in $$list; do echo "$$p"; done | \
677759 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
678 -e 's/$$/$(EXEEXT)/' `; \
760 -e 's/$$/$(EXEEXT)/' \
761 `; \
679762 test -n "$$list" || exit 0; \
680763 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
681764 cd "$(DESTDIR)$(bindir)" && rm -f $$files
688771 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
689772 echo " rm -f" $$list; \
690773 rm -f $$list
774
691775 evtxexport$(EXEEXT): $(evtxexport_OBJECTS) $(evtxexport_DEPENDENCIES) $(EXTRA_evtxexport_DEPENDENCIES)
692776 @rm -f evtxexport$(EXEEXT)
693 $(LINK) $(evtxexport_OBJECTS) $(evtxexport_LDADD) $(LIBS)
777 $(AM_V_CCLD)$(LINK) $(evtxexport_OBJECTS) $(evtxexport_LDADD) $(LIBS)
778
694779 evtxinfo$(EXEEXT): $(evtxinfo_OBJECTS) $(evtxinfo_DEPENDENCIES) $(EXTRA_evtxinfo_DEPENDENCIES)
695780 @rm -f evtxinfo$(EXEEXT)
696 $(LINK) $(evtxinfo_OBJECTS) $(evtxinfo_LDADD) $(LIBS)
781 $(AM_V_CCLD)$(LINK) $(evtxinfo_OBJECTS) $(evtxinfo_LDADD) $(LIBS)
697782
698783 mostlyclean-compile:
699784 -rm -f *.$(OBJEXT)
715800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_file.Po@am__quote@
716801
717802 .c.o:
718 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
719 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
803 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
804 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
805 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
721806 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
807 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
723808
724809 .c.obj:
725 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
726 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
810 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
811 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
812 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
728813 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
814 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
730815
731816 .c.lo:
732 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
733 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
817 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
818 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
819 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
735820 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
821 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
737822
738823 mostlyclean-libtool:
739824 -rm -f *.lo
741826 clean-libtool:
742827 -rm -rf .libs _libs
743828
744 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
745 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
746 unique=`for i in $$list; do \
747 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
748 done | \
749 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
750 END { if (nonempty) { for (i in files) print i; }; }'`; \
751 mkid -fID $$unique
752 tags: TAGS
753
754 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
755 $(TAGS_FILES) $(LISP)
829 ID: $(am__tagged_files)
830 $(am__define_uniq_tagged_files); mkid -fID $$unique
831 tags: tags-am
832 TAGS: tags
833
834 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
756835 set x; \
757836 here=`pwd`; \
758 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
759 unique=`for i in $$list; do \
760 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
761 done | \
762 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
763 END { if (nonempty) { for (i in files) print i; }; }'`; \
837 $(am__define_uniq_tagged_files); \
764838 shift; \
765839 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
766840 test -n "$$unique" || unique=$$empty_fix; \
772846 $$unique; \
773847 fi; \
774848 fi
775 ctags: CTAGS
776 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
777 $(TAGS_FILES) $(LISP)
778 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
779 unique=`for i in $$list; do \
780 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
781 done | \
782 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
783 END { if (nonempty) { for (i in files) print i; }; }'`; \
849 ctags: ctags-am
850
851 CTAGS: ctags
852 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
853 $(am__define_uniq_tagged_files); \
784854 test -z "$(CTAGS_ARGS)$$unique" \
785855 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
786856 $$unique
789859 here=`$(am__cd) $(top_builddir) && pwd` \
790860 && $(am__cd) $(top_srcdir) \
791861 && gtags -i $(GTAGS_ARGS) "$$here"
792
793 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
794 list='$(SOURCES) $(HEADERS) $(LISP)'; \
862 cscopelist: cscopelist-am
863
864 cscopelist-am: $(am__tagged_files)
865 list='$(am__tagged_files)'; \
795866 case "$(srcdir)" in \
796867 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
797868 *) sdir=$(subdir)/$(srcdir) ;; \
9441015
9451016 .MAKE: install-am install-strip
9461017
947 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
948 clean-generic clean-libtool cscopelist ctags distclean \
949 distclean-compile distclean-generic distclean-libtool \
950 distclean-tags distdir dvi dvi-am html html-am info info-am \
951 install install-am install-binPROGRAMS install-data \
952 install-data-am install-dvi install-dvi-am install-exec \
953 install-exec-am install-html install-html-am install-info \
954 install-info-am install-man install-pdf install-pdf-am \
955 install-ps install-ps-am install-strip installcheck \
956 installcheck-am installdirs maintainer-clean \
1018 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1019 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
1020 ctags ctags-am distclean distclean-compile distclean-generic \
1021 distclean-libtool distclean-tags distdir dvi dvi-am html \
1022 html-am info info-am install install-am install-binPROGRAMS \
1023 install-data install-data-am install-dvi install-dvi-am \
1024 install-exec install-exec-am install-html install-html-am \
1025 install-info install-info-am install-man install-pdf \
1026 install-pdf-am install-ps install-ps-am install-strip \
1027 installcheck installcheck-am installdirs maintainer-clean \
9571028 maintainer-clean-generic mostlyclean mostlyclean-compile \
9581029 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
959 tags uninstall uninstall-am uninstall-binPROGRAMS
1030 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
1031
1032 .PRECIOUS: Makefile
9601033
9611034
9621035 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = include
53 DIST_COMMON = $(include_HEADERS) $(pkginclude_HEADERS) \
54 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55 $(srcdir)/libevtx.h.in
5691 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5792 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5893 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
79114 $(top_srcdir)/configure.ac
80115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
118 $(pkginclude_HEADERS) $(am__DIST_COMMON)
82119 mkinstalldirs = $(install_sh) -d
83120 CONFIG_HEADER = $(top_builddir)/common/config.h
84121 CONFIG_CLEAN_FILES = libevtx.h
85122 CONFIG_CLEAN_VPATH_FILES =
123 AM_V_P = $(am__v_P_@AM_V@)
124 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125 am__v_P_0 = false
126 am__v_P_1 = :
127 AM_V_GEN = $(am__v_GEN_@AM_V@)
128 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129 am__v_GEN_0 = @echo " GEN " $@;
130 am__v_GEN_1 =
131 AM_V_at = $(am__v_at_@AM_V@)
132 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133 am__v_at_0 = @
134 am__v_at_1 =
86135 SOURCES =
87136 DIST_SOURCES =
88137 am__can_run_installinfo = \
120169 am__installdirs = "$(DESTDIR)$(includedir)" \
121170 "$(DESTDIR)$(pkgincludedir)"
122171 HEADERS = $(include_HEADERS) $(pkginclude_HEADERS)
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173 # Read a list of newline-separated strings from the standard input,
174 # and print each of them once, without duplicates. Input order is
175 # *not* preserved.
176 am__uniquify_input = $(AWK) '\
177 BEGIN { nonempty = 0; } \
178 { items[$$0] = 1; nonempty = 1; } \
179 END { if (nonempty) { for (i in items) print i; }; } \
180 '
181 # Make sure the list of sources is unique. This is necessary because,
182 # e.g., the same source file might be shared among _SOURCES variables
183 # for different programs/libraries.
184 am__define_uniq_tagged_files = \
185 list='$(am__tagged_files)'; \
186 unique=`for i in $$list; do \
187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188 done | $(am__uniquify_input)`
123189 ETAGS = etags
124190 CTAGS = ctags
191 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libevtx.h.in
125192 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126193 ACLOCAL = @ACLOCAL@
127194 AMTAR = @AMTAR@
195 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128196 AR = @AR@
129197 AS = @AS@
130198 AUTOCONF = @AUTOCONF@
537605 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
538606 $(am__cd) $(top_srcdir) && \
539607 $(AUTOMAKE) --gnu include/Makefile
540 .PRECIOUS: Makefile
541608 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
542609 @case '$?' in \
543610 *config.status*) \
606673 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
607674 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
608675
609 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
610 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
611 unique=`for i in $$list; do \
612 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
613 done | \
614 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
615 END { if (nonempty) { for (i in files) print i; }; }'`; \
616 mkid -fID $$unique
617 tags: TAGS
618
619 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
620 $(TAGS_FILES) $(LISP)
676 ID: $(am__tagged_files)
677 $(am__define_uniq_tagged_files); mkid -fID $$unique
678 tags: tags-am
679 TAGS: tags
680
681 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621682 set x; \
622683 here=`pwd`; \
623 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
624 unique=`for i in $$list; do \
625 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626 done | \
627 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628 END { if (nonempty) { for (i in files) print i; }; }'`; \
684 $(am__define_uniq_tagged_files); \
629685 shift; \
630686 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
631687 test -n "$$unique" || unique=$$empty_fix; \
637693 $$unique; \
638694 fi; \
639695 fi
640 ctags: CTAGS
641 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
642 $(TAGS_FILES) $(LISP)
643 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
644 unique=`for i in $$list; do \
645 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
646 done | \
647 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
648 END { if (nonempty) { for (i in files) print i; }; }'`; \
696 ctags: ctags-am
697
698 CTAGS: ctags
699 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
700 $(am__define_uniq_tagged_files); \
649701 test -z "$(CTAGS_ARGS)$$unique" \
650702 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
651703 $$unique
654706 here=`$(am__cd) $(top_builddir) && pwd` \
655707 && $(am__cd) $(top_srcdir) \
656708 && gtags -i $(GTAGS_ARGS) "$$here"
657
658 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
659 list='$(SOURCES) $(HEADERS) $(LISP)'; \
709 cscopelist: cscopelist-am
710
711 cscopelist-am: $(am__tagged_files)
712 list='$(am__tagged_files)'; \
660713 case "$(srcdir)" in \
661714 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
662715 *) sdir=$(subdir)/$(srcdir) ;; \
806859
807860 .MAKE: install-am install-strip
808861
809 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
810 clean-libtool cscopelist ctags distclean distclean-generic \
811 distclean-libtool distclean-tags distdir dvi dvi-am html \
812 html-am info info-am install install-am install-data \
813 install-data-am install-dvi install-dvi-am install-exec \
814 install-exec-am install-html install-html-am \
862 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
863 clean-libtool cscopelist-am ctags ctags-am distclean \
864 distclean-generic distclean-libtool distclean-tags distdir dvi \
865 dvi-am html html-am info info-am install install-am \
866 install-data install-data-am install-dvi install-dvi-am \
867 install-exec install-exec-am install-html install-html-am \
815868 install-includeHEADERS install-info install-info-am \
816869 install-man install-pdf install-pdf-am \
817870 install-pkgincludeHEADERS install-ps install-ps-am \
818871 install-strip installcheck installcheck-am installdirs \
819872 maintainer-clean maintainer-clean-generic mostlyclean \
820873 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
821 tags uninstall uninstall-am uninstall-includeHEADERS \
874 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
822875 uninstall-pkgincludeHEADERS
876
877 .PRECIOUS: Makefile
823878
824879
825880 distclean: clean
2323
2424 #include <libevtx/types.h>
2525
26 #define LIBEVTX_VERSION 20150105
26 #define LIBEVTX_VERSION 20150928
2727
2828 /* The version string
2929 */
30 #define LIBEVTX_VERSION_STRING "20150105"
30 #define LIBEVTX_VERSION_STRING "20150928"
3131
3232 /* The access flags definitions
3333 * bit 1 set to 1 for read access
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2011-11-20.07; # UTC
3 scriptversion=2013-12-25.23; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
4040 # This script is compatible with the BSD install script, but was written
4141 # from scratch.
4242
43 tab=' '
4344 nl='
4445 '
45 IFS=" "" $nl"
46
47 # set DOITPROG to echo to test this script
48
49 # Don't use :- since 4.3BSD and earlier shells don't like it.
46 IFS=" $tab$nl"
47
48 # Set DOITPROG to "echo" to test this script.
49
5050 doit=${DOITPROG-}
51 if test -z "$doit"; then
52 doit_exec=exec
53 else
54 doit_exec=$doit
55 fi
51 doit_exec=${doit:-exec}
5652
5753 # Put in absolute file names if you don't have them in your path;
5854 # or use environment vars.
6763 rmprog=${RMPROG-rm}
6864 stripprog=${STRIPPROG-strip}
6965
70 posix_glob='?'
71 initialize_posix_glob='
72 test "$posix_glob" != "?" || {
73 if (set -f) 2>/dev/null; then
74 posix_glob=
75 else
76 posix_glob=:
77 fi
78 }
79 '
80
8166 posix_mkdir=
8267
8368 # Desired mode of installed file.
9681 dst_arg=
9782
9883 copy_on_change=false
99 no_target_directory=
84 is_target_a_directory=possibly
10085
10186 usage="\
10287 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
136121 -d) dir_arg=true;;
137122
138123 -g) chgrpcmd="$chgrpprog $2"
139 shift;;
124 shift;;
140125
141126 --help) echo "$usage"; exit $?;;
142127
143128 -m) mode=$2
144 case $mode in
145 *' '* | *' '* | *'
146 '* | *'*'* | *'?'* | *'['*)
147 echo "$0: invalid mode: $mode" >&2
148 exit 1;;
149 esac
150 shift;;
129 case $mode in
130 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
131 echo "$0: invalid mode: $mode" >&2
132 exit 1;;
133 esac
134 shift;;
151135
152136 -o) chowncmd="$chownprog $2"
153 shift;;
137 shift;;
154138
155139 -s) stripcmd=$stripprog;;
156140
157 -t) dst_arg=$2
158 # Protect names problematic for 'test' and other utilities.
159 case $dst_arg in
160 -* | [=\(\)!]) dst_arg=./$dst_arg;;
161 esac
162 shift;;
163
164 -T) no_target_directory=true;;
141 -t)
142 is_target_a_directory=always
143 dst_arg=$2
144 # Protect names problematic for 'test' and other utilities.
145 case $dst_arg in
146 -* | [=\(\)!]) dst_arg=./$dst_arg;;
147 esac
148 shift;;
149
150 -T) is_target_a_directory=never;;
165151
166152 --version) echo "$0 $scriptversion"; exit $?;;
167153
168 --) shift
169 break;;
170
171 -*) echo "$0: invalid option: $1" >&2
172 exit 1;;
154 --) shift
155 break;;
156
157 -*) echo "$0: invalid option: $1" >&2
158 exit 1;;
173159
174160 *) break;;
175161 esac
176162 shift
177163 done
164
165 # We allow the use of options -d and -T together, by making -d
166 # take the precedence; this is for compatibility with GNU install.
167
168 if test -n "$dir_arg"; then
169 if test -n "$dst_arg"; then
170 echo "$0: target directory not allowed when installing a directory." >&2
171 exit 1
172 fi
173 fi
178174
179175 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
180176 # When -d is used, all remaining arguments are directories to create.
207203 fi
208204
209205 if test -z "$dir_arg"; then
206 if test $# -gt 1 || test "$is_target_a_directory" = always; then
207 if test ! -d "$dst_arg"; then
208 echo "$0: $dst_arg: Is not a directory." >&2
209 exit 1
210 fi
211 fi
212 fi
213
214 if test -z "$dir_arg"; then
210215 do_exit='(exit $ret); exit $ret'
211216 trap "ret=129; $do_exit" 1
212217 trap "ret=130; $do_exit" 2
222227
223228 *[0-7])
224229 if test -z "$stripcmd"; then
225 u_plus_rw=
230 u_plus_rw=
226231 else
227 u_plus_rw='% 200'
232 u_plus_rw='% 200'
228233 fi
229234 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
230235 *)
231236 if test -z "$stripcmd"; then
232 u_plus_rw=
237 u_plus_rw=
233238 else
234 u_plus_rw=,u+rw
239 u_plus_rw=,u+rw
235240 fi
236241 cp_umask=$mode$u_plus_rw;;
237242 esac
268273 # If destination is a directory, append the input filename; won't work
269274 # if double slashes aren't ignored.
270275 if test -d "$dst"; then
271 if test -n "$no_target_directory"; then
272 echo "$0: $dst_arg: Is a directory" >&2
273 exit 1
276 if test "$is_target_a_directory" = never; then
277 echo "$0: $dst_arg: Is a directory" >&2
278 exit 1
274279 fi
275280 dstdir=$dst
276281 dst=$dstdir/`basename "$src"`
277282 dstdir_status=0
278283 else
279 # Prefer dirname, but fall back on a substitute if dirname fails.
280 dstdir=`
281 (dirname "$dst") 2>/dev/null ||
282 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
283 X"$dst" : 'X\(//\)[^/]' \| \
284 X"$dst" : 'X\(//\)$' \| \
285 X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
286 echo X"$dst" |
287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
288 s//\1/
289 q
290 }
291 /^X\(\/\/\)[^/].*/{
292 s//\1/
293 q
294 }
295 /^X\(\/\/\)$/{
296 s//\1/
297 q
298 }
299 /^X\(\/\).*/{
300 s//\1/
301 q
302 }
303 s/.*/./; q'
304 `
305
284 dstdir=`dirname "$dst"`
306285 test -d "$dstdir"
307286 dstdir_status=$?
308287 fi
313292 if test $dstdir_status != 0; then
314293 case $posix_mkdir in
315294 '')
316 # Create intermediate dirs using mode 755 as modified by the umask.
317 # This is like FreeBSD 'install' as of 1997-10-28.
318 umask=`umask`
319 case $stripcmd.$umask in
320 # Optimize common cases.
321 *[2367][2367]) mkdir_umask=$umask;;
322 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
323
324 *[0-7])
325 mkdir_umask=`expr $umask + 22 \
326 - $umask % 100 % 40 + $umask % 20 \
327 - $umask % 10 % 4 + $umask % 2
328 `;;
329 *) mkdir_umask=$umask,go-w;;
330 esac
331
332 # With -d, create the new directory with the user-specified mode.
333 # Otherwise, rely on $mkdir_umask.
334 if test -n "$dir_arg"; then
335 mkdir_mode=-m$mode
336 else
337 mkdir_mode=
338 fi
339
340 posix_mkdir=false
341 case $umask in
342 *[123567][0-7][0-7])
343 # POSIX mkdir -p sets u+wx bits regardless of umask, which
344 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
345 ;;
346 *)
347 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
348 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
349
350 if (umask $mkdir_umask &&
351 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
352 then
353 if test -z "$dir_arg" || {
354 # Check for POSIX incompatibilities with -m.
355 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
356 # other-writable bit of parent directory when it shouldn't.
357 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
358 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 case $ls_ld_tmpdir in
360 d????-?r-*) different_mode=700;;
361 d????-?--*) different_mode=755;;
362 *) false;;
363 esac &&
364 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
365 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
366 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
367 }
368 }
369 then posix_mkdir=:
370 fi
371 rmdir "$tmpdir/d" "$tmpdir"
372 else
373 # Remove any dirs left behind by ancient mkdir implementations.
374 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
375 fi
376 trap '' 0;;
377 esac;;
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311 # With -d, create the new directory with the user-specified mode.
312 # Otherwise, rely on $mkdir_umask.
313 if test -n "$dir_arg"; then
314 mkdir_mode=-m$mode
315 else
316 mkdir_mode=
317 fi
318
319 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
327 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
328
329 if (umask $mkdir_umask &&
330 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
331 then
332 if test -z "$dir_arg" || {
333 # Check for POSIX incompatibilities with -m.
334 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
335 # other-writable bit of parent directory when it shouldn't.
336 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
337 ls_ld_tmpdir=`ls -ld "$tmpdir"`
338 case $ls_ld_tmpdir in
339 d????-?r-*) different_mode=700;;
340 d????-?--*) different_mode=755;;
341 *) false;;
342 esac &&
343 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
344 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
345 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
346 }
347 }
348 then posix_mkdir=:
349 fi
350 rmdir "$tmpdir/d" "$tmpdir"
351 else
352 # Remove any dirs left behind by ancient mkdir implementations.
353 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
354 fi
355 trap '' 0;;
356 esac;;
378357 esac
379358
380359 if
381360 $posix_mkdir && (
382 umask $mkdir_umask &&
383 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
361 umask $mkdir_umask &&
362 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
384363 )
385364 then :
386365 else
390369 # directory the slow way, step by step, checking for races as we go.
391370
392371 case $dstdir in
393 /*) prefix='/';;
394 [-=\(\)!]*) prefix='./';;
395 *) prefix='';;
372 /*) prefix='/';;
373 [-=\(\)!]*) prefix='./';;
374 *) prefix='';;
396375 esac
397
398 eval "$initialize_posix_glob"
399376
400377 oIFS=$IFS
401378 IFS=/
402 $posix_glob set -f
379 set -f
403380 set fnord $dstdir
404381 shift
405 $posix_glob set +f
382 set +f
406383 IFS=$oIFS
407384
408385 prefixes=
409386
410387 for d
411388 do
412 test X"$d" = X && continue
413
414 prefix=$prefix$d
415 if test -d "$prefix"; then
416 prefixes=
417 else
418 if $posix_mkdir; then
419 (umask=$mkdir_umask &&
420 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
421 # Don't fail if two instances are running concurrently.
422 test -d "$prefix" || exit 1
423 else
424 case $prefix in
425 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
426 *) qprefix=$prefix;;
427 esac
428 prefixes="$prefixes '$qprefix'"
429 fi
430 fi
431 prefix=$prefix/
389 test X"$d" = X && continue
390
391 prefix=$prefix$d
392 if test -d "$prefix"; then
393 prefixes=
394 else
395 if $posix_mkdir; then
396 (umask=$mkdir_umask &&
397 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
398 # Don't fail if two instances are running concurrently.
399 test -d "$prefix" || exit 1
400 else
401 case $prefix in
402 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
403 *) qprefix=$prefix;;
404 esac
405 prefixes="$prefixes '$qprefix'"
406 fi
407 fi
408 prefix=$prefix/
432409 done
433410
434411 if test -n "$prefixes"; then
435 # Don't fail if two instances are running concurrently.
436 (umask $mkdir_umask &&
437 eval "\$doit_exec \$mkdirprog $prefixes") ||
438 test -d "$dstdir" || exit 1
439 obsolete_mkdir_used=true
412 # Don't fail if two instances are running concurrently.
413 (umask $mkdir_umask &&
414 eval "\$doit_exec \$mkdirprog $prefixes") ||
415 test -d "$dstdir" || exit 1
416 obsolete_mkdir_used=true
440417 fi
441418 fi
442419 fi
471448
472449 # If -C, don't bother to copy if it wouldn't change the file.
473450 if $copy_on_change &&
474 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
475 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
476
477 eval "$initialize_posix_glob" &&
478 $posix_glob set -f &&
451 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
452 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
453 set -f &&
479454 set X $old && old=:$2:$4:$5:$6 &&
480455 set X $new && new=:$2:$4:$5:$6 &&
481 $posix_glob set +f &&
482
456 set +f &&
483457 test "$old" = "$new" &&
484458 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
485459 then
492466 # to itself, or perhaps because mv is so ancient that it does not
493467 # support -f.
494468 {
495 # Now remove or move aside any old file at destination location.
496 # We try this two ways since rm can't unlink itself on some
497 # systems and the destination file might be busy for other
498 # reasons. In this case, the final cleanup might fail but the new
499 # file should still install successfully.
500 {
501 test ! -f "$dst" ||
502 $doit $rmcmd -f "$dst" 2>/dev/null ||
503 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
504 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
505 } ||
506 { echo "$0: cannot unlink or rename $dst" >&2
507 (exit 1); exit 1
508 }
509 } &&
510
511 # Now rename the file to the real destination.
512 $doit $mvcmd "$dsttmp" "$dst"
469 # Now remove or move aside any old file at destination location.
470 # We try this two ways since rm can't unlink itself on some
471 # systems and the destination file might be busy for other
472 # reasons. In this case, the final cleanup might fail but the new
473 # file should still install successfully.
474 {
475 test ! -f "$dst" ||
476 $doit $rmcmd -f "$dst" 2>/dev/null ||
477 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
478 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
479 } ||
480 { echo "$0: cannot unlink or rename $dst" >&2
481 (exit 1); exit 1
482 }
483 } &&
484
485 # Now rename the file to the real destination.
486 $doit $mvcmd "$dsttmp" "$dst"
513487 }
514488 fi || exit 1
515489
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libbfio
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
101138 @HAVE_LOCAL_LIBBFIO_TRUE@ libbfio_memory_range.lo \
102139 @HAVE_LOCAL_LIBBFIO_TRUE@ libbfio_pool.lo libbfio_support.lo
103140 libbfio_la_OBJECTS = $(am_libbfio_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 =
104145 @HAVE_LOCAL_LIBBFIO_TRUE@am_libbfio_la_rpath =
146 AM_V_P = $(am__v_P_@AM_V@)
147 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148 am__v_P_0 = false
149 am__v_P_1 = :
150 AM_V_GEN = $(am__v_GEN_@AM_V@)
151 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152 am__v_GEN_0 = @echo " GEN " $@;
153 am__v_GEN_1 =
154 AM_V_at = $(am__v_at_@AM_V@)
155 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156 am__v_at_0 = @
157 am__v_at_1 =
105158 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
106159 depcomp = $(SHELL) $(top_srcdir)/depcomp
107160 am__depfiles_maybe = depfiles
108161 am__mv = mv -f
109162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167 $(AM_CFLAGS) $(CFLAGS)
168 AM_V_CC = $(am__v_CC_@AM_V@)
169 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170 am__v_CC_0 = @echo " CC " $@;
171 am__v_CC_1 =
114172 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117 $(LDFLAGS) -o $@
173 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 $(AM_LDFLAGS) $(LDFLAGS) -o $@
176 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178 am__v_CCLD_0 = @echo " CCLD " $@;
179 am__v_CCLD_1 =
118180 SOURCES = $(libbfio_la_SOURCES)
119181 DIST_SOURCES = $(am__libbfio_la_SOURCES_DIST)
120182 am__can_run_installinfo = \
122184 n|no|NO) false;; \
123185 *) (install-info --version) >/dev/null 2>&1;; \
124186 esac
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188 # Read a list of newline-separated strings from the standard input,
189 # and print each of them once, without duplicates. Input order is
190 # *not* preserved.
191 am__uniquify_input = $(AWK) '\
192 BEGIN { nonempty = 0; } \
193 { items[$$0] = 1; nonempty = 1; } \
194 END { if (nonempty) { for (i in items) print i; }; } \
195 '
196 # Make sure the list of sources is unique. This is necessary because,
197 # e.g., the same source file might be shared among _SOURCES variables
198 # for different programs/libraries.
199 am__define_uniq_tagged_files = \
200 list='$(am__tagged_files)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | $(am__uniquify_input)`
125204 ETAGS = etags
126205 CTAGS = ctags
206 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
127207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128208 ACLOCAL = @ACLOCAL@
129209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130211 AR = @AR@
131212 AS = @AS@
132213 AUTOCONF = @AUTOCONF@
561642 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libbfio/Makefile'; \
562643 $(am__cd) $(top_srcdir) && \
563644 $(AUTOMAKE) --gnu libbfio/Makefile
564 .PRECIOUS: Makefile
565645 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
566646 @case '$?' in \
567647 *config.status*) \
590670 echo rm -f $${locs}; \
591671 rm -f $${locs}; \
592672 }
673
593674 libbfio.la: $(libbfio_la_OBJECTS) $(libbfio_la_DEPENDENCIES) $(EXTRA_libbfio_la_DEPENDENCIES)
594 $(LINK) $(am_libbfio_la_rpath) $(libbfio_la_OBJECTS) $(libbfio_la_LIBADD) $(LIBS)
675 $(AM_V_CCLD)$(LINK) $(am_libbfio_la_rpath) $(libbfio_la_OBJECTS) $(libbfio_la_LIBADD) $(LIBS)
595676
596677 mostlyclean-compile:
597678 -rm -f *.$(OBJEXT)
609690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbfio_support.Plo@am__quote@
610691
611692 .c.o:
612 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
693 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
694 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
697 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
617698
618699 .c.obj:
619 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
620 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
700 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
701 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
704 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
624705
625706 .c.lo:
626 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
627 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
707 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
708 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
629710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
711 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
631712
632713 mostlyclean-libtool:
633714 -rm -f *.lo
635716 clean-libtool:
636717 -rm -rf .libs _libs
637718
638 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
639 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
640 unique=`for i in $$list; do \
641 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642 done | \
643 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644 END { if (nonempty) { for (i in files) print i; }; }'`; \
645 mkid -fID $$unique
646 tags: TAGS
647
648 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
649 $(TAGS_FILES) $(LISP)
719 ID: $(am__tagged_files)
720 $(am__define_uniq_tagged_files); mkid -fID $$unique
721 tags: tags-am
722 TAGS: tags
723
724 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650725 set x; \
651726 here=`pwd`; \
652 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
653 unique=`for i in $$list; do \
654 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655 done | \
656 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657 END { if (nonempty) { for (i in files) print i; }; }'`; \
727 $(am__define_uniq_tagged_files); \
658728 shift; \
659729 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
660730 test -n "$$unique" || unique=$$empty_fix; \
666736 $$unique; \
667737 fi; \
668738 fi
669 ctags: CTAGS
670 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
671 $(TAGS_FILES) $(LISP)
672 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
673 unique=`for i in $$list; do \
674 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675 done | \
676 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
677 END { if (nonempty) { for (i in files) print i; }; }'`; \
739 ctags: ctags-am
740
741 CTAGS: ctags
742 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
743 $(am__define_uniq_tagged_files); \
678744 test -z "$(CTAGS_ARGS)$$unique" \
679745 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
680746 $$unique
683749 here=`$(am__cd) $(top_builddir) && pwd` \
684750 && $(am__cd) $(top_srcdir) \
685751 && gtags -i $(GTAGS_ARGS) "$$here"
686
687 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
688 list='$(SOURCES) $(HEADERS) $(LISP)'; \
752 cscopelist: cscopelist-am
753
754 cscopelist-am: $(am__tagged_files)
755 list='$(am__tagged_files)'; \
689756 case "$(srcdir)" in \
690757 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
691758 *) sdir=$(subdir)/$(srcdir) ;; \
836903
837904 .MAKE: install-am install-strip
838905
839 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
840 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
841 distclean distclean-compile distclean-generic \
906 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
907 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
908 ctags-am distclean distclean-compile distclean-generic \
842909 distclean-libtool distclean-tags distdir dvi dvi-am html \
843910 html-am info info-am install install-am install-data \
844911 install-data-am install-dvi install-dvi-am install-exec \
848915 installcheck-am installdirs maintainer-clean \
849916 maintainer-clean-generic mostlyclean mostlyclean-compile \
850917 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
851 tags uninstall uninstall-am
918 tags tags-am uninstall uninstall-am
919
920 .PRECIOUS: Makefile
852921
853922
854923 distclean: clean
3232 * for local use of libbfio
3333 */
3434 #else
35 #define LIBBFIO_VERSION 20150102
35 #define LIBBFIO_VERSION 20150927
3636
3737 /* The libbfio version string
3838 */
39 #define LIBBFIO_VERSION_STRING "20150102"
39 #define LIBBFIO_VERSION_STRING "20150927"
4040
4141 /* The library flags definitions
4242 */
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcdata
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
103140 @HAVE_LOCAL_LIBCDATA_TRUE@ libcdata_support.lo \
104141 @HAVE_LOCAL_LIBCDATA_TRUE@ libcdata_tree_node.lo
105142 libcdata_la_OBJECTS = $(am_libcdata_la_OBJECTS)
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 =
106147 @HAVE_LOCAL_LIBCDATA_TRUE@am_libcdata_la_rpath =
148 AM_V_P = $(am__v_P_@AM_V@)
149 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150 am__v_P_0 = false
151 am__v_P_1 = :
152 AM_V_GEN = $(am__v_GEN_@AM_V@)
153 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154 am__v_GEN_0 = @echo " GEN " $@;
155 am__v_GEN_1 =
156 AM_V_at = $(am__v_at_@AM_V@)
157 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158 am__v_at_0 = @
159 am__v_at_1 =
107160 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
108161 depcomp = $(SHELL) $(top_srcdir)/depcomp
109162 am__depfiles_maybe = depfiles
110163 am__mv = mv -f
111164 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112165 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
115 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
168 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
169 $(AM_CFLAGS) $(CFLAGS)
170 AM_V_CC = $(am__v_CC_@AM_V@)
171 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
172 am__v_CC_0 = @echo " CC " $@;
173 am__v_CC_1 =
116174 CCLD = $(CC)
117 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119 $(LDFLAGS) -o $@
175 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177 $(AM_LDFLAGS) $(LDFLAGS) -o $@
178 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
179 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
180 am__v_CCLD_0 = @echo " CCLD " $@;
181 am__v_CCLD_1 =
120182 SOURCES = $(libcdata_la_SOURCES)
121183 DIST_SOURCES = $(am__libcdata_la_SOURCES_DIST)
122184 am__can_run_installinfo = \
124186 n|no|NO) false;; \
125187 *) (install-info --version) >/dev/null 2>&1;; \
126188 esac
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates. Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197 '
198 # Make sure the list of sources is unique. This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
127206 ETAGS = etags
128207 CTAGS = ctags
208 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
129209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130210 ACLOCAL = @ACLOCAL@
131211 AMTAR = @AMTAR@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
132213 AR = @AR@
133214 AS = @AS@
134215 AUTOCONF = @AUTOCONF@
552633 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcdata/Makefile'; \
553634 $(am__cd) $(top_srcdir) && \
554635 $(AUTOMAKE) --gnu libcdata/Makefile
555 .PRECIOUS: Makefile
556636 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
557637 @case '$?' in \
558638 *config.status*) \
581661 echo rm -f $${locs}; \
582662 rm -f $${locs}; \
583663 }
664
584665 libcdata.la: $(libcdata_la_OBJECTS) $(libcdata_la_DEPENDENCIES) $(EXTRA_libcdata_la_DEPENDENCIES)
585 $(LINK) $(am_libcdata_la_rpath) $(libcdata_la_OBJECTS) $(libcdata_la_LIBADD) $(LIBS)
666 $(AM_V_CCLD)$(LINK) $(am_libcdata_la_rpath) $(libcdata_la_OBJECTS) $(libcdata_la_LIBADD) $(LIBS)
586667
587668 mostlyclean-compile:
588669 -rm -f *.$(OBJEXT)
601682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdata_tree_node.Plo@am__quote@
602683
603684 .c.o:
604 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
685 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
686 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
689 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
609690
610691 .c.obj:
611 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
612 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
692 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
693 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
696 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
616697
617698 .c.lo:
618 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
619 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
699 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
700 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
621702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
703 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
623704
624705 mostlyclean-libtool:
625706 -rm -f *.lo
627708 clean-libtool:
628709 -rm -rf .libs _libs
629710
630 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
631 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
632 unique=`for i in $$list; do \
633 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634 done | \
635 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636 END { if (nonempty) { for (i in files) print i; }; }'`; \
637 mkid -fID $$unique
638 tags: TAGS
639
640 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
641 $(TAGS_FILES) $(LISP)
711 ID: $(am__tagged_files)
712 $(am__define_uniq_tagged_files); mkid -fID $$unique
713 tags: tags-am
714 TAGS: tags
715
716 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642717 set x; \
643718 here=`pwd`; \
644 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
645 unique=`for i in $$list; do \
646 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647 done | \
648 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649 END { if (nonempty) { for (i in files) print i; }; }'`; \
719 $(am__define_uniq_tagged_files); \
650720 shift; \
651721 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
652722 test -n "$$unique" || unique=$$empty_fix; \
658728 $$unique; \
659729 fi; \
660730 fi
661 ctags: CTAGS
662 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
663 $(TAGS_FILES) $(LISP)
664 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
665 unique=`for i in $$list; do \
666 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
667 done | \
668 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
669 END { if (nonempty) { for (i in files) print i; }; }'`; \
731 ctags: ctags-am
732
733 CTAGS: ctags
734 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
735 $(am__define_uniq_tagged_files); \
670736 test -z "$(CTAGS_ARGS)$$unique" \
671737 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
672738 $$unique
675741 here=`$(am__cd) $(top_builddir) && pwd` \
676742 && $(am__cd) $(top_srcdir) \
677743 && gtags -i $(GTAGS_ARGS) "$$here"
678
679 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
680 list='$(SOURCES) $(HEADERS) $(LISP)'; \
744 cscopelist: cscopelist-am
745
746 cscopelist-am: $(am__tagged_files)
747 list='$(am__tagged_files)'; \
681748 case "$(srcdir)" in \
682749 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
683750 *) sdir=$(subdir)/$(srcdir) ;; \
828895
829896 .MAKE: install-am install-strip
830897
831 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
832 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
833 distclean distclean-compile distclean-generic \
898 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
899 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
900 ctags-am distclean distclean-compile distclean-generic \
834901 distclean-libtool distclean-tags distdir dvi dvi-am html \
835902 html-am info info-am install install-am install-data \
836903 install-data-am install-dvi install-dvi-am install-exec \
840907 installcheck-am installdirs maintainer-clean \
841908 maintainer-clean-generic mostlyclean mostlyclean-compile \
842909 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
843 tags uninstall uninstall-am
910 tags tags-am uninstall uninstall-am
911
912 .PRECIOUS: Makefile
844913
845914
846915 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcdirectory
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
94131 @HAVE_LOCAL_LIBCDIRECTORY_TRUE@ libcdirectory_directory.lo \
95132 @HAVE_LOCAL_LIBCDIRECTORY_TRUE@ libcdirectory_directory_entry.lo
96133 libcdirectory_la_OBJECTS = $(am_libcdirectory_la_OBJECTS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
137 am__v_lt_1 =
97138 @HAVE_LOCAL_LIBCDIRECTORY_TRUE@am_libcdirectory_la_rpath =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo " GEN " $@;
146 am__v_GEN_1 =
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 =
98151 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
99152 depcomp = $(SHELL) $(top_srcdir)/depcomp
100153 am__depfiles_maybe = depfiles
101154 am__mv = mv -f
102155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160 $(AM_CFLAGS) $(CFLAGS)
161 AM_V_CC = $(am__v_CC_@AM_V@)
162 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163 am__v_CC_0 = @echo " CC " $@;
164 am__v_CC_1 =
107165 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110 $(LDFLAGS) -o $@
166 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168 $(AM_LDFLAGS) $(LDFLAGS) -o $@
169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171 am__v_CCLD_0 = @echo " CCLD " $@;
172 am__v_CCLD_1 =
111173 SOURCES = $(libcdirectory_la_SOURCES)
112174 DIST_SOURCES = $(am__libcdirectory_la_SOURCES_DIST)
113175 am__can_run_installinfo = \
115177 n|no|NO) false;; \
116178 *) (install-info --version) >/dev/null 2>&1;; \
117179 esac
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)`
118197 ETAGS = etags
119198 CTAGS = ctags
199 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
120200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121201 ACLOCAL = @ACLOCAL@
122202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123204 AR = @AR@
124205 AS = @AS@
125206 AUTOCONF = @AUTOCONF@
542623 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcdirectory/Makefile'; \
543624 $(am__cd) $(top_srcdir) && \
544625 $(AUTOMAKE) --gnu libcdirectory/Makefile
545 .PRECIOUS: Makefile
546626 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
547627 @case '$?' in \
548628 *config.status*) \
571651 echo rm -f $${locs}; \
572652 rm -f $${locs}; \
573653 }
654
574655 libcdirectory.la: $(libcdirectory_la_OBJECTS) $(libcdirectory_la_DEPENDENCIES) $(EXTRA_libcdirectory_la_DEPENDENCIES)
575 $(LINK) $(am_libcdirectory_la_rpath) $(libcdirectory_la_OBJECTS) $(libcdirectory_la_LIBADD) $(LIBS)
656 $(AM_V_CCLD)$(LINK) $(am_libcdirectory_la_rpath) $(libcdirectory_la_OBJECTS) $(libcdirectory_la_LIBADD) $(LIBS)
576657
577658 mostlyclean-compile:
578659 -rm -f *.$(OBJEXT)
584665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdirectory_directory_entry.Plo@am__quote@
585666
586667 .c.o:
587 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
588 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
668 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
669 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
590671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
672 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
592673
593674 .c.obj:
594 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
595 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
675 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
676 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
679 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
599680
600681 .c.lo:
601 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
602 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
682 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
683 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
604685 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
686 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
606687
607688 mostlyclean-libtool:
608689 -rm -f *.lo
610691 clean-libtool:
611692 -rm -rf .libs _libs
612693
613 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
614 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
615 unique=`for i in $$list; do \
616 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617 done | \
618 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
619 END { if (nonempty) { for (i in files) print i; }; }'`; \
620 mkid -fID $$unique
621 tags: TAGS
622
623 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
624 $(TAGS_FILES) $(LISP)
694 ID: $(am__tagged_files)
695 $(am__define_uniq_tagged_files); mkid -fID $$unique
696 tags: tags-am
697 TAGS: tags
698
699 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625700 set x; \
626701 here=`pwd`; \
627 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
628 unique=`for i in $$list; do \
629 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
630 done | \
631 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
632 END { if (nonempty) { for (i in files) print i; }; }'`; \
702 $(am__define_uniq_tagged_files); \
633703 shift; \
634704 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
635705 test -n "$$unique" || unique=$$empty_fix; \
641711 $$unique; \
642712 fi; \
643713 fi
644 ctags: CTAGS
645 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
646 $(TAGS_FILES) $(LISP)
647 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
648 unique=`for i in $$list; do \
649 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
650 done | \
651 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
652 END { if (nonempty) { for (i in files) print i; }; }'`; \
714 ctags: ctags-am
715
716 CTAGS: ctags
717 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
718 $(am__define_uniq_tagged_files); \
653719 test -z "$(CTAGS_ARGS)$$unique" \
654720 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
655721 $$unique
658724 here=`$(am__cd) $(top_builddir) && pwd` \
659725 && $(am__cd) $(top_srcdir) \
660726 && gtags -i $(GTAGS_ARGS) "$$here"
661
662 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
663 list='$(SOURCES) $(HEADERS) $(LISP)'; \
727 cscopelist: cscopelist-am
728
729 cscopelist-am: $(am__tagged_files)
730 list='$(am__tagged_files)'; \
664731 case "$(srcdir)" in \
665732 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
666733 *) sdir=$(subdir)/$(srcdir) ;; \
811878
812879 .MAKE: install-am install-strip
813880
814 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
815 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
816 distclean distclean-compile distclean-generic \
881 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
882 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
883 ctags-am distclean distclean-compile distclean-generic \
817884 distclean-libtool distclean-tags distdir dvi dvi-am html \
818885 html-am info info-am install install-am install-data \
819886 install-data-am install-dvi install-dvi-am install-exec \
823890 installcheck-am installdirs maintainer-clean \
824891 maintainer-clean-generic mostlyclean mostlyclean-compile \
825892 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
826 tags uninstall uninstall-am
893 tags tags-am uninstall uninstall-am
894
895 .PRECIOUS: Makefile
827896
828897
829898 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCDIRECTORY_VERSION 20150101
37 #define LIBCDIRECTORY_VERSION 20150729
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCDIRECTORY_VERSION_STRING "20150101"
41 #define LIBCDIRECTORY_VERSION_STRING "20150729"
4242
4343 /* The directory entry type definitions
4444 */
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcerror
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
94131 @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_support.lo \
95132 @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_system.lo
96133 libcerror_la_OBJECTS = $(am_libcerror_la_OBJECTS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
137 am__v_lt_1 =
97138 @HAVE_LOCAL_LIBCERROR_TRUE@am_libcerror_la_rpath =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo " GEN " $@;
146 am__v_GEN_1 =
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 =
98151 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
99152 depcomp = $(SHELL) $(top_srcdir)/depcomp
100153 am__depfiles_maybe = depfiles
101154 am__mv = mv -f
102155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160 $(AM_CFLAGS) $(CFLAGS)
161 AM_V_CC = $(am__v_CC_@AM_V@)
162 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163 am__v_CC_0 = @echo " CC " $@;
164 am__v_CC_1 =
107165 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110 $(LDFLAGS) -o $@
166 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168 $(AM_LDFLAGS) $(LDFLAGS) -o $@
169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171 am__v_CCLD_0 = @echo " CCLD " $@;
172 am__v_CCLD_1 =
111173 SOURCES = $(libcerror_la_SOURCES)
112174 DIST_SOURCES = $(am__libcerror_la_SOURCES_DIST)
113175 am__can_run_installinfo = \
115177 n|no|NO) false;; \
116178 *) (install-info --version) >/dev/null 2>&1;; \
117179 esac
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)`
118197 ETAGS = etags
119198 CTAGS = ctags
199 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
120200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121201 ACLOCAL = @ACLOCAL@
122202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123204 AR = @AR@
124205 AS = @AS@
125206 AUTOCONF = @AUTOCONF@
532613 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcerror/Makefile'; \
533614 $(am__cd) $(top_srcdir) && \
534615 $(AUTOMAKE) --gnu libcerror/Makefile
535 .PRECIOUS: Makefile
536616 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
537617 @case '$?' in \
538618 *config.status*) \
561641 echo rm -f $${locs}; \
562642 rm -f $${locs}; \
563643 }
644
564645 libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) $(EXTRA_libcerror_la_DEPENDENCIES)
565 $(LINK) $(am_libcerror_la_rpath) $(libcerror_la_OBJECTS) $(libcerror_la_LIBADD) $(LIBS)
646 $(AM_V_CCLD)$(LINK) $(am_libcerror_la_rpath) $(libcerror_la_OBJECTS) $(libcerror_la_LIBADD) $(LIBS)
566647
567648 mostlyclean-compile:
568649 -rm -f *.$(OBJEXT)
575656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcerror_system.Plo@am__quote@
576657
577658 .c.o:
578 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
579 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
659 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
660 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
581662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
663 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
583664
584665 .c.obj:
585 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
586 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
666 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
667 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
670 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
590671
591672 .c.lo:
592 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
593 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
673 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
674 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
595676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
677 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
597678
598679 mostlyclean-libtool:
599680 -rm -f *.lo
601682 clean-libtool:
602683 -rm -rf .libs _libs
603684
604 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
605 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
606 unique=`for i in $$list; do \
607 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
608 done | \
609 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610 END { if (nonempty) { for (i in files) print i; }; }'`; \
611 mkid -fID $$unique
612 tags: TAGS
613
614 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
615 $(TAGS_FILES) $(LISP)
685 ID: $(am__tagged_files)
686 $(am__define_uniq_tagged_files); mkid -fID $$unique
687 tags: tags-am
688 TAGS: tags
689
690 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
616691 set x; \
617692 here=`pwd`; \
618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
619 unique=`for i in $$list; do \
620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621 done | \
622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623 END { if (nonempty) { for (i in files) print i; }; }'`; \
693 $(am__define_uniq_tagged_files); \
624694 shift; \
625695 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626696 test -n "$$unique" || unique=$$empty_fix; \
632702 $$unique; \
633703 fi; \
634704 fi
635 ctags: CTAGS
636 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
637 $(TAGS_FILES) $(LISP)
638 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
639 unique=`for i in $$list; do \
640 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
641 done | \
642 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
643 END { if (nonempty) { for (i in files) print i; }; }'`; \
705 ctags: ctags-am
706
707 CTAGS: ctags
708 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
709 $(am__define_uniq_tagged_files); \
644710 test -z "$(CTAGS_ARGS)$$unique" \
645711 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
646712 $$unique
649715 here=`$(am__cd) $(top_builddir) && pwd` \
650716 && $(am__cd) $(top_srcdir) \
651717 && gtags -i $(GTAGS_ARGS) "$$here"
652
653 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
654 list='$(SOURCES) $(HEADERS) $(LISP)'; \
718 cscopelist: cscopelist-am
719
720 cscopelist-am: $(am__tagged_files)
721 list='$(am__tagged_files)'; \
655722 case "$(srcdir)" in \
656723 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
657724 *) sdir=$(subdir)/$(srcdir) ;; \
802869
803870 .MAKE: install-am install-strip
804871
805 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
806 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
807 distclean distclean-compile distclean-generic \
872 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
873 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
874 ctags-am distclean distclean-compile distclean-generic \
808875 distclean-libtool distclean-tags distdir dvi dvi-am html \
809876 html-am info info-am install install-am install-data \
810877 install-data-am install-dvi install-dvi-am install-exec \
814881 installcheck-am installdirs maintainer-clean \
815882 maintainer-clean-generic mostlyclean mostlyclean-compile \
816883 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
817 tags uninstall uninstall-am
884 tags tags-am uninstall uninstall-am
885
886 .PRECIOUS: Makefile
818887
819888
820889 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCERROR_VERSION 20150101
37 #define LIBCERROR_VERSION 20150904
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCERROR_VERSION_STRING "20150101"
41 #define LIBCERROR_VERSION_STRING "20150904"
4242
4343 /* The error domains
4444 */
237237 LIBCERROR_MEMORY_ERROR_SET_FAILED = 3
238238 };
239239
240 /* The output error codes
241 */
242 enum LIBCERROR_OUTPUT_ERROR
243 {
244 LIBCERROR_OUTPUT_ERROR_GENERIC = 0,
245
246 /* There is insuficient space to write the output
247 */
248 LIBCERROR_OUTPUT_ERROR_INSUFFICIENT_SPACE = 1
249 };
250
240251 /* The runtime error codes
241252 * to signify errors regarding runtime processing
242253 */
305316 LIBCERROR_RUNTIME_ERROR_ABORT_REQUESTED = 15
306317 };
307318
308 /* The output error codes
309 */
310 enum LIBCERROR_OUTPUT_ERROR
311 {
312 LIBCERROR_OUTPUT_ERROR_GENERIC = 0,
313
314 /* There is insuficient space to write the output
315 */
316 LIBCERROR_OUTPUT_ERROR_INSUFFICIENT_SPACE = 1
317 };
318
319319 #endif /* !defined( HAVE_LOCAL_LIBCERROR ) */
320320
321321 #endif
409409 size_t size )
410410 {
411411 libcerror_internal_error_t *internal_error = NULL;
412 size_t string_index = 0;
412 size_t print_count = 0;
413413 int message_index = 0;
414
415 #if defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER )
416 size_t print_count = 0;
417 #endif
418414
419415 if( error == NULL )
420416 {
446442 #if defined( _MSC_VER )
447443 if( wcstombs_s(
448444 &print_count,
449 &( string[ string_index ] ),
450 size - string_index,
445 string,
446 size,
451447 internal_error->messages[ message_index ],
452448 _TRUNCATE ) != 0 )
453449 {
455451 }
456452 #else
457453 print_count = wcstombs(
458 &( string[ string_index ] ),
454 string,
459455 internal_error->messages[ message_index ],
460 size - string_index );
456 size );
461457
462458 if( print_count == (size_t) -1 )
463459 {
464460 return( -1 );
465461 }
466 #endif
467 string_index += print_count;
468
469 if( string_index >= size )
462 #endif /* defined( _MSC_VER ) */
463
464 if( print_count >= size )
470465 {
471466 return( -1 );
472467 }
473468 #else
474 if( ( string_index + internal_error->sizes[ message_index ] ) > size )
469 if( internal_error->sizes[ message_index ] > size )
475470 {
476471 return( -1 );
477472 }
478473 if( libcstring_narrow_string_copy(
479 &( string[ string_index ] ),
474 string,
480475 internal_error->messages[ message_index ],
481476 internal_error->sizes[ message_index ] ) == NULL )
482477 {
483 string[ string_index ] = (libcstring_system_character_t) 0;
478 string[ 0 ] = (libcstring_system_character_t) 0;
484479
485480 return( -1 );
486481 }
487 string_index += internal_error->sizes[ message_index ];
488
489 string[ string_index ] = (libcstring_system_character_t) 0;
482 print_count = internal_error->sizes[ message_index ];
483
484 string[ print_count ] = (libcstring_system_character_t) 0;
485
490486 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
491487 }
492 if( string_index > (size_t) INT_MAX )
493 {
494 return( -1 );
495 }
496 return( (int) string_index );
488 if( print_count > (size_t) INT_MAX )
489 {
490 return( -1 );
491 }
492 return( (int) print_count );
497493 }
498494
499495 /* Prints a backtrace of the error to the stream
644640 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
645641 }
646642 }
643 string_index += 1;
644
647645 if( string_index > (size_t) INT_MAX )
648646 {
649647 return( -1 );
5858 #define SUBLANG_DEFAULT 1
5959 #endif
6060
61 #if defined( WINAPI ) && ( WINVER <= 0x0500 ) && !defined( USE_CRT_FUNCTIONS )
61 #if defined( WINAPI ) && ( WINVER <= 0x0500 )
6262
6363 /* Cross Windows safe version of FormatMessageA
6464 * Returns TRUE if successful or FALSE on error
168168
169169 #endif
170170
171 #if defined( WINAPI ) && ( WINVER >= 0x0501 ) && !defined( USE_CRT_FUNCTIONS )
171 #if defined( WINAPI ) && ( WINVER >= 0x0501 )
172172
173173 /* Retrieves a descriptive string of the error number
174174 * This function uses the WINAPI functions for Windows XP or later
250250 return( (int) print_count );
251251 }
252252
253 #elif defined( WINAPI ) && defined( USE_CRT_FUNCTIONS ) && defined( _MSC_VER )
254
255 /* Retrieves a descriptive string of the error number
256 * This function uses the Visual Studio C runtime library functions
257 * Returns the string_length if successful or -1 on error
258 */
259 int libcerror_system_copy_string_from_error_number(
260 libcstring_system_character_t *string,
261 size_t string_size,
262 uint32_t error_number )
263 {
264 size_t string_length = 0;
265
266 if( string == NULL )
267 {
268 return( -1 );
269 }
270 if( string_size > (size_t) INT_MAX )
271 {
272 return( -1 );
273 }
274 #if defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER )
275 if( _wcserror_s(
276 string,
277 string_size,
278 (int) error_number ) != 0 )
279 #else
280 if( strerror_s(
281 string,
282 string_size,
283 (int) error_number ) != 0 )
284 #endif
285 {
286 return( -1 );
287 }
288 string[ string_size - 1 ] = 0;
289
290 string_length = libcstring_system_string_length(
291 string );
292
293 return( (int) string_length );
294 }
295
296253 #elif defined( HAVE_STRERROR_R )
297254
298255 /* Retrieves a descriptive string of the error number
3434 extern "C" {
3535 #endif
3636
37 #if defined( WINAPI ) && ( WINVER <= 0x0500 ) && !defined( USE_CRT_FUNCTIONS )
37 #if defined( WINAPI ) && ( WINVER <= 0x0500 )
3838 DWORD libcerror_FormatMessageA(
3939 DWORD flags,
4040 LPCVOID source,
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcfile
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
96133 @HAVE_LOCAL_LIBCFILE_TRUE@ libcfile_stream.lo \
97134 @HAVE_LOCAL_LIBCFILE_TRUE@ libcfile_support.lo
98135 libcfile_la_OBJECTS = $(am_libcfile_la_OBJECTS)
136 AM_V_lt = $(am__v_lt_@AM_V@)
137 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 am__v_lt_0 = --silent
139 am__v_lt_1 =
99140 @HAVE_LOCAL_LIBCFILE_TRUE@am_libcfile_la_rpath =
141 AM_V_P = $(am__v_P_@AM_V@)
142 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143 am__v_P_0 = false
144 am__v_P_1 = :
145 AM_V_GEN = $(am__v_GEN_@AM_V@)
146 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147 am__v_GEN_0 = @echo " GEN " $@;
148 am__v_GEN_1 =
149 AM_V_at = $(am__v_at_@AM_V@)
150 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 am__v_at_0 = @
152 am__v_at_1 =
100153 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
101154 depcomp = $(SHELL) $(top_srcdir)/depcomp
102155 am__depfiles_maybe = depfiles
103156 am__mv = mv -f
104157 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105158 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
108 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162 $(AM_CFLAGS) $(CFLAGS)
163 AM_V_CC = $(am__v_CC_@AM_V@)
164 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165 am__v_CC_0 = @echo " CC " $@;
166 am__v_CC_1 =
109167 CCLD = $(CC)
110 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
112 $(LDFLAGS) -o $@
168 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170 $(AM_LDFLAGS) $(LDFLAGS) -o $@
171 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173 am__v_CCLD_0 = @echo " CCLD " $@;
174 am__v_CCLD_1 =
113175 SOURCES = $(libcfile_la_SOURCES)
114176 DIST_SOURCES = $(am__libcfile_la_SOURCES_DIST)
115177 am__can_run_installinfo = \
117179 n|no|NO) false;; \
118180 *) (install-info --version) >/dev/null 2>&1;; \
119181 esac
182 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates. Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187 BEGIN { nonempty = 0; } \
188 { items[$$0] = 1; nonempty = 1; } \
189 END { if (nonempty) { for (i in items) print i; }; } \
190 '
191 # Make sure the list of sources is unique. This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195 list='$(am__tagged_files)'; \
196 unique=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | $(am__uniquify_input)`
120199 ETAGS = etags
121200 CTAGS = ctags
201 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
122202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123203 ACLOCAL = @ACLOCAL@
124204 AMTAR = @AMTAR@
205 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125206 AR = @AR@
126207 AS = @AS@
127208 AUTOCONF = @AUTOCONF@
544625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcfile/Makefile'; \
545626 $(am__cd) $(top_srcdir) && \
546627 $(AUTOMAKE) --gnu libcfile/Makefile
547 .PRECIOUS: Makefile
548628 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
549629 @case '$?' in \
550630 *config.status*) \
573653 echo rm -f $${locs}; \
574654 rm -f $${locs}; \
575655 }
656
576657 libcfile.la: $(libcfile_la_OBJECTS) $(libcfile_la_DEPENDENCIES) $(EXTRA_libcfile_la_DEPENDENCIES)
577 $(LINK) $(am_libcfile_la_rpath) $(libcfile_la_OBJECTS) $(libcfile_la_LIBADD) $(LIBS)
658 $(AM_V_CCLD)$(LINK) $(am_libcfile_la_rpath) $(libcfile_la_OBJECTS) $(libcfile_la_LIBADD) $(LIBS)
578659
579660 mostlyclean-compile:
580661 -rm -f *.$(OBJEXT)
589670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcfile_support.Plo@am__quote@
590671
591672 .c.o:
592 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
593 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
673 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
674 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
677 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
597678
598679 .c.obj:
599 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
600 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
680 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
681 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
602683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
684 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
604685
605686 .c.lo:
606 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
607 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
687 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
688 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
609690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
691 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
611692
612693 mostlyclean-libtool:
613694 -rm -f *.lo
615696 clean-libtool:
616697 -rm -rf .libs _libs
617698
618 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
619 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622 done | \
623 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624 END { if (nonempty) { for (i in files) print i; }; }'`; \
625 mkid -fID $$unique
626 tags: TAGS
627
628 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
629 $(TAGS_FILES) $(LISP)
699 ID: $(am__tagged_files)
700 $(am__define_uniq_tagged_files); mkid -fID $$unique
701 tags: tags-am
702 TAGS: tags
703
704 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
630705 set x; \
631706 here=`pwd`; \
632 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
633 unique=`for i in $$list; do \
634 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
635 done | \
636 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
637 END { if (nonempty) { for (i in files) print i; }; }'`; \
707 $(am__define_uniq_tagged_files); \
638708 shift; \
639709 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
640710 test -n "$$unique" || unique=$$empty_fix; \
646716 $$unique; \
647717 fi; \
648718 fi
649 ctags: CTAGS
650 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
651 $(TAGS_FILES) $(LISP)
652 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
653 unique=`for i in $$list; do \
654 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655 done | \
656 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657 END { if (nonempty) { for (i in files) print i; }; }'`; \
719 ctags: ctags-am
720
721 CTAGS: ctags
722 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
723 $(am__define_uniq_tagged_files); \
658724 test -z "$(CTAGS_ARGS)$$unique" \
659725 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660726 $$unique
663729 here=`$(am__cd) $(top_builddir) && pwd` \
664730 && $(am__cd) $(top_srcdir) \
665731 && gtags -i $(GTAGS_ARGS) "$$here"
666
667 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
668 list='$(SOURCES) $(HEADERS) $(LISP)'; \
732 cscopelist: cscopelist-am
733
734 cscopelist-am: $(am__tagged_files)
735 list='$(am__tagged_files)'; \
669736 case "$(srcdir)" in \
670737 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
671738 *) sdir=$(subdir)/$(srcdir) ;; \
816883
817884 .MAKE: install-am install-strip
818885
819 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
820 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
821 distclean distclean-compile distclean-generic \
886 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
887 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
888 ctags-am distclean distclean-compile distclean-generic \
822889 distclean-libtool distclean-tags distdir dvi dvi-am html \
823890 html-am info info-am install install-am install-data \
824891 install-data-am install-dvi install-dvi-am install-exec \
828895 installcheck-am installdirs maintainer-clean \
829896 maintainer-clean-generic mostlyclean mostlyclean-compile \
830897 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
831 tags uninstall uninstall-am
898 tags tags-am uninstall uninstall-am
899
900 .PRECIOUS: Makefile
832901
833902
834903 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCFILE_VERSION 20150101
37 #define LIBCFILE_VERSION 20150729
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCFILE_VERSION_STRING "20150101"
41 #define LIBCFILE_VERSION_STRING "20150729"
4242
4343 /* The file access flags
4444 * bit 1 set to 1 for read access
310310
311311 if( function != NULL )
312312 {
313 result = function(
314 filename,
315 desired_access,
316 share_mode,
317 security_attributes,
318 creation_disposition,
319 flags_and_attributes,
320 template_file );
313 result = (HANDLE) function(
314 filename,
315 desired_access,
316 share_mode,
317 security_attributes,
318 creation_disposition,
319 flags_and_attributes,
320 template_file );
321321 }
322322 /* This call should be after using the function
323323 * in most cases kernel32.dll will still be available after free
762762
763763 if( function != NULL )
764764 {
765 result = function(
766 filename,
767 desired_access,
768 share_mode,
769 security_attributes,
770 creation_disposition,
771 flags_and_attributes,
772 template_file );
765 result = (HANDLE) function(
766 filename,
767 desired_access,
768 share_mode,
769 security_attributes,
770 creation_disposition,
771 flags_and_attributes,
772 template_file );
773773 }
774774 /* This call should be after using the function
775775 * in most cases kernel32.dll will still be available after free
15051505 {
15061506 return( FALSE );
15071507 }
1508 if( buffer == NULL )
1508 if( overlapped == NULL )
15091509 {
15101510 return( FALSE );
15111511 }
17141714 #else
17151715 result = ReadFile(
17161716 internal_file->handle,
1717 buffer,
1717 (VOID *) buffer,
17181718 (DWORD) size,
17191719 &read_count,
17201720 overlapped );
24892489 {
24902490 return( FALSE );
24912491 }
2492 if( read_count == NULL )
2492 if( write_count == NULL )
24932493 {
24942494 return( FALSE );
24952495 }
25092509 result = function(
25102510 file_handle,
25112511 buffer,
2512 read_size,
2513 read_count,
2512 write_size,
2513 write_count,
25142514 overlapped );
25152515 }
25162516 /* This call should be after using the function
26092609 #if ( WINVER <= 0x0500 )
26102610 result = libcfile_WriteFile(
26112611 internal_file->handle,
2612 buffer,
2612 (VOID *) buffer,
26132613 (DWORD) size,
26142614 (DWORD *) &write_count,
26152615 NULL );
26162616 #else
26172617 result = WriteFile(
26182618 internal_file->handle,
2619 buffer,
2619 (VOID *) buffer,
26202620 (DWORD) size,
26212621 (DWORD *) &write_count,
26222622 NULL );
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libclocale
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
95132 @HAVE_LOCAL_LIBCLOCALE_TRUE@ libclocale_locale.lo \
96133 @HAVE_LOCAL_LIBCLOCALE_TRUE@ libclocale_support.lo
97134 libclocale_la_OBJECTS = $(am_libclocale_la_OBJECTS)
135 AM_V_lt = $(am__v_lt_@AM_V@)
136 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137 am__v_lt_0 = --silent
138 am__v_lt_1 =
98139 @HAVE_LOCAL_LIBCLOCALE_TRUE@am_libclocale_la_rpath =
140 AM_V_P = $(am__v_P_@AM_V@)
141 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142 am__v_P_0 = false
143 am__v_P_1 = :
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146 am__v_GEN_0 = @echo " GEN " $@;
147 am__v_GEN_1 =
148 AM_V_at = $(am__v_at_@AM_V@)
149 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150 am__v_at_0 = @
151 am__v_at_1 =
99152 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
100153 depcomp = $(SHELL) $(top_srcdir)/depcomp
101154 am__depfiles_maybe = depfiles
102155 am__mv = mv -f
103156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161 $(AM_CFLAGS) $(CFLAGS)
162 AM_V_CC = $(am__v_CC_@AM_V@)
163 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164 am__v_CC_0 = @echo " CC " $@;
165 am__v_CC_1 =
108166 CCLD = $(CC)
109 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111 $(LDFLAGS) -o $@
167 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 $(AM_LDFLAGS) $(LDFLAGS) -o $@
170 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172 am__v_CCLD_0 = @echo " CCLD " $@;
173 am__v_CCLD_1 =
112174 SOURCES = $(libclocale_la_SOURCES)
113175 DIST_SOURCES = $(am__libclocale_la_SOURCES_DIST)
114176 am__can_run_installinfo = \
116178 n|no|NO) false;; \
117179 *) (install-info --version) >/dev/null 2>&1;; \
118180 esac
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 # Read a list of newline-separated strings from the standard input,
183 # and print each of them once, without duplicates. Input order is
184 # *not* preserved.
185 am__uniquify_input = $(AWK) '\
186 BEGIN { nonempty = 0; } \
187 { items[$$0] = 1; nonempty = 1; } \
188 END { if (nonempty) { for (i in items) print i; }; } \
189 '
190 # Make sure the list of sources is unique. This is necessary because,
191 # e.g., the same source file might be shared among _SOURCES variables
192 # for different programs/libraries.
193 am__define_uniq_tagged_files = \
194 list='$(am__tagged_files)'; \
195 unique=`for i in $$list; do \
196 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197 done | $(am__uniquify_input)`
119198 ETAGS = etags
120199 CTAGS = ctags
200 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
121201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122202 ACLOCAL = @ACLOCAL@
123203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
124205 AR = @AR@
125206 AS = @AS@
126207 AUTOCONF = @AUTOCONF@
535616 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libclocale/Makefile'; \
536617 $(am__cd) $(top_srcdir) && \
537618 $(AUTOMAKE) --gnu libclocale/Makefile
538 .PRECIOUS: Makefile
539619 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
540620 @case '$?' in \
541621 *config.status*) \
564644 echo rm -f $${locs}; \
565645 rm -f $${locs}; \
566646 }
647
567648 libclocale.la: $(libclocale_la_OBJECTS) $(libclocale_la_DEPENDENCIES) $(EXTRA_libclocale_la_DEPENDENCIES)
568 $(LINK) $(am_libclocale_la_rpath) $(libclocale_la_OBJECTS) $(libclocale_la_LIBADD) $(LIBS)
649 $(AM_V_CCLD)$(LINK) $(am_libclocale_la_rpath) $(libclocale_la_OBJECTS) $(libclocale_la_LIBADD) $(LIBS)
569650
570651 mostlyclean-compile:
571652 -rm -f *.$(OBJEXT)
578659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclocale_support.Plo@am__quote@
579660
580661 .c.o:
581 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
582 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
662 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
663 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
584665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
666 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
586667
587668 .c.obj:
588 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
589 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
669 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
670 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
591672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
592 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
673 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
593674
594675 .c.lo:
595 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
596 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
676 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
677 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
598679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
680 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
600681
601682 mostlyclean-libtool:
602683 -rm -f *.lo
604685 clean-libtool:
605686 -rm -rf .libs _libs
606687
607 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
608 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
609 unique=`for i in $$list; do \
610 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611 done | \
612 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613 END { if (nonempty) { for (i in files) print i; }; }'`; \
614 mkid -fID $$unique
615 tags: TAGS
616
617 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
618 $(TAGS_FILES) $(LISP)
688 ID: $(am__tagged_files)
689 $(am__define_uniq_tagged_files); mkid -fID $$unique
690 tags: tags-am
691 TAGS: tags
692
693 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619694 set x; \
620695 here=`pwd`; \
621 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
622 unique=`for i in $$list; do \
623 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624 done | \
625 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626 END { if (nonempty) { for (i in files) print i; }; }'`; \
696 $(am__define_uniq_tagged_files); \
627697 shift; \
628698 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
629699 test -n "$$unique" || unique=$$empty_fix; \
635705 $$unique; \
636706 fi; \
637707 fi
638 ctags: CTAGS
639 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
640 $(TAGS_FILES) $(LISP)
641 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
642 unique=`for i in $$list; do \
643 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
644 done | \
645 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
646 END { if (nonempty) { for (i in files) print i; }; }'`; \
708 ctags: ctags-am
709
710 CTAGS: ctags
711 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
712 $(am__define_uniq_tagged_files); \
647713 test -z "$(CTAGS_ARGS)$$unique" \
648714 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
649715 $$unique
652718 here=`$(am__cd) $(top_builddir) && pwd` \
653719 && $(am__cd) $(top_srcdir) \
654720 && gtags -i $(GTAGS_ARGS) "$$here"
655
656 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
657 list='$(SOURCES) $(HEADERS) $(LISP)'; \
721 cscopelist: cscopelist-am
722
723 cscopelist-am: $(am__tagged_files)
724 list='$(am__tagged_files)'; \
658725 case "$(srcdir)" in \
659726 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660727 *) sdir=$(subdir)/$(srcdir) ;; \
805872
806873 .MAKE: install-am install-strip
807874
808 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
809 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
810 distclean distclean-compile distclean-generic \
875 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
876 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
877 ctags-am distclean distclean-compile distclean-generic \
811878 distclean-libtool distclean-tags distdir dvi dvi-am html \
812879 html-am info info-am install install-am install-data \
813880 install-data-am install-dvi install-dvi-am install-exec \
817884 installcheck-am installdirs maintainer-clean \
818885 maintainer-clean-generic mostlyclean mostlyclean-compile \
819886 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
820 tags uninstall uninstall-am
887 tags tags-am uninstall uninstall-am
888
889 .PRECIOUS: Makefile
821890
822891
823892 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcnotify
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
94131 @HAVE_LOCAL_LIBCNOTIFY_TRUE@ libcnotify_stream.lo \
95132 @HAVE_LOCAL_LIBCNOTIFY_TRUE@ libcnotify_verbose.lo
96133 libcnotify_la_OBJECTS = $(am_libcnotify_la_OBJECTS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
137 am__v_lt_1 =
97138 @HAVE_LOCAL_LIBCNOTIFY_TRUE@am_libcnotify_la_rpath =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo " GEN " $@;
146 am__v_GEN_1 =
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 =
98151 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
99152 depcomp = $(SHELL) $(top_srcdir)/depcomp
100153 am__depfiles_maybe = depfiles
101154 am__mv = mv -f
102155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160 $(AM_CFLAGS) $(CFLAGS)
161 AM_V_CC = $(am__v_CC_@AM_V@)
162 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163 am__v_CC_0 = @echo " CC " $@;
164 am__v_CC_1 =
107165 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110 $(LDFLAGS) -o $@
166 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168 $(AM_LDFLAGS) $(LDFLAGS) -o $@
169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171 am__v_CCLD_0 = @echo " CCLD " $@;
172 am__v_CCLD_1 =
111173 SOURCES = $(libcnotify_la_SOURCES)
112174 DIST_SOURCES = $(am__libcnotify_la_SOURCES_DIST)
113175 am__can_run_installinfo = \
115177 n|no|NO) false;; \
116178 *) (install-info --version) >/dev/null 2>&1;; \
117179 esac
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)`
118197 ETAGS = etags
119198 CTAGS = ctags
199 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
120200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121201 ACLOCAL = @ACLOCAL@
122202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123204 AR = @AR@
124205 AS = @AS@
125206 AUTOCONF = @AUTOCONF@
533614 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcnotify/Makefile'; \
534615 $(am__cd) $(top_srcdir) && \
535616 $(AUTOMAKE) --gnu libcnotify/Makefile
536 .PRECIOUS: Makefile
537617 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
538618 @case '$?' in \
539619 *config.status*) \
562642 echo rm -f $${locs}; \
563643 rm -f $${locs}; \
564644 }
645
565646 libcnotify.la: $(libcnotify_la_OBJECTS) $(libcnotify_la_DEPENDENCIES) $(EXTRA_libcnotify_la_DEPENDENCIES)
566 $(LINK) $(am_libcnotify_la_rpath) $(libcnotify_la_OBJECTS) $(libcnotify_la_LIBADD) $(LIBS)
647 $(AM_V_CCLD)$(LINK) $(am_libcnotify_la_rpath) $(libcnotify_la_OBJECTS) $(libcnotify_la_LIBADD) $(LIBS)
567648
568649 mostlyclean-compile:
569650 -rm -f *.$(OBJEXT)
576657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcnotify_verbose.Plo@am__quote@
577658
578659 .c.o:
579 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
580 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
661 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
584665
585666 .c.obj:
586 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
587 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
668 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
671 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
591672
592673 .c.lo:
593 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
596677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
598679
599680 mostlyclean-libtool:
600681 -rm -f *.lo
602683 clean-libtool:
603684 -rm -rf .libs _libs
604685
605 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
606 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
607 unique=`for i in $$list; do \
608 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609 done | \
610 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611 END { if (nonempty) { for (i in files) print i; }; }'`; \
612 mkid -fID $$unique
613 tags: TAGS
614
615 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
616 $(TAGS_FILES) $(LISP)
686 ID: $(am__tagged_files)
687 $(am__define_uniq_tagged_files); mkid -fID $$unique
688 tags: tags-am
689 TAGS: tags
690
691 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617692 set x; \
618693 here=`pwd`; \
619 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622 done | \
623 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624 END { if (nonempty) { for (i in files) print i; }; }'`; \
694 $(am__define_uniq_tagged_files); \
625695 shift; \
626696 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627697 test -n "$$unique" || unique=$$empty_fix; \
633703 $$unique; \
634704 fi; \
635705 fi
636 ctags: CTAGS
637 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
638 $(TAGS_FILES) $(LISP)
639 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
640 unique=`for i in $$list; do \
641 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642 done | \
643 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644 END { if (nonempty) { for (i in files) print i; }; }'`; \
706 ctags: ctags-am
707
708 CTAGS: ctags
709 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
710 $(am__define_uniq_tagged_files); \
645711 test -z "$(CTAGS_ARGS)$$unique" \
646712 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647713 $$unique
650716 here=`$(am__cd) $(top_builddir) && pwd` \
651717 && $(am__cd) $(top_srcdir) \
652718 && gtags -i $(GTAGS_ARGS) "$$here"
653
654 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
655 list='$(SOURCES) $(HEADERS) $(LISP)'; \
719 cscopelist: cscopelist-am
720
721 cscopelist-am: $(am__tagged_files)
722 list='$(am__tagged_files)'; \
656723 case "$(srcdir)" in \
657724 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
658725 *) sdir=$(subdir)/$(srcdir) ;; \
803870
804871 .MAKE: install-am install-strip
805872
806 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
807 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
808 distclean distclean-compile distclean-generic \
873 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
874 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
875 ctags-am distclean distclean-compile distclean-generic \
809876 distclean-libtool distclean-tags distdir dvi dvi-am html \
810877 html-am info info-am install install-am install-data \
811878 install-data-am install-dvi install-dvi-am install-exec \
815882 installcheck-am installdirs maintainer-clean \
816883 maintainer-clean-generic mostlyclean mostlyclean-compile \
817884 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818 tags uninstall uninstall-am
885 tags tags-am uninstall uninstall-am
886
887 .PRECIOUS: Makefile
819888
820889
821890 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCNOTIFY_VERSION 20150101
37 #define LIBCNOTIFY_VERSION 20150613
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCNOTIFY_VERSION_STRING "20150101"
41 #define LIBCNOTIFY_VERSION_STRING "20150613"
4242
4343 /* The print data flags
4444 */
133133 while( data_iterator < data_size )
134134 {
135135 if( ( ( print_data_flags & LIBCNOTIFY_PRINT_DATA_FLAG_GROUP_DATA ) != 0 )
136 && ( data_size >= 32 )
136137 && ( data_iterator >= 16 )
137 && ( ( data_iterator + 32 ) <= data_size ) )
138 && ( data_iterator <= ( data_size - 32 ) ) )
138139 {
139140 if( ( memory_compare(
140141 &( data[ data_iterator - 16 ] ),
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcpath
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
93130 @HAVE_LOCAL_LIBCPATH_TRUE@am_libcpath_la_OBJECTS = libcpath_error.lo \
94131 @HAVE_LOCAL_LIBCPATH_TRUE@ libcpath_path.lo libcpath_support.lo
95132 libcpath_la_OBJECTS = $(am_libcpath_la_OBJECTS)
133 AM_V_lt = $(am__v_lt_@AM_V@)
134 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
135 am__v_lt_0 = --silent
136 am__v_lt_1 =
96137 @HAVE_LOCAL_LIBCPATH_TRUE@am_libcpath_la_rpath =
138 AM_V_P = $(am__v_P_@AM_V@)
139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140 am__v_P_0 = false
141 am__v_P_1 = :
142 AM_V_GEN = $(am__v_GEN_@AM_V@)
143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144 am__v_GEN_0 = @echo " GEN " $@;
145 am__v_GEN_1 =
146 AM_V_at = $(am__v_at_@AM_V@)
147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 am__v_at_0 = @
149 am__v_at_1 =
97150 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
98151 depcomp = $(SHELL) $(top_srcdir)/depcomp
99152 am__depfiles_maybe = depfiles
100153 am__mv = mv -f
101154 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
158 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
159 $(AM_CFLAGS) $(CFLAGS)
160 AM_V_CC = $(am__v_CC_@AM_V@)
161 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
162 am__v_CC_0 = @echo " CC " $@;
163 am__v_CC_1 =
106164 CCLD = $(CC)
107 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109 $(LDFLAGS) -o $@
165 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167 $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170 am__v_CCLD_0 = @echo " CCLD " $@;
171 am__v_CCLD_1 =
110172 SOURCES = $(libcpath_la_SOURCES)
111173 DIST_SOURCES = $(am__libcpath_la_SOURCES_DIST)
112174 am__can_run_installinfo = \
114176 n|no|NO) false;; \
115177 *) (install-info --version) >/dev/null 2>&1;; \
116178 esac
179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180 # Read a list of newline-separated strings from the standard input,
181 # and print each of them once, without duplicates. Input order is
182 # *not* preserved.
183 am__uniquify_input = $(AWK) '\
184 BEGIN { nonempty = 0; } \
185 { items[$$0] = 1; nonempty = 1; } \
186 END { if (nonempty) { for (i in items) print i; }; } \
187 '
188 # Make sure the list of sources is unique. This is necessary because,
189 # e.g., the same source file might be shared among _SOURCES variables
190 # for different programs/libraries.
191 am__define_uniq_tagged_files = \
192 list='$(am__tagged_files)'; \
193 unique=`for i in $$list; do \
194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195 done | $(am__uniquify_input)`
117196 ETAGS = etags
118197 CTAGS = ctags
198 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
119199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120200 ACLOCAL = @ACLOCAL@
121201 AMTAR = @AMTAR@
202 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122203 AR = @AR@
123204 AS = @AS@
124205 AUTOCONF = @AUTOCONF@
538619 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcpath/Makefile'; \
539620 $(am__cd) $(top_srcdir) && \
540621 $(AUTOMAKE) --gnu libcpath/Makefile
541 .PRECIOUS: Makefile
542622 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
543623 @case '$?' in \
544624 *config.status*) \
567647 echo rm -f $${locs}; \
568648 rm -f $${locs}; \
569649 }
650
570651 libcpath.la: $(libcpath_la_OBJECTS) $(libcpath_la_DEPENDENCIES) $(EXTRA_libcpath_la_DEPENDENCIES)
571 $(LINK) $(am_libcpath_la_rpath) $(libcpath_la_OBJECTS) $(libcpath_la_LIBADD) $(LIBS)
652 $(AM_V_CCLD)$(LINK) $(am_libcpath_la_rpath) $(libcpath_la_OBJECTS) $(libcpath_la_LIBADD) $(LIBS)
572653
573654 mostlyclean-compile:
574655 -rm -f *.$(OBJEXT)
581662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcpath_support.Plo@am__quote@
582663
583664 .c.o:
584 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
585 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
665 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
666 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
587668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
669 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
589670
590671 .c.obj:
591 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
592 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
672 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
673 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
676 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
596677
597678 .c.lo:
598 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
599 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
679 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
680 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
601682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
683 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
603684
604685 mostlyclean-libtool:
605686 -rm -f *.lo
607688 clean-libtool:
608689 -rm -rf .libs _libs
609690
610 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
611 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
612 unique=`for i in $$list; do \
613 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614 done | \
615 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
616 END { if (nonempty) { for (i in files) print i; }; }'`; \
617 mkid -fID $$unique
618 tags: TAGS
619
620 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
621 $(TAGS_FILES) $(LISP)
691 ID: $(am__tagged_files)
692 $(am__define_uniq_tagged_files); mkid -fID $$unique
693 tags: tags-am
694 TAGS: tags
695
696 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622697 set x; \
623698 here=`pwd`; \
624 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
625 unique=`for i in $$list; do \
626 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627 done | \
628 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629 END { if (nonempty) { for (i in files) print i; }; }'`; \
699 $(am__define_uniq_tagged_files); \
630700 shift; \
631701 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632702 test -n "$$unique" || unique=$$empty_fix; \
638708 $$unique; \
639709 fi; \
640710 fi
641 ctags: CTAGS
642 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
643 $(TAGS_FILES) $(LISP)
644 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
645 unique=`for i in $$list; do \
646 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647 done | \
648 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649 END { if (nonempty) { for (i in files) print i; }; }'`; \
711 ctags: ctags-am
712
713 CTAGS: ctags
714 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
715 $(am__define_uniq_tagged_files); \
650716 test -z "$(CTAGS_ARGS)$$unique" \
651717 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652718 $$unique
655721 here=`$(am__cd) $(top_builddir) && pwd` \
656722 && $(am__cd) $(top_srcdir) \
657723 && gtags -i $(GTAGS_ARGS) "$$here"
658
659 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
660 list='$(SOURCES) $(HEADERS) $(LISP)'; \
724 cscopelist: cscopelist-am
725
726 cscopelist-am: $(am__tagged_files)
727 list='$(am__tagged_files)'; \
661728 case "$(srcdir)" in \
662729 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
663730 *) sdir=$(subdir)/$(srcdir) ;; \
808875
809876 .MAKE: install-am install-strip
810877
811 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
812 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
813 distclean distclean-compile distclean-generic \
878 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
879 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
880 ctags-am distclean distclean-compile distclean-generic \
814881 distclean-libtool distclean-tags distdir dvi dvi-am html \
815882 html-am info info-am install install-am install-data \
816883 install-data-am install-dvi install-dvi-am install-exec \
820887 installcheck-am installdirs maintainer-clean \
821888 maintainer-clean-generic mostlyclean mostlyclean-compile \
822889 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
823 tags uninstall uninstall-am
890 tags tags-am uninstall uninstall-am
891
892 .PRECIOUS: Makefile
824893
825894
826895 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCPATH_VERSION 20150101
37 #define LIBCPATH_VERSION 20150730
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCPATH_VERSION_STRING "20150101"
41 #define LIBCPATH_VERSION_STRING "20150730"
4242
4343 #if defined( WINAPI )
4444 #define LIBCPATH_SEPARATOR '\\'
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcsplit
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
101138 @HAVE_LOCAL_LIBCSPLIT_TRUE@ libcsplit_wide_split_string.lo \
102139 @HAVE_LOCAL_LIBCSPLIT_TRUE@ libcsplit_wide_string.lo
103140 libcsplit_la_OBJECTS = $(am_libcsplit_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 =
104145 @HAVE_LOCAL_LIBCSPLIT_TRUE@am_libcsplit_la_rpath =
146 AM_V_P = $(am__v_P_@AM_V@)
147 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148 am__v_P_0 = false
149 am__v_P_1 = :
150 AM_V_GEN = $(am__v_GEN_@AM_V@)
151 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152 am__v_GEN_0 = @echo " GEN " $@;
153 am__v_GEN_1 =
154 AM_V_at = $(am__v_at_@AM_V@)
155 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156 am__v_at_0 = @
157 am__v_at_1 =
105158 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
106159 depcomp = $(SHELL) $(top_srcdir)/depcomp
107160 am__depfiles_maybe = depfiles
108161 am__mv = mv -f
109162 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167 $(AM_CFLAGS) $(CFLAGS)
168 AM_V_CC = $(am__v_CC_@AM_V@)
169 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170 am__v_CC_0 = @echo " CC " $@;
171 am__v_CC_1 =
114172 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117 $(LDFLAGS) -o $@
173 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 $(AM_LDFLAGS) $(LDFLAGS) -o $@
176 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178 am__v_CCLD_0 = @echo " CCLD " $@;
179 am__v_CCLD_1 =
118180 SOURCES = $(libcsplit_la_SOURCES)
119181 DIST_SOURCES = $(am__libcsplit_la_SOURCES_DIST)
120182 am__can_run_installinfo = \
122184 n|no|NO) false;; \
123185 *) (install-info --version) >/dev/null 2>&1;; \
124186 esac
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188 # Read a list of newline-separated strings from the standard input,
189 # and print each of them once, without duplicates. Input order is
190 # *not* preserved.
191 am__uniquify_input = $(AWK) '\
192 BEGIN { nonempty = 0; } \
193 { items[$$0] = 1; nonempty = 1; } \
194 END { if (nonempty) { for (i in items) print i; }; } \
195 '
196 # Make sure the list of sources is unique. This is necessary because,
197 # e.g., the same source file might be shared among _SOURCES variables
198 # for different programs/libraries.
199 am__define_uniq_tagged_files = \
200 list='$(am__tagged_files)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | $(am__uniquify_input)`
125204 ETAGS = etags
126205 CTAGS = ctags
206 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
127207 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128208 ACLOCAL = @ACLOCAL@
129209 AMTAR = @AMTAR@
210 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130211 AR = @AR@
131212 AS = @AS@
132213 AUTOCONF = @AUTOCONF@
544625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcsplit/Makefile'; \
545626 $(am__cd) $(top_srcdir) && \
546627 $(AUTOMAKE) --gnu libcsplit/Makefile
547 .PRECIOUS: Makefile
548628 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
549629 @case '$?' in \
550630 *config.status*) \
573653 echo rm -f $${locs}; \
574654 rm -f $${locs}; \
575655 }
656
576657 libcsplit.la: $(libcsplit_la_OBJECTS) $(libcsplit_la_DEPENDENCIES) $(EXTRA_libcsplit_la_DEPENDENCIES)
577 $(LINK) $(am_libcsplit_la_rpath) $(libcsplit_la_OBJECTS) $(libcsplit_la_LIBADD) $(LIBS)
658 $(AM_V_CCLD)$(LINK) $(am_libcsplit_la_rpath) $(libcsplit_la_OBJECTS) $(libcsplit_la_LIBADD) $(LIBS)
578659
579660 mostlyclean-compile:
580661 -rm -f *.$(OBJEXT)
590671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcsplit_wide_string.Plo@am__quote@
591672
592673 .c.o:
593 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
598679
599680 .c.obj:
600 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
601 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
681 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
682 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
603684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
685 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
605686
606687 .c.lo:
607 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
608 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
688 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
689 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
610691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
692 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
612693
613694 mostlyclean-libtool:
614695 -rm -f *.lo
616697 clean-libtool:
617698 -rm -rf .libs _libs
618699
619 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
620 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
621 unique=`for i in $$list; do \
622 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
623 done | \
624 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
625 END { if (nonempty) { for (i in files) print i; }; }'`; \
626 mkid -fID $$unique
627 tags: TAGS
628
629 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
630 $(TAGS_FILES) $(LISP)
700 ID: $(am__tagged_files)
701 $(am__define_uniq_tagged_files); mkid -fID $$unique
702 tags: tags-am
703 TAGS: tags
704
705 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631706 set x; \
632707 here=`pwd`; \
633 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
634 unique=`for i in $$list; do \
635 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
636 done | \
637 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638 END { if (nonempty) { for (i in files) print i; }; }'`; \
708 $(am__define_uniq_tagged_files); \
639709 shift; \
640710 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
641711 test -n "$$unique" || unique=$$empty_fix; \
647717 $$unique; \
648718 fi; \
649719 fi
650 ctags: CTAGS
651 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
652 $(TAGS_FILES) $(LISP)
653 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
654 unique=`for i in $$list; do \
655 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
656 done | \
657 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
658 END { if (nonempty) { for (i in files) print i; }; }'`; \
720 ctags: ctags-am
721
722 CTAGS: ctags
723 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 $(am__define_uniq_tagged_files); \
659725 test -z "$(CTAGS_ARGS)$$unique" \
660726 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
661727 $$unique
664730 here=`$(am__cd) $(top_builddir) && pwd` \
665731 && $(am__cd) $(top_srcdir) \
666732 && gtags -i $(GTAGS_ARGS) "$$here"
667
668 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
669 list='$(SOURCES) $(HEADERS) $(LISP)'; \
733 cscopelist: cscopelist-am
734
735 cscopelist-am: $(am__tagged_files)
736 list='$(am__tagged_files)'; \
670737 case "$(srcdir)" in \
671738 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
672739 *) sdir=$(subdir)/$(srcdir) ;; \
817884
818885 .MAKE: install-am install-strip
819886
820 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
821 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
822 distclean distclean-compile distclean-generic \
887 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
888 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
889 ctags-am distclean distclean-compile distclean-generic \
823890 distclean-libtool distclean-tags distdir dvi dvi-am html \
824891 html-am info info-am install install-am install-data \
825892 install-data-am install-dvi install-dvi-am install-exec \
829896 installcheck-am installdirs maintainer-clean \
830897 maintainer-clean-generic mostlyclean mostlyclean-compile \
831898 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
832 tags uninstall uninstall-am
899 tags tags-am uninstall uninstall-am
900
901 .PRECIOUS: Makefile
833902
834903
835904 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcstring
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
94131 @HAVE_LOCAL_LIBCSTRING_TRUE@ libcstring_support.lo \
95132 @HAVE_LOCAL_LIBCSTRING_TRUE@ libcstring_wide_string.lo
96133 libcstring_la_OBJECTS = $(am_libcstring_la_OBJECTS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
137 am__v_lt_1 =
97138 @HAVE_LOCAL_LIBCSTRING_TRUE@am_libcstring_la_rpath =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo " GEN " $@;
146 am__v_GEN_1 =
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 =
98151 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
99152 depcomp = $(SHELL) $(top_srcdir)/depcomp
100153 am__depfiles_maybe = depfiles
101154 am__mv = mv -f
102155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160 $(AM_CFLAGS) $(CFLAGS)
161 AM_V_CC = $(am__v_CC_@AM_V@)
162 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163 am__v_CC_0 = @echo " CC " $@;
164 am__v_CC_1 =
107165 CCLD = $(CC)
108 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
110 $(LDFLAGS) -o $@
166 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168 $(AM_LDFLAGS) $(LDFLAGS) -o $@
169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171 am__v_CCLD_0 = @echo " CCLD " $@;
172 am__v_CCLD_1 =
111173 SOURCES = $(libcstring_la_SOURCES)
112174 DIST_SOURCES = $(am__libcstring_la_SOURCES_DIST)
113175 am__can_run_installinfo = \
115177 n|no|NO) false;; \
116178 *) (install-info --version) >/dev/null 2>&1;; \
117179 esac
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)`
118197 ETAGS = etags
119198 CTAGS = ctags
199 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
120200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121201 ACLOCAL = @ACLOCAL@
122202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123204 AR = @AR@
124205 AS = @AS@
125206 AUTOCONF = @AUTOCONF@
531612 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcstring/Makefile'; \
532613 $(am__cd) $(top_srcdir) && \
533614 $(AUTOMAKE) --gnu libcstring/Makefile
534 .PRECIOUS: Makefile
535615 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
536616 @case '$?' in \
537617 *config.status*) \
560640 echo rm -f $${locs}; \
561641 rm -f $${locs}; \
562642 }
643
563644 libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) $(EXTRA_libcstring_la_DEPENDENCIES)
564 $(LINK) $(am_libcstring_la_rpath) $(libcstring_la_OBJECTS) $(libcstring_la_LIBADD) $(LIBS)
645 $(AM_V_CCLD)$(LINK) $(am_libcstring_la_rpath) $(libcstring_la_OBJECTS) $(libcstring_la_LIBADD) $(LIBS)
565646
566647 mostlyclean-compile:
567648 -rm -f *.$(OBJEXT)
573654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcstring_wide_string.Plo@am__quote@
574655
575656 .c.o:
576 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
577 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
657 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
658 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579660 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
661 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
581662
582663 .c.obj:
583 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
584 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
665 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
586667 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
668 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
588669
589670 .c.lo:
590 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
591 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
671 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
672 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
593674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
675 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
595676
596677 mostlyclean-libtool:
597678 -rm -f *.lo
599680 clean-libtool:
600681 -rm -rf .libs _libs
601682
602 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
603 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
604 unique=`for i in $$list; do \
605 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
606 done | \
607 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
608 END { if (nonempty) { for (i in files) print i; }; }'`; \
609 mkid -fID $$unique
610 tags: TAGS
611
612 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
613 $(TAGS_FILES) $(LISP)
683 ID: $(am__tagged_files)
684 $(am__define_uniq_tagged_files); mkid -fID $$unique
685 tags: tags-am
686 TAGS: tags
687
688 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
614689 set x; \
615690 here=`pwd`; \
616 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
617 unique=`for i in $$list; do \
618 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
619 done | \
620 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
621 END { if (nonempty) { for (i in files) print i; }; }'`; \
691 $(am__define_uniq_tagged_files); \
622692 shift; \
623693 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
624694 test -n "$$unique" || unique=$$empty_fix; \
630700 $$unique; \
631701 fi; \
632702 fi
633 ctags: CTAGS
634 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
635 $(TAGS_FILES) $(LISP)
636 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
637 unique=`for i in $$list; do \
638 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
639 done | \
640 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
641 END { if (nonempty) { for (i in files) print i; }; }'`; \
703 ctags: ctags-am
704
705 CTAGS: ctags
706 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
707 $(am__define_uniq_tagged_files); \
642708 test -z "$(CTAGS_ARGS)$$unique" \
643709 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
644710 $$unique
647713 here=`$(am__cd) $(top_builddir) && pwd` \
648714 && $(am__cd) $(top_srcdir) \
649715 && gtags -i $(GTAGS_ARGS) "$$here"
650
651 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
652 list='$(SOURCES) $(HEADERS) $(LISP)'; \
716 cscopelist: cscopelist-am
717
718 cscopelist-am: $(am__tagged_files)
719 list='$(am__tagged_files)'; \
653720 case "$(srcdir)" in \
654721 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
655722 *) sdir=$(subdir)/$(srcdir) ;; \
800867
801868 .MAKE: install-am install-strip
802869
803 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
804 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
805 distclean distclean-compile distclean-generic \
870 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
871 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
872 ctags-am distclean distclean-compile distclean-generic \
806873 distclean-libtool distclean-tags distdir dvi dvi-am html \
807874 html-am info info-am install install-am install-data \
808875 install-data-am install-dvi install-dvi-am install-exec \
812879 installcheck-am installdirs maintainer-clean \
813880 maintainer-clean-generic mostlyclean mostlyclean-compile \
814881 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
815 tags uninstall uninstall-am
882 tags tags-am uninstall uninstall-am
883
884 .PRECIOUS: Makefile
816885
817886
818887 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcsystem
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
102139 @HAVE_LOCAL_LIBCSYSTEM_TRUE@ libcsystem_string.lo \
103140 @HAVE_LOCAL_LIBCSYSTEM_TRUE@ libcsystem_support.lo
104141 libcsystem_la_OBJECTS = $(am_libcsystem_la_OBJECTS)
142 AM_V_lt = $(am__v_lt_@AM_V@)
143 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 am__v_lt_0 = --silent
145 am__v_lt_1 =
105146 @HAVE_LOCAL_LIBCSYSTEM_TRUE@am_libcsystem_la_rpath =
147 AM_V_P = $(am__v_P_@AM_V@)
148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149 am__v_P_0 = false
150 am__v_P_1 = :
151 AM_V_GEN = $(am__v_GEN_@AM_V@)
152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153 am__v_GEN_0 = @echo " GEN " $@;
154 am__v_GEN_1 =
155 AM_V_at = $(am__v_at_@AM_V@)
156 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157 am__v_at_0 = @
158 am__v_at_1 =
106159 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
107160 depcomp = $(SHELL) $(top_srcdir)/depcomp
108161 am__depfiles_maybe = depfiles
109162 am__mv = mv -f
110163 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111164 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168 $(AM_CFLAGS) $(CFLAGS)
169 AM_V_CC = $(am__v_CC_@AM_V@)
170 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171 am__v_CC_0 = @echo " CC " $@;
172 am__v_CC_1 =
115173 CCLD = $(CC)
116 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
118 $(LDFLAGS) -o $@
174 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 $(AM_LDFLAGS) $(LDFLAGS) -o $@
177 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179 am__v_CCLD_0 = @echo " CCLD " $@;
180 am__v_CCLD_1 =
119181 SOURCES = $(libcsystem_la_SOURCES)
120182 DIST_SOURCES = $(am__libcsystem_la_SOURCES_DIST)
121183 am__can_run_installinfo = \
123185 n|no|NO) false;; \
124186 *) (install-info --version) >/dev/null 2>&1;; \
125187 esac
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates. Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193 BEGIN { nonempty = 0; } \
194 { items[$$0] = 1; nonempty = 1; } \
195 END { if (nonempty) { for (i in items) print i; }; } \
196 '
197 # Make sure the list of sources is unique. This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201 list='$(am__tagged_files)'; \
202 unique=`for i in $$list; do \
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204 done | $(am__uniquify_input)`
126205 ETAGS = etags
127206 CTAGS = ctags
207 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
128208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129209 ACLOCAL = @ACLOCAL@
130210 AMTAR = @AMTAR@
211 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131212 AR = @AR@
132213 AS = @AS@
133214 AUTOCONF = @AUTOCONF@
562643 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcsystem/Makefile'; \
563644 $(am__cd) $(top_srcdir) && \
564645 $(AUTOMAKE) --gnu libcsystem/Makefile
565 .PRECIOUS: Makefile
566646 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
567647 @case '$?' in \
568648 *config.status*) \
591671 echo rm -f $${locs}; \
592672 rm -f $${locs}; \
593673 }
674
594675 libcsystem.la: $(libcsystem_la_OBJECTS) $(libcsystem_la_DEPENDENCIES) $(EXTRA_libcsystem_la_DEPENDENCIES)
595 $(LINK) $(am_libcsystem_la_rpath) $(libcsystem_la_OBJECTS) $(libcsystem_la_LIBADD) $(LIBS)
676 $(AM_V_CCLD)$(LINK) $(am_libcsystem_la_rpath) $(libcsystem_la_OBJECTS) $(libcsystem_la_LIBADD) $(LIBS)
596677
597678 mostlyclean-compile:
598679 -rm -f *.$(OBJEXT)
608689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcsystem_support.Plo@am__quote@
609690
610691 .c.o:
611 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
612 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
692 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
693 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
696 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
616697
617698 .c.obj:
618 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
619 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
699 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
700 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
703 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
623704
624705 .c.lo:
625 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
626 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
706 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
707 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
628709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
710 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
630711
631712 mostlyclean-libtool:
632713 -rm -f *.lo
634715 clean-libtool:
635716 -rm -rf .libs _libs
636717
637 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
638 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
639 unique=`for i in $$list; do \
640 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
641 done | \
642 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
643 END { if (nonempty) { for (i in files) print i; }; }'`; \
644 mkid -fID $$unique
645 tags: TAGS
646
647 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
648 $(TAGS_FILES) $(LISP)
718 ID: $(am__tagged_files)
719 $(am__define_uniq_tagged_files); mkid -fID $$unique
720 tags: tags-am
721 TAGS: tags
722
723 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649724 set x; \
650725 here=`pwd`; \
651 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
652 unique=`for i in $$list; do \
653 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654 done | \
655 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
656 END { if (nonempty) { for (i in files) print i; }; }'`; \
726 $(am__define_uniq_tagged_files); \
657727 shift; \
658728 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
659729 test -n "$$unique" || unique=$$empty_fix; \
665735 $$unique; \
666736 fi; \
667737 fi
668 ctags: CTAGS
669 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
670 $(TAGS_FILES) $(LISP)
671 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
672 unique=`for i in $$list; do \
673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
674 done | \
675 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
676 END { if (nonempty) { for (i in files) print i; }; }'`; \
738 ctags: ctags-am
739
740 CTAGS: ctags
741 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
742 $(am__define_uniq_tagged_files); \
677743 test -z "$(CTAGS_ARGS)$$unique" \
678744 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
679745 $$unique
682748 here=`$(am__cd) $(top_builddir) && pwd` \
683749 && $(am__cd) $(top_srcdir) \
684750 && gtags -i $(GTAGS_ARGS) "$$here"
685
686 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
687 list='$(SOURCES) $(HEADERS) $(LISP)'; \
751 cscopelist: cscopelist-am
752
753 cscopelist-am: $(am__tagged_files)
754 list='$(am__tagged_files)'; \
688755 case "$(srcdir)" in \
689756 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690757 *) sdir=$(subdir)/$(srcdir) ;; \
835902
836903 .MAKE: install-am install-strip
837904
838 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
839 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
840 distclean distclean-compile distclean-generic \
905 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
906 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
907 ctags-am distclean distclean-compile distclean-generic \
841908 distclean-libtool distclean-tags distdir dvi dvi-am html \
842909 html-am info info-am install install-am install-data \
843910 install-data-am install-dvi install-dvi-am install-exec \
847914 installcheck-am installdirs maintainer-clean \
848915 maintainer-clean-generic mostlyclean mostlyclean-compile \
849916 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
850 tags uninstall uninstall-am
917 tags tags-am uninstall uninstall-am
918
919 .PRECIOUS: Makefile
851920
852921
853922 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCSYSTEM_VERSION 20150104
37 #define LIBCSYSTEM_VERSION 20150629
3838
3939 /* The libcstring version string
4040 */
41 #define LIBCSYSTEM_VERSION_STRING "20150104"
41 #define LIBCSYSTEM_VERSION_STRING "20150629"
4242
4343 /* The file access flags
4444 * bit 1 set to 1 for read access
123123 return( 1 );
124124 }
125125
126 /* Copies a string of a decimal value to a 16-bit value
126 /* Copies a string of a decimal value to a 64-bit value
127127 * Returns 1 if successful or -1 on error
128128 */
129129 int libcsystem_string_decimal_copy_to_64_bit(
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libcthreads
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
111148 @HAVE_LOCAL_LIBCTHREADS_TRUE@ libcthreads_thread_attributes.lo \
112149 @HAVE_LOCAL_LIBCTHREADS_TRUE@ libcthreads_thread_pool.lo
113150 libcthreads_la_OBJECTS = $(am_libcthreads_la_OBJECTS)
151 AM_V_lt = $(am__v_lt_@AM_V@)
152 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153 am__v_lt_0 = --silent
154 am__v_lt_1 =
114155 @HAVE_LOCAL_LIBCTHREADS_TRUE@am_libcthreads_la_rpath =
156 AM_V_P = $(am__v_P_@AM_V@)
157 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
158 am__v_P_0 = false
159 am__v_P_1 = :
160 AM_V_GEN = $(am__v_GEN_@AM_V@)
161 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
162 am__v_GEN_0 = @echo " GEN " $@;
163 am__v_GEN_1 =
164 AM_V_at = $(am__v_at_@AM_V@)
165 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
166 am__v_at_0 = @
167 am__v_at_1 =
115168 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
116169 depcomp = $(SHELL) $(top_srcdir)/depcomp
117170 am__depfiles_maybe = depfiles
118171 am__mv = mv -f
119172 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
120173 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
123 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
176 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
177 $(AM_CFLAGS) $(CFLAGS)
178 AM_V_CC = $(am__v_CC_@AM_V@)
179 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
180 am__v_CC_0 = @echo " CC " $@;
181 am__v_CC_1 =
124182 CCLD = $(CC)
125 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
126 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
127 $(LDFLAGS) -o $@
183 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
185 $(AM_LDFLAGS) $(LDFLAGS) -o $@
186 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
187 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
188 am__v_CCLD_0 = @echo " CCLD " $@;
189 am__v_CCLD_1 =
128190 SOURCES = $(libcthreads_la_SOURCES)
129191 DIST_SOURCES = $(am__libcthreads_la_SOURCES_DIST)
130192 am__can_run_installinfo = \
132194 n|no|NO) false;; \
133195 *) (install-info --version) >/dev/null 2>&1;; \
134196 esac
197 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198 # Read a list of newline-separated strings from the standard input,
199 # and print each of them once, without duplicates. Input order is
200 # *not* preserved.
201 am__uniquify_input = $(AWK) '\
202 BEGIN { nonempty = 0; } \
203 { items[$$0] = 1; nonempty = 1; } \
204 END { if (nonempty) { for (i in items) print i; }; } \
205 '
206 # Make sure the list of sources is unique. This is necessary because,
207 # e.g., the same source file might be shared among _SOURCES variables
208 # for different programs/libraries.
209 am__define_uniq_tagged_files = \
210 list='$(am__tagged_files)'; \
211 unique=`for i in $$list; do \
212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213 done | $(am__uniquify_input)`
135214 ETAGS = etags
136215 CTAGS = ctags
216 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
137217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138218 ACLOCAL = @ACLOCAL@
139219 AMTAR = @AMTAR@
220 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140221 AR = @AR@
141222 AS = @AS@
142223 AUTOCONF = @AUTOCONF@
559640 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcthreads/Makefile'; \
560641 $(am__cd) $(top_srcdir) && \
561642 $(AUTOMAKE) --gnu libcthreads/Makefile
562 .PRECIOUS: Makefile
563643 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
564644 @case '$?' in \
565645 *config.status*) \
588668 echo rm -f $${locs}; \
589669 rm -f $${locs}; \
590670 }
671
591672 libcthreads.la: $(libcthreads_la_OBJECTS) $(libcthreads_la_DEPENDENCIES) $(EXTRA_libcthreads_la_DEPENDENCIES)
592 $(LINK) $(am_libcthreads_la_rpath) $(libcthreads_la_OBJECTS) $(libcthreads_la_LIBADD) $(LIBS)
673 $(AM_V_CCLD)$(LINK) $(am_libcthreads_la_rpath) $(libcthreads_la_OBJECTS) $(libcthreads_la_LIBADD) $(LIBS)
593674
594675 mostlyclean-compile:
595676 -rm -f *.$(OBJEXT)
610691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcthreads_thread_pool.Plo@am__quote@
611692
612693 .c.o:
613 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
614 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
694 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
695 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
616697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
698 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
618699
619700 .c.obj:
620 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
621 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
701 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
702 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
623704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
705 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
625706
626707 .c.lo:
627 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
628 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
708 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
709 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
630711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
712 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
632713
633714 mostlyclean-libtool:
634715 -rm -f *.lo
636717 clean-libtool:
637718 -rm -rf .libs _libs
638719
639 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
640 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
641 unique=`for i in $$list; do \
642 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
643 done | \
644 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
645 END { if (nonempty) { for (i in files) print i; }; }'`; \
646 mkid -fID $$unique
647 tags: TAGS
648
649 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
650 $(TAGS_FILES) $(LISP)
720 ID: $(am__tagged_files)
721 $(am__define_uniq_tagged_files); mkid -fID $$unique
722 tags: tags-am
723 TAGS: tags
724
725 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651726 set x; \
652727 here=`pwd`; \
653 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
654 unique=`for i in $$list; do \
655 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
656 done | \
657 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
658 END { if (nonempty) { for (i in files) print i; }; }'`; \
728 $(am__define_uniq_tagged_files); \
659729 shift; \
660730 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
661731 test -n "$$unique" || unique=$$empty_fix; \
667737 $$unique; \
668738 fi; \
669739 fi
670 ctags: CTAGS
671 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
672 $(TAGS_FILES) $(LISP)
673 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
674 unique=`for i in $$list; do \
675 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676 done | \
677 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678 END { if (nonempty) { for (i in files) print i; }; }'`; \
740 ctags: ctags-am
741
742 CTAGS: ctags
743 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
744 $(am__define_uniq_tagged_files); \
679745 test -z "$(CTAGS_ARGS)$$unique" \
680746 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
681747 $$unique
684750 here=`$(am__cd) $(top_builddir) && pwd` \
685751 && $(am__cd) $(top_srcdir) \
686752 && gtags -i $(GTAGS_ARGS) "$$here"
687
688 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
689 list='$(SOURCES) $(HEADERS) $(LISP)'; \
753 cscopelist: cscopelist-am
754
755 cscopelist-am: $(am__tagged_files)
756 list='$(am__tagged_files)'; \
690757 case "$(srcdir)" in \
691758 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
692759 *) sdir=$(subdir)/$(srcdir) ;; \
837904
838905 .MAKE: install-am install-strip
839906
840 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
841 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
842 distclean distclean-compile distclean-generic \
907 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
908 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
909 ctags-am distclean distclean-compile distclean-generic \
843910 distclean-libtool distclean-tags distdir dvi dvi-am html \
844911 html-am info info-am install install-am install-data \
845912 install-data-am install-dvi install-dvi-am install-exec \
849916 installcheck-am installdirs maintainer-clean \
850917 maintainer-clean-generic mostlyclean mostlyclean-compile \
851918 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
852 tags uninstall uninstall-am
919 tags tags-am uninstall uninstall-am
920
921 .PRECIOUS: Makefile
853922
854923
855924 distclean: clean
3434 */
3535 #else
3636
37 #define LIBCTHREADS_VERSION 20150104
37 #define LIBCTHREADS_VERSION 20150904
3838
3939 /* The libcthreads version string
4040 */
41 #define LIBCTHREADS_VERSION_STRING "20150104"
41 #define LIBCTHREADS_VERSION_STRING "20150904"
4242
4343 #endif /* !defined( HAVE_LOCAL_LIBCTHREADS ) */
4444
4242 #if !defined( HAVE_LOCAL_LIBCTHREADS ) || defined( HAVE_MULTI_THREAD_SUPPORT )
4343
4444 #if defined( WINAPI )
45
4546 /* Start function helper function for WINAPI
4647 * Returns 0 if successful or 1 on error
4748 */
4950 void *arguments )
5051 {
5152 libcthreads_internal_repeating_thread_t *internal_repeating_thread = NULL;
52 DWORD result = 1;
53 DWORD result = 0;
5354 int start_function_result = 0;
5455
5556 if( arguments != NULL )
5960 if( ( internal_repeating_thread != NULL )
6061 && ( internal_repeating_thread->start_function != NULL ) )
6162 {
62 result = 0;
63 internal_repeating_thread->start_function_result = 1;
6364
6465 do
6566 {
8586 internal_repeating_thread->start_function_arguments );
8687
8788 if( ( start_function_result != 1 )
88 && ( result == 0 ) )
89 && ( internal_repeating_thread->start_function_result == 1 ) )
8990 {
90 start_function_result = 0;
91 internal_repeating_thread->start_function_result = start_function_result;
9192 }
9293 }
9394 while( internal_repeating_thread->status != LIBCTHREADS_STATUS_EXIT );
95
96 if( internal_repeating_thread->start_function_result != 1 )
97 {
98 result = 1;
99 }
94100 }
95101 }
96102 ExitThread(
98104 }
99105
100106 #elif defined( HAVE_PTHREAD_H )
107
101108 /* Start function helper function for pthread
102109 * Returns a pointer to the start function result if successful or NULL on error
103110 */
155162 result );
156163 }
157164
158 #endif
165 #endif /* defined( WINAPI ) else defined( HAVE_PTHREAD_H ) */
159166
160167 /* Creates a repeating thread
161168 * Make sure the value repeating_thread is referencing, is set to NULL
5555 /* The thread
5656 */
5757 pthread_t thread;
58
59 /* The start functions return value
60 */
61 int start_function_result;
6258 #else
6359 #error Missing thread type
6460 #endif
7167 /* The start function arguments
7268 */
7369 void *start_function_arguments;
70
71 /* The start functions return value
72 */
73 int start_function_result;
7474
7575 /* The condition mutex
7676 */
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libevtx
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(srcdir)/libevtx.rc.in $(srcdir)/libevtx_definitions.h.in \
55 $(top_srcdir)/depcomp
5691 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5792 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5893 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
79114 $(top_srcdir)/configure.ac
80115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
82118 mkinstalldirs = $(install_sh) -d
83119 CONFIG_HEADER = $(top_builddir)/common/config.h
84120 CONFIG_CLEAN_FILES = libevtx_definitions.h libevtx.rc
121157 libevtx_record_values.lo libevtx_support.lo \
122158 libevtx_template_definition.lo
123159 libevtx_la_OBJECTS = $(am_libevtx_la_OBJECTS)
124 libevtx_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
160 AM_V_lt = $(am__v_lt_@AM_V@)
161 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162 am__v_lt_0 = --silent
163 am__v_lt_1 =
164 libevtx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
125165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
126166 $(libevtx_la_LDFLAGS) $(LDFLAGS) -o $@
167 AM_V_P = $(am__v_P_@AM_V@)
168 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169 am__v_P_0 = false
170 am__v_P_1 = :
171 AM_V_GEN = $(am__v_GEN_@AM_V@)
172 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173 am__v_GEN_0 = @echo " GEN " $@;
174 am__v_GEN_1 =
175 AM_V_at = $(am__v_at_@AM_V@)
176 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177 am__v_at_0 = @
178 am__v_at_1 =
127179 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
128180 depcomp = $(SHELL) $(top_srcdir)/depcomp
129181 am__depfiles_maybe = depfiles
130182 am__mv = mv -f
131183 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132184 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
185 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
187 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
188 $(AM_CFLAGS) $(CFLAGS)
189 AM_V_CC = $(am__v_CC_@AM_V@)
190 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
191 am__v_CC_0 = @echo " CC " $@;
192 am__v_CC_1 =
136193 CCLD = $(CC)
137 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
138 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
139 $(LDFLAGS) -o $@
194 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
195 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
196 $(AM_LDFLAGS) $(LDFLAGS) -o $@
197 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
198 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
199 am__v_CCLD_0 = @echo " CCLD " $@;
200 am__v_CCLD_1 =
140201 SOURCES = $(libevtx_la_SOURCES)
141202 DIST_SOURCES = $(libevtx_la_SOURCES)
142203 am__can_run_installinfo = \
144205 n|no|NO) false;; \
145206 *) (install-info --version) >/dev/null 2>&1;; \
146207 esac
208 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
209 # Read a list of newline-separated strings from the standard input,
210 # and print each of them once, without duplicates. Input order is
211 # *not* preserved.
212 am__uniquify_input = $(AWK) '\
213 BEGIN { nonempty = 0; } \
214 { items[$$0] = 1; nonempty = 1; } \
215 END { if (nonempty) { for (i in items) print i; }; } \
216 '
217 # Make sure the list of sources is unique. This is necessary because,
218 # e.g., the same source file might be shared among _SOURCES variables
219 # for different programs/libraries.
220 am__define_uniq_tagged_files = \
221 list='$(am__tagged_files)'; \
222 unique=`for i in $$list; do \
223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224 done | $(am__uniquify_input)`
147225 ETAGS = etags
148226 CTAGS = ctags
227 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libevtx.rc.in \
228 $(srcdir)/libevtx_definitions.h.in $(top_srcdir)/depcomp
149229 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150230 ACLOCAL = @ACLOCAL@
151231 AMTAR = @AMTAR@
232 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152233 AR = @AR@
153234 AS = @AS@
154235 AUTOCONF = @AUTOCONF@
636717 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libevtx/Makefile'; \
637718 $(am__cd) $(top_srcdir) && \
638719 $(AUTOMAKE) --gnu libevtx/Makefile
639 .PRECIOUS: Makefile
640720 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
641721 @case '$?' in \
642722 *config.status*) \
658738 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
659739 libevtx.rc: $(top_builddir)/config.status $(srcdir)/libevtx.rc.in
660740 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
741
661742 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
662743 @$(NORMAL_INSTALL)
663744 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
692773 echo rm -f $${locs}; \
693774 rm -f $${locs}; \
694775 }
776
695777 libevtx.la: $(libevtx_la_OBJECTS) $(libevtx_la_DEPENDENCIES) $(EXTRA_libevtx_la_DEPENDENCIES)
696 $(libevtx_la_LINK) -rpath $(libdir) $(libevtx_la_OBJECTS) $(libevtx_la_LIBADD) $(LIBS)
778 $(AM_V_CCLD)$(libevtx_la_LINK) -rpath $(libdir) $(libevtx_la_OBJECTS) $(libevtx_la_LIBADD) $(LIBS)
697779
698780 mostlyclean-compile:
699781 -rm -f *.$(OBJEXT)
720802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevtx_template_definition.Plo@am__quote@
721803
722804 .c.o:
723 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
724 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
805 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
806 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
726808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
727 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
809 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
728810
729811 .c.obj:
730 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
731 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
812 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
813 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
733815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
734 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
816 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
735817
736818 .c.lo:
737 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
738 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
819 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
820 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
740822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
741 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
823 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
742824
743825 mostlyclean-libtool:
744826 -rm -f *.lo
746828 clean-libtool:
747829 -rm -rf .libs _libs
748830
749 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
750 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
751 unique=`for i in $$list; do \
752 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
753 done | \
754 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
755 END { if (nonempty) { for (i in files) print i; }; }'`; \
756 mkid -fID $$unique
757 tags: TAGS
758
759 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
760 $(TAGS_FILES) $(LISP)
831 ID: $(am__tagged_files)
832 $(am__define_uniq_tagged_files); mkid -fID $$unique
833 tags: tags-am
834 TAGS: tags
835
836 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
761837 set x; \
762838 here=`pwd`; \
763 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
764 unique=`for i in $$list; do \
765 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
766 done | \
767 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
768 END { if (nonempty) { for (i in files) print i; }; }'`; \
839 $(am__define_uniq_tagged_files); \
769840 shift; \
770841 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
771842 test -n "$$unique" || unique=$$empty_fix; \
777848 $$unique; \
778849 fi; \
779850 fi
780 ctags: CTAGS
781 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
782 $(TAGS_FILES) $(LISP)
783 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
784 unique=`for i in $$list; do \
785 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
786 done | \
787 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
788 END { if (nonempty) { for (i in files) print i; }; }'`; \
851 ctags: ctags-am
852
853 CTAGS: ctags
854 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
855 $(am__define_uniq_tagged_files); \
789856 test -z "$(CTAGS_ARGS)$$unique" \
790857 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
791858 $$unique
794861 here=`$(am__cd) $(top_builddir) && pwd` \
795862 && $(am__cd) $(top_srcdir) \
796863 && gtags -i $(GTAGS_ARGS) "$$here"
797
798 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
799 list='$(SOURCES) $(HEADERS) $(LISP)'; \
864 cscopelist: cscopelist-am
865
866 cscopelist-am: $(am__tagged_files)
867 list='$(am__tagged_files)'; \
800868 case "$(srcdir)" in \
801869 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
802870 *) sdir=$(subdir)/$(srcdir) ;; \
9501018
9511019 .MAKE: install-am install-strip
9521020
953 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
954 clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
955 distclean-compile distclean-generic distclean-libtool \
956 distclean-tags distdir dvi dvi-am html html-am info info-am \
957 install install-am install-data install-data-am install-dvi \
958 install-dvi-am install-exec install-exec-am install-html \
959 install-html-am install-info install-info-am \
960 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
961 install-ps install-ps-am install-strip installcheck \
962 installcheck-am installdirs maintainer-clean \
1021 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1022 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1023 ctags-am distclean distclean-compile distclean-generic \
1024 distclean-libtool distclean-tags distdir dvi dvi-am html \
1025 html-am info info-am install install-am install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-libLTLIBRARIES install-man install-pdf \
1029 install-pdf-am install-ps install-ps-am install-strip \
1030 installcheck installcheck-am installdirs maintainer-clean \
9631031 maintainer-clean-generic mostlyclean mostlyclean-compile \
9641032 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
965 tags uninstall uninstall-am uninstall-libLTLIBRARIES
1033 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
1034
1035 .PRECIOUS: Makefile
9661036
9671037
9681038 distclean: clean
2121 BLOCK "040904E4"
2222 BEGIN
2323 VALUE "FileDescription", "Library to access the Windows XML Event Log (EVTX) format\0"
24 VALUE "FileVersion", "20150105" "\0"
24 VALUE "FileVersion", "20150928" "\0"
2525 VALUE "InternalName", "libevtx.dll\0"
2626 VALUE "LegalCopyright", "(C) 2011-2015, Joachim Metz <joachim.metz@gmail.com>\0"
2727 VALUE "OriginalFilename", "libevtx.dll\0"
2828 VALUE "ProductName", "libevtx\0"
29 VALUE "ProductVersion", "20150105" "\0"
29 VALUE "ProductVersion", "20150928" "\0"
3030 VALUE "Comments", "For more information visit https://github.com/libyal/libevtx/\0"
3131 END
3232 END
3636 * for local use of libevtx
3737 */
3838 #else
39 #define LIBEVTX_VERSION 20150105
39 #define LIBEVTX_VERSION 20150928
4040
4141 /* The version string
4242 */
43 #define LIBEVTX_VERSION_STRING "20150105"
43 #define LIBEVTX_VERSION_STRING "20150928"
4444
4545 /* The access flags definitions
4646 * bit 1 set to 1 for read access
434434 {
435435 libbfio_handle_close(
436436 file_io_handle,
437 error );
437 NULL );
438438 }
439439 return( -1 );
440440 }
00 Name: libevtx
1 Version: 20150105
1 Version: 20150928
22 Release: 1
33 Summary: Library to access the Windows XML Event Log (EVTX) format
44 Group: System Environment/Libraries
8686 %{_libdir}/python*/site-packages/*.so
8787
8888 %changelog
89 * Mon Jan 5 2015 Joachim Metz <joachim.metz@gmail.com> 20150105-1
89 * Mon Sep 28 2015 Joachim Metz <joachim.metz@gmail.com> 20150928-1
9090 - Auto-generated
9191
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libexe
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
110147 @HAVE_LOCAL_LIBEXE_TRUE@ libexe_section_io_handle.lo \
111148 @HAVE_LOCAL_LIBEXE_TRUE@ libexe_support.lo
112149 libexe_la_OBJECTS = $(am_libexe_la_OBJECTS)
150 AM_V_lt = $(am__v_lt_@AM_V@)
151 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
152 am__v_lt_0 = --silent
153 am__v_lt_1 =
113154 @HAVE_LOCAL_LIBEXE_TRUE@am_libexe_la_rpath =
155 AM_V_P = $(am__v_P_@AM_V@)
156 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157 am__v_P_0 = false
158 am__v_P_1 = :
159 AM_V_GEN = $(am__v_GEN_@AM_V@)
160 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161 am__v_GEN_0 = @echo " GEN " $@;
162 am__v_GEN_1 =
163 AM_V_at = $(am__v_at_@AM_V@)
164 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165 am__v_at_0 = @
166 am__v_at_1 =
114167 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
115168 depcomp = $(SHELL) $(top_srcdir)/depcomp
116169 am__depfiles_maybe = depfiles
117170 am__mv = mv -f
118171 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119172 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
122 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
175 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
176 $(AM_CFLAGS) $(CFLAGS)
177 AM_V_CC = $(am__v_CC_@AM_V@)
178 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179 am__v_CC_0 = @echo " CC " $@;
180 am__v_CC_1 =
123181 CCLD = $(CC)
124 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
126 $(LDFLAGS) -o $@
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184 $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187 am__v_CCLD_0 = @echo " CCLD " $@;
188 am__v_CCLD_1 =
127189 SOURCES = $(libexe_la_SOURCES)
128190 DIST_SOURCES = $(am__libexe_la_SOURCES_DIST)
129191 am__can_run_installinfo = \
131193 n|no|NO) false;; \
132194 *) (install-info --version) >/dev/null 2>&1;; \
133195 esac
196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 # Read a list of newline-separated strings from the standard input,
198 # and print each of them once, without duplicates. Input order is
199 # *not* preserved.
200 am__uniquify_input = $(AWK) '\
201 BEGIN { nonempty = 0; } \
202 { items[$$0] = 1; nonempty = 1; } \
203 END { if (nonempty) { for (i in items) print i; }; } \
204 '
205 # Make sure the list of sources is unique. This is necessary because,
206 # e.g., the same source file might be shared among _SOURCES variables
207 # for different programs/libraries.
208 am__define_uniq_tagged_files = \
209 list='$(am__tagged_files)'; \
210 unique=`for i in $$list; do \
211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212 done | $(am__uniquify_input)`
134213 ETAGS = etags
135214 CTAGS = ctags
215 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
136216 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137217 ACLOCAL = @ACLOCAL@
138218 AMTAR = @AMTAR@
219 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139220 AR = @AR@
140221 AS = @AS@
141222 AUTOCONF = @AUTOCONF@
601682 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libexe/Makefile'; \
602683 $(am__cd) $(top_srcdir) && \
603684 $(AUTOMAKE) --gnu libexe/Makefile
604 .PRECIOUS: Makefile
605685 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
606686 @case '$?' in \
607687 *config.status*) \
630710 echo rm -f $${locs}; \
631711 rm -f $${locs}; \
632712 }
713
633714 libexe.la: $(libexe_la_OBJECTS) $(libexe_la_DEPENDENCIES) $(EXTRA_libexe_la_DEPENDENCIES)
634 $(LINK) $(am_libexe_la_rpath) $(libexe_la_OBJECTS) $(libexe_la_LIBADD) $(LIBS)
715 $(AM_V_CCLD)$(LINK) $(am_libexe_la_rpath) $(libexe_la_OBJECTS) $(libexe_la_LIBADD) $(LIBS)
635716
636717 mostlyclean-compile:
637718 -rm -f *.$(OBJEXT)
653734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexe_support.Plo@am__quote@
654735
655736 .c.o:
656 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
657 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
658 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
737 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
738 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
659740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
741 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
661742
662743 .c.obj:
663 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
664 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
665 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
744 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
745 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
666747 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
748 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
668749
669750 .c.lo:
670 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
671 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
751 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
752 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
673754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
755 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
675756
676757 mostlyclean-libtool:
677758 -rm -f *.lo
679760 clean-libtool:
680761 -rm -rf .libs _libs
681762
682 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
683 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
684 unique=`for i in $$list; do \
685 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
686 done | \
687 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
688 END { if (nonempty) { for (i in files) print i; }; }'`; \
689 mkid -fID $$unique
690 tags: TAGS
691
692 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
693 $(TAGS_FILES) $(LISP)
763 ID: $(am__tagged_files)
764 $(am__define_uniq_tagged_files); mkid -fID $$unique
765 tags: tags-am
766 TAGS: tags
767
768 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
694769 set x; \
695770 here=`pwd`; \
696 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
697 unique=`for i in $$list; do \
698 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
699 done | \
700 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
701 END { if (nonempty) { for (i in files) print i; }; }'`; \
771 $(am__define_uniq_tagged_files); \
702772 shift; \
703773 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
704774 test -n "$$unique" || unique=$$empty_fix; \
710780 $$unique; \
711781 fi; \
712782 fi
713 ctags: CTAGS
714 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
715 $(TAGS_FILES) $(LISP)
716 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
717 unique=`for i in $$list; do \
718 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
719 done | \
720 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
721 END { if (nonempty) { for (i in files) print i; }; }'`; \
783 ctags: ctags-am
784
785 CTAGS: ctags
786 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
787 $(am__define_uniq_tagged_files); \
722788 test -z "$(CTAGS_ARGS)$$unique" \
723789 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
724790 $$unique
727793 here=`$(am__cd) $(top_builddir) && pwd` \
728794 && $(am__cd) $(top_srcdir) \
729795 && gtags -i $(GTAGS_ARGS) "$$here"
730
731 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
732 list='$(SOURCES) $(HEADERS) $(LISP)'; \
796 cscopelist: cscopelist-am
797
798 cscopelist-am: $(am__tagged_files)
799 list='$(am__tagged_files)'; \
733800 case "$(srcdir)" in \
734801 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
735802 *) sdir=$(subdir)/$(srcdir) ;; \
880947
881948 .MAKE: install-am install-strip
882949
883 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
884 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
885 distclean distclean-compile distclean-generic \
950 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
951 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
952 ctags-am distclean distclean-compile distclean-generic \
886953 distclean-libtool distclean-tags distdir dvi dvi-am html \
887954 html-am info info-am install install-am install-data \
888955 install-data-am install-dvi install-dvi-am install-exec \
892959 installcheck-am installdirs maintainer-clean \
893960 maintainer-clean-generic mostlyclean mostlyclean-compile \
894961 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
895 tags uninstall uninstall-am
962 tags tags-am uninstall uninstall-am
963
964 .PRECIOUS: Makefile
896965
897966
898967 distclean: clean
3636 * for local use of libexe
3737 */
3838 #else
39 #define LIBEXE_VERSION 20150105
39 #define LIBEXE_VERSION 20150118
4040
4141 /* The version string
4242 */
43 #define LIBEXE_VERSION_STRING "20150105"
43 #define LIBEXE_VERSION_STRING "20150118"
4444
4545 /* The access flags definitions
4646 * bit 1 set to 1 for read access
2525
2626 #include "libexe_codepage.h"
2727 #include "libexe_data_directory_descriptor.h"
28 #include "libexe_debug.h"
2829 #include "libexe_definitions.h"
2930 #include "libexe_io_handle.h"
3031 #include "libexe_libbfio.h"
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfcache
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
98135 @HAVE_LOCAL_LIBFCACHE_TRUE@ libfcache_error.lo \
99136 @HAVE_LOCAL_LIBFCACHE_TRUE@ libfcache_support.lo
100137 libfcache_la_OBJECTS = $(am_libfcache_la_OBJECTS)
138 AM_V_lt = $(am__v_lt_@AM_V@)
139 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
140 am__v_lt_0 = --silent
141 am__v_lt_1 =
101142 @HAVE_LOCAL_LIBFCACHE_TRUE@am_libfcache_la_rpath =
143 AM_V_P = $(am__v_P_@AM_V@)
144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145 am__v_P_0 = false
146 am__v_P_1 = :
147 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149 am__v_GEN_0 = @echo " GEN " $@;
150 am__v_GEN_1 =
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 am__v_at_0 = @
154 am__v_at_1 =
102155 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
103156 depcomp = $(SHELL) $(top_srcdir)/depcomp
104157 am__depfiles_maybe = depfiles
105158 am__mv = mv -f
106159 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107160 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
163 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164 $(AM_CFLAGS) $(CFLAGS)
165 AM_V_CC = $(am__v_CC_@AM_V@)
166 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
167 am__v_CC_0 = @echo " CC " $@;
168 am__v_CC_1 =
111169 CCLD = $(CC)
112 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114 $(LDFLAGS) -o $@
170 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172 $(AM_LDFLAGS) $(LDFLAGS) -o $@
173 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
174 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
175 am__v_CCLD_0 = @echo " CCLD " $@;
176 am__v_CCLD_1 =
115177 SOURCES = $(libfcache_la_SOURCES)
116178 DIST_SOURCES = $(am__libfcache_la_SOURCES_DIST)
117179 am__can_run_installinfo = \
119181 n|no|NO) false;; \
120182 *) (install-info --version) >/dev/null 2>&1;; \
121183 esac
184 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
185 # Read a list of newline-separated strings from the standard input,
186 # and print each of them once, without duplicates. Input order is
187 # *not* preserved.
188 am__uniquify_input = $(AWK) '\
189 BEGIN { nonempty = 0; } \
190 { items[$$0] = 1; nonempty = 1; } \
191 END { if (nonempty) { for (i in items) print i; }; } \
192 '
193 # Make sure the list of sources is unique. This is necessary because,
194 # e.g., the same source file might be shared among _SOURCES variables
195 # for different programs/libraries.
196 am__define_uniq_tagged_files = \
197 list='$(am__tagged_files)'; \
198 unique=`for i in $$list; do \
199 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200 done | $(am__uniquify_input)`
122201 ETAGS = etags
123202 CTAGS = ctags
203 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
124204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125205 ACLOCAL = @ACLOCAL@
126206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
127208 AR = @AR@
128209 AS = @AS@
129210 AUTOCONF = @AUTOCONF@
543624 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfcache/Makefile'; \
544625 $(am__cd) $(top_srcdir) && \
545626 $(AUTOMAKE) --gnu libfcache/Makefile
546 .PRECIOUS: Makefile
547627 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
548628 @case '$?' in \
549629 *config.status*) \
572652 echo rm -f $${locs}; \
573653 rm -f $${locs}; \
574654 }
655
575656 libfcache.la: $(libfcache_la_OBJECTS) $(libfcache_la_DEPENDENCIES) $(EXTRA_libfcache_la_DEPENDENCIES)
576 $(LINK) $(am_libfcache_la_rpath) $(libfcache_la_OBJECTS) $(libfcache_la_LIBADD) $(LIBS)
657 $(AM_V_CCLD)$(LINK) $(am_libfcache_la_rpath) $(libfcache_la_OBJECTS) $(libfcache_la_LIBADD) $(LIBS)
577658
578659 mostlyclean-compile:
579660 -rm -f *.$(OBJEXT)
588669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfcache_support.Plo@am__quote@
589670
590671 .c.o:
591 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
592 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
672 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
673 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
676 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
596677
597678 .c.obj:
598 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
599 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
679 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
680 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
683 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
603684
604685 .c.lo:
605 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
606 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
686 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
687 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
608689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
690 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
610691
611692 mostlyclean-libtool:
612693 -rm -f *.lo
614695 clean-libtool:
615696 -rm -rf .libs _libs
616697
617 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
618 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
619 unique=`for i in $$list; do \
620 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
621 done | \
622 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
623 END { if (nonempty) { for (i in files) print i; }; }'`; \
624 mkid -fID $$unique
625 tags: TAGS
626
627 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
628 $(TAGS_FILES) $(LISP)
698 ID: $(am__tagged_files)
699 $(am__define_uniq_tagged_files); mkid -fID $$unique
700 tags: tags-am
701 TAGS: tags
702
703 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
629704 set x; \
630705 here=`pwd`; \
631 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
632 unique=`for i in $$list; do \
633 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634 done | \
635 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636 END { if (nonempty) { for (i in files) print i; }; }'`; \
706 $(am__define_uniq_tagged_files); \
637707 shift; \
638708 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639709 test -n "$$unique" || unique=$$empty_fix; \
645715 $$unique; \
646716 fi; \
647717 fi
648 ctags: CTAGS
649 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
650 $(TAGS_FILES) $(LISP)
651 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
652 unique=`for i in $$list; do \
653 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654 done | \
655 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
656 END { if (nonempty) { for (i in files) print i; }; }'`; \
718 ctags: ctags-am
719
720 CTAGS: ctags
721 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
722 $(am__define_uniq_tagged_files); \
657723 test -z "$(CTAGS_ARGS)$$unique" \
658724 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659725 $$unique
662728 here=`$(am__cd) $(top_builddir) && pwd` \
663729 && $(am__cd) $(top_srcdir) \
664730 && gtags -i $(GTAGS_ARGS) "$$here"
665
666 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
667 list='$(SOURCES) $(HEADERS) $(LISP)'; \
731 cscopelist: cscopelist-am
732
733 cscopelist-am: $(am__tagged_files)
734 list='$(am__tagged_files)'; \
668735 case "$(srcdir)" in \
669736 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
670737 *) sdir=$(subdir)/$(srcdir) ;; \
815882
816883 .MAKE: install-am install-strip
817884
818 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
819 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
820 distclean distclean-compile distclean-generic \
885 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
886 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
887 ctags-am distclean distclean-compile distclean-generic \
821888 distclean-libtool distclean-tags distdir dvi dvi-am html \
822889 html-am info info-am install install-am install-data \
823890 install-data-am install-dvi install-dvi-am install-exec \
827894 installcheck-am installdirs maintainer-clean \
828895 maintainer-clean-generic mostlyclean mostlyclean-compile \
829896 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
830 tags uninstall uninstall-am
897 tags tags-am uninstall uninstall-am
898
899 .PRECIOUS: Makefile
831900
832901
833902 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfdata
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
113150 @HAVE_LOCAL_LIBFDATA_TRUE@ libfdata_tree_node.lo \
114151 @HAVE_LOCAL_LIBFDATA_TRUE@ libfdata_vector.lo
115152 libfdata_la_OBJECTS = $(am_libfdata_la_OBJECTS)
153 AM_V_lt = $(am__v_lt_@AM_V@)
154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 am__v_lt_0 = --silent
156 am__v_lt_1 =
116157 @HAVE_LOCAL_LIBFDATA_TRUE@am_libfdata_la_rpath =
158 AM_V_P = $(am__v_P_@AM_V@)
159 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160 am__v_P_0 = false
161 am__v_P_1 = :
162 AM_V_GEN = $(am__v_GEN_@AM_V@)
163 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164 am__v_GEN_0 = @echo " GEN " $@;
165 am__v_GEN_1 =
166 AM_V_at = $(am__v_at_@AM_V@)
167 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168 am__v_at_0 = @
169 am__v_at_1 =
117170 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
118171 depcomp = $(SHELL) $(top_srcdir)/depcomp
119172 am__depfiles_maybe = depfiles
120173 am__mv = mv -f
121174 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122175 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
124 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179 $(AM_CFLAGS) $(CFLAGS)
180 AM_V_CC = $(am__v_CC_@AM_V@)
181 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182 am__v_CC_0 = @echo " CC " $@;
183 am__v_CC_1 =
126184 CCLD = $(CC)
127 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
129 $(LDFLAGS) -o $@
185 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187 $(AM_LDFLAGS) $(LDFLAGS) -o $@
188 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190 am__v_CCLD_0 = @echo " CCLD " $@;
191 am__v_CCLD_1 =
130192 SOURCES = $(libfdata_la_SOURCES)
131193 DIST_SOURCES = $(am__libfdata_la_SOURCES_DIST)
132194 am__can_run_installinfo = \
134196 n|no|NO) false;; \
135197 *) (install-info --version) >/dev/null 2>&1;; \
136198 esac
199 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates. Input order is
202 # *not* preserved.
203 am__uniquify_input = $(AWK) '\
204 BEGIN { nonempty = 0; } \
205 { items[$$0] = 1; nonempty = 1; } \
206 END { if (nonempty) { for (i in items) print i; }; } \
207 '
208 # Make sure the list of sources is unique. This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212 list='$(am__tagged_files)'; \
213 unique=`for i in $$list; do \
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215 done | $(am__uniquify_input)`
137216 ETAGS = etags
138217 CTAGS = ctags
218 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
139219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140220 ACLOCAL = @ACLOCAL@
141221 AMTAR = @AMTAR@
222 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142223 AR = @AR@
143224 AS = @AS@
144225 AUTOCONF = @AUTOCONF@
574655 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfdata/Makefile'; \
575656 $(am__cd) $(top_srcdir) && \
576657 $(AUTOMAKE) --gnu libfdata/Makefile
577 .PRECIOUS: Makefile
578658 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
579659 @case '$?' in \
580660 *config.status*) \
603683 echo rm -f $${locs}; \
604684 rm -f $${locs}; \
605685 }
686
606687 libfdata.la: $(libfdata_la_OBJECTS) $(libfdata_la_DEPENDENCIES) $(EXTRA_libfdata_la_DEPENDENCIES)
607 $(LINK) $(am_libfdata_la_rpath) $(libfdata_la_OBJECTS) $(libfdata_la_LIBADD) $(LIBS)
688 $(AM_V_CCLD)$(LINK) $(am_libfdata_la_rpath) $(libfdata_la_OBJECTS) $(libfdata_la_LIBADD) $(LIBS)
608689
609690 mostlyclean-compile:
610691 -rm -f *.$(OBJEXT)
630711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfdata_vector.Plo@am__quote@
631712
632713 .c.o:
633 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
634 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
714 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
715 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
636717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
718 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
638719
639720 .c.obj:
640 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
641 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
721 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
722 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
643724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
725 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
645726
646727 .c.lo:
647 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
648 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
728 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
729 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
650731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
732 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
652733
653734 mostlyclean-libtool:
654735 -rm -f *.lo
656737 clean-libtool:
657738 -rm -rf .libs _libs
658739
659 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
660 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
661 unique=`for i in $$list; do \
662 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
663 done | \
664 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
665 END { if (nonempty) { for (i in files) print i; }; }'`; \
666 mkid -fID $$unique
667 tags: TAGS
668
669 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
670 $(TAGS_FILES) $(LISP)
740 ID: $(am__tagged_files)
741 $(am__define_uniq_tagged_files); mkid -fID $$unique
742 tags: tags-am
743 TAGS: tags
744
745 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
671746 set x; \
672747 here=`pwd`; \
673 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
674 unique=`for i in $$list; do \
675 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676 done | \
677 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678 END { if (nonempty) { for (i in files) print i; }; }'`; \
748 $(am__define_uniq_tagged_files); \
679749 shift; \
680750 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
681751 test -n "$$unique" || unique=$$empty_fix; \
687757 $$unique; \
688758 fi; \
689759 fi
690 ctags: CTAGS
691 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
692 $(TAGS_FILES) $(LISP)
693 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
694 unique=`for i in $$list; do \
695 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
696 done | \
697 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
698 END { if (nonempty) { for (i in files) print i; }; }'`; \
760 ctags: ctags-am
761
762 CTAGS: ctags
763 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
764 $(am__define_uniq_tagged_files); \
699765 test -z "$(CTAGS_ARGS)$$unique" \
700766 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
701767 $$unique
704770 here=`$(am__cd) $(top_builddir) && pwd` \
705771 && $(am__cd) $(top_srcdir) \
706772 && gtags -i $(GTAGS_ARGS) "$$here"
707
708 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
709 list='$(SOURCES) $(HEADERS) $(LISP)'; \
773 cscopelist: cscopelist-am
774
775 cscopelist-am: $(am__tagged_files)
776 list='$(am__tagged_files)'; \
710777 case "$(srcdir)" in \
711778 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
712779 *) sdir=$(subdir)/$(srcdir) ;; \
857924
858925 .MAKE: install-am install-strip
859926
860 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
861 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
862 distclean distclean-compile distclean-generic \
927 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
928 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
929 ctags-am distclean distclean-compile distclean-generic \
863930 distclean-libtool distclean-tags distdir dvi dvi-am html \
864931 html-am info info-am install install-am install-data \
865932 install-data-am install-dvi install-dvi-am install-exec \
869936 installcheck-am installdirs maintainer-clean \
870937 maintainer-clean-generic mostlyclean mostlyclean-compile \
871938 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
872 tags uninstall uninstall-am
939 tags tags-am uninstall uninstall-am
940
941 .PRECIOUS: Makefile
873942
874943
875944 distclean: clean
483483 int *cache_entry_index,
484484 libcerror_error_t **error )
485485 {
486 libfdata_internal_btree_t *internal_tree = NULL;
487 static char *function = "libfdata_btree_calculate_node_cache_entry_index";
488 int number_of_cache_entries = 0;
489 int number_of_levels = 0;
486 static char *function = "libfdata_btree_calculate_node_cache_entry_index";
487 int number_of_cache_entries = 0;
490488
491489 LIBFDATA_UNREFERENCED_PARAMETER( level );
492490 LIBFDATA_UNREFERENCED_PARAMETER( node_data_file_index );
504502
505503 return( -1 );
506504 }
507 internal_tree = (libfdata_internal_btree_t *) tree;
508
509505 if( cache_entry_index == NULL )
510506 {
511507 libcerror_error_set(
578574 int *cache_entry_index,
579575 libcerror_error_t **error )
580576 {
581 libfdata_internal_btree_t *internal_tree = NULL;
582 static char *function = "libfdata_btree_calculate_leaf_value_cache_entry_index";
583 int number_of_cache_entries = 0;
577 static char *function = "libfdata_btree_calculate_leaf_value_cache_entry_index";
578 int number_of_cache_entries = 0;
584579
585580 LIBFDATA_UNREFERENCED_PARAMETER( leaf_value_index );
586581 LIBFDATA_UNREFERENCED_PARAMETER( leaf_value_data_file_index );
598593
599594 return( -1 );
600595 }
601 internal_tree = (libfdata_internal_btree_t *) tree;
602
603596 if( cache_entry_index == NULL )
604597 {
605598 libcerror_error_set(
19191912 *
19201913 * Uses the key_value_compare_function to determine the similarity of the key values
19211914 * The key_value_compare_function should return LIBFDATA_COMPARE_LESS,
1922 * LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER if successful or -1 on error
1915 * LIBFDATA_COMPARE_LESS_EQUAL, LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER,
1916 * LIBFDATA_COMPARE_GREATER_EQUAL if successful or -1 on error
19231917 *
19241918 * Returns 1 if successful, 0 if no such value or -1 on error
19251919 */
19281922 intptr_t *file_io_handle,
19291923 libfcache_cache_t *cache,
19301924 libfdata_btree_range_t *node_data_range,
1931 int level,
1925 int maximum_node_level,
1926 int current_node_level,
19321927 intptr_t *key_value,
19331928 int (*key_value_compare_function)(
19341929 intptr_t *first_key_value,
19351930 intptr_t *second_key_value,
19361931 libcerror_error_t **error ),
1932 int *node_index,
19371933 libfdata_btree_node_t **node,
19381934 uint8_t read_flags,
19391935 libcerror_error_t **error )
19411937 libfdata_btree_range_t *sub_node_data_range = NULL;
19421938 static char *function = "libfdata_btree_get_leaf_node_by_key";
19431939 int result = 0;
1940 int sub_node_index = 0;
19441941
19451942 if( internal_tree == NULL )
19461943 {
19641961
19651962 return( -1 );
19661963 }
1967 if( level < 0 )
1964 if( maximum_node_level < -1 )
19681965 {
19691966 libcerror_error_set(
19701967 error,
19711968 LIBCERROR_ERROR_DOMAIN_RUNTIME,
19721969 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
1973 "%s: invalid level value out of bounds.",
1970 "%s: invalid maximum node level value out of bounds.",
1971 function );
1972
1973 return( -1 );
1974 }
1975 if( current_node_level < 0 )
1976 {
1977 libcerror_error_set(
1978 error,
1979 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1980 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
1981 "%s: invalid current node level value out of bounds.",
1982 function );
1983
1984 return( -1 );
1985 }
1986 if( node_index == NULL )
1987 {
1988 libcerror_error_set(
1989 error,
1990 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1991 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1992 "%s: missing node index.",
19741993 function );
19751994
19761995 return( -1 );
19912010 file_io_handle,
19922011 cache,
19932012 node_data_range,
1994 level,
2013 current_node_level,
19952014 node_data_range->mapped_first_leaf_value_index,
19962015 node,
19972016 read_flags,
20362055 {
20372056 return( 1 );
20382057 }
2058 if( ( maximum_node_level != LIBFDATA_BTREE_NODE_LEVEL_UNLIMITED )
2059 && ( current_node_level >= maximum_node_level ) )
2060 {
2061 return( 1 );
2062 }
20392063 result = libfdata_btree_node_get_sub_node_data_range_by_key(
2040 *node,
2041 key_value,
2042 key_value_compare_function,
2043 &sub_node_data_range,
2044 error );
2064 *node,
2065 key_value,
2066 key_value_compare_function,
2067 &sub_node_index,
2068 &sub_node_data_range,
2069 error );
20452070
20462071 if( result == -1 )
20472072 {
20582083 {
20592084 return( 0 );
20602085 }
2061 *node = NULL;
2086 *node_index = sub_node_index;
2087 *node = NULL;
20622088
20632089 result = libfdata_btree_get_leaf_node_by_key(
2064 internal_tree,
2065 file_io_handle,
2066 cache,
2067 sub_node_data_range,
2068 level + 1,
2069 key_value,
2070 key_value_compare_function,
2071 node,
2072 read_flags,
2073 error );
2090 internal_tree,
2091 file_io_handle,
2092 cache,
2093 sub_node_data_range,
2094 maximum_node_level,
2095 current_node_level + 1,
2096 key_value,
2097 key_value_compare_function,
2098 node_index,
2099 node,
2100 read_flags,
2101 error );
20742102
20752103 if( result == -1 )
20762104 {
20842112 return( -1 );
20852113 }
20862114 return( result );
2115 }
2116
2117 /* Retrieves the next leaf node for a specific key value
2118 *
2119 * This function will try to determine the next node based
2120 * on the node_index and node values.
2121 *
2122 * Uses the key_value_compare_function to determine the similarity of the key values
2123 * The key_value_compare_function should return LIBFDATA_COMPARE_LESS,
2124 * LIBFDATA_COMPARE_LESS_EQUAL, LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER,
2125 * LIBFDATA_COMPARE_GREATER_EQUAL if successful or -1 on error
2126 *
2127 * Returns 1 if successful, 0 if no such value or -1 on error
2128 */
2129 int libfdata_btree_get_next_leaf_node_by_key(
2130 libfdata_internal_btree_t *internal_tree,
2131 intptr_t *file_io_handle,
2132 libfcache_cache_t *cache,
2133 libfdata_btree_range_t *node_data_range,
2134 int node_index,
2135 libfdata_btree_node_t *node,
2136 intptr_t *key_value,
2137 int (*key_value_compare_function)(
2138 intptr_t *first_key_value,
2139 intptr_t *second_key_value,
2140 libcerror_error_t **error ),
2141 int *next_node_index,
2142 libfdata_btree_node_t **next_node,
2143 uint8_t read_flags,
2144 libcerror_error_t **error )
2145 {
2146 libfdata_btree_node_t *branch_node = NULL;
2147 libfdata_btree_range_t *sub_node_data_range = NULL;
2148 static char *function = "libfdata_btree_get_next_leaf_node_by_key";
2149 int branch_node_index = 0;
2150 int branch_node_level = 0;
2151 int node_level = 0;
2152 int number_of_sub_nodes = 0;
2153 int result = 0;
2154
2155 if( internal_tree == NULL )
2156 {
2157 libcerror_error_set(
2158 error,
2159 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
2160 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
2161 "%s: invalid tree.",
2162 function );
2163
2164 return( -1 );
2165 }
2166 if( node_index < 0 )
2167 {
2168 libcerror_error_set(
2169 error,
2170 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2171 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
2172 "%s: invalid node index value out of bounds.",
2173 function );
2174
2175 return( -1 );
2176 }
2177 if( node == NULL )
2178 {
2179 libcerror_error_set(
2180 error,
2181 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2182 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
2183 "%s: missing node.",
2184 function );
2185
2186 return( -1 );
2187 }
2188 if( libfdata_btree_node_get_level(
2189 node,
2190 &node_level,
2191 error ) != 1 )
2192 {
2193 libcerror_error_set(
2194 error,
2195 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2196 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2197 "%s: unable to retrieve node level.",
2198 function );
2199
2200 return( -1 );
2201 }
2202 if( node_level == 0 )
2203 {
2204 return( 0 );
2205 }
2206 branch_node_level = node_level;
2207
2208 while( branch_node_level > 0 )
2209 {
2210 branch_node_level -= 1;
2211
2212 result = libfdata_btree_get_leaf_node_by_key(
2213 internal_tree,
2214 file_io_handle,
2215 cache,
2216 node_data_range,
2217 branch_node_level,
2218 0,
2219 key_value,
2220 key_value_compare_function,
2221 &branch_node_index,
2222 &branch_node,
2223 read_flags,
2224 error );
2225
2226 if( result == -1 )
2227 {
2228 libcerror_error_set(
2229 error,
2230 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2231 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2232 "%s: unable to retrieve branch node at level: %d.",
2233 function,
2234 branch_node_level );
2235
2236 return( -1 );
2237 }
2238 else if( result == 0 )
2239 {
2240 return( 0 );
2241 }
2242 if( libfdata_btree_node_get_number_of_sub_nodes(
2243 branch_node,
2244 &number_of_sub_nodes,
2245 error ) != 1 )
2246 {
2247 libcerror_error_set(
2248 error,
2249 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2250 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2251 "%s: unable to retrieve number of sub nodes.",
2252 function );
2253
2254 return( -1 );
2255 }
2256 if( ( node_index < 0 )
2257 || ( node_index >= number_of_sub_nodes ) )
2258 {
2259 libcerror_error_set(
2260 error,
2261 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2262 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
2263 "%s: invalid node index value out of bounds.",
2264 function );
2265
2266 return( -1 );
2267 }
2268 node_index += 1;
2269
2270 if( node_index < number_of_sub_nodes )
2271 {
2272 if( libfdata_btree_node_get_sub_node_data_range_by_index(
2273 branch_node,
2274 node_index,
2275 &sub_node_data_range,
2276 error ) != 1 )
2277 {
2278 libcerror_error_set(
2279 error,
2280 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2281 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2282 "%s: unable to retrieve next sub node: %d data range.",
2283 function,
2284 node_index );
2285
2286 return( -1 );
2287 }
2288 result = libfdata_btree_get_leaf_node_by_key(
2289 internal_tree,
2290 file_io_handle,
2291 cache,
2292 sub_node_data_range,
2293 LIBFDATA_BTREE_NODE_LEVEL_UNLIMITED,
2294 branch_node_level + 1,
2295 key_value,
2296 key_value_compare_function,
2297 next_node_index,
2298 next_node,
2299 read_flags,
2300 error );
2301
2302 if( result == -1 )
2303 {
2304 libcerror_error_set(
2305 error,
2306 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2307 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2308 "%s: unable to retrieve branch node at level: %d.",
2309 function,
2310 branch_node_level );
2311
2312 return( -1 );
2313 }
2314 return( result );
2315 }
2316 /* If no next leaf node is available try the next branch
2317 */
2318 node_index = branch_node_index;
2319 }
2320 return( 0 );
2321 }
2322
2323 /* Retrieves the previous leaf node for a specific key value
2324 *
2325 * This function will try to determine the previous node based
2326 * on the node_index and node values.
2327 *
2328 * Uses the key_value_compare_function to determine the similarity of the key values
2329 * The key_value_compare_function should return LIBFDATA_COMPARE_LESS,
2330 * LIBFDATA_COMPARE_LESS_EQUAL, LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER,
2331 * LIBFDATA_COMPARE_GREATER_EQUAL if successful or -1 on error
2332 *
2333 * Returns 1 if successful, 0 if no such value or -1 on error
2334 */
2335 int libfdata_btree_get_previous_leaf_node_by_key(
2336 libfdata_internal_btree_t *internal_tree,
2337 intptr_t *file_io_handle,
2338 libfcache_cache_t *cache,
2339 libfdata_btree_range_t *node_data_range,
2340 int node_index,
2341 libfdata_btree_node_t *node,
2342 intptr_t *key_value,
2343 int (*key_value_compare_function)(
2344 intptr_t *first_key_value,
2345 intptr_t *second_key_value,
2346 libcerror_error_t **error ),
2347 int *previous_node_index,
2348 libfdata_btree_node_t **previous_node,
2349 uint8_t read_flags,
2350 libcerror_error_t **error )
2351 {
2352 libfdata_btree_node_t *branch_node = NULL;
2353 libfdata_btree_range_t *sub_node_data_range = NULL;
2354 static char *function = "libfdata_btree_get_previous_leaf_node_by_key";
2355 int branch_node_index = 0;
2356 int branch_node_level = 0;
2357 int node_level = 0;
2358 int number_of_sub_nodes = 0;
2359 int result = 0;
2360
2361 if( internal_tree == NULL )
2362 {
2363 libcerror_error_set(
2364 error,
2365 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
2366 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
2367 "%s: invalid tree.",
2368 function );
2369
2370 return( -1 );
2371 }
2372 if( node_index < 0 )
2373 {
2374 libcerror_error_set(
2375 error,
2376 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2377 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
2378 "%s: invalid node index value out of bounds.",
2379 function );
2380
2381 return( -1 );
2382 }
2383 if( node == NULL )
2384 {
2385 libcerror_error_set(
2386 error,
2387 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2388 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
2389 "%s: missing node.",
2390 function );
2391
2392 return( -1 );
2393 }
2394 if( libfdata_btree_node_get_level(
2395 node,
2396 &node_level,
2397 error ) != 1 )
2398 {
2399 libcerror_error_set(
2400 error,
2401 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2402 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2403 "%s: unable to retrieve node level.",
2404 function );
2405
2406 return( -1 );
2407 }
2408 if( node_level == 0 )
2409 {
2410 return( 0 );
2411 }
2412 branch_node_level = node_level;
2413
2414 while( branch_node_level > 0 )
2415 {
2416 branch_node_level -= 1;
2417
2418 result = libfdata_btree_get_leaf_node_by_key(
2419 internal_tree,
2420 file_io_handle,
2421 cache,
2422 node_data_range,
2423 branch_node_level,
2424 0,
2425 key_value,
2426 key_value_compare_function,
2427 &branch_node_index,
2428 &branch_node,
2429 read_flags,
2430 error );
2431
2432 if( result == -1 )
2433 {
2434 libcerror_error_set(
2435 error,
2436 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2437 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2438 "%s: unable to retrieve branch node at level: %d.",
2439 function,
2440 branch_node_level );
2441
2442 return( -1 );
2443 }
2444 else if( result == 0 )
2445 {
2446 return( 0 );
2447 }
2448 if( libfdata_btree_node_get_number_of_sub_nodes(
2449 branch_node,
2450 &number_of_sub_nodes,
2451 error ) != 1 )
2452 {
2453 libcerror_error_set(
2454 error,
2455 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2456 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2457 "%s: unable to retrieve number of sub nodes.",
2458 function );
2459
2460 return( -1 );
2461 }
2462 if( ( node_index < 0 )
2463 || ( node_index >= number_of_sub_nodes ) )
2464 {
2465 libcerror_error_set(
2466 error,
2467 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2468 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
2469 "%s: invalid node index value out of bounds.",
2470 function );
2471
2472 return( -1 );
2473 }
2474 node_index -= 1;
2475
2476 if( node_index >= 0 )
2477 {
2478 if( libfdata_btree_node_get_sub_node_data_range_by_index(
2479 branch_node,
2480 node_index,
2481 &sub_node_data_range,
2482 error ) != 1 )
2483 {
2484 libcerror_error_set(
2485 error,
2486 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2487 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2488 "%s: unable to retrieve previous sub node: %d data range.",
2489 function,
2490 node_index );
2491
2492 return( -1 );
2493 }
2494 result = libfdata_btree_get_leaf_node_by_key(
2495 internal_tree,
2496 file_io_handle,
2497 cache,
2498 sub_node_data_range,
2499 LIBFDATA_BTREE_NODE_LEVEL_UNLIMITED,
2500 branch_node_level + 1,
2501 key_value,
2502 key_value_compare_function,
2503 previous_node_index,
2504 previous_node,
2505 read_flags,
2506 error );
2507
2508 if( result == -1 )
2509 {
2510 libcerror_error_set(
2511 error,
2512 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2513 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2514 "%s: unable to retrieve branch node at level: %d.",
2515 function,
2516 branch_node_level );
2517
2518 return( -1 );
2519 }
2520 return( result );
2521 }
2522 /* If no previous leaf node is available try the previous branch
2523 */
2524 node_index = branch_node_index;
2525 }
2526 return( 0 );
20872527 }
20882528
20892529 /* Retrieves the number of leaf values in the tree
24172857 *
24182858 * Uses the key_value_compare_function to determine the similarity of the key values
24192859 * The key_value_compare_function should return LIBFDATA_COMPARE_LESS,
2420 * LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER if successful or -1 on error
2860 * LIBFDATA_COMPARE_LESS_EQUAL, LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER,
2861 * LIBFDATA_COMPARE_GREATER_EQUAL if successful or -1 on error
24212862 *
24222863 * Returns 1 if successful, 0 if no such value or -1 on error
24232864 */
24302871 intptr_t *first_key_value,
24312872 intptr_t *second_key_value,
24322873 libcerror_error_t **error ),
2874 uint8_t search_flags,
24332875 intptr_t **value,
24342876 uint8_t read_flags,
24352877 libcerror_error_t **error )
24362878 {
2437 libfdata_btree_node_t *node = NULL;
2879 libfdata_btree_node_t *leaf_node = NULL;
24382880 libfdata_btree_range_t *leaf_value_data_range = NULL;
24392881 libfdata_internal_btree_t *internal_tree = NULL;
24402882 static char *function = "libfdata_btree_get_leaf_value_by_key";
2883 int leaf_node_index = 0;
2884 int leaf_node_level = 0;
2885 int node_index = 0;
24412886 int result = 0;
24422887
24432888 if( tree == NULL )
24602905 LIBCERROR_ERROR_DOMAIN_RUNTIME,
24612906 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
24622907 "%s: invalid tree - missing root node data range.",
2908 function );
2909
2910 return( -1 );
2911 }
2912 if( ( search_flags & ~( LIBFDATA_BTREE_SEARCH_FLAG_SCAN_PREVIOUS_NODE | LIBFDATA_BTREE_SEARCH_FLAG_SCAN_NEXT_NODE ) ) != 0 )
2913 {
2914 libcerror_error_set(
2915 error,
2916 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
2917 LIBCERROR_ARGUMENT_ERROR_UNSUPPORTED_VALUE,
2918 "%s: unsupported search flags.",
24632919 function );
24642920
24652921 return( -1 );
24692925 file_io_handle,
24702926 cache,
24712927 internal_tree->root_node_data_range,
2928 LIBFDATA_BTREE_NODE_LEVEL_UNLIMITED,
24722929 0,
24732930 key_value,
24742931 key_value_compare_function,
2475 &node,
2932 &node_index,
2933 &leaf_node,
24762934 read_flags,
24772935 error );
24782936
24872945
24882946 return( -1 );
24892947 }
2490 else if( result != 0 )
2491 {
2492 result = libfdata_btree_node_get_leaf_value_data_range_by_key(
2493 node,
2948 else if( result == 0 )
2949 {
2950 return( 0 );
2951 }
2952 if( libfdata_btree_node_get_level(
2953 leaf_node,
2954 &leaf_node_level,
2955 error ) != 1 )
2956 {
2957 libcerror_error_set(
2958 error,
2959 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2960 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2961 "%s: unable to retrieve leaf node level.",
2962 function );
2963
2964 return( -1 );
2965 }
2966 result = libfdata_btree_node_get_leaf_value_data_range_by_key(
2967 leaf_node,
2968 key_value,
2969 key_value_compare_function,
2970 &leaf_value_data_range,
2971 error );
2972
2973 if( result == -1 )
2974 {
2975 libcerror_error_set(
2976 error,
2977 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2978 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2979 "%s: unable to retrieve leaf value data range.",
2980 function );
2981
2982 return( -1 );
2983 }
2984 if( ( result == 0 )
2985 && ( ( search_flags & LIBFDATA_BTREE_SEARCH_FLAG_SCAN_PREVIOUS_NODE ) != 0 ) )
2986 {
2987 result = libfdata_btree_get_previous_leaf_node_by_key(
2988 internal_tree,
2989 file_io_handle,
2990 cache,
2991 internal_tree->root_node_data_range,
2992 node_index,
2993 leaf_node,
24942994 key_value,
24952995 key_value_compare_function,
2496 &leaf_value_data_range,
2996 &leaf_node_index,
2997 &leaf_node,
2998 read_flags,
24972999 error );
24983000
24993001 if( result == -1 )
25023004 error,
25033005 LIBCERROR_ERROR_DOMAIN_RUNTIME,
25043006 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
2505 "%s: unable to retrieve leaf value data range.",
3007 "%s: unable to retrieve previous leaf node.",
25063008 function );
25073009
25083010 return( -1 );
25093011 }
25103012 else if( result != 0 )
25113013 {
2512 if( libfdata_btree_read_leaf_value(
2513 internal_tree,
2514 file_io_handle,
2515 cache,
2516 leaf_value_data_range,
2517 value,
2518 read_flags,
2519 error ) != 1 )
3014 result = libfdata_btree_node_get_leaf_value_data_range_by_key(
3015 leaf_node,
3016 key_value,
3017 key_value_compare_function,
3018 &leaf_value_data_range,
3019 error );
3020
3021 if( result == -1 )
25203022 {
25213023 libcerror_error_set(
25223024 error,
2523 LIBCERROR_ERROR_DOMAIN_IO,
2524 LIBCERROR_IO_ERROR_READ_FAILED,
2525 "%s: unable to read leaf value.",
3025 LIBCERROR_ERROR_DOMAIN_RUNTIME,
3026 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3027 "%s: unable to retrieve previous leaf value data range.",
25263028 function );
25273029
25283030 return( -1 );
25293031 }
25303032 }
25313033 }
3034 if( ( result == 0 )
3035 && ( ( search_flags & LIBFDATA_BTREE_SEARCH_FLAG_SCAN_NEXT_NODE ) != 0 ) )
3036 {
3037 result = libfdata_btree_get_next_leaf_node_by_key(
3038 internal_tree,
3039 file_io_handle,
3040 cache,
3041 internal_tree->root_node_data_range,
3042 node_index,
3043 leaf_node,
3044 key_value,
3045 key_value_compare_function,
3046 &leaf_node_index,
3047 &leaf_node,
3048 read_flags,
3049 error );
3050
3051 if( result == -1 )
3052 {
3053 libcerror_error_set(
3054 error,
3055 LIBCERROR_ERROR_DOMAIN_RUNTIME,
3056 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3057 "%s: unable to retrieve next leaf node.",
3058 function );
3059
3060 return( -1 );
3061 }
3062 else if( result != 0 )
3063 {
3064 result = libfdata_btree_node_get_leaf_value_data_range_by_key(
3065 leaf_node,
3066 key_value,
3067 key_value_compare_function,
3068 &leaf_value_data_range,
3069 error );
3070
3071 if( result == -1 )
3072 {
3073 libcerror_error_set(
3074 error,
3075 LIBCERROR_ERROR_DOMAIN_RUNTIME,
3076 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3077 "%s: unable to retrieve next leaf value data range.",
3078 function );
3079
3080 return( -1 );
3081 }
3082 }
3083 }
3084 if( result != 0 )
3085 {
3086 if( libfdata_btree_read_leaf_value(
3087 internal_tree,
3088 file_io_handle,
3089 cache,
3090 leaf_value_data_range,
3091 value,
3092 read_flags,
3093 error ) != 1 )
3094 {
3095 libcerror_error_set(
3096 error,
3097 LIBCERROR_ERROR_DOMAIN_IO,
3098 LIBCERROR_IO_ERROR_READ_FAILED,
3099 "%s: unable to read leaf value.",
3100 function );
3101
3102 return( -1 );
3103 }
3104 }
25323105 return( result );
25333106 }
25343107
266266 intptr_t *file_io_handle,
267267 libfcache_cache_t *cache,
268268 libfdata_btree_range_t *node_data_range,
269 int level,
269 int maximum_node_level,
270 int current_node_level,
270271 intptr_t *key_value,
271272 int (*key_value_compare_function)(
272273 intptr_t *first_key_value,
273274 intptr_t *second_key_value,
274275 libcerror_error_t **error ),
276 int *node_index,
275277 libfdata_btree_node_t **node,
278 uint8_t read_flags,
279 libcerror_error_t **error );
280
281 int libfdata_btree_get_next_leaf_node_by_key(
282 libfdata_internal_btree_t *internal_tree,
283 intptr_t *file_io_handle,
284 libfcache_cache_t *cache,
285 libfdata_btree_range_t *node_data_range,
286 int node_index,
287 libfdata_btree_node_t *node,
288 intptr_t *key_value,
289 int (*key_value_compare_function)(
290 intptr_t *first_key_value,
291 intptr_t *second_key_value,
292 libcerror_error_t **error ),
293 int *next_node_index,
294 libfdata_btree_node_t **next_node,
295 uint8_t read_flags,
296 libcerror_error_t **error );
297
298 int libfdata_btree_get_previous_leaf_node_by_key(
299 libfdata_internal_btree_t *internal_tree,
300 intptr_t *file_io_handle,
301 libfcache_cache_t *cache,
302 libfdata_btree_range_t *node_data_range,
303 int node_index,
304 libfdata_btree_node_t *node,
305 intptr_t *key_value,
306 int (*key_value_compare_function)(
307 intptr_t *first_key_value,
308 intptr_t *second_key_value,
309 libcerror_error_t **error ),
310 int *previous_node_index,
311 libfdata_btree_node_t **previous_node,
276312 uint8_t read_flags,
277313 libcerror_error_t **error );
278314
318354 intptr_t *first_key_value,
319355 intptr_t *second_key_value,
320356 libcerror_error_t **error ),
357 uint8_t search_flags,
321358 intptr_t **value,
322359 uint8_t read_flags,
323360 libcerror_error_t **error );
577577 *
578578 * Uses the key_value_compare_function to determine the similarity of the key values
579579 * The key_value_compare_function should return LIBFDATA_COMPARE_LESS,
580 * LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER if successful or -1 on error
580 * LIBFDATA_COMPARE_LESS_EQUAL, LIBFDATA_COMPARE_EQUAL, LIBFDATA_COMPARE_GREATER,
581 * LIBFDATA_COMPARE_GREATER_EQUAL if successful or -1 on error
581582 *
582583 * Returns 1 if successful, 0 if no such value or -1 on error
583584 */
588589 intptr_t *first_key_value,
589590 intptr_t *second_key_value,
590591 libcerror_error_t **error ),
592 int *sub_node_index,
591593 libfdata_btree_range_t **sub_node_data_range,
592594 libcerror_error_t **error )
593595 {
594596 libfdata_internal_btree_node_t *internal_tree_node = NULL;
595597 static char *function = "libfdata_btree_node_get_sub_node_data_range_by_key";
596598 int number_of_sub_nodes = 0;
597 int sub_node_index = 0;
598599 int result = 0;
599600
600601 if( node == NULL )
628629 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
629630 LIBCERROR_ARGUMENT_ERROR_UNSUPPORTED_VALUE,
630631 "%s: invalid node - unsupported flags calculate mapped ranges is set.",
632 function );
633
634 return( -1 );
635 }
636 if( sub_node_index == NULL )
637 {
638 libcerror_error_set(
639 error,
640 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
641 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
642 "%s: invalid sub node index.",
631643 function );
632644
633645 return( -1 );
646658
647659 return( -1 );
648660 }
649 for( sub_node_index = 0;
650 sub_node_index < number_of_sub_nodes;
651 sub_node_index++ )
661 for( *sub_node_index = 0;
662 *sub_node_index < number_of_sub_nodes;
663 *sub_node_index += 1 )
652664 {
653665 if( libcdata_array_get_entry_by_index(
654666 internal_tree_node->sub_node_ranges_array,
655 sub_node_index,
667 *sub_node_index,
656668 (intptr_t **) sub_node_data_range,
657669 error ) != 1 )
658670 {
662674 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
663675 "%s: unable to retrieve entry: %d from sub node ranges array.",
664676 function,
665 sub_node_index );
677 *sub_node_index );
666678
667679 return( -1 );
668680 }
674686 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
675687 "%s: missing sub node: %d data range.",
676688 function,
677 sub_node_index );
689 *sub_node_index );
678690
679691 return( -1 );
680692 }
700712 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
701713 "%s: unable to compare key value with sub node data range key value: %d.",
702714 function,
703 sub_node_index );
715 *sub_node_index );
704716
705717 return( -1 );
706718 }
707 else if( result == LIBFDATA_COMPARE_EQUAL )
719 else if( ( result == LIBFDATA_COMPARE_EQUAL )
720 || ( result == LIBFDATA_COMPARE_GREATER_EQUAL )
721 || ( result == LIBFDATA_COMPARE_LESS_EQUAL ) )
708722 {
709723 return( 1 );
710724 }
711725 else if( result == LIBFDATA_COMPARE_LESS )
712726 {
713 /* TODO handle upper bound versus lower bound key value */
714727 break;
715728 }
716729 else if( result != LIBFDATA_COMPARE_GREATER )
727740 }
728741 }
729742 }
743 *sub_node_data_range = NULL;
744
730745 return( 0 );
731746 }
732747
120120 intptr_t *first_key_value,
121121 intptr_t *second_key_value,
122122 libcerror_error_t **error ),
123 int *sub_node_index,
123124 libfdata_btree_range_t **sub_node_data_range,
124125 libcerror_error_t **error );
125126
3232 * for local use of libfdata
3333 */
3434 #else
35 #define LIBFDATA_VERSION 20150104
35 #define LIBFDATA_VERSION 20150825
3636
3737 /* The libfdata version string
3838 */
39 #define LIBFDATA_VERSION_STRING "20150104"
39 #define LIBFDATA_VERSION_STRING "20150825"
4040
4141 /* The library flag definitions
4242 */
119119 */
120120 LIBFDATA_COMPARE_LESS,
121121
122 /* The first value is less equal than the second value
123 */
124 LIBFDATA_COMPARE_LESS_EQUAL,
125
122126 /* The first and second values are equal
123127 */
124128 LIBFDATA_COMPARE_EQUAL,
125129
126130 /* The first value is greater than the second value
127131 */
128 LIBFDATA_COMPARE_GREATER
132 LIBFDATA_COMPARE_GREATER,
133
134 /* The first value is greater equal than the second value
135 */
136 LIBFDATA_COMPARE_GREATER_EQUAL
129137 };
130138
131139 /* The range flag definitions
168176 LIBFDATA_READ_FLAG_NO_CACHE = 0x80
169177 };
170178
179 /* The btree search flag definitions
180 */
181 enum LIBFDATA_BTREE_SEARCH_FLAGS
182 {
183 /* Flag to additionally scan the previous node
184 */
185 LIBFDATA_BTREE_SEARCH_FLAG_SCAN_PREVIOUS_NODE = 0x01,
186
187 /* Flag to additionally scan the next node
188 */
189 LIBFDATA_BTREE_SEARCH_FLAG_SCAN_NEXT_NODE = 0x02
190 };
191
171192 /* The tree node flag definitions
172193 */
173194 enum LIBFDATA_TREE_NODE_FLAGS
207228
208229 /* Only allow unique sub node values, no duplicates
209230 */
210 LIBFDATA_TREE_NODE_INSERT_FLAG_UNIQUE_SUB_NODE_VALUES = 0x01,
231 LIBFDATA_TREE_NODE_INSERT_FLAG_UNIQUE_SUB_NODE_VALUES = 0x01
211232 };
212233
213234 #endif
225246 LIBFDATA_BTREE_NODE_FLAG_IS_LEAF = 0x04
226247 };
227248
249 #define LIBFDATA_BTREE_NODE_LEVEL_UNLIMITED -1
250
228251 /* The list flag definitions
229252 */
230253 enum LIBFDATA_LIST_FLAGS
13651365 return( -1 );
13661366 }
13671367
1368 /* Sets the mapped size
1369 * The mapped size cannot be larger than the stream size
1370 * A value of 0 is equivalent for the stream size
1371 * Returns 1 if successful or -1 on error
1372 */
1373 int libfdata_stream_set_mapped_size(
1374 libfdata_stream_t *stream,
1375 size64_t mapped_size,
1376 libcerror_error_t **error )
1377 {
1378 libfdata_internal_stream_t *internal_stream = NULL;
1379 static char *function = "libfdata_stream_set_mapped_size";
1380
1381 if( stream == NULL )
1382 {
1383 libcerror_error_set(
1384 error,
1385 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
1386 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
1387 "%s: invalid stream.",
1388 function );
1389
1390 return( -1 );
1391 }
1392 internal_stream = (libfdata_internal_stream_t *) stream;
1393
1394 if( mapped_size > internal_stream->size )
1395 {
1396 libcerror_error_set(
1397 error,
1398 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1399 LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
1400 "%s: invalid mapped size value out of bounds.",
1401 function );
1402
1403 return( -1 );
1404 }
1405 internal_stream->mapped_size = mapped_size;
1406
1407 return( 1 );
1408 }
1409
13681410 /* Mapped range functions
13691411 */
13701412
15161558 return( 1 );
15171559 }
15181560
1561 /* Retrieves the mapped range of a specific segment
1562 * Returns 1 if successful or -1 on error
1563 */
1564 int libfdata_stream_get_segment_mapped_range(
1565 libfdata_stream_t *stream,
1566 int segment_index,
1567 off64_t *mapped_range_offset,
1568 size64_t *mapped_range_size,
1569 libcerror_error_t **error )
1570 {
1571 libfdata_internal_stream_t *internal_stream = NULL;
1572 libfdata_mapped_range_t *mapped_range = NULL;
1573 static char *function = "libfdata_stream_get_segment_mapped_range";
1574
1575 if( stream == NULL )
1576 {
1577 libcerror_error_set(
1578 error,
1579 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
1580 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
1581 "%s: invalid stream.",
1582 function );
1583
1584 return( -1 );
1585 }
1586 internal_stream = (libfdata_internal_stream_t *) stream;
1587
1588 if( libcdata_array_get_entry_by_index(
1589 internal_stream->mapped_ranges_array,
1590 segment_index,
1591 (intptr_t **) &mapped_range,
1592 error ) != 1 )
1593 {
1594 libcerror_error_set(
1595 error,
1596 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1597 LIBCERROR_RUNTIME_ERROR_GET_FAILED,
1598 "%s: unable to retrieve entry: %d from mapped ranges array.",
1599 function,
1600 segment_index );
1601
1602 return( -1 );
1603 }
1604 if( libfdata_mapped_range_get(
1605 mapped_range,
1606 mapped_range_offset,
1607 mapped_range_size,
1608 error ) != 1 )
1609 {
1610 libcerror_error_set(
1611 error,
1612 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1613 LIBCERROR_RUNTIME_ERROR_SET_FAILED,
1614 "%s: unable to retrieve values from mapped range: %d.",
1615 function,
1616 segment_index );
1617
1618 return( -1 );
1619 }
1620 return( 1 );
1621 }
1622
15191623 /* Retrieves the segment index for a specific offset
15201624 * The segment_data_offset value is set to the offset relative to the start of the segment
15211625 * Returns 1 if successful, 0 if not or -1 on error
15331637 off64_t mapped_range_end_offset = 0;
15341638 off64_t mapped_range_start_offset = 0;
15351639 size64_t mapped_range_size = 0;
1640 size64_t stream_size = 0;
15361641 int initial_segment_index = 0;
15371642 int number_of_segments = 0;
15381643 int result = 0;
15581663 }
15591664 internal_stream = (libfdata_internal_stream_t *) stream;
15601665
1561 if( internal_stream->size == 0 )
1562 {
1563 libcerror_error_set(
1564 error,
1565 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1566 LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
1567 "%s: invalid stream - size value out of bounds.",
1568 function );
1569
1570 return( -1 );
1571 }
15721666 if( offset < 0 )
15731667 {
15741668 libcerror_error_set(
16271721 offset );
16281722 }
16291723 #endif
1630 if( internal_stream->size == 0 )
1724 if( internal_stream->mapped_size != 0 )
1725 {
1726 stream_size = internal_stream->mapped_size;
1727 }
1728 else
1729 {
1730 stream_size = internal_stream->size;
1731 }
1732 if( stream_size == 0 )
16311733 {
16321734 return( 0 );
16331735 }
16471749 }
16481750 /* This assumes a fairly even distribution of the sizes of the segments
16491751 */
1650 initial_segment_index = (int) ( ( number_of_segments * offset ) / internal_stream->size );
1752 initial_segment_index = (int) ( ( number_of_segments * offset ) / stream_size );
16511753
16521754 /* Look for the corresponding segment upwards in the array
16531755 */
20152117 off64_t segment_offset = 0;
20162118 size64_t segment_size = 0;
20172119 size64_t segment_data_size = 0;
2120 size64_t stream_size = 0;
20182121 size_t buffer_offset = 0;
20192122 size_t read_size = 0;
20202123 ssize_t read_count = 0;
20892192
20902193 return( -1 );
20912194 }
2195 if( internal_stream->mapped_size != 0 )
2196 {
2197 stream_size = internal_stream->mapped_size;
2198 }
2199 else
2200 {
2201 stream_size = internal_stream->size;
2202 }
20922203 /* Bail out early for requests to read empty buffers and beyond the end of the stream
20932204 */
20942205 if( ( buffer_size == 0 )
2095 || ( (size64_t) internal_stream->current_offset >= internal_stream->size ) )
2206 || ( (size64_t) internal_stream->current_offset >= stream_size ) )
20962207 {
20972208 return( 0 );
20982209 }
2099 if( (size64_t) ( internal_stream->current_offset + buffer_size ) > internal_stream->size )
2100 {
2101 buffer_size = (size_t) ( internal_stream->size - internal_stream->current_offset );
2210 if( (size64_t) ( internal_stream->current_offset + buffer_size ) > stream_size )
2211 {
2212 buffer_size = (size_t) ( stream_size - internal_stream->current_offset );
21022213 }
21032214 if( libcdata_array_get_entry_by_index(
21042215 internal_stream->segments_array,
22162327 buffer_size -= read_size;
22172328 buffer_offset += read_size;
22182329
2219 if( (size64_t) internal_stream->current_offset >= internal_stream->size )
2330 if( (size64_t) internal_stream->current_offset >= stream_size )
22202331 {
22212332 break;
22222333 }
28132924 libfdata_internal_stream_t *internal_stream = NULL;
28142925 static char *function = "libfdata_stream_seek_offset";
28152926 off64_t segment_data_offset = 0;
2927 size64_t stream_size = 0;
28162928 int segment_index = 0;
28172929
28182930 if( stream == NULL )
28522964
28532965 return( -1 );
28542966 }
2967 if( internal_stream->mapped_size != 0 )
2968 {
2969 stream_size = internal_stream->mapped_size;
2970 }
2971 else
2972 {
2973 stream_size = internal_stream->size;
2974 }
28552975 if( whence == SEEK_CUR )
28562976 {
28572977 offset += internal_stream->current_offset;
28582978 }
28592979 else if( whence == SEEK_END )
28602980 {
2861 offset += (off64_t) internal_stream->size;
2981 offset += (off64_t) stream_size;
28622982 }
28632983 #if defined( HAVE_VERBOSE_OUTPUT )
28642984 if( libcnotify_verbose != 0 )
28803000
28813001 return( -1 );
28823002 }
2883 if( offset < (off64_t) internal_stream->size )
3003 if( offset < (off64_t) stream_size )
28843004 {
28853005 if( libfdata_stream_get_segment_index_at_offset(
28863006 stream,
30163136 return( -1 );
30173137 }
30183138 }
3019 *size = internal_stream->size;
3020
3139 if( internal_stream->mapped_size != 0 )
3140 {
3141 *size = internal_stream->mapped_size;
3142 }
3143 else
3144 {
3145 *size = internal_stream->size;
3146 }
30213147 return( 1 );
30223148 }
30233149
5454 /* The (stream) size
5555 */
5656 size64_t size;
57
58 /* The mapped (stream) size
59 */
60 size64_t mapped_size;
5761
5862 /* The segments array
5963 */
257261 uint32_t segment_flags,
258262 libcerror_error_t **error );
259263
264 LIBFDATA_EXTERN \
265 int libfdata_stream_set_mapped_size(
266 libfdata_stream_t *stream,
267 size64_t mapped_size,
268 libcerror_error_t **error );
269
260270 /* Mapped range functions
261271 */
262272 int libfdata_stream_calculate_mapped_ranges(
263273 libfdata_internal_stream_t *internal_stream,
274 libcerror_error_t **error );
275
276 LIBFDATA_EXTERN \
277 int libfdata_stream_get_segment_mapped_range(
278 libfdata_stream_t *stream,
279 int segment_index,
280 off64_t *mapped_range_offset,
281 size64_t *mapped_range_size,
264282 libcerror_error_t **error );
265283
266284 LIBFDATA_EXTERN \
20332033 }
20342034 element_data_offset = (off64_t) ( element_index * internal_vector->element_data_size );
20352035
2036 if( element_data_offset > (off64_t) internal_vector->size )
2036 if( (size64_t) element_data_offset > internal_vector->size )
20372037 {
20382038 libcerror_error_set(
20392039 error,
21022102 return( -1 );
21032103 }
21042104 /* TODO what about compressed data ranges */
2105 if( element_data_offset < (off64_t) segment_data_range->size )
2105 if( (size64_t) element_data_offset < segment_data_range->size )
21062106 {
21072107 element_data_file_index = segment_data_range->file_index;
21082108 element_data_offset += segment_data_range->offset;
24822482 }
24832483 element_data_offset = (off64_t) ( element_index * internal_vector->element_data_size );
24842484
2485 if( element_data_offset > (off64_t) internal_vector->size )
2485 if( (size64_t) element_data_offset > internal_vector->size )
24862486 {
24872487 libcerror_error_set(
24882488 error,
25512551 return( -1 );
25522552 }
25532553 /* TODO what about compressed data ranges */
2554 if( element_data_offset < (off64_t) segment_data_range->size )
2554 if( (size64_t) element_data_offset < segment_data_range->size )
25552555 {
25562556 element_data_file_index = segment_data_range->file_index;
25572557 element_data_offset += segment_data_range->offset;
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfdatetime
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
107144 @HAVE_LOCAL_LIBFDATETIME_TRUE@ libfdatetime_support.lo \
108145 @HAVE_LOCAL_LIBFDATETIME_TRUE@ libfdatetime_systemtime.lo
109146 libfdatetime_la_OBJECTS = $(am_libfdatetime_la_OBJECTS)
147 AM_V_lt = $(am__v_lt_@AM_V@)
148 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149 am__v_lt_0 = --silent
150 am__v_lt_1 =
110151 @HAVE_LOCAL_LIBFDATETIME_TRUE@am_libfdatetime_la_rpath =
152 AM_V_P = $(am__v_P_@AM_V@)
153 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154 am__v_P_0 = false
155 am__v_P_1 = :
156 AM_V_GEN = $(am__v_GEN_@AM_V@)
157 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158 am__v_GEN_0 = @echo " GEN " $@;
159 am__v_GEN_1 =
160 AM_V_at = $(am__v_at_@AM_V@)
161 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162 am__v_at_0 = @
163 am__v_at_1 =
111164 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
112165 depcomp = $(SHELL) $(top_srcdir)/depcomp
113166 am__depfiles_maybe = depfiles
114167 am__mv = mv -f
115168 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
116169 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
119 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
172 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
173 $(AM_CFLAGS) $(CFLAGS)
174 AM_V_CC = $(am__v_CC_@AM_V@)
175 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
176 am__v_CC_0 = @echo " CC " $@;
177 am__v_CC_1 =
120178 CCLD = $(CC)
121 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
123 $(LDFLAGS) -o $@
179 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181 $(AM_LDFLAGS) $(LDFLAGS) -o $@
182 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184 am__v_CCLD_0 = @echo " CCLD " $@;
185 am__v_CCLD_1 =
124186 SOURCES = $(libfdatetime_la_SOURCES)
125187 DIST_SOURCES = $(am__libfdatetime_la_SOURCES_DIST)
126188 am__can_run_installinfo = \
128190 n|no|NO) false;; \
129191 *) (install-info --version) >/dev/null 2>&1;; \
130192 esac
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 # Read a list of newline-separated strings from the standard input,
195 # and print each of them once, without duplicates. Input order is
196 # *not* preserved.
197 am__uniquify_input = $(AWK) '\
198 BEGIN { nonempty = 0; } \
199 { items[$$0] = 1; nonempty = 1; } \
200 END { if (nonempty) { for (i in items) print i; }; } \
201 '
202 # Make sure the list of sources is unique. This is necessary because,
203 # e.g., the same source file might be shared among _SOURCES variables
204 # for different programs/libraries.
205 am__define_uniq_tagged_files = \
206 list='$(am__tagged_files)'; \
207 unique=`for i in $$list; do \
208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209 done | $(am__uniquify_input)`
131210 ETAGS = etags
132211 CTAGS = ctags
212 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
133213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134214 ACLOCAL = @ACLOCAL@
135215 AMTAR = @AMTAR@
216 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136217 AR = @AR@
137218 AS = @AS@
138219 AUTOCONF = @AUTOCONF@
553634 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfdatetime/Makefile'; \
554635 $(am__cd) $(top_srcdir) && \
555636 $(AUTOMAKE) --gnu libfdatetime/Makefile
556 .PRECIOUS: Makefile
557637 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
558638 @case '$?' in \
559639 *config.status*) \
582662 echo rm -f $${locs}; \
583663 rm -f $${locs}; \
584664 }
665
585666 libfdatetime.la: $(libfdatetime_la_OBJECTS) $(libfdatetime_la_DEPENDENCIES) $(EXTRA_libfdatetime_la_DEPENDENCIES)
586 $(LINK) $(am_libfdatetime_la_rpath) $(libfdatetime_la_OBJECTS) $(libfdatetime_la_LIBADD) $(LIBS)
667 $(AM_V_CCLD)$(LINK) $(am_libfdatetime_la_rpath) $(libfdatetime_la_OBJECTS) $(libfdatetime_la_LIBADD) $(LIBS)
587668
588669 mostlyclean-compile:
589670 -rm -f *.$(OBJEXT)
602683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfdatetime_systemtime.Plo@am__quote@
603684
604685 .c.o:
605 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
606 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
686 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
687 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
690 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
610691
611692 .c.obj:
612 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
613 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
693 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
694 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
697 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
617698
618699 .c.lo:
619 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
620 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
700 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
701 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
622703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
704 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
624705
625706 mostlyclean-libtool:
626707 -rm -f *.lo
628709 clean-libtool:
629710 -rm -rf .libs _libs
630711
631 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
632 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
633 unique=`for i in $$list; do \
634 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
635 done | \
636 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
637 END { if (nonempty) { for (i in files) print i; }; }'`; \
638 mkid -fID $$unique
639 tags: TAGS
640
641 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
642 $(TAGS_FILES) $(LISP)
712 ID: $(am__tagged_files)
713 $(am__define_uniq_tagged_files); mkid -fID $$unique
714 tags: tags-am
715 TAGS: tags
716
717 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
643718 set x; \
644719 here=`pwd`; \
645 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
646 unique=`for i in $$list; do \
647 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
648 done | \
649 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
650 END { if (nonempty) { for (i in files) print i; }; }'`; \
720 $(am__define_uniq_tagged_files); \
651721 shift; \
652722 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
653723 test -n "$$unique" || unique=$$empty_fix; \
659729 $$unique; \
660730 fi; \
661731 fi
662 ctags: CTAGS
663 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
664 $(TAGS_FILES) $(LISP)
665 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
666 unique=`for i in $$list; do \
667 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
668 done | \
669 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670 END { if (nonempty) { for (i in files) print i; }; }'`; \
732 ctags: ctags-am
733
734 CTAGS: ctags
735 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
736 $(am__define_uniq_tagged_files); \
671737 test -z "$(CTAGS_ARGS)$$unique" \
672738 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
673739 $$unique
676742 here=`$(am__cd) $(top_builddir) && pwd` \
677743 && $(am__cd) $(top_srcdir) \
678744 && gtags -i $(GTAGS_ARGS) "$$here"
679
680 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
681 list='$(SOURCES) $(HEADERS) $(LISP)'; \
745 cscopelist: cscopelist-am
746
747 cscopelist-am: $(am__tagged_files)
748 list='$(am__tagged_files)'; \
682749 case "$(srcdir)" in \
683750 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
684751 *) sdir=$(subdir)/$(srcdir) ;; \
829896
830897 .MAKE: install-am install-strip
831898
832 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
833 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
834 distclean distclean-compile distclean-generic \
899 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
900 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
901 ctags-am distclean distclean-compile distclean-generic \
835902 distclean-libtool distclean-tags distdir dvi dvi-am html \
836903 html-am info info-am install install-am install-data \
837904 install-data-am install-dvi install-dvi-am install-exec \
841908 installcheck-am installdirs maintainer-clean \
842909 maintainer-clean-generic mostlyclean mostlyclean-compile \
843910 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
844 tags uninstall uninstall-am
911 tags tags-am uninstall uninstall-am
912
913 .PRECIOUS: Makefile
845914
846915
847916 distclean: clean
3535 #else
3636 #include <byte_stream.h>
3737
38 #define LIBFDATETIME_VERSION 20150104
38 #define LIBFDATETIME_VERSION 20150507
3939
4040 /* The version string
4141 */
42 #define LIBFDATETIME_VERSION_STRING "20150104"
42 #define LIBFDATETIME_VERSION_STRING "20150507"
4343
4444 /* The byte order definitions
4545 */
633633 posix_timestamp &= 0x7fffffffffffffffULL;
634634 #endif
635635 }
636 if( posix_timestamp == 0 )
636 if( ( is_signed != 0 )
637 && ( posix_timestamp == 0 ) )
637638 {
638639 libcerror_error_set(
639640 error,
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfguid
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
93130 @HAVE_LOCAL_LIBFGUID_TRUE@ libfguid_identifier.lo \
94131 @HAVE_LOCAL_LIBFGUID_TRUE@ libfguid_support.lo
95132 libfguid_la_OBJECTS = $(am_libfguid_la_OBJECTS)
133 AM_V_lt = $(am__v_lt_@AM_V@)
134 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
135 am__v_lt_0 = --silent
136 am__v_lt_1 =
96137 @HAVE_LOCAL_LIBFGUID_TRUE@am_libfguid_la_rpath =
138 AM_V_P = $(am__v_P_@AM_V@)
139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140 am__v_P_0 = false
141 am__v_P_1 = :
142 AM_V_GEN = $(am__v_GEN_@AM_V@)
143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144 am__v_GEN_0 = @echo " GEN " $@;
145 am__v_GEN_1 =
146 AM_V_at = $(am__v_at_@AM_V@)
147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 am__v_at_0 = @
149 am__v_at_1 =
97150 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
98151 depcomp = $(SHELL) $(top_srcdir)/depcomp
99152 am__depfiles_maybe = depfiles
100153 am__mv = mv -f
101154 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
156 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
158 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
159 $(AM_CFLAGS) $(CFLAGS)
160 AM_V_CC = $(am__v_CC_@AM_V@)
161 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
162 am__v_CC_0 = @echo " CC " $@;
163 am__v_CC_1 =
106164 CCLD = $(CC)
107 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109 $(LDFLAGS) -o $@
165 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167 $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
169 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
170 am__v_CCLD_0 = @echo " CCLD " $@;
171 am__v_CCLD_1 =
110172 SOURCES = $(libfguid_la_SOURCES)
111173 DIST_SOURCES = $(am__libfguid_la_SOURCES_DIST)
112174 am__can_run_installinfo = \
114176 n|no|NO) false;; \
115177 *) (install-info --version) >/dev/null 2>&1;; \
116178 esac
179 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180 # Read a list of newline-separated strings from the standard input,
181 # and print each of them once, without duplicates. Input order is
182 # *not* preserved.
183 am__uniquify_input = $(AWK) '\
184 BEGIN { nonempty = 0; } \
185 { items[$$0] = 1; nonempty = 1; } \
186 END { if (nonempty) { for (i in items) print i; }; } \
187 '
188 # Make sure the list of sources is unique. This is necessary because,
189 # e.g., the same source file might be shared among _SOURCES variables
190 # for different programs/libraries.
191 am__define_uniq_tagged_files = \
192 list='$(am__tagged_files)'; \
193 unique=`for i in $$list; do \
194 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195 done | $(am__uniquify_input)`
117196 ETAGS = etags
118197 CTAGS = ctags
198 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
119199 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120200 ACLOCAL = @ACLOCAL@
121201 AMTAR = @AMTAR@
202 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122203 AR = @AR@
123204 AS = @AS@
124205 AUTOCONF = @AUTOCONF@
533614 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfguid/Makefile'; \
534615 $(am__cd) $(top_srcdir) && \
535616 $(AUTOMAKE) --gnu libfguid/Makefile
536 .PRECIOUS: Makefile
537617 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
538618 @case '$?' in \
539619 *config.status*) \
562642 echo rm -f $${locs}; \
563643 rm -f $${locs}; \
564644 }
645
565646 libfguid.la: $(libfguid_la_OBJECTS) $(libfguid_la_DEPENDENCIES) $(EXTRA_libfguid_la_DEPENDENCIES)
566 $(LINK) $(am_libfguid_la_rpath) $(libfguid_la_OBJECTS) $(libfguid_la_LIBADD) $(LIBS)
647 $(AM_V_CCLD)$(LINK) $(am_libfguid_la_rpath) $(libfguid_la_OBJECTS) $(libfguid_la_LIBADD) $(LIBS)
567648
568649 mostlyclean-compile:
569650 -rm -f *.$(OBJEXT)
576657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfguid_support.Plo@am__quote@
577658
578659 .c.o:
579 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
580 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
661 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
584665
585666 .c.obj:
586 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
587 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
668 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
671 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
591672
592673 .c.lo:
593 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
596677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
598679
599680 mostlyclean-libtool:
600681 -rm -f *.lo
602683 clean-libtool:
603684 -rm -rf .libs _libs
604685
605 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
606 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
607 unique=`for i in $$list; do \
608 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609 done | \
610 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611 END { if (nonempty) { for (i in files) print i; }; }'`; \
612 mkid -fID $$unique
613 tags: TAGS
614
615 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
616 $(TAGS_FILES) $(LISP)
686 ID: $(am__tagged_files)
687 $(am__define_uniq_tagged_files); mkid -fID $$unique
688 tags: tags-am
689 TAGS: tags
690
691 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
617692 set x; \
618693 here=`pwd`; \
619 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
620 unique=`for i in $$list; do \
621 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622 done | \
623 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624 END { if (nonempty) { for (i in files) print i; }; }'`; \
694 $(am__define_uniq_tagged_files); \
625695 shift; \
626696 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627697 test -n "$$unique" || unique=$$empty_fix; \
633703 $$unique; \
634704 fi; \
635705 fi
636 ctags: CTAGS
637 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
638 $(TAGS_FILES) $(LISP)
639 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
640 unique=`for i in $$list; do \
641 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642 done | \
643 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644 END { if (nonempty) { for (i in files) print i; }; }'`; \
706 ctags: ctags-am
707
708 CTAGS: ctags
709 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
710 $(am__define_uniq_tagged_files); \
645711 test -z "$(CTAGS_ARGS)$$unique" \
646712 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647713 $$unique
650716 here=`$(am__cd) $(top_builddir) && pwd` \
651717 && $(am__cd) $(top_srcdir) \
652718 && gtags -i $(GTAGS_ARGS) "$$here"
653
654 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
655 list='$(SOURCES) $(HEADERS) $(LISP)'; \
719 cscopelist: cscopelist-am
720
721 cscopelist-am: $(am__tagged_files)
722 list='$(am__tagged_files)'; \
656723 case "$(srcdir)" in \
657724 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
658725 *) sdir=$(subdir)/$(srcdir) ;; \
803870
804871 .MAKE: install-am install-strip
805872
806 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
807 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
808 distclean distclean-compile distclean-generic \
873 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
874 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
875 ctags-am distclean distclean-compile distclean-generic \
809876 distclean-libtool distclean-tags distdir dvi dvi-am html \
810877 html-am info info-am install install-am install-data \
811878 install-data-am install-dvi install-dvi-am install-exec \
815882 installcheck-am installdirs maintainer-clean \
816883 maintainer-clean-generic mostlyclean mostlyclean-compile \
817884 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818 tags uninstall uninstall-am
885 tags tags-am uninstall uninstall-am
886
887 .PRECIOUS: Makefile
819888
820889
821890 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfvalue
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
116153 @HAVE_LOCAL_LIBFVALUE_TRUE@ libfvalue_value_type.lo \
117154 @HAVE_LOCAL_LIBFVALUE_TRUE@ libfvalue_support.lo
118155 libfvalue_la_OBJECTS = $(am_libfvalue_la_OBJECTS)
156 AM_V_lt = $(am__v_lt_@AM_V@)
157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 am__v_lt_0 = --silent
159 am__v_lt_1 =
119160 @HAVE_LOCAL_LIBFVALUE_TRUE@am_libfvalue_la_rpath =
161 AM_V_P = $(am__v_P_@AM_V@)
162 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
163 am__v_P_0 = false
164 am__v_P_1 = :
165 AM_V_GEN = $(am__v_GEN_@AM_V@)
166 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
167 am__v_GEN_0 = @echo " GEN " $@;
168 am__v_GEN_1 =
169 AM_V_at = $(am__v_at_@AM_V@)
170 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
171 am__v_at_0 = @
172 am__v_at_1 =
120173 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
121174 depcomp = $(SHELL) $(top_srcdir)/depcomp
122175 am__depfiles_maybe = depfiles
123176 am__mv = mv -f
124177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
181 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
182 $(AM_CFLAGS) $(CFLAGS)
183 AM_V_CC = $(am__v_CC_@AM_V@)
184 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
185 am__v_CC_0 = @echo " CC " $@;
186 am__v_CC_1 =
129187 CCLD = $(CC)
130 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132 $(LDFLAGS) -o $@
188 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
190 $(AM_LDFLAGS) $(LDFLAGS) -o $@
191 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
192 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
193 am__v_CCLD_0 = @echo " CCLD " $@;
194 am__v_CCLD_1 =
133195 SOURCES = $(libfvalue_la_SOURCES)
134196 DIST_SOURCES = $(am__libfvalue_la_SOURCES_DIST)
135197 am__can_run_installinfo = \
137199 n|no|NO) false;; \
138200 *) (install-info --version) >/dev/null 2>&1;; \
139201 esac
202 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203 # Read a list of newline-separated strings from the standard input,
204 # and print each of them once, without duplicates. Input order is
205 # *not* preserved.
206 am__uniquify_input = $(AWK) '\
207 BEGIN { nonempty = 0; } \
208 { items[$$0] = 1; nonempty = 1; } \
209 END { if (nonempty) { for (i in items) print i; }; } \
210 '
211 # Make sure the list of sources is unique. This is necessary because,
212 # e.g., the same source file might be shared among _SOURCES variables
213 # for different programs/libraries.
214 am__define_uniq_tagged_files = \
215 list='$(am__tagged_files)'; \
216 unique=`for i in $$list; do \
217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 done | $(am__uniquify_input)`
140219 ETAGS = etags
141220 CTAGS = ctags
221 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
142222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143223 ACLOCAL = @ACLOCAL@
144224 AMTAR = @AMTAR@
225 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145226 AR = @AR@
146227 AS = @AS@
147228 AUTOCONF = @AUTOCONF@
579660 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfvalue/Makefile'; \
580661 $(am__cd) $(top_srcdir) && \
581662 $(AUTOMAKE) --gnu libfvalue/Makefile
582 .PRECIOUS: Makefile
583663 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
584664 @case '$?' in \
585665 *config.status*) \
608688 echo rm -f $${locs}; \
609689 rm -f $${locs}; \
610690 }
691
611692 libfvalue.la: $(libfvalue_la_OBJECTS) $(libfvalue_la_DEPENDENCIES) $(EXTRA_libfvalue_la_DEPENDENCIES)
612 $(LINK) $(am_libfvalue_la_rpath) $(libfvalue_la_OBJECTS) $(libfvalue_la_LIBADD) $(LIBS)
693 $(AM_V_CCLD)$(LINK) $(am_libfvalue_la_rpath) $(libfvalue_la_OBJECTS) $(libfvalue_la_LIBADD) $(LIBS)
613694
614695 mostlyclean-compile:
615696 -rm -f *.$(OBJEXT)
632713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfvalue_value_type.Plo@am__quote@
633714
634715 .c.o:
635 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
636 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
637 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
716 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
717 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
638719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
639 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
640721
641722 .c.obj:
642 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
643 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
644 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
723 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
724 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
645726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
727 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
647728
648729 .c.lo:
649 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
650 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
651 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
730 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
731 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
652733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
734 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
654735
655736 mostlyclean-libtool:
656737 -rm -f *.lo
658739 clean-libtool:
659740 -rm -rf .libs _libs
660741
661 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
662 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
663 unique=`for i in $$list; do \
664 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
665 done | \
666 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
667 END { if (nonempty) { for (i in files) print i; }; }'`; \
668 mkid -fID $$unique
669 tags: TAGS
670
671 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
672 $(TAGS_FILES) $(LISP)
742 ID: $(am__tagged_files)
743 $(am__define_uniq_tagged_files); mkid -fID $$unique
744 tags: tags-am
745 TAGS: tags
746
747 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
673748 set x; \
674749 here=`pwd`; \
675 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
676 unique=`for i in $$list; do \
677 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
678 done | \
679 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
680 END { if (nonempty) { for (i in files) print i; }; }'`; \
750 $(am__define_uniq_tagged_files); \
681751 shift; \
682752 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
683753 test -n "$$unique" || unique=$$empty_fix; \
689759 $$unique; \
690760 fi; \
691761 fi
692 ctags: CTAGS
693 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
694 $(TAGS_FILES) $(LISP)
695 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
696 unique=`for i in $$list; do \
697 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
698 done | \
699 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
700 END { if (nonempty) { for (i in files) print i; }; }'`; \
762 ctags: ctags-am
763
764 CTAGS: ctags
765 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
766 $(am__define_uniq_tagged_files); \
701767 test -z "$(CTAGS_ARGS)$$unique" \
702768 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
703769 $$unique
706772 here=`$(am__cd) $(top_builddir) && pwd` \
707773 && $(am__cd) $(top_srcdir) \
708774 && gtags -i $(GTAGS_ARGS) "$$here"
709
710 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
711 list='$(SOURCES) $(HEADERS) $(LISP)'; \
775 cscopelist: cscopelist-am
776
777 cscopelist-am: $(am__tagged_files)
778 list='$(am__tagged_files)'; \
712779 case "$(srcdir)" in \
713780 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
714781 *) sdir=$(subdir)/$(srcdir) ;; \
859926
860927 .MAKE: install-am install-strip
861928
862 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
863 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
864 distclean distclean-compile distclean-generic \
929 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
930 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
931 ctags-am distclean distclean-compile distclean-generic \
865932 distclean-libtool distclean-tags distdir dvi dvi-am html \
866933 html-am info info-am install install-am install-data \
867934 install-data-am install-dvi install-dvi-am install-exec \
871938 installcheck-am installdirs maintainer-clean \
872939 maintainer-clean-generic mostlyclean mostlyclean-compile \
873940 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
874 tags uninstall uninstall-am
941 tags tags-am uninstall uninstall-am
942
943 .PRECIOUS: Makefile
875944
876945
877946 distclean: clean
8888 /* A special codepage to indicate codepage 1200 that uses ASCII strings as well.
8989 * This has primarily been seen in the ESE database format and could be SCSU.
9090 */
91 LIBFVALUE_CODEPAGE_1200_MIXED = 0x800004b0
91 LIBFVALUE_CODEPAGE_1200_MIXED = (int) 0x800004b0
9292 };
9393
9494 #endif
3535 #else
3636 #include <byte_stream.h>
3737
38 #define LIBFVALUE_VERSION 20150104
38 #define LIBFVALUE_VERSION 20150706
3939
4040 /* The libfvalue version string
4141 */
42 #define LIBFVALUE_VERSION_STRING "20150104"
42 #define LIBFVALUE_VERSION_STRING "20150706"
4343
4444 /* The endian definitions
4545 */
156156 {
157157 LIBFVALUE_VALUE_TYPE_UNDEFINED = 0,
158158
159 LIBFVALUE_VALUE_TYPE_NULL,
160
159161 LIBFVALUE_VALUE_TYPE_BINARY_DATA,
160162
161163 LIBFVALUE_VALUE_TYPE_BOOLEAN,
709709 libcerror_error_t **error )
710710 {
711711 static char *function = "libfvalue_string_get_utf8_string_size";
712 int byte_order = 0;
713 int result = 0;
712 int byte_order = 0;
713 int result = 0;
714714
715715 if( string == NULL )
716716 {
931931 libcerror_error_t **error )
932932 {
933933 static char *function = "libfvalue_string_copy_to_utf8_string_with_index";
934 int byte_order = 0;
935 int result = 0;
934 int byte_order = 0;
935 int result = 0;
936936
937937 if( string == NULL )
938938 {
15431543 libcerror_error_t **error )
15441544 {
15451545 static char *function = "libfvalue_string_get_utf16_string_size";
1546 int byte_order = 0;
1547 int result = 0;
1546 int byte_order = 0;
1547 int result = 0;
15481548
15491549 if( string == NULL )
15501550 {
17651765 libcerror_error_t **error )
17661766 {
17671767 static char *function = "libfvalue_string_copy_to_utf16_string_with_index";
1768 int byte_order = 0;
1769 int result = 0;
1768 int byte_order = 0;
1769 int result = 0;
17701770
17711771 if( string == NULL )
17721772 {
25992599 libcerror_error_t **error )
26002600 {
26012601 static char *function = "libfvalue_string_copy_to_utf32_string_with_index";
2602 int byte_order = 0;
2603 int result = 0;
2602 int byte_order = 0;
2603 int result = 0;
26042604
26052605 if( string == NULL )
26062606 {
210210
211211 return( -1 );
212212 }
213 if( libcdata_array_initialize(
214 &( internal_value->value_instances ),
215 1,
216 error ) != 1 )
217 {
218 libcerror_error_set(
219 error,
220 LIBCERROR_ERROR_DOMAIN_RUNTIME,
221 LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
222 "%s: unable to create value instances array.",
223 function );
224
225 goto on_error;
213 if( free_instance != NULL )
214 {
215 if( libcdata_array_initialize(
216 &( internal_value->value_instances ),
217 1,
218 error ) != 1 )
219 {
220 libcerror_error_set(
221 error,
222 LIBCERROR_ERROR_DOMAIN_RUNTIME,
223 LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
224 "%s: unable to create value instances array.",
225 function );
226
227 goto on_error;
228 }
226229 }
227230 if( data_handle == NULL )
228231 {
350353 }
351354 internal_value->flags &= ~( LIBFVALUE_VALUE_FLAG_DATA_HANDLE_MANAGED );
352355 }
353 if( internal_value->free_instance == NULL )
354 {
355 libcerror_error_set(
356 error,
357 LIBCERROR_ERROR_DOMAIN_RUNTIME,
358 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
359 "%s: invalid value - missing free instance function.",
360 function );
361
362 result = -1;
363 }
364 if( libcdata_array_free(
365 &( internal_value->value_instances ),
366 internal_value->free_instance,
367 error ) != 1 )
368 {
369 libcerror_error_set(
370 error,
371 LIBCERROR_ERROR_DOMAIN_RUNTIME,
372 LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
373 "%s: unable to free value instances array.",
374 function );
375
376 result = -1;
356 if( internal_value->value_instances != NULL )
357 {
358 if( internal_value->free_instance == NULL )
359 {
360 libcerror_error_set(
361 error,
362 LIBCERROR_ERROR_DOMAIN_RUNTIME,
363 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
364 "%s: invalid value - missing free instance function.",
365 function );
366
367 result = -1;
368 }
369 if( libcdata_array_free(
370 &( internal_value->value_instances ),
371 internal_value->free_instance,
372 error ) != 1 )
373 {
374 libcerror_error_set(
375 error,
376 LIBCERROR_ERROR_DOMAIN_RUNTIME,
377 LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
378 "%s: unable to free value instances array.",
379 function );
380
381 result = -1;
382 }
377383 }
378384 memory_free(
379385 internal_value );
14521458
14531459 return( -1 );
14541460 }
1455 if( internal_value->free_instance == NULL )
1456 {
1457 libcerror_error_set(
1458 error,
1459 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1460 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1461 "%s: invalid value - missing free instance function.",
1462 function );
1463
1464 return( -1 );
1465 }
1466 if( internal_value->copy_from_byte_stream == NULL )
1467 {
1468 libcerror_error_set(
1469 error,
1470 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1471 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1472 "%s: invalid value - missing free copy from byte stream function.",
1473 function );
1474
1475 return( -1 );
1461 if( internal_value->value_instances != NULL )
1462 {
1463 if( internal_value->free_instance == NULL )
1464 {
1465 libcerror_error_set(
1466 error,
1467 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1468 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1469 "%s: invalid value - missing free instance function.",
1470 function );
1471
1472 return( -1 );
1473 }
1474 if( internal_value->copy_from_byte_stream == NULL )
1475 {
1476 libcerror_error_set(
1477 error,
1478 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1479 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1480 "%s: invalid value - missing free copy from byte stream function.",
1481 function );
1482
1483 return( -1 );
1484 }
14761485 }
14771486 if( value_instance == NULL )
14781487 {
19101919 }
19111920 internal_value = (libfvalue_internal_value_t *) value;
19121921
1922 if( internal_value->free_instance == NULL )
1923 {
1924 libcerror_error_set(
1925 error,
1926 LIBCERROR_ERROR_DOMAIN_RUNTIME,
1927 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
1928 "%s: invalid value - missing free instance function.",
1929 function );
1930
1931 return( -1 );
1932 }
19131933 if( value_entry_index == NULL )
19141934 {
19151935 libcerror_error_set(
22422262 }
22432263 internal_value = (libfvalue_internal_value_t *) value;
22442264
2265 if( internal_value->free_instance == NULL )
2266 {
2267 libcerror_error_set(
2268 error,
2269 LIBCERROR_ERROR_DOMAIN_RUNTIME,
2270 LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
2271 "%s: invalid value - missing free instance function.",
2272 function );
2273
2274 return( -1 );
2275 }
22452276 if( value_entry_index == NULL )
22462277 {
22472278 libcerror_error_set(
4747 #include "libfvalue_libfwnt.h"
4848 #endif
4949
50 const char *libfvalue_value_type_strings[ 27 ] = {
50 const char *libfvalue_value_type_strings[ 28 ] = {
5151 NULL,
5252
5353 "binary-data",
6868 "float32",
6969 "float64",
7070
71 "NULL",
72
7173 "byte-stream-string",
7274 "utf8-string",
7375 "utf16-string",
8688 "nt-sid",
8789 };
8890
89 const char *libfvalue_value_type_descriptions[ 27 ] = {
91 const char *libfvalue_value_type_descriptions[ 28 ] = {
9092 NULL,
9193
9294 "Binary data",
106108
107109 "Floating point 32-bit (single precision)",
108110 "Floating point 64-bit (double precision)",
111
112 "Null (None)",
109113
110114 "Byte stream string",
111115 "UTF-8 string",
296300 (int (*)(intptr_t *, const uint32_t *, size_t, size_t *, uint32_t, libcerror_error_t **)) &libfvalue_integer_copy_from_utf32_string_with_index,
297301 (int (*)(intptr_t *, size_t *, uint32_t, libcerror_error_t **)) &libfvalue_integer_get_string_size,
298302 (int (*)(intptr_t *, uint32_t *, size_t, size_t *, uint32_t, libcerror_error_t **)) &libfvalue_integer_copy_to_utf32_string_with_index,
303
304 flags,
305 error );
306 break;
307
308 case LIBFVALUE_VALUE_TYPE_NULL:
309 result = libfvalue_value_initialize(
310 value,
311 libfvalue_value_type_strings[ type ],
312 libfvalue_value_type_descriptions[ type ],
313
314 data_handle,
315
316 NULL,
317 NULL,
318 NULL,
319
320 NULL,
321 NULL,
322
323 NULL,
324 NULL,
325
326 NULL,
327 NULL,
328
329 NULL,
330 NULL,
331 NULL,
332
333 NULL,
334 NULL,
335 NULL,
336
337 NULL,
338 NULL,
339 NULL,
299340
300341 flags,
301342 error );
721762
722763 return( -1 );
723764 }
765 if( data_size > (size_t) SSIZE_MAX )
766 {
767 libcerror_error_set(
768 error,
769 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
770 LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM,
771 "%s: invalid data size value exceeds maximum.",
772 function );
773
774 return( -1 );
775 }
724776 if( data != NULL )
725777 {
726778 if( ( internal_value->type == LIBFVALUE_VALUE_TYPE_STRING_BYTE_STREAM )
739791 }
740792 else if( internal_value->type == LIBFVALUE_VALUE_TYPE_STRING_UTF16 )
741793 {
742 while( ( data_index + 1 ) < data_size )
794 if( data_size < 2 )
795 {
796 libcerror_error_set(
797 error,
798 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
799 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
800 "%s: invalid data size value too small.",
801 function );
802
803 return( -1 );
804 }
805 while( data_index <= ( data_size - 2 ) )
743806 {
744807 if( ( data[ data_index ] == 0 )
745808 && ( data[ data_index + 1 ] == 0 ) )
753816 }
754817 else if( internal_value->type == LIBFVALUE_VALUE_TYPE_STRING_UTF32 )
755818 {
756 while( ( data_index + 3 ) < data_size )
819 if( data_size < 4 )
820 {
821 libcerror_error_set(
822 error,
823 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
824 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
825 "%s: invalid data size value too small.",
826 function );
827
828 return( -1 );
829 }
830 while( data_index <= ( data_size - 4 ) )
757831 {
758832 if( ( data[ data_index ] == 0 )
759833 && ( data[ data_index + 1 ] == 0 )
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfwevt
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
117154 @HAVE_LOCAL_LIBFWEVT_TRUE@ libfwevt_xml_template_value.lo \
118155 @HAVE_LOCAL_LIBFWEVT_TRUE@ libfwevt_xml_token.lo
119156 libfwevt_la_OBJECTS = $(am_libfwevt_la_OBJECTS)
157 AM_V_lt = $(am__v_lt_@AM_V@)
158 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159 am__v_lt_0 = --silent
160 am__v_lt_1 =
120161 @HAVE_LOCAL_LIBFWEVT_TRUE@am_libfwevt_la_rpath =
162 AM_V_P = $(am__v_P_@AM_V@)
163 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
164 am__v_P_0 = false
165 am__v_P_1 = :
166 AM_V_GEN = $(am__v_GEN_@AM_V@)
167 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
168 am__v_GEN_0 = @echo " GEN " $@;
169 am__v_GEN_1 =
170 AM_V_at = $(am__v_at_@AM_V@)
171 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172 am__v_at_0 = @
173 am__v_at_1 =
121174 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
122175 depcomp = $(SHELL) $(top_srcdir)/depcomp
123176 am__depfiles_maybe = depfiles
124177 am__mv = mv -f
125178 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126179 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
181 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
182 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
183 $(AM_CFLAGS) $(CFLAGS)
184 AM_V_CC = $(am__v_CC_@AM_V@)
185 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
186 am__v_CC_0 = @echo " CC " $@;
187 am__v_CC_1 =
130188 CCLD = $(CC)
131 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
133 $(LDFLAGS) -o $@
189 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
191 $(AM_LDFLAGS) $(LDFLAGS) -o $@
192 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
193 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
194 am__v_CCLD_0 = @echo " CCLD " $@;
195 am__v_CCLD_1 =
134196 SOURCES = $(libfwevt_la_SOURCES)
135197 DIST_SOURCES = $(am__libfwevt_la_SOURCES_DIST)
136198 am__can_run_installinfo = \
138200 n|no|NO) false;; \
139201 *) (install-info --version) >/dev/null 2>&1;; \
140202 esac
203 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204 # Read a list of newline-separated strings from the standard input,
205 # and print each of them once, without duplicates. Input order is
206 # *not* preserved.
207 am__uniquify_input = $(AWK) '\
208 BEGIN { nonempty = 0; } \
209 { items[$$0] = 1; nonempty = 1; } \
210 END { if (nonempty) { for (i in items) print i; }; } \
211 '
212 # Make sure the list of sources is unique. This is necessary because,
213 # e.g., the same source file might be shared among _SOURCES variables
214 # for different programs/libraries.
215 am__define_uniq_tagged_files = \
216 list='$(am__tagged_files)'; \
217 unique=`for i in $$list; do \
218 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219 done | $(am__uniquify_input)`
141220 ETAGS = etags
142221 CTAGS = ctags
222 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
143223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144224 ACLOCAL = @ACLOCAL@
145225 AMTAR = @AMTAR@
226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146227 AR = @AR@
147228 AS = @AS@
148229 AUTOCONF = @AUTOCONF@
583664 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfwevt/Makefile'; \
584665 $(am__cd) $(top_srcdir) && \
585666 $(AUTOMAKE) --gnu libfwevt/Makefile
586 .PRECIOUS: Makefile
587667 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588668 @case '$?' in \
589669 *config.status*) \
612692 echo rm -f $${locs}; \
613693 rm -f $${locs}; \
614694 }
695
615696 libfwevt.la: $(libfwevt_la_OBJECTS) $(libfwevt_la_DEPENDENCIES) $(EXTRA_libfwevt_la_DEPENDENCIES)
616 $(LINK) $(am_libfwevt_la_rpath) $(libfwevt_la_OBJECTS) $(libfwevt_la_LIBADD) $(LIBS)
697 $(AM_V_CCLD)$(LINK) $(am_libfwevt_la_rpath) $(libfwevt_la_OBJECTS) $(libfwevt_la_LIBADD) $(LIBS)
617698
618699 mostlyclean-compile:
619700 -rm -f *.$(OBJEXT)
640721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwevt_xml_token.Plo@am__quote@
641722
642723 .c.o:
643 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
644 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
724 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
725 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
646727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
728 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
648729
649730 .c.obj:
650 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
651 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
731 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
732 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
653734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
735 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
655736
656737 .c.lo:
657 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
658 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
738 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
739 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
660741 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
742 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
662743
663744 mostlyclean-libtool:
664745 -rm -f *.lo
666747 clean-libtool:
667748 -rm -rf .libs _libs
668749
669 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
670 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
671 unique=`for i in $$list; do \
672 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
673 done | \
674 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
675 END { if (nonempty) { for (i in files) print i; }; }'`; \
676 mkid -fID $$unique
677 tags: TAGS
678
679 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
680 $(TAGS_FILES) $(LISP)
750 ID: $(am__tagged_files)
751 $(am__define_uniq_tagged_files); mkid -fID $$unique
752 tags: tags-am
753 TAGS: tags
754
755 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
681756 set x; \
682757 here=`pwd`; \
683 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
684 unique=`for i in $$list; do \
685 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
686 done | \
687 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
688 END { if (nonempty) { for (i in files) print i; }; }'`; \
758 $(am__define_uniq_tagged_files); \
689759 shift; \
690760 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
691761 test -n "$$unique" || unique=$$empty_fix; \
697767 $$unique; \
698768 fi; \
699769 fi
700 ctags: CTAGS
701 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
702 $(TAGS_FILES) $(LISP)
703 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
704 unique=`for i in $$list; do \
705 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
706 done | \
707 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
708 END { if (nonempty) { for (i in files) print i; }; }'`; \
770 ctags: ctags-am
771
772 CTAGS: ctags
773 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
774 $(am__define_uniq_tagged_files); \
709775 test -z "$(CTAGS_ARGS)$$unique" \
710776 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
711777 $$unique
714780 here=`$(am__cd) $(top_builddir) && pwd` \
715781 && $(am__cd) $(top_srcdir) \
716782 && gtags -i $(GTAGS_ARGS) "$$here"
717
718 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
719 list='$(SOURCES) $(HEADERS) $(LISP)'; \
783 cscopelist: cscopelist-am
784
785 cscopelist-am: $(am__tagged_files)
786 list='$(am__tagged_files)'; \
720787 case "$(srcdir)" in \
721788 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
722789 *) sdir=$(subdir)/$(srcdir) ;; \
867934
868935 .MAKE: install-am install-strip
869936
870 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
871 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
872 distclean distclean-compile distclean-generic \
937 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
938 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
939 ctags-am distclean distclean-compile distclean-generic \
873940 distclean-libtool distclean-tags distdir dvi dvi-am html \
874941 html-am info info-am install install-am install-data \
875942 install-data-am install-dvi install-dvi-am install-exec \
879946 installcheck-am installdirs maintainer-clean \
880947 maintainer-clean-generic mostlyclean mostlyclean-compile \
881948 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
882 tags uninstall uninstall-am
949 tags tags-am uninstall uninstall-am
950
951 .PRECIOUS: Makefile
883952
884953
885954 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libfwnt
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
106143 @HAVE_LOCAL_LIBFWNT_TRUE@ libfwnt_security_identifier.lo \
107144 @HAVE_LOCAL_LIBFWNT_TRUE@ libfwnt_support.lo
108145 libfwnt_la_OBJECTS = $(am_libfwnt_la_OBJECTS)
146 AM_V_lt = $(am__v_lt_@AM_V@)
147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 am__v_lt_0 = --silent
149 am__v_lt_1 =
109150 @HAVE_LOCAL_LIBFWNT_TRUE@am_libfwnt_la_rpath =
151 AM_V_P = $(am__v_P_@AM_V@)
152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153 am__v_P_0 = false
154 am__v_P_1 = :
155 AM_V_GEN = $(am__v_GEN_@AM_V@)
156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157 am__v_GEN_0 = @echo " GEN " $@;
158 am__v_GEN_1 =
159 AM_V_at = $(am__v_at_@AM_V@)
160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161 am__v_at_0 = @
162 am__v_at_1 =
110163 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
111164 depcomp = $(SHELL) $(top_srcdir)/depcomp
112165 am__depfiles_maybe = depfiles
113166 am__mv = mv -f
114167 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115168 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
171 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
172 $(AM_CFLAGS) $(CFLAGS)
173 AM_V_CC = $(am__v_CC_@AM_V@)
174 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
175 am__v_CC_0 = @echo " CC " $@;
176 am__v_CC_1 =
119177 CCLD = $(CC)
120 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
122 $(LDFLAGS) -o $@
178 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180 $(AM_LDFLAGS) $(LDFLAGS) -o $@
181 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183 am__v_CCLD_0 = @echo " CCLD " $@;
184 am__v_CCLD_1 =
123185 SOURCES = $(libfwnt_la_SOURCES)
124186 DIST_SOURCES = $(am__libfwnt_la_SOURCES_DIST)
125187 am__can_run_installinfo = \
127189 n|no|NO) false;; \
128190 *) (install-info --version) >/dev/null 2>&1;; \
129191 esac
192 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193 # Read a list of newline-separated strings from the standard input,
194 # and print each of them once, without duplicates. Input order is
195 # *not* preserved.
196 am__uniquify_input = $(AWK) '\
197 BEGIN { nonempty = 0; } \
198 { items[$$0] = 1; nonempty = 1; } \
199 END { if (nonempty) { for (i in items) print i; }; } \
200 '
201 # Make sure the list of sources is unique. This is necessary because,
202 # e.g., the same source file might be shared among _SOURCES variables
203 # for different programs/libraries.
204 am__define_uniq_tagged_files = \
205 list='$(am__tagged_files)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | $(am__uniquify_input)`
130209 ETAGS = etags
131210 CTAGS = ctags
211 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
132212 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133213 ACLOCAL = @ACLOCAL@
134214 AMTAR = @AMTAR@
215 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135216 AR = @AR@
136217 AS = @AS@
137218 AUTOCONF = @AUTOCONF@
559640 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfwnt/Makefile'; \
560641 $(am__cd) $(top_srcdir) && \
561642 $(AUTOMAKE) --gnu libfwnt/Makefile
562 .PRECIOUS: Makefile
563643 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
564644 @case '$?' in \
565645 *config.status*) \
588668 echo rm -f $${locs}; \
589669 rm -f $${locs}; \
590670 }
671
591672 libfwnt.la: $(libfwnt_la_OBJECTS) $(libfwnt_la_DEPENDENCIES) $(EXTRA_libfwnt_la_DEPENDENCIES)
592 $(LINK) $(am_libfwnt_la_rpath) $(libfwnt_la_OBJECTS) $(libfwnt_la_LIBADD) $(LIBS)
673 $(AM_V_CCLD)$(LINK) $(am_libfwnt_la_rpath) $(libfwnt_la_OBJECTS) $(libfwnt_la_LIBADD) $(LIBS)
593674
594675 mostlyclean-compile:
595676 -rm -f *.$(OBJEXT)
609690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwnt_support.Plo@am__quote@
610691
611692 .c.o:
612 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
693 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
694 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
697 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
617698
618699 .c.obj:
619 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
620 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
700 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
701 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
622703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
704 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
624705
625706 .c.lo:
626 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
627 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
707 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
708 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
629710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
711 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
631712
632713 mostlyclean-libtool:
633714 -rm -f *.lo
635716 clean-libtool:
636717 -rm -rf .libs _libs
637718
638 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
639 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
640 unique=`for i in $$list; do \
641 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642 done | \
643 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644 END { if (nonempty) { for (i in files) print i; }; }'`; \
645 mkid -fID $$unique
646 tags: TAGS
647
648 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
649 $(TAGS_FILES) $(LISP)
719 ID: $(am__tagged_files)
720 $(am__define_uniq_tagged_files); mkid -fID $$unique
721 tags: tags-am
722 TAGS: tags
723
724 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
650725 set x; \
651726 here=`pwd`; \
652 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
653 unique=`for i in $$list; do \
654 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655 done | \
656 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657 END { if (nonempty) { for (i in files) print i; }; }'`; \
727 $(am__define_uniq_tagged_files); \
658728 shift; \
659729 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
660730 test -n "$$unique" || unique=$$empty_fix; \
666736 $$unique; \
667737 fi; \
668738 fi
669 ctags: CTAGS
670 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
671 $(TAGS_FILES) $(LISP)
672 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
673 unique=`for i in $$list; do \
674 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675 done | \
676 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
677 END { if (nonempty) { for (i in files) print i; }; }'`; \
739 ctags: ctags-am
740
741 CTAGS: ctags
742 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
743 $(am__define_uniq_tagged_files); \
678744 test -z "$(CTAGS_ARGS)$$unique" \
679745 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
680746 $$unique
683749 here=`$(am__cd) $(top_builddir) && pwd` \
684750 && $(am__cd) $(top_srcdir) \
685751 && gtags -i $(GTAGS_ARGS) "$$here"
686
687 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
688 list='$(SOURCES) $(HEADERS) $(LISP)'; \
752 cscopelist: cscopelist-am
753
754 cscopelist-am: $(am__tagged_files)
755 list='$(am__tagged_files)'; \
689756 case "$(srcdir)" in \
690757 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
691758 *) sdir=$(subdir)/$(srcdir) ;; \
836903
837904 .MAKE: install-am install-strip
838905
839 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
840 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
841 distclean distclean-compile distclean-generic \
906 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
907 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
908 ctags-am distclean distclean-compile distclean-generic \
842909 distclean-libtool distclean-tags distdir dvi dvi-am html \
843910 html-am info info-am install install-am install-data \
844911 install-data-am install-dvi install-dvi-am install-exec \
848915 installcheck-am installdirs maintainer-clean \
849916 maintainer-clean-generic mostlyclean mostlyclean-compile \
850917 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
851 tags uninstall uninstall-am
918 tags tags-am uninstall uninstall-am
919
920 .PRECIOUS: Makefile
852921
853922
854923 distclean: clean
3535 #else
3636 #include <byte_stream.h>
3737
38 #define LIBFWNT_VERSION 20150104
38 #define LIBFWNT_VERSION 20150621
3939
4040 /* The version string
4141 */
42 #define LIBFWNT_VERSION_STRING "20150104"
42 #define LIBFWNT_VERSION_STRING "20150621"
4343
4444
4545 /* The endian definitions
428428
429429 return( -1 );
430430 }
431 if( ( compressed_data_index + 1 ) >= compressed_data_size )
432 {
433 libcerror_error_set(
434 error,
435 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
436 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
437 "%s: compressed data size value too small.",
438 function );
439
440 return( -1 );
441 }
442431 while( compressed_data_index < compressed_data_size )
443432 {
433 if( ( compressed_data_index + 1 ) >= compressed_data_size )
434 {
435 libcerror_error_set(
436 error,
437 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
438 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
439 "%s: compressed data size value too small.",
440 function );
441
442 return( -1 );
443 }
444444 /* The first 2 bytes contain the compressed chunk header
445445 * 0 - 11 compressed chunk size
446446 * 12 - 14 signature value
154154 }
155155
156156 /* Decompresses data using LZXPRESS (LZ77 + DIRECT2) compression
157 * Returns 1 on success or -1 on error
157 * Return 1 on success or -1 on error
158158 */
159159 int libfwnt_lzxpress_decompress(
160160 const uint8_t *compressed_data,
261261 */
262262 if( ( compression_indicator & compression_indicator_bitmask ) != 0 )
263263 {
264 if( ( compressed_data_index + 1 ) >= compressed_data_size )
264 if( compressed_data_index >= ( compressed_data_size - 1 ) )
265265 {
266266 libcerror_error_set(
267267 error,
346346 */
347347 if( compression_size == ( 0x07 + 0x0f + 0xff ) )
348348 {
349 if( ( compressed_data_index + 1 ) >= compressed_data_size )
349 if( compressed_data_index >= ( compressed_data_size - 1 ) )
350350 {
351351 libcerror_error_set(
352352 error,
394394 error,
395395 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
396396 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
397 "compression index: %" PRIzd " out of range: %" PRIzd ".",
397 "%s: invalid compressed data at offset: %" PRIzd " - compression index: %" PRIzd " out of range: %" PRIzd ".",
398398 function,
399 compressed_data_index,
399400 compression_index,
400401 uncompressed_data_index );
401402
458459 return( 1 );
459460 }
460461
461 /* TODO add decription */
462 int libfwnt_lzxpress_huffmann_compare_symbols(
462 /* Copmares two Huffman code symbols
463 * Returns 1 if the first symbol is larger than the second, 0 if equal or -1 if smaller
464 */
465 int libfwnt_lzxpress_huffman_compare_symbols(
463466 libfwnt_lzxpress_huffman_code_symbol_t *first_symbol,
464467 libfwnt_lzxpress_huffman_code_symbol_t *second_symbol )
465468 {
466469 if( first_symbol == NULL )
467470 {
468 /* TODO */
471 return( -1 );
469472 }
470473 if( second_symbol == NULL )
471474 {
472 /* TODO */
475 return( 1 );
473476 }
474477 if( first_symbol->code_size < second_symbol->code_size )
475478 {
490493 return( 0 );
491494 }
492495
493 /* TODO add decription */
494 int libfwnt_lzxpress_huffmann_tree_add_leaf(
496 /* Adds a leaf node to the Huffman tree
497 * Returns 1 on success or -1 on error
498 */
499 int libfwnt_lzxpress_huffman_tree_add_leaf(
495500 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
496501 int tree_node_index,
497502 uint32_t bits,
506511
507512 while( number_of_bits > 1 )
508513 {
509 number_of_bits -= 1;
514 number_of_bits--;
510515
511516 sub_tree_node_index = (uint8_t) ( bits >> number_of_bits ) & 0x00000001UL;
512517
515520 tree_node->sub_tree_nodes[ sub_tree_node_index ] = &( tree_nodes[ next_tree_node_index ] );
516521 tree_nodes[ next_tree_node_index ].is_leaf = 0;
517522
518 next_tree_node_index += 1;
523 next_tree_node_index++;
519524 }
520525 tree_node = tree_node->sub_tree_nodes[ sub_tree_node_index ];
521526 }
524529 return( next_tree_node_index );
525530 }
526531
527 /* TODO add decription */
528 int libfwnt_lzxpress_huffmann_tree_read(
532 /* Reads the Huffman tree
533 * Returns 1 on success or -1 on error
534 */
535 int libfwnt_lzxpress_huffman_tree_read(
529536 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
530537 const uint8_t *compressed_data,
531538 size_t compressed_data_size,
539 size_t compressed_data_index,
532540 libcerror_error_t **error )
533541 {
534542 libfwnt_lzxpress_huffman_code_symbol_t code_symbols[ 512 ];
535543
536 static char *function = "libfwnt_lzxpress_huffmann_tree_read";
537 size_t compressed_data_index = 0;
538 uint32_t bits = 0;
539 uint16_t symbol_index = 0;
540 uint8_t byte_value = 0;
541 uint8_t number_of_bits = 0;
542 int tree_node_index = 0;
544 static char *function = "libfwnt_lzxpress_huffman_tree_read";
545 size_t byte_index = 0;
546 uint32_t bits = 0;
547 uint16_t symbol_index = 0;
548 uint8_t byte_value = 0;
549 uint8_t number_of_bits = 0;
550 int tree_node_index = 0;
543551
544552 if( compressed_data == NULL )
545553 {
548556 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
549557 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
550558 "%s: invalid compressed data.",
551 function );
552
553 return( -1 );
554 }
555 if( compressed_data_size < 256 )
556 {
557 libcerror_error_set(
558 error,
559 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
560 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
561 "%s: compressed data size value too small.",
562559 function );
563560
564561 return( -1 );
570567 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
571568 LIBCERROR_ARGUMENT_ERROR_VALUE_EXCEEDS_MAXIMUM,
572569 "%s: invalid compressed data size value exceeds maximum.",
570 function );
571
572 return( -1 );
573 }
574 if( ( compressed_data_index >= compressed_data_size )
575 || ( ( compressed_data_size - compressed_data_index ) < 256 ) )
576 {
577 libcerror_error_set(
578 error,
579 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
580 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
581 "%s: compressed data index value out of bounds.",
573582 function );
574583
575584 return( -1 );
588597
589598 return( -1 );
590599 }
591 for( compressed_data_index = 0;
592 compressed_data_index < 256;
593 compressed_data_index++ )
600 for( byte_index = 0;
601 byte_index < 256;
602 byte_index++ )
594603 {
595604 byte_value = compressed_data[ compressed_data_index ];
605
606 compressed_data_index++;
596607
597608 code_symbols[ symbol_index ].symbol = symbol_index;
598609 code_symbols[ symbol_index ].code_size = (uint16_t) ( byte_value & 0x0f );
612623 code_symbols,
613624 512,
614625 sizeof( libfwnt_lzxpress_huffman_code_symbol_t ),
615 (int (*)(const void *, const void *)) &libfwnt_lzxpress_huffmann_compare_symbols );
626 (int (*)(const void *, const void *)) &libfwnt_lzxpress_huffman_compare_symbols );
616627
617628 /* Find the first symbol with a code size > 0
618629 */
640651 bits <<= code_symbols[ symbol_index ].code_size - number_of_bits;
641652 number_of_bits = (uint8_t) code_symbols[ symbol_index ].code_size;
642653
643 tree_node_index = libfwnt_lzxpress_huffmann_tree_add_leaf(
654 tree_node_index = libfwnt_lzxpress_huffman_tree_add_leaf(
644655 tree_nodes,
645656 tree_node_index,
646657 bits,
647658 number_of_bits );
648659
649 bits += 1;
660 bits++;
650661
651662 symbol_index++;
652663 }
653664 return( 1 );
654665 }
655666
656 /* TODO add decription */
657 int libfwnt_lzxpress_huffmann_tree_read_symbol(
667 /* Reads a Huffman tree symbol
668 * Returns 1 on success or -1 on error
669 */
670 int libfwnt_lzxpress_huffman_tree_read_symbol(
658671 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
659672 libfwnt_bit_stream_t *compressed_data_bit_stream,
660673 uint16_t *symbol,
661674 libcerror_error_t **error )
662675 {
663676 libfwnt_lzxpress_huffman_tree_node_t *tree_node = NULL;
664 static char *function = "libfwnt_lzxpress_huffmann_tree_read_symbol";
665 uint16_t bits = 0;
677 static char *function = "libfwnt_lzxpress_huffman_tree_read_symbol";
666678 uint8_t sub_tree_node_index = 0;
667679
668680 if( compressed_data_bit_stream == NULL )
697709 compressed_data_bit_stream->bits <<= 1;
698710 compressed_data_bit_stream->number_of_bits -= 1;
699711
700 if( compressed_data_bit_stream->number_of_bits < 16 )
701 {
702 /* TODO bounds check */
703 byte_stream_copy_to_uint16_little_endian(
704 &( compressed_data_bit_stream->byte_stream[ compressed_data_bit_stream->byte_stream_offset ] ),
705 bits );
706
707 /* TODO bits read infront of the bit stream ? */
708 compressed_data_bit_stream->bits |= bits << ( 16 - compressed_data_bit_stream->number_of_bits );
709 compressed_data_bit_stream->byte_stream_offset += 2;
710 compressed_data_bit_stream->number_of_bits += 16;
711 }
712712 tree_node = tree_node->sub_tree_nodes[ sub_tree_node_index ];
713713
714714 if( tree_node == NULL )
731731 }
732732
733733 /* Decompresses data using LZXPRESS Huffman compression
734 * Returns 1 on success or -1 on error
734 * Return 1 on success or -1 on error
735735 */
736 int libfwnt_lzxpress_huffman_decompress(
736 int libfwnt_lzxpress_huffman_decompress_with_index(
737737 const uint8_t *compressed_data,
738738 size_t compressed_data_size,
739 size_t *compressed_data_index,
739740 uint8_t *uncompressed_data,
740741 size_t *uncompressed_data_size,
742 size_t uncompressed_data_index,
741743 libcerror_error_t **error )
742744 {
743745 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ];
744746
745747 libfwnt_bit_stream_t *compressed_data_bit_stream = NULL;
746 static char *function = "libfwnt_lzxpress_huffman_decompress";
747 size_t uncompressed_data_index = 0;
748 static char *function = "libfwnt_lzxpress_huffman_decompress_with_index";
749 size_t compression_uncompressed_data_index = 0;
750 size_t initial_uncompressed_data_index = 0;
748751 uint32_t compression_offset = 0;
749752 uint16_t bits = 0;
750753 uint16_t compression_size = 0;
751754 uint16_t symbol = 0;
752
753 if( uncompressed_data == NULL )
754 {
755 libcerror_error_set(
756 error,
757 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
758 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
759 "%s: invalid uncompressed data.",
760 function );
761
762 return( -1 );
763 }
764 if( uncompressed_data_size == NULL )
765 {
766 libcerror_error_set(
767 error,
768 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
769 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
770 "%s: invalid uncompressed data size.",
771 function );
772
773 return( -1 );
774 }
755 uint8_t end_of_input = 0;
756
775757 if( compressed_data == NULL )
776758 {
777759 libcerror_error_set(
779761 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
780762 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
781763 "%s: invalid compressed data.",
782 function );
783
784 return( -1 );
785 }
786 if( compressed_data_size < 260 )
787 {
788 libcerror_error_set(
789 error,
790 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
791 LIBCERROR_ARGUMENT_ERROR_VALUE_TOO_SMALL,
792 "%s: compressed data size value too small.",
793764 function );
794765
795766 return( -1 );
805776
806777 return( -1 );
807778 }
808 if( libfwnt_lzxpress_huffmann_tree_read(
779 if( compressed_data_index == NULL )
780 {
781 libcerror_error_set(
782 error,
783 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
784 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
785 "%s: invalid compressed data index.",
786 function );
787
788 return( -1 );
789 }
790 if( ( *compressed_data_index >= compressed_data_size )
791 || ( ( compressed_data_size - *compressed_data_index ) < 260 ) )
792 {
793 libcerror_error_set(
794 error,
795 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
796 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
797 "%s: compressed data index value out of bounds.",
798 function );
799
800 return( -1 );
801 }
802 if( uncompressed_data == NULL )
803 {
804 libcerror_error_set(
805 error,
806 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
807 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
808 "%s: invalid uncompressed data.",
809 function );
810
811 return( -1 );
812 }
813 if( uncompressed_data_size == NULL )
814 {
815 libcerror_error_set(
816 error,
817 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
818 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
819 "%s: invalid uncompressed data size.",
820 function );
821
822 return( -1 );
823 }
824 if( uncompressed_data_index > *uncompressed_data_size )
825 {
826 libcerror_error_set(
827 error,
828 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
829 LIBCERROR_ARGUMENT_ERROR_VALUE_OUT_OF_BOUNDS,
830 "%s: uncompressed data index value out of bounds.",
831 function );
832
833 return( -1 );
834 }
835 if( libfwnt_lzxpress_huffman_tree_read(
809836 tree_nodes,
810837 compressed_data,
811838 compressed_data_size,
839 *compressed_data_index,
812840 error ) != 1 )
813841 {
814842 libcerror_error_set(
822850 }
823851 if( libfwnt_bit_stream_initialize(
824852 &compressed_data_bit_stream,
825 compressed_data,
853 &( compressed_data[ *compressed_data_index ] ),
826854 compressed_data_size,
827855 error ) != 1 )
828856 {
852880
853881 goto on_error;
854882 }
855 while( uncompressed_data_index < *uncompressed_data_size )
856 {
857 if( libfwnt_lzxpress_huffmann_tree_read_symbol(
883 initial_uncompressed_data_index = uncompressed_data_index;
884
885 while( ( compressed_data_bit_stream->byte_stream_offset < compressed_data_bit_stream->byte_stream_size )
886 || ( compressed_data_bit_stream->number_of_bits > 0 ) )
887 {
888 if( libfwnt_lzxpress_huffman_tree_read_symbol(
858889 tree_nodes,
859890 compressed_data_bit_stream,
860891 &symbol,
869900
870901 goto on_error;
871902 }
903 if( ( compressed_data_bit_stream->number_of_bits < 16 )
904 && ( compressed_data_bit_stream->byte_stream_offset <= ( compressed_data_bit_stream->byte_stream_size - 2 ) ) )
905 {
906 byte_stream_copy_to_uint16_little_endian(
907 &( compressed_data_bit_stream->byte_stream[ compressed_data_bit_stream->byte_stream_offset ] ),
908 bits );
909
910 if( bits == 0 )
911 {
912 end_of_input = 1;
913 }
914 /* TODO bits read infront of the bit stream ? */
915 compressed_data_bit_stream->bits |= bits << ( 16 - compressed_data_bit_stream->number_of_bits );
916 compressed_data_bit_stream->byte_stream_offset += 2;
917 compressed_data_bit_stream->number_of_bits += 16;
918 }
872919 if( symbol < 256 )
873920 {
874921 uncompressed_data[ uncompressed_data_index ] = (uint8_t) symbol;
875922
876 uncompressed_data_index += 1;
923 uncompressed_data_index++;
877924 }
878 else
925 /* Check if we have an end-of-block marker (remaining bits are 0)
926 */
927 if( ( compressed_data_bit_stream->bits == 0 )
928 && ( uncompressed_data_index >= *uncompressed_data_size ) )
929 {
930 break;
931 }
932 if( symbol >= 256 )
879933 {
880934 symbol -= 256;
881935 compression_size = symbol & 0x000f;
892946 }
893947 compression_offset = (uint32_t) ( ( 1 << symbol ) + compression_offset );
894948
949 compressed_data_bit_stream->bits <<= symbol;
950 compressed_data_bit_stream->number_of_bits -= (uint8_t) symbol;
951
952 /* Ignore any data beyond the uncompressed block size
953 */
895954 if( compression_size == 15 )
896955 {
897 if( ( compressed_data_bit_stream->byte_stream_offset + 1 ) > compressed_data_bit_stream->byte_stream_size )
956 if( compressed_data_bit_stream->byte_stream_offset > ( compressed_data_bit_stream->byte_stream_size - 1 ) )
898957 {
899958 libcerror_error_set(
900959 error,
901960 LIBCERROR_ERROR_DOMAIN_RUNTIME,
902961 LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
903 "%s: bit stream offset value out of bounds.",
962 "%s: compressed data size value too small.",
904963 function );
905964
906965 goto on_error;
911970
912971 if( compression_size == 270 )
913972 {
914 if( ( compressed_data_bit_stream->byte_stream_offset + 2 ) > compressed_data_bit_stream->byte_stream_size )
973 if( compressed_data_bit_stream->byte_stream_offset > ( compressed_data_bit_stream->byte_stream_size - 2 ) )
915974 {
916975 libcerror_error_set(
917976 error,
918977 LIBCERROR_ERROR_DOMAIN_RUNTIME,
919978 LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
920 "%s: bit stream offset value out of bounds.",
979 "%s: compressed data size value too small.",
921980 function );
922981
923982 goto on_error;
928987
929988 compressed_data_bit_stream->byte_stream_offset += 2;
930989 }
931 }
932 compressed_data_bit_stream->bits <<= symbol;
933 compressed_data_bit_stream->number_of_bits -= (uint8_t) symbol;
934
935 if( compressed_data_bit_stream->number_of_bits < 16 )
936 {
937 /* TODO bounds check */
938 byte_stream_copy_to_uint16_little_endian(
939 &( compressed_data_bit_stream->byte_stream[ compressed_data_bit_stream->byte_stream_offset ] ),
940 bits );
941
942 /* TODO bits read infront of the bit stream ? */
943 compressed_data_bit_stream->bits |= bits << ( 16 - compressed_data_bit_stream->number_of_bits );
944 compressed_data_bit_stream->byte_stream_offset += 2;
945 compressed_data_bit_stream->number_of_bits += 16;
946990 }
947991 compression_size += 3;
948992
9571001
9581002 goto on_error;
9591003 }
960 if( ( uncompressed_data_index + compression_size ) > *uncompressed_data_size )
1004 if( compression_size > ( *uncompressed_data_size - uncompressed_data_index ) )
9611005 {
9621006 libcerror_error_set(
9631007 error,
9681012
9691013 goto on_error;
9701014 }
1015 compression_uncompressed_data_index = uncompressed_data_index - compression_offset;
1016
9711017 while( compression_size > 0 )
9721018 {
973 uncompressed_data[ uncompressed_data_index ] = uncompressed_data[ uncompressed_data_index - compression_offset ];
974
975 uncompressed_data_index += 1;
976 compression_size -= 1;
1019 uncompressed_data[ uncompressed_data_index ] = uncompressed_data[ compression_uncompressed_data_index ];
1020
1021 compression_uncompressed_data_index++;
1022 uncompressed_data_index++;
1023 compression_size--;
1024 }
1025 if( ( compressed_data_bit_stream->number_of_bits < 16 )
1026 && ( compressed_data_bit_stream->byte_stream_offset <= ( compressed_data_bit_stream->byte_stream_size - 2 ) ) )
1027 {
1028 byte_stream_copy_to_uint16_little_endian(
1029 &( compressed_data_bit_stream->byte_stream[ compressed_data_bit_stream->byte_stream_offset ] ),
1030 bits );
1031
1032 if( bits == 0 )
1033 {
1034 end_of_input = 1;
1035 }
1036 /* TODO bits read infront of the bit stream ? */
1037 compressed_data_bit_stream->bits |= bits << ( 16 - compressed_data_bit_stream->number_of_bits );
1038 compressed_data_bit_stream->byte_stream_offset += 2;
1039 compressed_data_bit_stream->number_of_bits += 16;
9771040 }
9781041 }
9791042 }
1043 *compressed_data_index += compressed_data_bit_stream->byte_stream_offset;
1044
9801045 if( libfwnt_bit_stream_free(
9811046 &compressed_data_bit_stream,
9821047 error ) != 1 )
9901055
9911056 goto on_error;
9921057 }
993 *uncompressed_data_size = uncompressed_data_index;
1058 *uncompressed_data_size = uncompressed_data_index - initial_uncompressed_data_index;
9941059
9951060 return( 1 );
9961061
10041069 return( -1 );
10051070 }
10061071
1072 /* Decompresses data using LZXPRESS Huffman compression
1073 * Return 1 on success or -1 on error
1074 */
1075 int libfwnt_lzxpress_huffman_decompress(
1076 const uint8_t *compressed_data,
1077 size_t compressed_data_size,
1078 uint8_t *uncompressed_data,
1079 size_t *uncompressed_data_size,
1080 libcerror_error_t **error )
1081 {
1082 static char *function = "libfwnt_lzxpress_huffman_decompress";
1083 size_t compressed_data_index = 0;
1084
1085 if( libfwnt_lzxpress_huffman_decompress_with_index(
1086 compressed_data,
1087 compressed_data_size,
1088 &compressed_data_index,
1089 uncompressed_data,
1090 uncompressed_data_size,
1091 0,
1092 error ) != 1 )
1093 {
1094 libcerror_error_set(
1095 error,
1096 LIBCERROR_ERROR_DOMAIN_COMPRESSION,
1097 LIBCERROR_COMPRESSION_ERROR_DECOMPRESS_FAILED,
1098 "%s: unable to decompress compressed data.",
1099 function );
1100
1101 return( -1 );
1102 }
1103 return( 1 );
1104 }
1105
1106 /* Decompresses data using LZXPRESS Huffman stream compression
1107 * Return 1 on success or -1 on error
1108 */
1109 int libfwnt_lzxpress_huffman_stream_decompress(
1110 const uint8_t *compressed_data,
1111 size_t compressed_data_size,
1112 uint8_t *uncompressed_data,
1113 size_t *uncompressed_data_size,
1114 libcerror_error_t **error )
1115 {
1116 static char *function = "libfwnt_lzxpress_huffman_stream_decompress";
1117 size_t compressed_data_index = 0;
1118 size_t uncompressed_block_size = 0;
1119 size_t uncompressed_data_index = 0;
1120
1121 if( uncompressed_data_size == NULL )
1122 {
1123 libcerror_error_set(
1124 error,
1125 LIBCERROR_ERROR_DOMAIN_ARGUMENTS,
1126 LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE,
1127 "%s: invalid uncompressed data size.",
1128 function );
1129
1130 return( -1 );
1131 }
1132 while( compressed_data_index < compressed_data_size )
1133 {
1134 uncompressed_block_size = uncompressed_data_index + 65536;
1135
1136 if( uncompressed_block_size > *uncompressed_data_size )
1137 {
1138 uncompressed_block_size = *uncompressed_data_size;
1139 }
1140 if( libfwnt_lzxpress_huffman_decompress_with_index(
1141 compressed_data,
1142 compressed_data_size,
1143 &compressed_data_index,
1144 uncompressed_data,
1145 &uncompressed_block_size,
1146 uncompressed_data_index,
1147 error ) != 1 )
1148 {
1149 libcerror_error_set(
1150 error,
1151 LIBCERROR_ERROR_DOMAIN_COMPRESSION,
1152 LIBCERROR_COMPRESSION_ERROR_DECOMPRESS_FAILED,
1153 "%s: unable to decompress compressed data.",
1154 function );
1155
1156 return( -1 );
1157 }
1158 uncompressed_data_index += uncompressed_block_size;
1159 }
1160 *uncompressed_data_size = uncompressed_data_index;
1161
1162 return( 1 );
1163 }
8585 size_t *uncompressed_data_size,
8686 libcerror_error_t **error );
8787
88 int libfwnt_lzxpress_huffmann_compare_symbols(
88 int libfwnt_lzxpress_huffman_compare_symbols(
8989 libfwnt_lzxpress_huffman_code_symbol_t *first_symbol,
9090 libfwnt_lzxpress_huffman_code_symbol_t *second_symbol );
9191
92 int libfwnt_lzxpress_huffmann_tree_add_leaf(
92 int libfwnt_lzxpress_huffman_tree_add_leaf(
9393 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
9494 int tree_node_index,
9595 uint32_t bits,
9696 uint8_t number_of_bits );
9797
98 int libfwnt_lzxpress_huffmann_tree_read(
98 int libfwnt_lzxpress_huffman_tree_read(
9999 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
100100 const uint8_t *compressed_data,
101101 size_t compressed_data_size,
102 size_t compressed_data_index,
102103 libcerror_error_t **error );
103104
104 int libfwnt_lzxpress_huffmann_tree_read_symbol(
105 int libfwnt_lzxpress_huffman_tree_read_symbol(
105106 libfwnt_lzxpress_huffman_tree_node_t tree_nodes[ 1024 ],
106107 libfwnt_bit_stream_t *compressed_data_bit_stream,
107108 uint16_t *symbol,
108109 libcerror_error_t **error );
109110
111 int libfwnt_lzxpress_huffman_decompress_with_index(
112 const uint8_t *compressed_data,
113 size_t compressed_data_size,
114 size_t *compressed_data_index,
115 uint8_t *uncompressed_data,
116 size_t *uncompressed_data_size,
117 size_t uncompressed_data_index,
118 libcerror_error_t **error );
119
110120 LIBFWNT_EXTERN \
111121 int libfwnt_lzxpress_huffman_decompress(
122 const uint8_t *compressed_data,
123 size_t compressed_data_size,
124 uint8_t *uncompressed_data,
125 size_t *uncompressed_data_size,
126 libcerror_error_t **error );
127
128 LIBFWNT_EXTERN \
129 int libfwnt_lzxpress_huffman_stream_decompress(
112130 const uint8_t *compressed_data,
113131 size_t compressed_data_size,
114132 uint8_t *uncompressed_data,
222222
223223 return( -1 );
224224 }
225 if( internal_security_identifier->number_of_sub_authorities > 10 )
225 if( internal_security_identifier->number_of_sub_authorities > 15 )
226226 {
227227 libcerror_error_set(
228228 error,
229229 LIBCERROR_ERROR_DOMAIN_RUNTIME,
230230 LIBCERROR_RUNTIME_ERROR_UNSUPPORTED_VALUE,
231 "%s: unsupported security identifier contains more than 10 sub authoritites.",
231 "%s: unsupported security identifier contains more than 15 sub authoritites.",
232232 function );
233233
234234 return( -1 );
4848 * revision - number - authority - sub authorities
4949 *
5050 * The second value contains the number of sub authorities in the SID
51 *
52 * The maximum number of sub authorities seems to be 15.
5153 */
5254
5355 typedef struct libfwnt_internal_security_identifier libfwnt_internal_security_identifier_t;
6870
6971 /* The sub autoritites
7072 */
71 uint32_t sub_authority[ 10 ];
73 uint32_t sub_authority[ 15 ];
7274 };
7375
7476 LIBFWNT_EXTERN \
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libregf
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
116153 @HAVE_LOCAL_LIBREGF_TRUE@ libregf_value_item.lo \
117154 @HAVE_LOCAL_LIBREGF_TRUE@ libregf_value_type.lo
118155 libregf_la_OBJECTS = $(am_libregf_la_OBJECTS)
156 AM_V_lt = $(am__v_lt_@AM_V@)
157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 am__v_lt_0 = --silent
159 am__v_lt_1 =
119160 @HAVE_LOCAL_LIBREGF_TRUE@am_libregf_la_rpath =
161 AM_V_P = $(am__v_P_@AM_V@)
162 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
163 am__v_P_0 = false
164 am__v_P_1 = :
165 AM_V_GEN = $(am__v_GEN_@AM_V@)
166 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
167 am__v_GEN_0 = @echo " GEN " $@;
168 am__v_GEN_1 =
169 AM_V_at = $(am__v_at_@AM_V@)
170 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
171 am__v_at_0 = @
172 am__v_at_1 =
120173 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
121174 depcomp = $(SHELL) $(top_srcdir)/depcomp
122175 am__depfiles_maybe = depfiles
123176 am__mv = mv -f
124177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
125178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
181 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
182 $(AM_CFLAGS) $(CFLAGS)
183 AM_V_CC = $(am__v_CC_@AM_V@)
184 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
185 am__v_CC_0 = @echo " CC " $@;
186 am__v_CC_1 =
129187 CCLD = $(CC)
130 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
132 $(LDFLAGS) -o $@
188 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
190 $(AM_LDFLAGS) $(LDFLAGS) -o $@
191 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
192 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
193 am__v_CCLD_0 = @echo " CCLD " $@;
194 am__v_CCLD_1 =
133195 SOURCES = $(libregf_la_SOURCES)
134196 DIST_SOURCES = $(am__libregf_la_SOURCES_DIST)
135197 am__can_run_installinfo = \
137199 n|no|NO) false;; \
138200 *) (install-info --version) >/dev/null 2>&1;; \
139201 esac
202 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203 # Read a list of newline-separated strings from the standard input,
204 # and print each of them once, without duplicates. Input order is
205 # *not* preserved.
206 am__uniquify_input = $(AWK) '\
207 BEGIN { nonempty = 0; } \
208 { items[$$0] = 1; nonempty = 1; } \
209 END { if (nonempty) { for (i in items) print i; }; } \
210 '
211 # Make sure the list of sources is unique. This is necessary because,
212 # e.g., the same source file might be shared among _SOURCES variables
213 # for different programs/libraries.
214 am__define_uniq_tagged_files = \
215 list='$(am__tagged_files)'; \
216 unique=`for i in $$list; do \
217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 done | $(am__uniquify_input)`
140219 ETAGS = etags
141220 CTAGS = ctags
221 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
142222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143223 ACLOCAL = @ACLOCAL@
144224 AMTAR = @AMTAR@
225 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145226 AR = @AR@
146227 AS = @AS@
147228 AUTOCONF = @AUTOCONF@
610691 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libregf/Makefile'; \
611692 $(am__cd) $(top_srcdir) && \
612693 $(AUTOMAKE) --gnu libregf/Makefile
613 .PRECIOUS: Makefile
614694 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
615695 @case '$?' in \
616696 *config.status*) \
639719 echo rm -f $${locs}; \
640720 rm -f $${locs}; \
641721 }
722
642723 libregf.la: $(libregf_la_OBJECTS) $(libregf_la_DEPENDENCIES) $(EXTRA_libregf_la_DEPENDENCIES)
643 $(LINK) $(am_libregf_la_rpath) $(libregf_la_OBJECTS) $(libregf_la_LIBADD) $(LIBS)
724 $(AM_V_CCLD)$(LINK) $(am_libregf_la_rpath) $(libregf_la_OBJECTS) $(libregf_la_LIBADD) $(LIBS)
644725
645726 mostlyclean-compile:
646727 -rm -f *.$(OBJEXT)
667748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libregf_value_type.Plo@am__quote@
668749
669750 .c.o:
670 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
671 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
672 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
751 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
752 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
673754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
674 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
755 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
675756
676757 .c.obj:
677 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
678 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
758 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
759 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
680761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
762 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
682763
683764 .c.lo:
684 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
685 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
765 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
766 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
687768 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
769 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
689770
690771 mostlyclean-libtool:
691772 -rm -f *.lo
693774 clean-libtool:
694775 -rm -rf .libs _libs
695776
696 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
697 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
698 unique=`for i in $$list; do \
699 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700 done | \
701 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
702 END { if (nonempty) { for (i in files) print i; }; }'`; \
703 mkid -fID $$unique
704 tags: TAGS
705
706 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
707 $(TAGS_FILES) $(LISP)
777 ID: $(am__tagged_files)
778 $(am__define_uniq_tagged_files); mkid -fID $$unique
779 tags: tags-am
780 TAGS: tags
781
782 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
708783 set x; \
709784 here=`pwd`; \
710 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
711 unique=`for i in $$list; do \
712 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
713 done | \
714 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
715 END { if (nonempty) { for (i in files) print i; }; }'`; \
785 $(am__define_uniq_tagged_files); \
716786 shift; \
717787 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
718788 test -n "$$unique" || unique=$$empty_fix; \
724794 $$unique; \
725795 fi; \
726796 fi
727 ctags: CTAGS
728 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
729 $(TAGS_FILES) $(LISP)
730 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
731 unique=`for i in $$list; do \
732 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
733 done | \
734 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
735 END { if (nonempty) { for (i in files) print i; }; }'`; \
797 ctags: ctags-am
798
799 CTAGS: ctags
800 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
801 $(am__define_uniq_tagged_files); \
736802 test -z "$(CTAGS_ARGS)$$unique" \
737803 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
738804 $$unique
741807 here=`$(am__cd) $(top_builddir) && pwd` \
742808 && $(am__cd) $(top_srcdir) \
743809 && gtags -i $(GTAGS_ARGS) "$$here"
744
745 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
746 list='$(SOURCES) $(HEADERS) $(LISP)'; \
810 cscopelist: cscopelist-am
811
812 cscopelist-am: $(am__tagged_files)
813 list='$(am__tagged_files)'; \
747814 case "$(srcdir)" in \
748815 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
749816 *) sdir=$(subdir)/$(srcdir) ;; \
894961
895962 .MAKE: install-am install-strip
896963
897 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
898 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
899 distclean distclean-compile distclean-generic \
964 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
965 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
966 ctags-am distclean distclean-compile distclean-generic \
900967 distclean-libtool distclean-tags distdir dvi dvi-am html \
901968 html-am info info-am install install-am install-data \
902969 install-data-am install-dvi install-dvi-am install-exec \
906973 installcheck-am installdirs maintainer-clean \
907974 maintainer-clean-generic mostlyclean mostlyclean-compile \
908975 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
909 tags uninstall uninstall-am
976 tags tags-am uninstall uninstall-am
977
978 .PRECIOUS: Makefile
910979
911980
912981 distclean: clean
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libuna
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
174211 @HAVE_LOCAL_LIBUNA_TRUE@ libuna_utf8_stream.lo \
175212 @HAVE_LOCAL_LIBUNA_TRUE@ libuna_utf8_string.lo
176213 libuna_la_OBJECTS = $(am_libuna_la_OBJECTS)
214 AM_V_lt = $(am__v_lt_@AM_V@)
215 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
216 am__v_lt_0 = --silent
217 am__v_lt_1 =
177218 @HAVE_LOCAL_LIBUNA_TRUE@am_libuna_la_rpath =
219 AM_V_P = $(am__v_P_@AM_V@)
220 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
221 am__v_P_0 = false
222 am__v_P_1 = :
223 AM_V_GEN = $(am__v_GEN_@AM_V@)
224 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
225 am__v_GEN_0 = @echo " GEN " $@;
226 am__v_GEN_1 =
227 AM_V_at = $(am__v_at_@AM_V@)
228 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
229 am__v_at_0 = @
230 am__v_at_1 =
178231 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
179232 depcomp = $(SHELL) $(top_srcdir)/depcomp
180233 am__depfiles_maybe = depfiles
181234 am__mv = mv -f
182235 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
183236 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
185 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
238 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
239 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
240 $(AM_CFLAGS) $(CFLAGS)
241 AM_V_CC = $(am__v_CC_@AM_V@)
242 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
243 am__v_CC_0 = @echo " CC " $@;
244 am__v_CC_1 =
187245 CCLD = $(CC)
188 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
189 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
190 $(LDFLAGS) -o $@
246 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
247 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
248 $(AM_LDFLAGS) $(LDFLAGS) -o $@
249 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
250 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
251 am__v_CCLD_0 = @echo " CCLD " $@;
252 am__v_CCLD_1 =
191253 SOURCES = $(libuna_la_SOURCES)
192254 DIST_SOURCES = $(am__libuna_la_SOURCES_DIST)
193255 am__can_run_installinfo = \
195257 n|no|NO) false;; \
196258 *) (install-info --version) >/dev/null 2>&1;; \
197259 esac
260 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
261 # Read a list of newline-separated strings from the standard input,
262 # and print each of them once, without duplicates. Input order is
263 # *not* preserved.
264 am__uniquify_input = $(AWK) '\
265 BEGIN { nonempty = 0; } \
266 { items[$$0] = 1; nonempty = 1; } \
267 END { if (nonempty) { for (i in items) print i; }; } \
268 '
269 # Make sure the list of sources is unique. This is necessary because,
270 # e.g., the same source file might be shared among _SOURCES variables
271 # for different programs/libraries.
272 am__define_uniq_tagged_files = \
273 list='$(am__tagged_files)'; \
274 unique=`for i in $$list; do \
275 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
276 done | $(am__uniquify_input)`
198277 ETAGS = etags
199278 CTAGS = ctags
279 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
200280 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201281 ACLOCAL = @ACLOCAL@
202282 AMTAR = @AMTAR@
283 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203284 AR = @AR@
204285 AS = @AS@
205286 AUTOCONF = @AUTOCONF@
655736 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libuna/Makefile'; \
656737 $(am__cd) $(top_srcdir) && \
657738 $(AUTOMAKE) --gnu libuna/Makefile
658 .PRECIOUS: Makefile
659739 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
660740 @case '$?' in \
661741 *config.status*) \
684764 echo rm -f $${locs}; \
685765 rm -f $${locs}; \
686766 }
767
687768 libuna.la: $(libuna_la_OBJECTS) $(libuna_la_DEPENDENCIES) $(EXTRA_libuna_la_DEPENDENCIES)
688 $(LINK) $(am_libuna_la_rpath) $(libuna_la_OBJECTS) $(libuna_la_LIBADD) $(LIBS)
769 $(AM_V_CCLD)$(LINK) $(am_libuna_la_rpath) $(libuna_la_OBJECTS) $(libuna_la_LIBADD) $(LIBS)
689770
690771 mostlyclean-compile:
691772 -rm -f *.$(OBJEXT)
739820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libuna_utf8_string.Plo@am__quote@
740821
741822 .c.o:
742 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
743 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
823 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
824 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
745826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
827 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
747828
748829 .c.obj:
749 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
750 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
830 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
831 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
752833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
834 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
754835
755836 .c.lo:
756 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
757 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
837 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
838 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
759840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
841 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
761842
762843 mostlyclean-libtool:
763844 -rm -f *.lo
765846 clean-libtool:
766847 -rm -rf .libs _libs
767848
768 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
769 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
770 unique=`for i in $$list; do \
771 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
772 done | \
773 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
774 END { if (nonempty) { for (i in files) print i; }; }'`; \
775 mkid -fID $$unique
776 tags: TAGS
777
778 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
779 $(TAGS_FILES) $(LISP)
849 ID: $(am__tagged_files)
850 $(am__define_uniq_tagged_files); mkid -fID $$unique
851 tags: tags-am
852 TAGS: tags
853
854 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
780855 set x; \
781856 here=`pwd`; \
782 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
783 unique=`for i in $$list; do \
784 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
785 done | \
786 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
787 END { if (nonempty) { for (i in files) print i; }; }'`; \
857 $(am__define_uniq_tagged_files); \
788858 shift; \
789859 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
790860 test -n "$$unique" || unique=$$empty_fix; \
796866 $$unique; \
797867 fi; \
798868 fi
799 ctags: CTAGS
800 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
801 $(TAGS_FILES) $(LISP)
802 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
803 unique=`for i in $$list; do \
804 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
805 done | \
806 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
807 END { if (nonempty) { for (i in files) print i; }; }'`; \
869 ctags: ctags-am
870
871 CTAGS: ctags
872 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873 $(am__define_uniq_tagged_files); \
808874 test -z "$(CTAGS_ARGS)$$unique" \
809875 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
810876 $$unique
813879 here=`$(am__cd) $(top_builddir) && pwd` \
814880 && $(am__cd) $(top_srcdir) \
815881 && gtags -i $(GTAGS_ARGS) "$$here"
816
817 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
818 list='$(SOURCES) $(HEADERS) $(LISP)'; \
882 cscopelist: cscopelist-am
883
884 cscopelist-am: $(am__tagged_files)
885 list='$(am__tagged_files)'; \
819886 case "$(srcdir)" in \
820887 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
821888 *) sdir=$(subdir)/$(srcdir) ;; \
9661033
9671034 .MAKE: install-am install-strip
9681035
969 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
970 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
971 distclean distclean-compile distclean-generic \
1036 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1037 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
1038 ctags-am distclean distclean-compile distclean-generic \
9721039 distclean-libtool distclean-tags distdir dvi dvi-am html \
9731040 html-am info info-am install install-am install-data \
9741041 install-data-am install-dvi install-dvi-am install-exec \
9781045 installcheck-am installdirs maintainer-clean \
9791046 maintainer-clean-generic mostlyclean mostlyclean-compile \
9801047 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
981 tags uninstall uninstall-am
1048 tags tags-am uninstall uninstall-am
1049
1050 .PRECIOUS: Makefile
9821051
9831052
9841053 distclean: clean
3434 #else
3535 #include <byte_stream.h>
3636
37 #define LIBUNA_VERSION 20150101
37 #define LIBUNA_VERSION 20150927
3838
3939 /* The libuna version string
4040 */
41 #define LIBUNA_VERSION_STRING "20150101"
41 #define LIBUNA_VERSION_STRING "20150927"
4242
4343 /* The endian definitions
4444 */
2626 #if defined( _MSC_VER )
2727 #define LIBUNA_INLINE _inline
2828
29 #elif defined( __BORLANDC__ ) || defined( __clang__ )
29 #elif defined( __BORLANDC__ ) || defined( __clang__ ) || ( defined( __GNUC__ ) && __GNUC__ >= 5 )
3030 #define LIBUNA_INLINE /* inline */
3131
3232 #else
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = libwrc
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83120 CONFIG_CLEAN_FILES =
149186 @HAVE_LOCAL_LIBWRC_TRUE@ libwrc_wevt_template_definition.lo \
150187 @HAVE_LOCAL_LIBWRC_TRUE@ libwrc_wevt_template_values.lo
151188 libwrc_la_OBJECTS = $(am_libwrc_la_OBJECTS)
189 AM_V_lt = $(am__v_lt_@AM_V@)
190 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
191 am__v_lt_0 = --silent
192 am__v_lt_1 =
152193 @HAVE_LOCAL_LIBWRC_TRUE@am_libwrc_la_rpath =
194 AM_V_P = $(am__v_P_@AM_V@)
195 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
196 am__v_P_0 = false
197 am__v_P_1 = :
198 AM_V_GEN = $(am__v_GEN_@AM_V@)
199 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
200 am__v_GEN_0 = @echo " GEN " $@;
201 am__v_GEN_1 =
202 AM_V_at = $(am__v_at_@AM_V@)
203 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
204 am__v_at_0 = @
205 am__v_at_1 =
153206 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
154207 depcomp = $(SHELL) $(top_srcdir)/depcomp
155208 am__depfiles_maybe = depfiles
156209 am__mv = mv -f
157210 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158211 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
160 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
161 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
214 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
215 $(AM_CFLAGS) $(CFLAGS)
216 AM_V_CC = $(am__v_CC_@AM_V@)
217 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
218 am__v_CC_0 = @echo " CC " $@;
219 am__v_CC_1 =
162220 CCLD = $(CC)
163 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
164 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
165 $(LDFLAGS) -o $@
221 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
223 $(AM_LDFLAGS) $(LDFLAGS) -o $@
224 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
225 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
226 am__v_CCLD_0 = @echo " CCLD " $@;
227 am__v_CCLD_1 =
166228 SOURCES = $(libwrc_la_SOURCES)
167229 DIST_SOURCES = $(am__libwrc_la_SOURCES_DIST)
168230 am__can_run_installinfo = \
170232 n|no|NO) false;; \
171233 *) (install-info --version) >/dev/null 2>&1;; \
172234 esac
235 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
236 # Read a list of newline-separated strings from the standard input,
237 # and print each of them once, without duplicates. Input order is
238 # *not* preserved.
239 am__uniquify_input = $(AWK) '\
240 BEGIN { nonempty = 0; } \
241 { items[$$0] = 1; nonempty = 1; } \
242 END { if (nonempty) { for (i in items) print i; }; } \
243 '
244 # Make sure the list of sources is unique. This is necessary because,
245 # e.g., the same source file might be shared among _SOURCES variables
246 # for different programs/libraries.
247 am__define_uniq_tagged_files = \
248 list='$(am__tagged_files)'; \
249 unique=`for i in $$list; do \
250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251 done | $(am__uniquify_input)`
173252 ETAGS = etags
174253 CTAGS = ctags
254 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
175255 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176256 ACLOCAL = @ACLOCAL@
177257 AMTAR = @AMTAR@
258 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178259 AR = @AR@
179260 AS = @AS@
180261 AUTOCONF = @AUTOCONF@
667748 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libwrc/Makefile'; \
668749 $(am__cd) $(top_srcdir) && \
669750 $(AUTOMAKE) --gnu libwrc/Makefile
670 .PRECIOUS: Makefile
671751 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
672752 @case '$?' in \
673753 *config.status*) \
696776 echo rm -f $${locs}; \
697777 rm -f $${locs}; \
698778 }
779
699780 libwrc.la: $(libwrc_la_OBJECTS) $(libwrc_la_DEPENDENCIES) $(EXTRA_libwrc_la_DEPENDENCIES)
700 $(LINK) $(am_libwrc_la_rpath) $(libwrc_la_OBJECTS) $(libwrc_la_LIBADD) $(LIBS)
781 $(AM_V_CCLD)$(LINK) $(am_libwrc_la_rpath) $(libwrc_la_OBJECTS) $(libwrc_la_LIBADD) $(LIBS)
701782
702783 mostlyclean-compile:
703784 -rm -f *.$(OBJEXT)
739820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwrc_wevt_template_values.Plo@am__quote@
740821
741822 .c.o:
742 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
743 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
823 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
824 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
745826 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
827 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
747828
748829 .c.obj:
749 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
750 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
830 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
831 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
752833 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
834 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
754835
755836 .c.lo:
756 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
757 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
837 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
838 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
759840 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
841 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
761842
762843 mostlyclean-libtool:
763844 -rm -f *.lo
765846 clean-libtool:
766847 -rm -rf .libs _libs
767848
768 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
769 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
770 unique=`for i in $$list; do \
771 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
772 done | \
773 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
774 END { if (nonempty) { for (i in files) print i; }; }'`; \
775 mkid -fID $$unique
776 tags: TAGS
777
778 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
779 $(TAGS_FILES) $(LISP)
849 ID: $(am__tagged_files)
850 $(am__define_uniq_tagged_files); mkid -fID $$unique
851 tags: tags-am
852 TAGS: tags
853
854 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
780855 set x; \
781856 here=`pwd`; \
782 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
783 unique=`for i in $$list; do \
784 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
785 done | \
786 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
787 END { if (nonempty) { for (i in files) print i; }; }'`; \
857 $(am__define_uniq_tagged_files); \
788858 shift; \
789859 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
790860 test -n "$$unique" || unique=$$empty_fix; \
796866 $$unique; \
797867 fi; \
798868 fi
799 ctags: CTAGS
800 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
801 $(TAGS_FILES) $(LISP)
802 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
803 unique=`for i in $$list; do \
804 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
805 done | \
806 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
807 END { if (nonempty) { for (i in files) print i; }; }'`; \
869 ctags: ctags-am
870
871 CTAGS: ctags
872 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
873 $(am__define_uniq_tagged_files); \
808874 test -z "$(CTAGS_ARGS)$$unique" \
809875 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
810876 $$unique
813879 here=`$(am__cd) $(top_builddir) && pwd` \
814880 && $(am__cd) $(top_srcdir) \
815881 && gtags -i $(GTAGS_ARGS) "$$here"
816
817 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
818 list='$(SOURCES) $(HEADERS) $(LISP)'; \
882 cscopelist: cscopelist-am
883
884 cscopelist-am: $(am__tagged_files)
885 list='$(am__tagged_files)'; \
819886 case "$(srcdir)" in \
820887 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
821888 *) sdir=$(subdir)/$(srcdir) ;; \
9661033
9671034 .MAKE: install-am install-strip
9681035
969 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
970 clean-libtool clean-noinstLTLIBRARIES cscopelist ctags \
971 distclean distclean-compile distclean-generic \
1036 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1037 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
1038 ctags-am distclean distclean-compile distclean-generic \
9721039 distclean-libtool distclean-tags distdir dvi dvi-am html \
9731040 html-am info info-am install install-am install-data \
9741041 install-data-am install-dvi install-dvi-am install-exec \
9781045 installcheck-am installdirs maintainer-clean \
9791046 maintainer-clean-generic mostlyclean mostlyclean-compile \
9801047 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
981 tags uninstall uninstall-am
1048 tags tags-am uninstall uninstall-am
1049
1050 .PRECIOUS: Makefile
9821051
9831052
9841053 distclean: clean
00 dnl Functions for libcsystem
11 dnl
2 dnl Version: 20141018
2 dnl Version: 20150629
33
44 dnl Function to detect if libcsystem is available
55 dnl ac_libcsystem_dummy is used to prevent AC_CHECK_LIB adding unnecessary -l<library> arguments
2323 [test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"],
2424 [PKG_CHECK_MODULES(
2525 [libcsystem],
26 [libcsystem >= 20141018],
26 [libcsystem >= 20150629],
2727 [ac_cv_libcsystem=yes],
2828 [ac_cv_libcsystem=no])
2929 ])
4040 [ac_cv_libcsystem=no],
4141 [dnl Check for the individual functions
4242 ac_cv_libcsystem=yes
43
44 AC_CHECK_LIB(
45 csystem,
46 libcsystem_get_version,
47 [ac_cv_libcsystem_dummy=yes],
48 [ac_cv_libcsystem=no])
4943
5044 dnl Support functions
5145 AC_CHECK_LIB(
00 dnl Functions for libfdata
11 dnl
2 dnl Version: 20140915
2 dnl Version: 20150825
33
44 dnl Function to detect if libfdata is available
55 dnl ac_libfdata_dummy is used to prevent AC_CHECK_LIB adding unnecessary -l<library> arguments
2323 [test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"],
2424 [PKG_CHECK_MODULES(
2525 [libfdata],
26 [libfdata >= 20140915],
26 [libfdata >= 20150825],
2727 [ac_cv_libfdata=yes],
2828 [ac_cv_libfdata=no])
2929 ])
105105 libfdata_stream_append_segment,
106106 [ac_cv_libfdata_dummy=yes],
107107 [ac_cv_libfdata=no])
108
108 AC_CHECK_LIB(
109 fdata,
110 libfdata_stream_set_mapped_size,
111 [ac_cv_libfdata_dummy=yes],
112 [ac_cv_libfdata=no])
113
114 AC_CHECK_LIB(
115 fdata,
116 libfdata_stream_get_segment_mapped_range,
117 [ac_cv_libfdata_dummy=yes],
118 [ac_cv_libfdata=no])
109119 AC_CHECK_LIB(
110120 fdata,
111121 libfdata_stream_get_segment_index_at_offset,
00 dnl Functions for libfvalue
11 dnl
2 dnl Version: 20130415
2 dnl Version: 20150322
33
44 dnl Function to detect if libfvalue available
55 dnl ac_libfvalue_dummy is used to prevent AC_CHECK_LIB adding unnecessary -l<library> arguments
2323 [test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"],
2424 [PKG_CHECK_MODULES(
2525 [libfvalue],
26 [libfvalue >= 20130415],
26 [libfvalue >= 20150322],
2727 [ac_cv_libfvalue=yes],
2828 [ac_cv_libfvalue=no])
2929 ])
13111311 rm -rf conftest*
13121312 ;;
13131313
1314 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
1314 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
13151315 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
13161316 # Find out which ABI we are using.
13171317 echo 'int i;' > conftest.$ac_ext
13251325 x86_64-*linux*)
13261326 LD="${LD-ld} -m elf_i386"
13271327 ;;
1328 ppc64-*linux*|powerpc64-*linux*)
1328 powerpc64le-*linux*)
1329 LD="${LD-ld} -m elf32lppclinux"
1330 ;;
1331 powerpc64-*linux*)
13291332 LD="${LD-ld} -m elf32ppclinux"
13301333 ;;
13311334 s390x-*linux*)
13441347 x86_64-*linux*)
13451348 LD="${LD-ld} -m elf_x86_64"
13461349 ;;
1347 ppc*-*linux*|powerpc*-*linux*)
1350 powerpcle-*linux*)
1351 LD="${LD-ld} -m elf64lppc"
1352 ;;
1353 powerpc-*linux*)
13481354 LD="${LD-ld} -m elf64ppc"
13491355 ;;
13501356 s390*-*linux*|s390*-*tpf*)
00 dnl Functions for type definitions
11 dnl
2 dnl Version: 20111004
2 dnl Version: 20150413
33
44 dnl Function to detect if type definitions are available
55 AC_DEFUN([AX_TYPES_CHECK_LOCAL],
113113 AC_CHECK_TYPE([ssize_t])
114114 AC_CHECK_TYPE([u64])
115115
116 AC_CHECK_SIZEOF([int])
116117 AC_CHECK_SIZEOF([off_t])
117118 AC_CHECK_SIZEOF([size_t])
118119
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__make_dryrun = \
17 { \
18 am__dry=no; \
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
1939 case $$MAKEFLAGS in \
2040 *\\[\ \ ]*) \
21 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
22 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
23 *) \
24 for am__flg in $$MAKEFLAGS; do \
25 case $$am__flg in \
26 *=*|--*) ;; \
27 *n*) am__dry=yes; break;; \
28 esac; \
29 done;; \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3044 esac; \
31 test $$am__dry = yes; \
32 }
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3371 pkgdatadir = $(datadir)/@PACKAGE@
3472 pkgincludedir = $(includedir)/@PACKAGE@
3573 pkglibdir = $(libdir)/@PACKAGE@
4987 build_triplet = @build@
5088 host_triplet = @host@
5189 subdir = manuals
52 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
5390 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5491 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5592 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
76113 $(top_srcdir)/configure.ac
77114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78115 $(ACLOCAL_M4)
116 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
79117 mkinstalldirs = $(install_sh) -d
80118 CONFIG_HEADER = $(top_builddir)/common/config.h
81119 CONFIG_CLEAN_FILES =
82120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
83133 SOURCES =
84134 DIST_SOURCES =
85135 am__can_run_installinfo = \
119169 man3dir = $(mandir)/man3
120170 NROFF = nroff
121171 MANS = $(man_MANS)
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173 am__DIST_COMMON = $(srcdir)/Makefile.in
122174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123175 ACLOCAL = @ACLOCAL@
124176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125178 AR = @AR@
126179 AS = @AS@
127180 AUTOCONF = @AUTOCONF@
527580 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu manuals/Makefile'; \
528581 $(am__cd) $(top_srcdir) && \
529582 $(AUTOMAKE) --gnu manuals/Makefile
530 .PRECIOUS: Makefile
531583 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
532584 @case '$?' in \
533585 *config.status*) \
637689 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
638690 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
639691 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
640 tags: TAGS
641 TAGS:
642
643 ctags: CTAGS
644 CTAGS:
692 tags TAGS:
693
694 ctags CTAGS:
645695
646696 cscope cscopelist:
647697
648698
649699 distdir: $(DISTFILES)
650 @list='$(MANS)'; if test -n "$$list"; then \
651 list=`for p in $$list; do \
652 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
653 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
654 if test -n "$$list" && \
655 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
656 echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
657 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
658 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
659 echo " typically 'make maintainer-clean' will remove them" >&2; \
660 exit 1; \
661 else :; fi; \
662 else :; fi
663700 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
664701 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
665702 list='$(DISTFILES)'; \
796833 .MAKE: install-am install-strip
797834
798835 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
799 distclean distclean-generic distclean-libtool distdir dvi \
800 dvi-am html html-am info info-am install install-am \
801 install-data install-data-am install-dvi install-dvi-am \
802 install-exec install-exec-am install-html install-html-am \
803 install-info install-info-am install-man install-man1 \
804 install-man3 install-pdf install-pdf-am install-ps \
805 install-ps-am install-strip installcheck installcheck-am \
806 installdirs maintainer-clean maintainer-clean-generic \
807 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
808 ps ps-am uninstall uninstall-am uninstall-man uninstall-man1 \
809 uninstall-man3
836 cscopelist-am ctags-am distclean distclean-generic \
837 distclean-libtool distdir dvi dvi-am html html-am info info-am \
838 install install-am install-data install-data-am install-dvi \
839 install-dvi-am install-exec install-exec-am install-html \
840 install-html-am install-info install-info-am install-man \
841 install-man1 install-man3 install-pdf install-pdf-am \
842 install-ps install-ps-am install-strip installcheck \
843 installcheck-am installdirs maintainer-clean \
844 maintainer-clean-generic mostlyclean mostlyclean-generic \
845 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
846 uninstall-am uninstall-man uninstall-man1 uninstall-man3
847
848 .PRECIOUS: Makefile
810849
811850
812851 distclean: clean
+150
-265
missing less more
00 #! /bin/sh
1 # Common stub for a few missing GNU programs while installing.
2
3 scriptversion=2012-01-06.18; # UTC
4
5 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
6 # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
1 # Common wrapper for a few potentially missing GNU programs.
2
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
6 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
99 # it under the terms of the GNU General Public License as published by
2828 exit 1
2929 fi
3030
31 run=:
32 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
33 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
34
35 # In the cases where this matters, 'missing' is being run in the
36 # srcdir already.
37 if test -f configure.ac; then
38 configure_ac=configure.ac
39 else
40 configure_ac=configure.in
41 fi
42
43 msg="missing on your system"
44
4531 case $1 in
46 --run)
47 # Try to run requested program, and just exit if it succeeds.
48 run=
49 shift
50 "$@" && exit 0
51 # Exit code 63 means version mismatch. This often happens
52 # when the user try to use an ancient version of a tool on
53 # a file that requires a minimum version. In this case we
54 # we should proceed has if the program had been absent, or
55 # if --run hadn't been passed.
56 if test $? = 63; then
57 run=:
58 msg="probably too old"
59 fi
60 ;;
32
33 --is-lightweight)
34 # Used by our autoconf macros to check whether the available missing
35 # script is modern enough.
36 exit 0
37 ;;
38
39 --run)
40 # Back-compat with the calling convention used by older automake.
41 shift
42 ;;
6143
6244 -h|--h|--he|--hel|--help)
6345 echo "\
6446 $0 [OPTION]... PROGRAM [ARGUMENT]...
6547
66 Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
67 error status if there is no known handling for PROGRAM.
48 Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
49 to PROGRAM being missing or too old.
6850
6951 Options:
7052 -h, --help display this help and exit
7153 -v, --version output version information and exit
72 --run try to run the given command, and emulate it if it fails
7354
7455 Supported PROGRAM values:
75 aclocal touch file 'aclocal.m4'
76 autoconf touch file 'configure'
77 autoheader touch file 'config.h.in'
78 autom4te touch the output file, or create a stub one
79 automake touch all 'Makefile.in' files
80 bison create 'y.tab.[ch]', if possible, from existing .[ch]
81 flex create 'lex.yy.c', if possible, from existing .c
82 help2man touch the output file
83 lex create 'lex.yy.c', if possible, from existing .c
84 makeinfo touch the output file
85 yacc create 'y.tab.[ch]', if possible, from existing .[ch]
56 aclocal autoconf autoheader autom4te automake makeinfo
57 bison yacc flex lex help2man
8658
8759 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
8860 'g' are ignored when checking the name.
9769 ;;
9870
9971 -*)
100 echo 1>&2 "$0: Unknown '$1' option"
72 echo 1>&2 "$0: unknown '$1' option"
10173 echo 1>&2 "Try '$0 --help' for more information"
10274 exit 1
10375 ;;
10476
10577 esac
10678
107 # normalize program name to check for.
108 program=`echo "$1" | sed '
109 s/^gnu-//; t
110 s/^gnu//; t
111 s/^g//; t'`
112
113 # Now exit if we have it, but it failed. Also exit now if we
114 # don't have it and --version was passed (most likely to detect
115 # the program). This is about non-GNU programs, so use $1 not
116 # $program.
117 case $1 in
118 lex*|yacc*)
119 # Not GNU programs, they don't have --version.
120 ;;
121
122 *)
123 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
124 # We have it, but it failed.
125 exit 1
126 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
127 # Could not run --version or --help. This is probably someone
128 # running '$TOOL --version' or '$TOOL --help' to check whether
129 # $TOOL exists and not knowing $TOOL uses missing.
130 exit 1
131 fi
132 ;;
133 esac
134
135 # If it does not exist, or fails to run (possibly an outdated version),
136 # try to emulate it.
137 case $program in
138 aclocal*)
139 echo 1>&2 "\
140 WARNING: '$1' is $msg. You should only need it if
141 you modified 'acinclude.m4' or '${configure_ac}'. You might want
142 to install the Automake and Perl packages. Grab them from
143 any GNU archive site."
144 touch aclocal.m4
145 ;;
146
147 autoconf*)
148 echo 1>&2 "\
149 WARNING: '$1' is $msg. You should only need it if
150 you modified '${configure_ac}'. You might want to install the
151 Autoconf and GNU m4 packages. Grab them from any GNU
152 archive site."
153 touch configure
154 ;;
155
156 autoheader*)
157 echo 1>&2 "\
158 WARNING: '$1' is $msg. You should only need it if
159 you modified 'acconfig.h' or '${configure_ac}'. You might want
160 to install the Autoconf and GNU m4 packages. Grab them
161 from any GNU archive site."
162 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
163 test -z "$files" && files="config.h"
164 touch_files=
165 for f in $files; do
166 case $f in
167 *:*) touch_files="$touch_files "`echo "$f" |
168 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
169 *) touch_files="$touch_files $f.in";;
170 esac
171 done
172 touch $touch_files
173 ;;
174
175 automake*)
176 echo 1>&2 "\
177 WARNING: '$1' is $msg. You should only need it if
178 you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
179 You might want to install the Automake and Perl packages.
180 Grab them from any GNU archive site."
181 find . -type f -name Makefile.am -print |
182 sed 's/\.am$/.in/' |
183 while read f; do touch "$f"; done
184 ;;
185
186 autom4te*)
187 echo 1>&2 "\
188 WARNING: '$1' is needed, but is $msg.
189 You might have modified some files without having the
190 proper tools for further handling them.
191 You can get '$1' as part of Autoconf from any GNU
192 archive site."
193
194 file=`echo "$*" | sed -n "$sed_output"`
195 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
196 if test -f "$file"; then
197 touch $file
198 else
199 test -z "$file" || exec >$file
200 echo "#! /bin/sh"
201 echo "# Created by GNU Automake missing as a replacement of"
202 echo "# $ $@"
203 echo "exit 0"
204 chmod +x $file
205 exit 1
206 fi
207 ;;
208
209 bison*|yacc*)
210 echo 1>&2 "\
211 WARNING: '$1' $msg. You should only need it if
212 you modified a '.y' file. You may need the Bison package
213 in order for those modifications to take effect. You can get
214 Bison from any GNU archive site."
215 rm -f y.tab.c y.tab.h
216 if test $# -ne 1; then
217 eval LASTARG=\${$#}
218 case $LASTARG in
219 *.y)
220 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
221 if test -f "$SRCFILE"; then
222 cp "$SRCFILE" y.tab.c
223 fi
224 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
225 if test -f "$SRCFILE"; then
226 cp "$SRCFILE" y.tab.h
227 fi
228 ;;
229 esac
230 fi
231 if test ! -f y.tab.h; then
232 echo >y.tab.h
233 fi
234 if test ! -f y.tab.c; then
235 echo 'main() { return 0; }' >y.tab.c
236 fi
237 ;;
238
239 lex*|flex*)
240 echo 1>&2 "\
241 WARNING: '$1' is $msg. You should only need it if
242 you modified a '.l' file. You may need the Flex package
243 in order for those modifications to take effect. You can get
244 Flex from any GNU archive site."
245 rm -f lex.yy.c
246 if test $# -ne 1; then
247 eval LASTARG=\${$#}
248 case $LASTARG in
249 *.l)
250 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
251 if test -f "$SRCFILE"; then
252 cp "$SRCFILE" lex.yy.c
253 fi
254 ;;
255 esac
256 fi
257 if test ! -f lex.yy.c; then
258 echo 'main() { return 0; }' >lex.yy.c
259 fi
260 ;;
261
262 help2man*)
263 echo 1>&2 "\
264 WARNING: '$1' is $msg. You should only need it if
265 you modified a dependency of a manual page. You may need the
266 Help2man package in order for those modifications to take
267 effect. You can get Help2man from any GNU archive site."
268
269 file=`echo "$*" | sed -n "$sed_output"`
270 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
271 if test -f "$file"; then
272 touch $file
273 else
274 test -z "$file" || exec >$file
275 echo ".ab help2man is required to generate this page"
276 exit $?
277 fi
278 ;;
279
280 makeinfo*)
281 echo 1>&2 "\
282 WARNING: '$1' is $msg. You should only need it if
283 you modified a '.texi' or '.texinfo' file, or any other file
284 indirectly affecting the aspect of the manual. The spurious
285 call might also be the consequence of using a buggy 'make' (AIX,
286 DU, IRIX). You might want to install the Texinfo package or
287 the GNU make package. Grab either from any GNU archive site."
288 # The file to touch is that specified with -o ...
289 file=`echo "$*" | sed -n "$sed_output"`
290 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
291 if test -z "$file"; then
292 # ... or it is the one specified with @setfilename ...
293 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
294 file=`sed -n '
295 /^@setfilename/{
296 s/.* \([^ ]*\) *$/\1/
297 p
298 q
299 }' $infile`
300 # ... or it is derived from the source name (dir/f.texi becomes f.info)
301 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
302 fi
303 # If the file does not exist, the user really needs makeinfo;
304 # let's fail without touching anything.
305 test -f $file || exit 1
306 touch $file
307 ;;
308
309 *)
310 echo 1>&2 "\
311 WARNING: '$1' is needed, and is $msg.
312 You might have modified some files without having the
313 proper tools for further handling them. Check the 'README' file,
314 it often tells you about the needed prerequisites for installing
315 this package. You may also peek at any GNU archive site, in case
316 some other package would contain this missing '$1' program."
317 exit 1
318 ;;
319 esac
320
321 exit 0
79 # Run the given program, remember its exit status.
80 "$@"; st=$?
81
82 # If it succeeded, we are done.
83 test $st -eq 0 && exit 0
84
85 # Also exit now if we it failed (or wasn't found), and '--version' was
86 # passed; such an option is passed most likely to detect whether the
87 # program is present and works.
88 case $2 in --version|--help) exit $st;; esac
89
90 # Exit code 63 means version mismatch. This often happens when the user
91 # tries to use an ancient version of a tool on a file that requires a
92 # minimum version.
93 if test $st -eq 63; then
94 msg="probably too old"
95 elif test $st -eq 127; then
96 # Program was missing.
97 msg="missing on your system"
98 else
99 # Program was found and executed, but failed. Give up.
100 exit $st
101 fi
102
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
106
107 program_details ()
108 {
109 case $1 in
110 aclocal|automake)
111 echo "The '$1' program is part of the GNU Automake package:"
112 echo "<$gnu_software_URL/automake>"
113 echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
114 echo "<$gnu_software_URL/autoconf>"
115 echo "<$gnu_software_URL/m4/>"
116 echo "<$perl_URL>"
117 ;;
118 autoconf|autom4te|autoheader)
119 echo "The '$1' program is part of the GNU Autoconf package:"
120 echo "<$gnu_software_URL/autoconf/>"
121 echo "It also requires GNU m4 and Perl in order to run:"
122 echo "<$gnu_software_URL/m4/>"
123 echo "<$perl_URL>"
124 ;;
125 esac
126 }
127
128 give_advice ()
129 {
130 # Normalize program name to check for.
131 normalized_program=`echo "$1" | sed '
132 s/^gnu-//; t
133 s/^gnu//; t
134 s/^g//; t'`
135
136 printf '%s\n' "'$1' is $msg."
137
138 configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
139 case $normalized_program in
140 autoconf*)
141 echo "You should only need it if you modified 'configure.ac',"
142 echo "or m4 files included by it."
143 program_details 'autoconf'
144 ;;
145 autoheader*)
146 echo "You should only need it if you modified 'acconfig.h' or"
147 echo "$configure_deps."
148 program_details 'autoheader'
149 ;;
150 automake*)
151 echo "You should only need it if you modified 'Makefile.am' or"
152 echo "$configure_deps."
153 program_details 'automake'
154 ;;
155 aclocal*)
156 echo "You should only need it if you modified 'acinclude.m4' or"
157 echo "$configure_deps."
158 program_details 'aclocal'
159 ;;
160 autom4te*)
161 echo "You might have modified some maintainer files that require"
162 echo "the 'autom4te' program to be rebuilt."
163 program_details 'autom4te'
164 ;;
165 bison*|yacc*)
166 echo "You should only need it if you modified a '.y' file."
167 echo "You may want to install the GNU Bison package:"
168 echo "<$gnu_software_URL/bison/>"
169 ;;
170 lex*|flex*)
171 echo "You should only need it if you modified a '.l' file."
172 echo "You may want to install the Fast Lexical Analyzer package:"
173 echo "<$flex_URL>"
174 ;;
175 help2man*)
176 echo "You should only need it if you modified a dependency" \
177 "of a man page."
178 echo "You may want to install the GNU Help2man package:"
179 echo "<$gnu_software_URL/help2man/>"
180 ;;
181 makeinfo*)
182 echo "You should only need it if you modified a '.texi' file, or"
183 echo "any other file indirectly affecting the aspect of the manual."
184 echo "You might want to install the Texinfo package:"
185 echo "<$gnu_software_URL/texinfo/>"
186 echo "The spurious makeinfo call might also be the consequence of"
187 echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
188 echo "want to install GNU make:"
189 echo "<$gnu_software_URL/make/>"
190 ;;
191 *)
192 echo "You might have modified some files without having the proper"
193 echo "tools for further handling them. Check the 'README' file, it"
194 echo "often tells you about the needed prerequisites for installing"
195 echo "this package. You may also peek at any GNU archive site, in"
196 echo "case some other package contains this missing '$1' program."
197 ;;
198 esac
199 }
200
201 give_advice "$1" | sed -e '1s/^/WARNING: /' \
202 -e '2,$s/^/ /' >&2
203
204 # Propagate the correct exit status (expected to be 127 for a program
205 # not found, 63 for a program that failed due to version mismatch).
206 exit $st
322207
323208 # Local variables:
324209 # eval: (add-hook 'write-file-hooks 'time-stamp)
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__make_dryrun = \
17 { \
18 am__dry=no; \
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
1939 case $$MAKEFLAGS in \
2040 *\\[\ \ ]*) \
21 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
22 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
23 *) \
24 for am__flg in $$MAKEFLAGS; do \
25 case $$am__flg in \
26 *=*|--*) ;; \
27 *n*) am__dry=yes; break;; \
28 esac; \
29 done;; \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3044 esac; \
31 test $$am__dry = yes; \
32 }
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3371 pkgdatadir = $(datadir)/@PACKAGE@
3472 pkgincludedir = $(includedir)/@PACKAGE@
3573 pkglibdir = $(libdir)/@PACKAGE@
4987 build_triplet = @build@
5088 host_triplet = @host@
5189 subdir = msvscpp
52 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
5390 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5491 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5592 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
76113 $(top_srcdir)/configure.ac
77114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78115 $(ACLOCAL_M4)
116 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
79117 mkinstalldirs = $(install_sh) -d
80118 CONFIG_HEADER = $(top_builddir)/common/config.h
81119 CONFIG_CLEAN_FILES =
82120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
83133 SOURCES =
84134 DIST_SOURCES =
85135 am__can_run_installinfo = \
87137 n|no|NO) false;; \
88138 *) (install-info --version) >/dev/null 2>&1;; \
89139 esac
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141 am__DIST_COMMON = $(srcdir)/Makefile.in
90142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91143 ACLOCAL = @ACLOCAL@
92144 AMTAR = @AMTAR@
145 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
93146 AR = @AR@
94147 AS = @AS@
95148 AUTOCONF = @AUTOCONF@
527580 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu msvscpp/Makefile'; \
528581 $(am__cd) $(top_srcdir) && \
529582 $(AUTOMAKE) --gnu msvscpp/Makefile
530 .PRECIOUS: Makefile
531583 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
532584 @case '$?' in \
533585 *config.status*) \
551603
552604 clean-libtool:
553605 -rm -rf .libs _libs
554 tags: TAGS
555 TAGS:
556
557 ctags: CTAGS
558 CTAGS:
606 tags TAGS:
607
608 ctags CTAGS:
559609
560610 cscope cscopelist:
561611
692742 .MAKE: install-am install-strip
693743
694744 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
695 distclean distclean-generic distclean-libtool distdir dvi \
696 dvi-am html html-am info info-am install install-am \
697 install-data install-data-am install-dvi install-dvi-am \
698 install-exec install-exec-am install-html install-html-am \
699 install-info install-info-am install-man install-pdf \
700 install-pdf-am install-ps install-ps-am install-strip \
701 installcheck installcheck-am installdirs maintainer-clean \
702 maintainer-clean-generic mostlyclean mostlyclean-generic \
703 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
745 cscopelist-am ctags-am distclean distclean-generic \
746 distclean-libtool distdir dvi dvi-am html html-am info info-am \
747 install install-am install-data install-data-am install-dvi \
748 install-dvi-am install-exec install-exec-am install-html \
749 install-html-am install-info install-info-am install-man \
750 install-pdf install-pdf-am install-ps install-ps-am \
751 install-strip installcheck installcheck-am installdirs \
752 maintainer-clean maintainer-clean-generic mostlyclean \
753 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
754 tags-am uninstall uninstall-am
755
756 .PRECIOUS: Makefile
704757
705758
706759 distclean: clean
5151
5252 endif
5353
54 EXTRA_DIST = \
55 setup.py \
56 setup.py.in
57
5854 MAINTAINERCLEANFILES = \
5955 Makefile.in
6056
6157 distclean: clean
62 /bin/rm -f setup.py
6358 /bin/rm -f Makefile
6459
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
2040 case $$MAKEFLAGS in \
2141 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3145 esac; \
32 test $$am__dry = yes; \
33 }
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3472 pkgdatadir = $(datadir)/@PACKAGE@
3573 pkgincludedir = $(includedir)/@PACKAGE@
3674 pkglibdir = $(libdir)/@PACKAGE@
5088 build_triplet = @build@
5189 host_triplet = @host@
5290 subdir = pyevtx
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54 $(srcdir)/setup.py.in $(top_srcdir)/depcomp
5591 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5692 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5793 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
78114 $(top_srcdir)/configure.ac
79115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
81118 mkinstalldirs = $(install_sh) -d
82119 CONFIG_HEADER = $(top_builddir)/common/config.h
83 CONFIG_CLEAN_FILES = setup.py
120 CONFIG_CLEAN_FILES =
84121 CONFIG_CLEAN_VPATH_FILES =
85122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86123 am__vpath_adj = case $$p in \
136173 @HAVE_PYTHON_TRUE@ pyevtx_la-pyevtx_records.lo \
137174 @HAVE_PYTHON_TRUE@ pyevtx_la-pyevtx_strings.lo
138175 pyevtx_la_OBJECTS = $(am_pyevtx_la_OBJECTS)
139 pyevtx_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
176 AM_V_lt = $(am__v_lt_@AM_V@)
177 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
178 am__v_lt_0 = --silent
179 am__v_lt_1 =
180 pyevtx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140181 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141182 $(pyevtx_la_LDFLAGS) $(LDFLAGS) -o $@
142183 @HAVE_PYTHON_TRUE@am_pyevtx_la_rpath = -rpath $(pyexecdir)
184 AM_V_P = $(am__v_P_@AM_V@)
185 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
186 am__v_P_0 = false
187 am__v_P_1 = :
188 AM_V_GEN = $(am__v_GEN_@AM_V@)
189 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
190 am__v_GEN_0 = @echo " GEN " $@;
191 am__v_GEN_1 =
192 AM_V_at = $(am__v_at_@AM_V@)
193 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
194 am__v_at_0 = @
195 am__v_at_1 =
143196 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
144197 depcomp = $(SHELL) $(top_srcdir)/depcomp
145198 am__depfiles_maybe = depfiles
146199 am__mv = mv -f
147200 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148201 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
150 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
151 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
204 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
205 $(AM_CFLAGS) $(CFLAGS)
206 AM_V_CC = $(am__v_CC_@AM_V@)
207 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
208 am__v_CC_0 = @echo " CC " $@;
209 am__v_CC_1 =
152210 CCLD = $(CC)
153 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
154 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
155 $(LDFLAGS) -o $@
211 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
213 $(AM_LDFLAGS) $(LDFLAGS) -o $@
214 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
215 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
216 am__v_CCLD_0 = @echo " CCLD " $@;
217 am__v_CCLD_1 =
156218 SOURCES = $(pyevtx_la_SOURCES)
157219 DIST_SOURCES = $(am__pyevtx_la_SOURCES_DIST)
158220 am__can_run_installinfo = \
160222 n|no|NO) false;; \
161223 *) (install-info --version) >/dev/null 2>&1;; \
162224 esac
225 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates. Input order is
228 # *not* preserved.
229 am__uniquify_input = $(AWK) '\
230 BEGIN { nonempty = 0; } \
231 { items[$$0] = 1; nonempty = 1; } \
232 END { if (nonempty) { for (i in items) print i; }; } \
233 '
234 # Make sure the list of sources is unique. This is necessary because,
235 # e.g., the same source file might be shared among _SOURCES variables
236 # for different programs/libraries.
237 am__define_uniq_tagged_files = \
238 list='$(am__tagged_files)'; \
239 unique=`for i in $$list; do \
240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241 done | $(am__uniquify_input)`
163242 ETAGS = etags
164243 CTAGS = ctags
244 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
165245 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166246 ACLOCAL = @ACLOCAL@
167247 AMTAR = @AMTAR@
248 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
168249 AR = @AR@
169250 AS = @AS@
170251 AUTOCONF = @AUTOCONF@
591672
592673 @HAVE_PYTHON_TRUE@pyevtx_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
593674 @HAVE_PYTHON_TRUE@pyevtx_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
594 EXTRA_DIST = \
595 setup.py \
596 setup.py.in
597
598675 MAINTAINERCLEANFILES = \
599676 Makefile.in
600677
614691 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pyevtx/Makefile'; \
615692 $(am__cd) $(top_srcdir) && \
616693 $(AUTOMAKE) --gnu pyevtx/Makefile
617 .PRECIOUS: Makefile
618694 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619695 @case '$?' in \
620696 *config.status*) \
632708 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
633709 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
634710 $(am__aclocal_m4_deps):
635 setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
636 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
711
637712 install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
638713 @$(NORMAL_INSTALL)
639714 @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
668743 echo rm -f $${locs}; \
669744 rm -f $${locs}; \
670745 }
746
671747 pyevtx.la: $(pyevtx_la_OBJECTS) $(pyevtx_la_DEPENDENCIES) $(EXTRA_pyevtx_la_DEPENDENCIES)
672 $(pyevtx_la_LINK) $(am_pyevtx_la_rpath) $(pyevtx_la_OBJECTS) $(pyevtx_la_LIBADD) $(LIBS)
748 $(AM_V_CCLD)$(pyevtx_la_LINK) $(am_pyevtx_la_rpath) $(pyevtx_la_OBJECTS) $(pyevtx_la_LIBADD) $(LIBS)
673749
674750 mostlyclean-compile:
675751 -rm -f *.$(OBJEXT)
691767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyevtx_la-pyevtx_strings.Plo@am__quote@
692768
693769 .c.o:
694 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
695 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
770 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
771 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
699775
700776 .c.obj:
701 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
702 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
777 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
778 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
706782
707783 .c.lo:
708 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
709 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
784 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
785 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
713789
714790 pyevtx_la-pyevtx.lo: pyevtx.c
715 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx.Tpo -c -o pyevtx_la-pyevtx.lo `test -f 'pyevtx.c' || echo '$(srcdir)/'`pyevtx.c
716 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx.Tpo $(DEPDIR)/pyevtx_la-pyevtx.Plo
717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx.c' object='pyevtx_la-pyevtx.lo' libtool=yes @AMDEPBACKSLASH@
718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx.lo `test -f 'pyevtx.c' || echo '$(srcdir)/'`pyevtx.c
791 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx.Tpo -c -o pyevtx_la-pyevtx.lo `test -f 'pyevtx.c' || echo '$(srcdir)/'`pyevtx.c
792 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx.Tpo $(DEPDIR)/pyevtx_la-pyevtx.Plo
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx.c' object='pyevtx_la-pyevtx.lo' libtool=yes @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx.lo `test -f 'pyevtx.c' || echo '$(srcdir)/'`pyevtx.c
720796
721797 pyevtx_la-pyevtx_codepage.lo: pyevtx_codepage.c
722 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_codepage.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_codepage.Tpo -c -o pyevtx_la-pyevtx_codepage.lo `test -f 'pyevtx_codepage.c' || echo '$(srcdir)/'`pyevtx_codepage.c
723 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_codepage.Tpo $(DEPDIR)/pyevtx_la-pyevtx_codepage.Plo
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_codepage.c' object='pyevtx_la-pyevtx_codepage.lo' libtool=yes @AMDEPBACKSLASH@
725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_codepage.lo `test -f 'pyevtx_codepage.c' || echo '$(srcdir)/'`pyevtx_codepage.c
798 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_codepage.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_codepage.Tpo -c -o pyevtx_la-pyevtx_codepage.lo `test -f 'pyevtx_codepage.c' || echo '$(srcdir)/'`pyevtx_codepage.c
799 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_codepage.Tpo $(DEPDIR)/pyevtx_la-pyevtx_codepage.Plo
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_codepage.c' object='pyevtx_la-pyevtx_codepage.lo' libtool=yes @AMDEPBACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_codepage.lo `test -f 'pyevtx_codepage.c' || echo '$(srcdir)/'`pyevtx_codepage.c
727803
728804 pyevtx_la-pyevtx_datetime.lo: pyevtx_datetime.c
729 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_datetime.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_datetime.Tpo -c -o pyevtx_la-pyevtx_datetime.lo `test -f 'pyevtx_datetime.c' || echo '$(srcdir)/'`pyevtx_datetime.c
730 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_datetime.Tpo $(DEPDIR)/pyevtx_la-pyevtx_datetime.Plo
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_datetime.c' object='pyevtx_la-pyevtx_datetime.lo' libtool=yes @AMDEPBACKSLASH@
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_datetime.lo `test -f 'pyevtx_datetime.c' || echo '$(srcdir)/'`pyevtx_datetime.c
805 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_datetime.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_datetime.Tpo -c -o pyevtx_la-pyevtx_datetime.lo `test -f 'pyevtx_datetime.c' || echo '$(srcdir)/'`pyevtx_datetime.c
806 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_datetime.Tpo $(DEPDIR)/pyevtx_la-pyevtx_datetime.Plo
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_datetime.c' object='pyevtx_la-pyevtx_datetime.lo' libtool=yes @AMDEPBACKSLASH@
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_datetime.lo `test -f 'pyevtx_datetime.c' || echo '$(srcdir)/'`pyevtx_datetime.c
734810
735811 pyevtx_la-pyevtx_error.lo: pyevtx_error.c
736 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_error.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_error.Tpo -c -o pyevtx_la-pyevtx_error.lo `test -f 'pyevtx_error.c' || echo '$(srcdir)/'`pyevtx_error.c
737 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_error.Tpo $(DEPDIR)/pyevtx_la-pyevtx_error.Plo
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_error.c' object='pyevtx_la-pyevtx_error.lo' libtool=yes @AMDEPBACKSLASH@
739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_error.lo `test -f 'pyevtx_error.c' || echo '$(srcdir)/'`pyevtx_error.c
812 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_error.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_error.Tpo -c -o pyevtx_la-pyevtx_error.lo `test -f 'pyevtx_error.c' || echo '$(srcdir)/'`pyevtx_error.c
813 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_error.Tpo $(DEPDIR)/pyevtx_la-pyevtx_error.Plo
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_error.c' object='pyevtx_la-pyevtx_error.lo' libtool=yes @AMDEPBACKSLASH@
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_error.lo `test -f 'pyevtx_error.c' || echo '$(srcdir)/'`pyevtx_error.c
741817
742818 pyevtx_la-pyevtx_event_levels.lo: pyevtx_event_levels.c
743 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_event_levels.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Tpo -c -o pyevtx_la-pyevtx_event_levels.lo `test -f 'pyevtx_event_levels.c' || echo '$(srcdir)/'`pyevtx_event_levels.c
744 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Tpo $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Plo
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_event_levels.c' object='pyevtx_la-pyevtx_event_levels.lo' libtool=yes @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_event_levels.lo `test -f 'pyevtx_event_levels.c' || echo '$(srcdir)/'`pyevtx_event_levels.c
819 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_event_levels.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Tpo -c -o pyevtx_la-pyevtx_event_levels.lo `test -f 'pyevtx_event_levels.c' || echo '$(srcdir)/'`pyevtx_event_levels.c
820 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Tpo $(DEPDIR)/pyevtx_la-pyevtx_event_levels.Plo
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_event_levels.c' object='pyevtx_la-pyevtx_event_levels.lo' libtool=yes @AMDEPBACKSLASH@
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_event_levels.lo `test -f 'pyevtx_event_levels.c' || echo '$(srcdir)/'`pyevtx_event_levels.c
748824
749825 pyevtx_la-pyevtx_file.lo: pyevtx_file.c
750 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file.Tpo -c -o pyevtx_la-pyevtx_file.lo `test -f 'pyevtx_file.c' || echo '$(srcdir)/'`pyevtx_file.c
751 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file.Plo
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_file.c' object='pyevtx_la-pyevtx_file.lo' libtool=yes @AMDEPBACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file.lo `test -f 'pyevtx_file.c' || echo '$(srcdir)/'`pyevtx_file.c
826 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file.Tpo -c -o pyevtx_la-pyevtx_file.lo `test -f 'pyevtx_file.c' || echo '$(srcdir)/'`pyevtx_file.c
827 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file.Plo
828 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_file.c' object='pyevtx_la-pyevtx_file.lo' libtool=yes @AMDEPBACKSLASH@
829 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file.lo `test -f 'pyevtx_file.c' || echo '$(srcdir)/'`pyevtx_file.c
755831
756832 pyevtx_la-pyevtx_file_flags.lo: pyevtx_file_flags.c
757 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file_flags.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Tpo -c -o pyevtx_la-pyevtx_file_flags.lo `test -f 'pyevtx_file_flags.c' || echo '$(srcdir)/'`pyevtx_file_flags.c
758 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Plo
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_file_flags.c' object='pyevtx_la-pyevtx_file_flags.lo' libtool=yes @AMDEPBACKSLASH@
760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
761 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file_flags.lo `test -f 'pyevtx_file_flags.c' || echo '$(srcdir)/'`pyevtx_file_flags.c
833 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file_flags.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Tpo -c -o pyevtx_la-pyevtx_file_flags.lo `test -f 'pyevtx_file_flags.c' || echo '$(srcdir)/'`pyevtx_file_flags.c
834 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file_flags.Plo
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_file_flags.c' object='pyevtx_la-pyevtx_file_flags.lo' libtool=yes @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file_flags.lo `test -f 'pyevtx_file_flags.c' || echo '$(srcdir)/'`pyevtx_file_flags.c
762838
763839 pyevtx_la-pyevtx_file_object_io_handle.lo: pyevtx_file_object_io_handle.c
764 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file_object_io_handle.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Tpo -c -o pyevtx_la-pyevtx_file_object_io_handle.lo `test -f 'pyevtx_file_object_io_handle.c' || echo '$(srcdir)/'`pyevtx_file_object_io_handle.c
765 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Plo
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_file_object_io_handle.c' object='pyevtx_la-pyevtx_file_object_io_handle.lo' libtool=yes @AMDEPBACKSLASH@
767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file_object_io_handle.lo `test -f 'pyevtx_file_object_io_handle.c' || echo '$(srcdir)/'`pyevtx_file_object_io_handle.c
840 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_file_object_io_handle.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Tpo -c -o pyevtx_la-pyevtx_file_object_io_handle.lo `test -f 'pyevtx_file_object_io_handle.c' || echo '$(srcdir)/'`pyevtx_file_object_io_handle.c
841 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Tpo $(DEPDIR)/pyevtx_la-pyevtx_file_object_io_handle.Plo
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_file_object_io_handle.c' object='pyevtx_la-pyevtx_file_object_io_handle.lo' libtool=yes @AMDEPBACKSLASH@
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_file_object_io_handle.lo `test -f 'pyevtx_file_object_io_handle.c' || echo '$(srcdir)/'`pyevtx_file_object_io_handle.c
769845
770846 pyevtx_la-pyevtx_integer.lo: pyevtx_integer.c
771 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_integer.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_integer.Tpo -c -o pyevtx_la-pyevtx_integer.lo `test -f 'pyevtx_integer.c' || echo '$(srcdir)/'`pyevtx_integer.c
772 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_integer.Tpo $(DEPDIR)/pyevtx_la-pyevtx_integer.Plo
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_integer.c' object='pyevtx_la-pyevtx_integer.lo' libtool=yes @AMDEPBACKSLASH@
774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
775 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_integer.lo `test -f 'pyevtx_integer.c' || echo '$(srcdir)/'`pyevtx_integer.c
847 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_integer.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_integer.Tpo -c -o pyevtx_la-pyevtx_integer.lo `test -f 'pyevtx_integer.c' || echo '$(srcdir)/'`pyevtx_integer.c
848 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_integer.Tpo $(DEPDIR)/pyevtx_la-pyevtx_integer.Plo
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_integer.c' object='pyevtx_la-pyevtx_integer.lo' libtool=yes @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_integer.lo `test -f 'pyevtx_integer.c' || echo '$(srcdir)/'`pyevtx_integer.c
776852
777853 pyevtx_la-pyevtx_record.lo: pyevtx_record.c
778 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_record.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_record.Tpo -c -o pyevtx_la-pyevtx_record.lo `test -f 'pyevtx_record.c' || echo '$(srcdir)/'`pyevtx_record.c
779 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_record.Tpo $(DEPDIR)/pyevtx_la-pyevtx_record.Plo
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_record.c' object='pyevtx_la-pyevtx_record.lo' libtool=yes @AMDEPBACKSLASH@
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_record.lo `test -f 'pyevtx_record.c' || echo '$(srcdir)/'`pyevtx_record.c
854 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_record.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_record.Tpo -c -o pyevtx_la-pyevtx_record.lo `test -f 'pyevtx_record.c' || echo '$(srcdir)/'`pyevtx_record.c
855 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_record.Tpo $(DEPDIR)/pyevtx_la-pyevtx_record.Plo
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_record.c' object='pyevtx_la-pyevtx_record.lo' libtool=yes @AMDEPBACKSLASH@
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_record.lo `test -f 'pyevtx_record.c' || echo '$(srcdir)/'`pyevtx_record.c
783859
784860 pyevtx_la-pyevtx_records.lo: pyevtx_records.c
785 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_records.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_records.Tpo -c -o pyevtx_la-pyevtx_records.lo `test -f 'pyevtx_records.c' || echo '$(srcdir)/'`pyevtx_records.c
786 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_records.Tpo $(DEPDIR)/pyevtx_la-pyevtx_records.Plo
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_records.c' object='pyevtx_la-pyevtx_records.lo' libtool=yes @AMDEPBACKSLASH@
788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
789 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_records.lo `test -f 'pyevtx_records.c' || echo '$(srcdir)/'`pyevtx_records.c
861 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_records.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_records.Tpo -c -o pyevtx_la-pyevtx_records.lo `test -f 'pyevtx_records.c' || echo '$(srcdir)/'`pyevtx_records.c
862 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_records.Tpo $(DEPDIR)/pyevtx_la-pyevtx_records.Plo
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_records.c' object='pyevtx_la-pyevtx_records.lo' libtool=yes @AMDEPBACKSLASH@
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_records.lo `test -f 'pyevtx_records.c' || echo '$(srcdir)/'`pyevtx_records.c
790866
791867 pyevtx_la-pyevtx_strings.lo: pyevtx_strings.c
792 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_strings.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_strings.Tpo -c -o pyevtx_la-pyevtx_strings.lo `test -f 'pyevtx_strings.c' || echo '$(srcdir)/'`pyevtx_strings.c
793 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_strings.Tpo $(DEPDIR)/pyevtx_la-pyevtx_strings.Plo
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pyevtx_strings.c' object='pyevtx_la-pyevtx_strings.lo' libtool=yes @AMDEPBACKSLASH@
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_strings.lo `test -f 'pyevtx_strings.c' || echo '$(srcdir)/'`pyevtx_strings.c
868 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyevtx_la-pyevtx_strings.lo -MD -MP -MF $(DEPDIR)/pyevtx_la-pyevtx_strings.Tpo -c -o pyevtx_la-pyevtx_strings.lo `test -f 'pyevtx_strings.c' || echo '$(srcdir)/'`pyevtx_strings.c
869 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pyevtx_la-pyevtx_strings.Tpo $(DEPDIR)/pyevtx_la-pyevtx_strings.Plo
870 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pyevtx_strings.c' object='pyevtx_la-pyevtx_strings.lo' libtool=yes @AMDEPBACKSLASH@
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
872 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyevtx_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyevtx_la-pyevtx_strings.lo `test -f 'pyevtx_strings.c' || echo '$(srcdir)/'`pyevtx_strings.c
797873
798874 mostlyclean-libtool:
799875 -rm -f *.lo
801877 clean-libtool:
802878 -rm -rf .libs _libs
803879
804 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
805 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
806 unique=`for i in $$list; do \
807 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
808 done | \
809 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
810 END { if (nonempty) { for (i in files) print i; }; }'`; \
811 mkid -fID $$unique
812 tags: TAGS
813
814 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
815 $(TAGS_FILES) $(LISP)
880 ID: $(am__tagged_files)
881 $(am__define_uniq_tagged_files); mkid -fID $$unique
882 tags: tags-am
883 TAGS: tags
884
885 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
816886 set x; \
817887 here=`pwd`; \
818 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
819 unique=`for i in $$list; do \
820 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
821 done | \
822 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
823 END { if (nonempty) { for (i in files) print i; }; }'`; \
888 $(am__define_uniq_tagged_files); \
824889 shift; \
825890 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
826891 test -n "$$unique" || unique=$$empty_fix; \
832897 $$unique; \
833898 fi; \
834899 fi
835 ctags: CTAGS
836 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
837 $(TAGS_FILES) $(LISP)
838 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
839 unique=`for i in $$list; do \
840 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
841 done | \
842 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
843 END { if (nonempty) { for (i in files) print i; }; }'`; \
900 ctags: ctags-am
901
902 CTAGS: ctags
903 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
904 $(am__define_uniq_tagged_files); \
844905 test -z "$(CTAGS_ARGS)$$unique" \
845906 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
846907 $$unique
849910 here=`$(am__cd) $(top_builddir) && pwd` \
850911 && $(am__cd) $(top_srcdir) \
851912 && gtags -i $(GTAGS_ARGS) "$$here"
852
853 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
854 list='$(SOURCES) $(HEADERS) $(LISP)'; \
913 cscopelist: cscopelist-am
914
915 cscopelist-am: $(am__tagged_files)
916 list='$(am__tagged_files)'; \
855917 case "$(srcdir)" in \
856918 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
857919 *) sdir=$(subdir)/$(srcdir) ;; \
10051067
10061068 .MAKE: install-am install-strip
10071069
1008 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1009 clean-libtool clean-pyexecLTLIBRARIES cscopelist ctags \
1010 distclean distclean-compile distclean-generic \
1070 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1071 clean-libtool clean-pyexecLTLIBRARIES cscopelist-am ctags \
1072 ctags-am distclean distclean-compile distclean-generic \
10111073 distclean-libtool distclean-tags distdir dvi dvi-am html \
10121074 html-am info info-am install install-am install-data \
10131075 install-data-am install-dvi install-dvi-am install-exec \
10171079 install-strip installcheck installcheck-am installdirs \
10181080 maintainer-clean maintainer-clean-generic mostlyclean \
10191081 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1020 pdf pdf-am ps ps-am tags uninstall uninstall-am \
1082 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
10211083 uninstall-pyexecLTLIBRARIES
10221084
1085 .PRECIOUS: Makefile
1086
10231087
10241088 distclean: clean
1025 /bin/rm -f setup.py
10261089 /bin/rm -f Makefile
10271090
10281091 # Tell versions [3.59,3.63) of GNU make to not export all variables.
462462 PyTypeObject *strings_type_object = NULL;
463463 PyGILState_STATE gil_state = 0;
464464
465 #if defined( HAVE_DEBUG_OUTPUT )
466 libevtx_notify_set_stream(
467 stderr,
468 NULL );
469 libevtx_notify_set_verbose(
470 1 );
471 #endif
472
465473 /* Create the module
466474 * This function must be called before grabbing the GIL
467475 * otherwise the module will segfault on a version mismatch
+0
-152
pyevtx/setup.py less more
0 #!/usr/bin/env python
1 import glob
2 import platform
3 import os
4 import shutil
5 import sys
6
7 from distutils import sysconfig
8 from distutils.command.bdist import bdist
9 from distutils.command.sdist import sdist
10 from distutils.core import setup, Extension
11
12
13 # Custom handler for the setup.py bdist_rpm command.
14 class custom_bdist_rpm(bdist):
15 def run(self):
16 print "'setup.py bdist_rpm' command not supported use 'rpmbuild' instead."
17 sys.exit(1)
18
19
20 # Custom handler for the setup.py sdist command.
21 class custom_sdist(sdist):
22 def run(self):
23 print "'setup.py sdist' command not supported use 'make dist' instead."
24 sys.exit(1)
25
26
27 LIBRARY_NAME = "libevtx"
28 LIBRARY_VERSION = "20150105"
29 MODULE_NAME = "py%s" % (LIBRARY_NAME[3:])
30 # bdist_msi does not support the library version, neither a date as a version.
31 MODULE_VERSION = "20150105.1"
32 PROJECT_URL = "https://github.com/libyal/%s/" % (LIBRARY_NAME)
33
34 DIRECTORY_NAMES = [
35 "common",
36 "include",
37 "libcstring",
38 "libcerror",
39 "libcdata",
40 "libclocale",
41 "libcsplit",
42 "libuna",
43 "libcfile",
44 "libcpath",
45 "libbfio",
46 ]
47
48 INCLUDE_DIRS = []
49
50 for directory_name in DIRECTORY_NAMES:
51 INCLUDE_DIRS.append(os.path.join("..", directory_name))
52
53 LIBRARY_NAMES = [
54 "libcstring",
55 "libcerror",
56 "libcdata",
57 "libclocale",
58 "libcsplit",
59 "libuna",
60 "libcfile",
61 "libcpath",
62 "libbfio",
63 "%s" % (LIBRARY_NAME),
64 ]
65
66 LIBRARIES = []
67 LIBRARY_DIRS = []
68 LIBRARY_DATA_FILES = []
69
70 PYTHON_LIBRARY_DIRECTORY = sysconfig.get_python_lib(True)
71 _, _, PYTHON_LIBRARY_DIRECTORY = PYTHON_LIBRARY_DIRECTORY.rpartition(sysconfig.PREFIX)
72
73 if PYTHON_LIBRARY_DIRECTORY.startswith(os.sep):
74 PYTHON_LIBRARY_DIRECTORY = PYTHON_LIBRARY_DIRECTORY[1:]
75
76 if platform.system() == "Windows":
77 DEFINE_MACROS = [
78 ("UNICODE", ""),
79 ("HAVE_LOCAL_LIBCSTRING", ""),
80 ("HAVE_LOCAL_LIBCERROR", ""),
81 ("HAVE_LOCAL_LIBCDATA", ""),
82 ("HAVE_LOCAL_LIBCLOCALE", ""),
83 ("HAVE_LOCAL_LIBCSPLIT", ""),
84 ("HAVE_LOCAL_LIBUNA", ""),
85 ("HAVE_LOCAL_LIBCFILE", ""),
86 ("HAVE_LOCAL_LIBCPATH", ""),
87 ("HAVE_LOCAL_LIBBFIO", ""),
88 ("%s_DLL_IMPORT" % (LIBRARY_NAME.upper()), ""),
89 ]
90 for library_name in LIBRARY_NAMES:
91 LIBRARIES.append(library_name)
92
93 library_directory = os.path.join("..", "msvscpp", "Release")
94
95 LIBRARY_DIRS.append(library_directory)
96
97 LIBRARY_DLL_FILES = [
98 "%s.dll" % (LIBRARY_NAME),
99 ]
100 for library_dll_filename in LIBRARY_DLL_FILES:
101 library_dll_file = os.path.join(library_directory, library_dll_filename)
102
103 if not os.path.exists(library_dll_file):
104 print "No such file: %s" % (library_dll_file)
105 sys.exit(1)
106
107 LIBRARY_DATA_FILES.append(library_dll_file)
108
109 else:
110 DEFINE_MACROS = [
111 ("HAVE_CONFIG_H", ""),
112 ]
113 for library_name in LIBRARY_NAMES:
114 library_directory = os.path.join("..", library_name)
115
116 LIBRARY_DIRS.append(library_directory)
117
118 # Add the LICENSE file to the distribution.
119 copying_file = os.path.join("..", "COPYING")
120 license_file = "LICENSE.%s" % (LIBRARY_NAME)
121
122 shutil.copyfile(copying_file, license_file)
123
124 LIBRARY_DATA_FILES.append(license_file)
125
126 # TODO: what about description and platform in egg file
127
128 setup(
129 name = MODULE_NAME,
130 url = PROJECT_URL,
131 version = MODULE_VERSION,
132 description = "Python bindings module for %s" % (MODULE_NAME),
133 author = "Joachim Metz",
134 author_email = "joachim.metz@gmail.com",
135 cmdclass = {
136 "bdist_rpm": custom_bdist_rpm,
137 "sdist": custom_sdist,
138 },
139 ext_modules = [
140 Extension(
141 MODULE_NAME,
142 glob.glob("*.c"),
143 define_macros = DEFINE_MACROS,
144 include_dirs = INCLUDE_DIRS,
145 libraries = LIBRARIES,
146 library_dirs = LIBRARY_DIRS,
147 ),
148 ],
149 data_files = [(PYTHON_LIBRARY_DIRECTORY, LIBRARY_DATA_FILES)],
150 )
151
+0
-152
pyevtx/setup.py.in less more
0 #!/usr/bin/env python
1 import glob
2 import platform
3 import os
4 import shutil
5 import sys
6
7 from distutils import sysconfig
8 from distutils.command.bdist import bdist
9 from distutils.command.sdist import sdist
10 from distutils.core import setup, Extension
11
12
13 # Custom handler for the setup.py bdist_rpm command.
14 class custom_bdist_rpm(bdist):
15 def run(self):
16 print "'setup.py bdist_rpm' command not supported use 'rpmbuild' instead."
17 sys.exit(1)
18
19
20 # Custom handler for the setup.py sdist command.
21 class custom_sdist(sdist):
22 def run(self):
23 print "'setup.py sdist' command not supported use 'make dist' instead."
24 sys.exit(1)
25
26
27 LIBRARY_NAME = "libevtx"
28 LIBRARY_VERSION = "@VERSION@"
29 MODULE_NAME = "py%s" % (LIBRARY_NAME[3:])
30 # bdist_msi does not support the library version, neither a date as a version.
31 MODULE_VERSION = "@VERSION@.1"
32 PROJECT_URL = "https://github.com/libyal/%s/" % (LIBRARY_NAME)
33
34 DIRECTORY_NAMES = [
35 "common",
36 "include",
37 "libcstring",
38 "libcerror",
39 "libcdata",
40 "libclocale",
41 "libcsplit",
42 "libuna",
43 "libcfile",
44 "libcpath",
45 "libbfio",
46 ]
47
48 INCLUDE_DIRS = []
49
50 for directory_name in DIRECTORY_NAMES:
51 INCLUDE_DIRS.append(os.path.join("..", directory_name))
52
53 LIBRARY_NAMES = [
54 "libcstring",
55 "libcerror",
56 "libcdata",
57 "libclocale",
58 "libcsplit",
59 "libuna",
60 "libcfile",
61 "libcpath",
62 "libbfio",
63 "%s" % (LIBRARY_NAME),
64 ]
65
66 LIBRARIES = []
67 LIBRARY_DIRS = []
68 LIBRARY_DATA_FILES = []
69
70 PYTHON_LIBRARY_DIRECTORY = sysconfig.get_python_lib(True)
71 _, _, PYTHON_LIBRARY_DIRECTORY = PYTHON_LIBRARY_DIRECTORY.rpartition(sysconfig.PREFIX)
72
73 if PYTHON_LIBRARY_DIRECTORY.startswith(os.sep):
74 PYTHON_LIBRARY_DIRECTORY = PYTHON_LIBRARY_DIRECTORY[1:]
75
76 if platform.system() == "Windows":
77 DEFINE_MACROS = [
78 ("UNICODE", ""),
79 ("HAVE_LOCAL_LIBCSTRING", ""),
80 ("HAVE_LOCAL_LIBCERROR", ""),
81 ("HAVE_LOCAL_LIBCDATA", ""),
82 ("HAVE_LOCAL_LIBCLOCALE", ""),
83 ("HAVE_LOCAL_LIBCSPLIT", ""),
84 ("HAVE_LOCAL_LIBUNA", ""),
85 ("HAVE_LOCAL_LIBCFILE", ""),
86 ("HAVE_LOCAL_LIBCPATH", ""),
87 ("HAVE_LOCAL_LIBBFIO", ""),
88 ("%s_DLL_IMPORT" % (LIBRARY_NAME.upper()), ""),
89 ]
90 for library_name in LIBRARY_NAMES:
91 LIBRARIES.append(library_name)
92
93 library_directory = os.path.join("..", "msvscpp", "Release")
94
95 LIBRARY_DIRS.append(library_directory)
96
97 LIBRARY_DLL_FILES = [
98 "%s.dll" % (LIBRARY_NAME),
99 ]
100 for library_dll_filename in LIBRARY_DLL_FILES:
101 library_dll_file = os.path.join(library_directory, library_dll_filename)
102
103 if not os.path.exists(library_dll_file):
104 print "No such file: %s" % (library_dll_file)
105 sys.exit(1)
106
107 LIBRARY_DATA_FILES.append(library_dll_file)
108
109 else:
110 DEFINE_MACROS = [
111 ("HAVE_CONFIG_H", ""),
112 ]
113 for library_name in LIBRARY_NAMES:
114 library_directory = os.path.join("..", library_name)
115
116 LIBRARY_DIRS.append(library_directory)
117
118 # Add the LICENSE file to the distribution.
119 copying_file = os.path.join("..", "COPYING")
120 license_file = "LICENSE.%s" % (LIBRARY_NAME)
121
122 shutil.copyfile(copying_file, license_file)
123
124 LIBRARY_DATA_FILES.append(license_file)
125
126 # TODO: what about description and platform in egg file
127
128 setup(
129 name = MODULE_NAME,
130 url = PROJECT_URL,
131 version = MODULE_VERSION,
132 description = "Python bindings module for %s" % (MODULE_NAME),
133 author = "Joachim Metz",
134 author_email = "joachim.metz@gmail.com",
135 cmdclass = {
136 "bdist_rpm": custom_bdist_rpm,
137 "sdist": custom_sdist,
138 },
139 ext_modules = [
140 Extension(
141 MODULE_NAME,
142 glob.glob("*.c"),
143 define_macros = DEFINE_MACROS,
144 include_dirs = INCLUDE_DIRS,
145 libraries = LIBRARIES,
146 library_dirs = LIBRARY_DIRS,
147 ),
148 ],
149 data_files = [(PYTHON_LIBRARY_DIRECTORY, LIBRARY_DATA_FILES)],
150 )
151
0 #!/usr/bin/env python
1 #
2 # Script to build and install Python-bindings.
3 # Version: 20150725
4
5 import glob
6 import platform
7 import os
8 import shutil
9 import subprocess
10 import sys
11
12 from distutils import sysconfig
13 from distutils import util
14 from distutils.ccompiler import new_compiler
15 from distutils.command.build_ext import build_ext
16 from distutils.command.bdist import bdist
17 from distutils.command.sdist import sdist
18 from distutils.core import Command, Extension, setup
19
20
21 class custom_bdist_rpm(bdist):
22 """Custom handler for the bdist_rpm command."""
23
24 def run(self):
25 print("'setup.py bdist_rpm' command not supported use 'rpmbuild' instead.")
26 sys.exit(1)
27
28
29 class custom_build_ext(build_ext):
30 """Custom handler for the build_ext command."""
31
32 def build_extensions(self):
33 # TODO: move build customization here?
34 build_ext.build_extensions(self)
35
36 def run(self):
37 compiler = new_compiler(compiler=self.compiler)
38 if compiler.compiler_type == "msvc":
39 self.define = [
40 ("UNICODE", ""),
41 ]
42
43 else:
44 # Using "sh" here to make sure that configure works on mingw32
45 # with the standard python.org binaries.
46 command = "sh configure"
47 exit_code = subprocess.call(command, shell=True)
48 if exit_code != 0:
49 raise RuntimeError("Running: {0:s} failed.".format(command))
50
51 self.define = [
52 ("HAVE_CONFIG_H", ""),
53 ("LOCALEDIR", "\"/usr/share/locale\""),
54 ]
55
56 build_ext.run(self)
57
58
59 class custom_sdist(sdist):
60 """Custom handler for the sdist command."""
61
62 def run(self):
63 if self.formats != ["gztar"]:
64 print("'setup.py bdist_sdist' unsupported format.")
65 sys.exit(1)
66
67 if glob.glob("*.tar.gz"):
68 print("'setup.py bdist_sdist' remove existing *.tar.gz files from source directory.")
69 sys.exit(1)
70
71 command = "make dist"
72 exit_code = subprocess.call(command, shell=True)
73 if exit_code != 0:
74 raise RuntimeError("Running: {0:s} failed.".format(command))
75
76 if not os.path.exists("dist"):
77 os.mkdir("dist")
78
79 source_package_file = glob.glob("*.tar.gz")[0]
80 python_module_file = "py{0:s}".format(source_package_file[3:])
81 python_module_file = os.path.join("dist", python_module_file)
82 os.rename(source_package_file, python_module_file)
83
84 # Inform distutils what files were created.
85 dist_files = getattr(self.distribution, "dist_files", [])
86 dist_files.append(("sdist", "", python_module_file))
87
88
89 class ProjectInformation(object):
90 """Class to define the project information."""
91
92 def __init__(self):
93 """Initializes a project information object."""
94 super(ProjectInformation, self).__init__()
95 self.include_directories = []
96 self.library_name = None
97 self.library_names = []
98 self.library_version = None
99
100 self._ReadConfigureAc()
101 self._ReadMakefileAm()
102
103 @property
104 def dll_filename(self):
105 """The DLL filename."""
106 return "{0:s}.dll".format(self.library_name)
107
108 @property
109 def module_name(self):
110 """The Python module name."""
111 return "py{0:s}".format(self.library_name[3:])
112
113 @property
114 def project_description(self):
115 """The project description."""
116 return "Python bindings module for {0:s}".format(self.library_name)
117
118 @property
119 def project_url(self):
120 """The project URL."""
121 return "https://github.com/libyal/{0:s}/".format(self.library_name)
122
123 def _ReadConfigureAc(self):
124 """Reads configure.ac to initialize the project information."""
125 file_object = open("configure.ac", "rb")
126 if not file_object:
127 raise IOError("Unable to open: configure.ac")
128
129 found_ac_init = False
130 found_library_name = False
131 for line in file_object.readlines():
132 line = line.strip()
133 if found_library_name:
134 self.library_version = line[1:-2]
135 break
136
137 elif found_ac_init:
138 self.library_name = line[1:-2]
139 found_library_name = True
140
141 elif line.startswith("AC_INIT"):
142 found_ac_init = True
143
144 file_object.close()
145
146 if not self.library_name or not self.library_version:
147 raise RuntimeError(
148 "Unable to find library name and version in: configure.ac")
149
150 def _ReadMakefileAm(self):
151 """Reads Makefile.am to initialize the project information."""
152 if not self.library_name:
153 raise RuntimeError("Missing library name")
154
155 file_object = open("Makefile.am", "rb")
156 if not file_object:
157 raise IOError("Unable to open: Makefile.am")
158
159 found_subdirs = False
160 for line in file_object.readlines():
161 line = line.strip()
162 if found_subdirs:
163 library_name, _, _ = line.partition(" ")
164
165 self.include_directories.append(library_name)
166
167 if library_name.startswith("lib"):
168 self.library_names.append(library_name)
169
170 if library_name == self.library_name:
171 break
172
173 elif line.startswith("SUBDIRS"):
174 found_subdirs = True
175
176 file_object.close()
177
178 if not self.include_directories or not self.library_names:
179 raise RuntimeError(
180 "Unable to find include directories and library names in: "
181 "Makefile.am")
182
183
184 def GetPythonLibraryDirectoryPath():
185 """Retrieves the Python library directory path."""
186 path = sysconfig.get_python_lib(True)
187 _, _, path = path.rpartition(sysconfig.PREFIX)
188
189 if path.startswith(os.sep):
190 path = path[1:]
191
192 return path
193
194
195 project_information = ProjectInformation()
196
197 MODULE_VERSION = project_information.library_version
198 if "bdist_msi" in sys.argv:
199 # bdist_msi does not support the library version so we add ".1"
200 # as a work around.
201 MODULE_VERSION = "{0:s}.1".format(MODULE_VERSION)
202
203 PYTHON_LIBRARY_DIRECTORY = GetPythonLibraryDirectoryPath()
204
205 SOURCES = []
206
207 # TODO: replace by detection of MSC
208 DEFINE_MACROS = []
209 if platform.system() == "Windows":
210 # TODO: determine how to handle third party DLLs.
211 for library_name in project_information.library_names:
212 if library_name != project_information.library_name:
213 definition = "HAVE_LOCAL_{0:s}".format(library_name.upper())
214
215 DEFINE_MACROS.append((definition, ""))
216
217 # Put everything inside the Python module to prevent issues with finding
218 # shared libaries since pip does not integrate well with the system package
219 # management.
220 for library_name in project_information.library_names:
221 source_files = glob.glob(os.path.join(library_name, "*.c"))
222 SOURCES.extend(source_files)
223
224 source_files = glob.glob(os.path.join(project_information.module_name, "*.c"))
225 SOURCES.extend(source_files)
226
227 # Add the LICENSE file to the distribution.
228 copying_file = os.path.join("COPYING")
229 license_file = "LICENSE.{0:s}".format(project_information.module_name)
230 shutil.copyfile(copying_file, license_file)
231
232 LIBRARY_DATA_FILES = [license_file]
233
234 # TODO: find a way to detect missing python.h
235 # e.g. on Ubuntu python-dev is not installed by python-pip
236
237 # TODO: what about description and platform in egg file
238
239 setup(
240 name=project_information.module_name,
241 url=project_information.project_url,
242 version=MODULE_VERSION,
243 description=project_information.project_description,
244 long_description=project_information.project_description,
245 author="Joachim Metz",
246 author_email="joachim.metz@gmail.com",
247 license="GNU Lesser General Public License v3 or later (LGPLv3+)",
248 cmdclass={
249 "build_ext": custom_build_ext,
250 "bdist_rpm": custom_bdist_rpm,
251 "sdist": custom_sdist,
252 },
253 ext_modules=[
254 Extension(
255 project_information.module_name,
256 define_macros=DEFINE_MACROS,
257 include_dirs=project_information.include_directories,
258 libraries=[],
259 library_dirs=[],
260 sources=SOURCES,
261 ),
262 ],
263 data_files=[(PYTHON_LIBRARY_DIRECTORY, LIBRARY_DATA_FILES)],
264 )
265
266 os.remove(license_file)
267
0 #! /bin/sh
1 # test-driver - basic testsuite driver script.
2
3 scriptversion=2013-07-13.22; # UTC
4
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # This file is maintained in Automake, please report
26 # bugs to <bug-automake@gnu.org> or send patches to
27 # <automake-patches@gnu.org>.
28
29 # Make unconditional expansion of undefined variables an error. This
30 # helps a lot in preventing typo-related bugs.
31 set -u
32
33 usage_error ()
34 {
35 echo "$0: $*" >&2
36 print_usage >&2
37 exit 2
38 }
39
40 print_usage ()
41 {
42 cat <<END
43 Usage:
44 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
45 [--expect-failure={yes|no}] [--color-tests={yes|no}]
46 [--enable-hard-errors={yes|no}] [--]
47 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
48 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
49 END
50 }
51
52 test_name= # Used for reporting.
53 log_file= # Where to save the output of the test script.
54 trs_file= # Where to save the metadata of the test run.
55 expect_failure=no
56 color_tests=no
57 enable_hard_errors=yes
58 while test $# -gt 0; do
59 case $1 in
60 --help) print_usage; exit $?;;
61 --version) echo "test-driver $scriptversion"; exit $?;;
62 --test-name) test_name=$2; shift;;
63 --log-file) log_file=$2; shift;;
64 --trs-file) trs_file=$2; shift;;
65 --color-tests) color_tests=$2; shift;;
66 --expect-failure) expect_failure=$2; shift;;
67 --enable-hard-errors) enable_hard_errors=$2; shift;;
68 --) shift; break;;
69 -*) usage_error "invalid option: '$1'";;
70 *) break;;
71 esac
72 shift
73 done
74
75 missing_opts=
76 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
77 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
78 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
79 if test x"$missing_opts" != x; then
80 usage_error "the following mandatory options are missing:$missing_opts"
81 fi
82
83 if test $# -eq 0; then
84 usage_error "missing argument"
85 fi
86
87 if test $color_tests = yes; then
88 # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
89 red='' # Red.
90 grn='' # Green.
91 lgn='' # Light green.
92 blu='' # Blue.
93 mgn='' # Magenta.
94 std='' # No color.
95 else
96 red= grn= lgn= blu= mgn= std=
97 fi
98
99 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
100 trap "st=129; $do_exit" 1
101 trap "st=130; $do_exit" 2
102 trap "st=141; $do_exit" 13
103 trap "st=143; $do_exit" 15
104
105 # Test script is run here.
106 "$@" >$log_file 2>&1
107 estatus=$?
108
109 if test $enable_hard_errors = no && test $estatus -eq 99; then
110 tweaked_estatus=1
111 else
112 tweaked_estatus=$estatus
113 fi
114
115 case $tweaked_estatus:$expect_failure in
116 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
117 0:*) col=$grn res=PASS recheck=no gcopy=no;;
118 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
119 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
120 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
121 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
122 esac
123
124 # Report the test outcome and exit status in the logs, so that one can
125 # know whether the test passed or failed simply by looking at the '.log'
126 # file, without the need of also peaking into the corresponding '.trs'
127 # file (automake bug#11814).
128 echo "$res $test_name (exit status: $estatus)" >>$log_file
129
130 # Report outcome to console.
131 echo "${col}${res}${std}: $test_name"
132
133 # Register the test result, and other relevant metadata.
134 echo ":test-result: $res" > $trs_file
135 echo ":global-test-result: $res" >> $trs_file
136 echo ":recheck: $recheck" >> $trs_file
137 echo ":copy-in-global-log: $gcopy" >> $trs_file
138
139 # Local Variables:
140 # mode: shell-script
141 # sh-indentation: 2
142 # eval: (add-hook 'write-file-hooks 'time-stamp)
143 # time-stamp-start: "scriptversion="
144 # time-stamp-format: "%:y-%02m-%02d.%02H"
145 # time-stamp-time-zone: "UTC"
146 # time-stamp-end: "; # UTC"
147 # End:
0 # Makefile.in generated by automake 1.12.2 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__make_dryrun = \
17 { \
18 am__dry=no; \
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
1939 case $$MAKEFLAGS in \
2040 *\\[\ \ ]*) \
21 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
22 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
23 *) \
24 for am__flg in $$MAKEFLAGS; do \
25 case $$am__flg in \
26 *=*|--*) ;; \
27 *n*) am__dry=yes; break;; \
28 esac; \
29 done;; \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3044 esac; \
31 test $$am__dry = yes; \
32 }
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3371 pkgdatadir = $(datadir)/@PACKAGE@
3472 pkgincludedir = $(includedir)/@PACKAGE@
3573 pkglibdir = $(libdir)/@PACKAGE@
5189 check_PROGRAMS = evtx_test_open_close$(EXEEXT) \
5290 evtx_test_set_ascii_codepage$(EXEEXT)
5391 subdir = tests
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55 $(top_srcdir)/depcomp
5692 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5793 am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
5894 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
79115 $(top_srcdir)/configure.ac
80116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
82119 mkinstalldirs = $(install_sh) -d
83120 CONFIG_HEADER = $(top_builddir)/common/config.h
84121 CONFIG_CLEAN_FILES =
86123 am_evtx_test_open_close_OBJECTS = evtx_test_open_close.$(OBJEXT)
87124 evtx_test_open_close_OBJECTS = $(am_evtx_test_open_close_OBJECTS)
88125 evtx_test_open_close_DEPENDENCIES = ../libevtx/libevtx.la
126 AM_V_lt = $(am__v_lt_@AM_V@)
127 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
128 am__v_lt_0 = --silent
129 am__v_lt_1 =
89130 am_evtx_test_set_ascii_codepage_OBJECTS = \
90131 evtx_test_set_ascii_codepage.$(OBJEXT)
91132 evtx_test_set_ascii_codepage_OBJECTS = \
92133 $(am_evtx_test_set_ascii_codepage_OBJECTS)
93134 evtx_test_set_ascii_codepage_DEPENDENCIES = ../libevtx/libevtx.la
135 AM_V_P = $(am__v_P_@AM_V@)
136 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137 am__v_P_0 = false
138 am__v_P_1 = :
139 AM_V_GEN = $(am__v_GEN_@AM_V@)
140 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141 am__v_GEN_0 = @echo " GEN " $@;
142 am__v_GEN_1 =
143 AM_V_at = $(am__v_at_@AM_V@)
144 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145 am__v_at_0 = @
146 am__v_at_1 =
94147 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
95148 depcomp = $(SHELL) $(top_srcdir)/depcomp
96149 am__depfiles_maybe = depfiles
97150 am__mv = mv -f
98151 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99152 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
102 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
155 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
156 $(AM_CFLAGS) $(CFLAGS)
157 AM_V_CC = $(am__v_CC_@AM_V@)
158 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
159 am__v_CC_0 = @echo " CC " $@;
160 am__v_CC_1 =
103161 CCLD = $(CC)
104 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
106 $(LDFLAGS) -o $@
162 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
164 $(AM_LDFLAGS) $(LDFLAGS) -o $@
165 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
166 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
167 am__v_CCLD_0 = @echo " CCLD " $@;
168 am__v_CCLD_1 =
107169 SOURCES = $(evtx_test_open_close_SOURCES) \
108170 $(evtx_test_set_ascii_codepage_SOURCES)
109171 DIST_SOURCES = $(evtx_test_open_close_SOURCES) \
113175 n|no|NO) false;; \
114176 *) (install-info --version) >/dev/null 2>&1;; \
115177 esac
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates. Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183 BEGIN { nonempty = 0; } \
184 { items[$$0] = 1; nonempty = 1; } \
185 END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique. This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191 list='$(am__tagged_files)'; \
192 unique=`for i in $$list; do \
193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194 done | $(am__uniquify_input)`
116195 ETAGS = etags
117196 CTAGS = ctags
118197 am__tty_colors_dummy = \
119198 mgn= red= grn= lgn= blu= brg= std=; \
120199 am__color_tests=no
121 am__tty_colors = $(am__tty_colors_dummy)
200 am__tty_colors = { \
201 $(am__tty_colors_dummy); \
202 if test "X$(AM_COLOR_TESTS)" = Xno; then \
203 am__color_tests=no; \
204 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
205 am__color_tests=yes; \
206 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
207 am__color_tests=yes; \
208 fi; \
209 if test $$am__color_tests = yes; then \
210 red=''; \
211 grn=''; \
212 lgn=''; \
213 blu=''; \
214 mgn=''; \
215 brg=''; \
216 std=''; \
217 fi; \
218 }
219 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
220 am__vpath_adj = case $$p in \
221 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
222 *) f=$$p;; \
223 esac;
224 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
225 am__install_max = 40
226 am__nobase_strip_setup = \
227 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
228 am__nobase_strip = \
229 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
230 am__nobase_list = $(am__nobase_strip_setup); \
231 for p in $$list; do echo "$$p $$p"; done | \
232 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
233 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
234 if (++n[$$2] == $(am__install_max)) \
235 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
236 END { for (dir in files) print dir, files[dir] }'
237 am__base_list = \
238 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
239 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
240 am__uninstall_files_from_dir = { \
241 test -z "$$files" \
242 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
243 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
244 $(am__cd) "$$dir" && rm -f $$files; }; \
245 }
246 am__recheck_rx = ^[ ]*:recheck:[ ]*
247 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
248 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
249 # A command that, given a newline-separated list of test names on the
250 # standard input, print the name of the tests that are to be re-run
251 # upon "make recheck".
252 am__list_recheck_tests = $(AWK) '{ \
253 recheck = 1; \
254 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
255 { \
256 if (rc < 0) \
257 { \
258 if ((getline line2 < ($$0 ".log")) < 0) \
259 recheck = 0; \
260 break; \
261 } \
262 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
263 { \
264 recheck = 0; \
265 break; \
266 } \
267 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
268 { \
269 break; \
270 } \
271 }; \
272 if (recheck) \
273 print $$0; \
274 close ($$0 ".trs"); \
275 close ($$0 ".log"); \
276 }'
277 # A command that, given a newline-separated list of test names on the
278 # standard input, create the global log from their .trs and .log files.
279 am__create_global_log = $(AWK) ' \
280 function fatal(msg) \
281 { \
282 print "fatal: making $@: " msg | "cat >&2"; \
283 exit 1; \
284 } \
285 function rst_section(header) \
286 { \
287 print header; \
288 len = length(header); \
289 for (i = 1; i <= len; i = i + 1) \
290 printf "="; \
291 printf "\n\n"; \
292 } \
293 { \
294 copy_in_global_log = 1; \
295 global_test_result = "RUN"; \
296 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
297 { \
298 if (rc < 0) \
299 fatal("failed to read from " $$0 ".trs"); \
300 if (line ~ /$(am__global_test_result_rx)/) \
301 { \
302 sub("$(am__global_test_result_rx)", "", line); \
303 sub("[ ]*$$", "", line); \
304 global_test_result = line; \
305 } \
306 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
307 copy_in_global_log = 0; \
308 }; \
309 if (copy_in_global_log) \
310 { \
311 rst_section(global_test_result ": " $$0); \
312 while ((rc = (getline line < ($$0 ".log"))) != 0) \
313 { \
314 if (rc < 0) \
315 fatal("failed to read from " $$0 ".log"); \
316 print line; \
317 }; \
318 printf "\n"; \
319 }; \
320 close ($$0 ".trs"); \
321 close ($$0 ".log"); \
322 }'
323 # Restructured Text title.
324 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
325 # Solaris 10 'make', and several other traditional 'make' implementations,
326 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
327 # by disabling -e (using the XSI extension "set +e") if it's set.
328 am__sh_e_setup = case $$- in *e*) set +e;; esac
329 # Default flags passed to test drivers.
330 am__common_driver_flags = \
331 --color-tests "$$am__color_tests" \
332 --enable-hard-errors "$$am__enable_hard_errors" \
333 --expect-failure "$$am__expect_failure"
334 # To be inserted before the command running the test. Creates the
335 # directory for the log if needed. Stores in $dir the directory
336 # containing $f, in $tst the test, in $log the log. Executes the
337 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
338 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
339 # will run the test scripts (or their associated LOG_COMPILER, if
340 # thy have one).
341 am__check_pre = \
342 $(am__sh_e_setup); \
343 $(am__vpath_adj_setup) $(am__vpath_adj) \
344 $(am__tty_colors); \
345 srcdir=$(srcdir); export srcdir; \
346 case "$@" in \
347 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
348 *) am__odir=.;; \
349 esac; \
350 test "x$$am__odir" = x"." || test -d "$$am__odir" \
351 || $(MKDIR_P) "$$am__odir" || exit $$?; \
352 if test -f "./$$f"; then dir=./; \
353 elif test -f "$$f"; then dir=; \
354 else dir="$(srcdir)/"; fi; \
355 tst=$$dir$$f; log='$@'; \
356 if test -n '$(DISABLE_HARD_ERRORS)'; then \
357 am__enable_hard_errors=no; \
358 else \
359 am__enable_hard_errors=yes; \
360 fi; \
361 case " $(XFAIL_TESTS) " in \
362 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
363 am__expect_failure=yes;; \
364 *) \
365 am__expect_failure=no;; \
366 esac; \
367 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
368 # A shell command to get the names of the tests scripts with any registered
369 # extension removed (i.e., equivalently, the names of the test logs, with
370 # the '.log' extension removed). The result is saved in the shell variable
371 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
372 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
373 # since that might cause problem with VPATH rewrites for suffix-less tests.
374 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
375 am__set_TESTS_bases = \
376 bases='$(TEST_LOGS)'; \
377 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
378 bases=`echo $$bases`
379 RECHECK_LOGS = $(TEST_LOGS)
380 AM_RECURSIVE_TARGETS = check recheck
381 TEST_SUITE_LOG = test-suite.log
382 TEST_EXTENSIONS = @EXEEXT@ .test
383 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
384 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
385 am__set_b = \
386 case '$@' in \
387 */*) \
388 case '$*' in \
389 */*) b='$*';; \
390 *) b=`echo '$@' | sed 's/\.log$$//'`; \
391 esac;; \
392 *) \
393 b='$*';; \
394 esac
395 am__test_logs1 = $(TESTS:=.log)
396 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
397 TEST_LOGS = $(am__test_logs2:.test.log=.log)
398 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
399 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
400 $(TEST_LOG_FLAGS)
401 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
402 $(top_srcdir)/test-driver
122403 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123404 ACLOCAL = @ACLOCAL@
124405 AMTAR = @AMTAR@
406 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125407 AR = @AR@
126408 AS = @AS@
127409 AUTOCONF = @AUTOCONF@
580862 all: all-am
581863
582864 .SUFFIXES:
583 .SUFFIXES: .c .lo .o .obj
865 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
584866 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
585867 @for dep in $?; do \
586868 case '$(am__configure_deps)' in \
593875 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
594876 $(am__cd) $(top_srcdir) && \
595877 $(AUTOMAKE) --gnu tests/Makefile
596 .PRECIOUS: Makefile
597878 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
598879 @case '$?' in \
599880 *config.status*) \
620901 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
621902 echo " rm -f" $$list; \
622903 rm -f $$list
904
623905 evtx_test_open_close$(EXEEXT): $(evtx_test_open_close_OBJECTS) $(evtx_test_open_close_DEPENDENCIES) $(EXTRA_evtx_test_open_close_DEPENDENCIES)
624906 @rm -f evtx_test_open_close$(EXEEXT)
625 $(LINK) $(evtx_test_open_close_OBJECTS) $(evtx_test_open_close_LDADD) $(LIBS)
907 $(AM_V_CCLD)$(LINK) $(evtx_test_open_close_OBJECTS) $(evtx_test_open_close_LDADD) $(LIBS)
908
626909 evtx_test_set_ascii_codepage$(EXEEXT): $(evtx_test_set_ascii_codepage_OBJECTS) $(evtx_test_set_ascii_codepage_DEPENDENCIES) $(EXTRA_evtx_test_set_ascii_codepage_DEPENDENCIES)
627910 @rm -f evtx_test_set_ascii_codepage$(EXEEXT)
628 $(LINK) $(evtx_test_set_ascii_codepage_OBJECTS) $(evtx_test_set_ascii_codepage_LDADD) $(LIBS)
911 $(AM_V_CCLD)$(LINK) $(evtx_test_set_ascii_codepage_OBJECTS) $(evtx_test_set_ascii_codepage_LDADD) $(LIBS)
629912
630913 mostlyclean-compile:
631914 -rm -f *.$(OBJEXT)
637920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evtx_test_set_ascii_codepage.Po@am__quote@
638921
639922 .c.o:
640 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
641 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
923 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
924 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
643926 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
927 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
645928
646929 .c.obj:
647 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
648 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
930 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
931 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
650933 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
934 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
652935
653936 .c.lo:
654 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
655 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
937 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
938 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
939 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
657940 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
941 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
659942
660943 mostlyclean-libtool:
661944 -rm -f *.lo
663946 clean-libtool:
664947 -rm -rf .libs _libs
665948
666 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
667 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
668 unique=`for i in $$list; do \
669 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670 done | \
671 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672 END { if (nonempty) { for (i in files) print i; }; }'`; \
673 mkid -fID $$unique
674 tags: TAGS
675
676 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
677 $(TAGS_FILES) $(LISP)
949 ID: $(am__tagged_files)
950 $(am__define_uniq_tagged_files); mkid -fID $$unique
951 tags: tags-am
952 TAGS: tags
953
954 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
678955 set x; \
679956 here=`pwd`; \
680 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
681 unique=`for i in $$list; do \
682 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
683 done | \
684 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
685 END { if (nonempty) { for (i in files) print i; }; }'`; \
957 $(am__define_uniq_tagged_files); \
686958 shift; \
687959 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
688960 test -n "$$unique" || unique=$$empty_fix; \
694966 $$unique; \
695967 fi; \
696968 fi
697 ctags: CTAGS
698 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
699 $(TAGS_FILES) $(LISP)
700 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
701 unique=`for i in $$list; do \
702 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
703 done | \
704 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
705 END { if (nonempty) { for (i in files) print i; }; }'`; \
969 ctags: ctags-am
970
971 CTAGS: ctags
972 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
973 $(am__define_uniq_tagged_files); \
706974 test -z "$(CTAGS_ARGS)$$unique" \
707975 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
708976 $$unique
711979 here=`$(am__cd) $(top_builddir) && pwd` \
712980 && $(am__cd) $(top_srcdir) \
713981 && gtags -i $(GTAGS_ARGS) "$$here"
714
715 cscopelist: $(HEADERS) $(SOURCES) $(LISP)
716 list='$(SOURCES) $(HEADERS) $(LISP)'; \
982 cscopelist: cscopelist-am
983
984 cscopelist-am: $(am__tagged_files)
985 list='$(am__tagged_files)'; \
717986 case "$(srcdir)" in \
718987 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
719988 *) sdir=$(subdir)/$(srcdir) ;; \
729998 distclean-tags:
730999 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
7311000
732 check-TESTS: $(TESTS)
733 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
734 srcdir=$(srcdir); export srcdir; \
735 list=' $(TESTS) '; \
736 $(am__tty_colors); \
737 if test -n "$$list"; then \
738 for tst in $$list; do \
739 if test -f ./$$tst; then dir=./; \
740 elif test -f $$tst; then dir=; \
741 else dir="$(srcdir)/"; fi; \
742 if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
743 all=`expr $$all + 1`; \
744 case " $(XFAIL_TESTS) " in \
745 *[\ \ ]$$tst[\ \ ]*) \
746 xpass=`expr $$xpass + 1`; \
747 failed=`expr $$failed + 1`; \
748 col=$$red; res=XPASS; \
749 ;; \
750 *) \
751 col=$$grn; res=PASS; \
752 ;; \
753 esac; \
754 elif test $$? -ne 77; then \
755 all=`expr $$all + 1`; \
756 case " $(XFAIL_TESTS) " in \
757 *[\ \ ]$$tst[\ \ ]*) \
758 xfail=`expr $$xfail + 1`; \
759 col=$$lgn; res=XFAIL; \
760 ;; \
761 *) \
762 failed=`expr $$failed + 1`; \
763 col=$$red; res=FAIL; \
764 ;; \
765 esac; \
1001 # Recover from deleted '.trs' file; this should ensure that
1002 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1003 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1004 # to avoid problems with "make -n".
1005 .log.trs:
1006 rm -f $< $@
1007 $(MAKE) $(AM_MAKEFLAGS) $<
1008
1009 # Leading 'am--fnord' is there to ensure the list of targets does not
1010 # expand to empty, as could happen e.g. with make check TESTS=''.
1011 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1012 am--force-recheck:
1013 @:
1014
1015 $(TEST_SUITE_LOG): $(TEST_LOGS)
1016 @$(am__set_TESTS_bases); \
1017 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1018 redo_bases=`for i in $$bases; do \
1019 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1020 done`; \
1021 if test -n "$$redo_bases"; then \
1022 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1023 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1024 if $(am__make_dryrun); then :; else \
1025 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1026 fi; \
1027 fi; \
1028 if test -n "$$am__remaking_logs"; then \
1029 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1030 "recursion detected" >&2; \
1031 elif test -n "$$redo_logs"; then \
1032 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1033 fi; \
1034 if $(am__make_dryrun); then :; else \
1035 st=0; \
1036 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1037 for i in $$redo_bases; do \
1038 test -f $$i.trs && test -r $$i.trs \
1039 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1040 test -f $$i.log && test -r $$i.log \
1041 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1042 done; \
1043 test $$st -eq 0 || exit 1; \
1044 fi
1045 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1046 ws='[ ]'; \
1047 results=`for b in $$bases; do echo $$b.trs; done`; \
1048 test -n "$$results" || results=/dev/null; \
1049 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1050 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1051 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1052 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1053 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1054 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1055 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1056 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1057 success=true; \
1058 else \
1059 success=false; \
1060 fi; \
1061 br='==================='; br=$$br$$br$$br$$br; \
1062 result_count () \
1063 { \
1064 if test x"$$1" = x"--maybe-color"; then \
1065 maybe_colorize=yes; \
1066 elif test x"$$1" = x"--no-color"; then \
1067 maybe_colorize=no; \
7661068 else \
767 skip=`expr $$skip + 1`; \
768 col=$$blu; res=SKIP; \
1069 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
7691070 fi; \
770 echo "$${col}$$res$${std}: $$tst"; \
771 done; \
772 if test "$$all" -eq 1; then \
773 tests="test"; \
774 All=""; \
775 else \
776 tests="tests"; \
777 All="All "; \
778 fi; \
779 if test "$$failed" -eq 0; then \
780 if test "$$xfail" -eq 0; then \
781 banner="$$All$$all $$tests passed"; \
1071 shift; \
1072 desc=$$1 count=$$2; \
1073 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1074 color_start=$$3 color_end=$$std; \
7821075 else \
783 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
784 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1076 color_start= color_end=; \
7851077 fi; \
786 else \
787 if test "$$xpass" -eq 0; then \
788 banner="$$failed of $$all $$tests failed"; \
789 else \
790 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
791 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
792 fi; \
793 fi; \
794 dashes="$$banner"; \
795 skipped=""; \
796 if test "$$skip" -ne 0; then \
797 if test "$$skip" -eq 1; then \
798 skipped="($$skip test was not run)"; \
799 else \
800 skipped="($$skip tests were not run)"; \
801 fi; \
802 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
803 dashes="$$skipped"; \
804 fi; \
805 report=""; \
806 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
807 report="Please report to $(PACKAGE_BUGREPORT)"; \
808 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
809 dashes="$$report"; \
810 fi; \
811 dashes=`echo "$$dashes" | sed s/./=/g`; \
812 if test "$$failed" -eq 0; then \
813 col="$$grn"; \
814 else \
815 col="$$red"; \
816 fi; \
817 echo "$${col}$$dashes$${std}"; \
818 echo "$${col}$$banner$${std}"; \
819 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
820 test -z "$$report" || echo "$${col}$$report$${std}"; \
821 echo "$${col}$$dashes$${std}"; \
822 test "$$failed" -eq 0; \
823 else :; fi
1078 echo "$${color_start}# $$desc $$count$${color_end}"; \
1079 }; \
1080 create_testsuite_report () \
1081 { \
1082 result_count $$1 "TOTAL:" $$all "$$brg"; \
1083 result_count $$1 "PASS: " $$pass "$$grn"; \
1084 result_count $$1 "SKIP: " $$skip "$$blu"; \
1085 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1086 result_count $$1 "FAIL: " $$fail "$$red"; \
1087 result_count $$1 "XPASS:" $$xpass "$$red"; \
1088 result_count $$1 "ERROR:" $$error "$$mgn"; \
1089 }; \
1090 { \
1091 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1092 $(am__rst_title); \
1093 create_testsuite_report --no-color; \
1094 echo; \
1095 echo ".. contents:: :depth: 2"; \
1096 echo; \
1097 for b in $$bases; do echo $$b; done \
1098 | $(am__create_global_log); \
1099 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1100 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1101 if $$success; then \
1102 col="$$grn"; \
1103 else \
1104 col="$$red"; \
1105 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1106 fi; \
1107 echo "$${col}$$br$${std}"; \
1108 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1109 echo "$${col}$$br$${std}"; \
1110 create_testsuite_report --maybe-color; \
1111 echo "$$col$$br$$std"; \
1112 if $$success; then :; else \
1113 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1114 if test -n "$(PACKAGE_BUGREPORT)"; then \
1115 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1116 fi; \
1117 echo "$$col$$br$$std"; \
1118 fi; \
1119 $$success || exit 1
1120
1121 check-TESTS:
1122 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1123 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1124 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1125 @set +e; $(am__set_TESTS_bases); \
1126 log_list=`for i in $$bases; do echo $$i.log; done`; \
1127 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1128 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1129 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1130 exit $$?;
1131 recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1132 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1133 @set +e; $(am__set_TESTS_bases); \
1134 bases=`for i in $$bases; do echo $$i; done \
1135 | $(am__list_recheck_tests)` || exit 1; \
1136 log_list=`for i in $$bases; do echo $$i.log; done`; \
1137 log_list=`echo $$log_list`; \
1138 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1139 am__force_recheck=am--force-recheck \
1140 TEST_LOGS="$$log_list"; \
1141 exit $$?
1142 test_set_ascii_codepage.sh.log: test_set_ascii_codepage.sh
1143 @p='test_set_ascii_codepage.sh'; \
1144 b='test_set_ascii_codepage.sh'; \
1145 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1146 --log-file $$b.log --trs-file $$b.trs \
1147 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1148 "$$tst" $(AM_TESTS_FD_REDIRECT)
1149 test_open_close.sh.log: test_open_close.sh
1150 @p='test_open_close.sh'; \
1151 b='test_open_close.sh'; \
1152 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1153 --log-file $$b.log --trs-file $$b.trs \
1154 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1155 "$$tst" $(AM_TESTS_FD_REDIRECT)
1156 test_evtxinfo.sh.log: test_evtxinfo.sh
1157 @p='test_evtxinfo.sh'; \
1158 b='test_evtxinfo.sh'; \
1159 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1160 --log-file $$b.log --trs-file $$b.trs \
1161 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1162 "$$tst" $(AM_TESTS_FD_REDIRECT)
1163 test_evtxexport.sh.log: test_evtxexport.sh
1164 @p='test_evtxexport.sh'; \
1165 b='test_evtxexport.sh'; \
1166 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1167 --log-file $$b.log --trs-file $$b.trs \
1168 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1169 "$$tst" $(AM_TESTS_FD_REDIRECT)
1170 test_evtxexport_xml.sh.log: test_evtxexport_xml.sh
1171 @p='test_evtxexport_xml.sh'; \
1172 b='test_evtxexport_xml.sh'; \
1173 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1174 --log-file $$b.log --trs-file $$b.trs \
1175 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1176 "$$tst" $(AM_TESTS_FD_REDIRECT)
1177 test_pyevtx_set_ascii_codepage.sh.log: test_pyevtx_set_ascii_codepage.sh
1178 @p='test_pyevtx_set_ascii_codepage.sh'; \
1179 b='test_pyevtx_set_ascii_codepage.sh'; \
1180 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1181 --log-file $$b.log --trs-file $$b.trs \
1182 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1183 "$$tst" $(AM_TESTS_FD_REDIRECT)
1184 test_pyevtx_open_close.sh.log: test_pyevtx_open_close.sh
1185 @p='test_pyevtx_open_close.sh'; \
1186 b='test_pyevtx_open_close.sh'; \
1187 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1188 --log-file $$b.log --trs-file $$b.trs \
1189 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1190 "$$tst" $(AM_TESTS_FD_REDIRECT)
1191 .test.log:
1192 @p='$<'; \
1193 $(am__set_b); \
1194 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1195 --log-file $$b.log --trs-file $$b.trs \
1196 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1197 "$$tst" $(AM_TESTS_FD_REDIRECT)
1198 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1199 @am__EXEEXT_TRUE@ @p='$<'; \
1200 @am__EXEEXT_TRUE@ $(am__set_b); \
1201 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1202 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1203 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1204 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
8241205
8251206 distdir: $(DISTFILES)
8261207 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
8781259 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
8791260 fi
8801261 mostlyclean-generic:
1262 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1263 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1264 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
8811265
8821266 clean-generic:
8831267
9591343
9601344 .MAKE: check-am install-am install-strip
9611345
962 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
963 clean-checkPROGRAMS clean-generic clean-libtool cscopelist \
964 ctags distclean distclean-compile distclean-generic \
1346 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1347 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1348 ctags ctags-am distclean distclean-compile distclean-generic \
9651349 distclean-libtool distclean-tags distdir dvi dvi-am html \
9661350 html-am info info-am install install-am install-data \
9671351 install-data-am install-dvi install-dvi-am install-exec \
9711355 installcheck-am installdirs maintainer-clean \
9721356 maintainer-clean-generic mostlyclean mostlyclean-compile \
9731357 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
974 tags uninstall uninstall-am
1358 recheck tags tags-am uninstall uninstall-am
1359
1360 .PRECIOUS: Makefile
9751361
9761362
9771363 distclean: clean