Codebase list readosm / c728398
Merge tag 'upstream/1.0.0b+dfsg1' Upstream version 1.0.0b+dfsg1 # gpg: Signature made mer 14 nov 2012 16:59:17 CET using DSA key ID 1392B174 # gpg: Good signature from "David Paleino <d.paleino@gmail.com>" # gpg: aka "[jpeg image of size 6708]" # gpg: aka "Hanska <aksnah@gmail.com>" # gpg: aka "David Paleino <david.paleino@poste.it>" # gpg: aka "David Paleino <dapal@debian.org>" David Paleino 11 years ago
10 changed file(s) with 316 addition(s) and 160 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1515 @SET_MAKE@
1616
1717 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
6178 install-pdf-recursive install-ps-recursive install-recursive \
6279 installcheck-recursive installdirs-recursive pdf-recursive \
6380 ps-recursive uninstall-recursive
81 am__can_run_installinfo = \
82 case $$AM_UPDATE_INFO_DIR in \
83 n|no|NO) false;; \
84 *) (install-info --version) >/dev/null 2>&1;; \
85 esac
6486 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
6587 am__vpath_adj = case $$p in \
6688 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82104 am__base_list = \
83105 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84106 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107 am__uninstall_files_from_dir = { \
108 test -z "$$files" \
109 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111 $(am__cd) "$$dir" && rm -f $$files; }; \
112 }
85113 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
86114 DATA = $(pkgconfig_DATA)
87115 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96124 distdir = $(PACKAGE)-$(VERSION)
97125 top_distdir = $(distdir)
98126 am__remove_distdir = \
99 { test ! -d "$(distdir)" \
100 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101 && rm -fr "$(distdir)"; }; }
127 if test -d "$(distdir)"; then \
128 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
129 && rm -rf "$(distdir)" \
130 || { sleep 5 && rm -rf "$(distdir)"; }; \
131 else :; fi
102132 am__relativize = \
103133 dir0=`pwd`; \
104134 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127157 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
128158 GZIP_ENV = --best
129159 distuninstallcheck_listfiles = find . -type f -print
160 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
161 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
130162 distcleancheck_listfiles = find . -type f -print
131163 ACLOCAL = @ACLOCAL@
132164 AMTAR = @AMTAR@
259291 $(MAKE) $(AM_MAKEFLAGS) all-recursive
260292
261293 .SUFFIXES:
262 am--refresh:
294 am--refresh: Makefile
263295 @:
264296 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
265297 @for dep in $?; do \
295327 $(am__aclocal_m4_deps):
296328
297329 config.h: stamp-h1
298 @if test ! -f $@; then \
299 rm -f stamp-h1; \
300 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
301 else :; fi
330 @if test ! -f $@; then rm -f stamp-h1; else :; fi
331 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
302332
303333 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
304334 @rm -f stamp-h1
325355 -rm -f libtool config.lt
326356 install-pkgconfigDATA: $(pkgconfig_DATA)
327357 @$(NORMAL_INSTALL)
328 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
329358 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
359 if test -n "$$list"; then \
360 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
361 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
362 fi; \
330363 for p in $$list; do \
331364 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
332365 echo "$$d$$p"; \
340373 @$(NORMAL_UNINSTALL)
341374 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
342375 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
343 test -n "$$files" || exit 0; \
344 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
345 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
376 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
346377
347378 # This directory's subdirectories are mostly independent; you can cd
348379 # into them and run `make' without going through this Makefile.
513544 done
514545 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515546 if test "$$subdir" = .; then :; else \
516 test -d "$(distdir)/$$subdir" \
517 || $(MKDIR_P) "$(distdir)/$$subdir" \
518 || exit 1; \
519 fi; \
520 done
521 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522 if test "$$subdir" = .; then :; else \
547 $(am__make_dryrun) \
548 || test -d "$(distdir)/$$subdir" \
549 || $(MKDIR_P) "$(distdir)/$$subdir" \
550 || exit 1; \
523551 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
524552 $(am__relativize); \
525553 new_distdir=$$reldir; \
551579 $(am__remove_distdir)
552580
553581 dist-bzip2: distdir
554 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
582 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
583 $(am__remove_distdir)
584
585 dist-lzip: distdir
586 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
555587 $(am__remove_distdir)
556588
557589 dist-lzma: distdir
559591 $(am__remove_distdir)
560592
561593 dist-xz: distdir
562 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
594 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
563595 $(am__remove_distdir)
564596
565597 dist-tarZ: distdir
591623 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
592624 *.tar.lzma*) \
593625 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
626 *.tar.lz*) \
627 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
594628 *.tar.xz*) \
595629 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
596630 *.tar.Z*) \
600634 *.zip*) \
601635 unzip $(distdir).zip ;;\
602636 esac
603 chmod -R a-w $(distdir); chmod a+w $(distdir)
637 chmod -R a-w $(distdir); chmod u+w $(distdir)
604638 mkdir $(distdir)/_build
605639 mkdir $(distdir)/_inst
606640 chmod a-w $(distdir)
610644 && am__cwd=`pwd` \
611645 && $(am__cd) $(distdir)/_build \
612646 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
647 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
613648 $(DISTCHECK_CONFIGURE_FLAGS) \
614649 && $(MAKE) $(AM_MAKEFLAGS) \
615650 && $(MAKE) $(AM_MAKEFLAGS) dvi \
638673 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
639674 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
640675 distuninstallcheck:
641 @$(am__cd) '$(distuninstallcheck_dir)' \
642 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
676 @test -n '$(distuninstallcheck_dir)' || { \
677 echo 'ERROR: trying to run $@ with an empty' \
678 '$$(distuninstallcheck_dir)' >&2; \
679 exit 1; \
680 }; \
681 $(am__cd) '$(distuninstallcheck_dir)' || { \
682 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
683 exit 1; \
684 }; \
685 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
643686 || { echo "ERROR: files left after uninstall:" ; \
644687 if test -n "$(DESTDIR)"; then \
645688 echo " (check DESTDIR support)"; \
673716
674717 installcheck: installcheck-recursive
675718 install-strip:
676 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678 `test -z '$(STRIP)' || \
679 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
719 if test -z '$(STRIP)'; then \
720 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722 install; \
723 else \
724 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
727 fi
680728 mostlyclean-generic:
681729 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
682730
765813 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
766814 all all-am am--refresh check check-am clean clean-generic \
767815 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
768 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
769 distcheck distclean distclean-generic distclean-hdr \
816 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
817 dist-zip distcheck distclean distclean-generic distclean-hdr \
770818 distclean-libtool distclean-tags distcleancheck distdir \
771819 distuninstallcheck dvi dvi-am html html-am info info-am \
772820 install install-am install-data install-data-am install-dvi \
00 ReadOSM is a simple library intended for extracting the contents from
11 Open Street Map files: both input formats (.osm XML based and .osm.pbf
2 based on Google's Protocol Buffer serialization) are indifferenctly
2 based on Google's Protocol Buffer serialization) are indifferently
33 supported.
44
55
0 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
4 # Inc.
45 # This file is free software; the Free Software Foundation
56 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
1819 If you have problems, you may need to regenerate the build system entirely.
1920 To do so, use the procedure documented by the package, typically `autoreconf'.])])
2021
21 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
22 #
23 # This file is free software; the Free Software Foundation
24 # gives unlimited permission to copy and/or distribute it,
25 # with or without modifications, as long as this notice is preserved.
22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
23 # Foundation, Inc.
24 #
25 # This file is free software; the Free Software Foundation
26 # gives unlimited permission to copy and/or distribute it,
27 # with or without modifications, as long as this notice is preserved.
28
29 # serial 1
2630
2731 # AM_AUTOMAKE_VERSION(VERSION)
2832 # ----------------------------
3337 [am__api_version='1.11'
3438 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3539 dnl require some minimum version. Point them to the right macro.
36 m4_if([$1], [1.11.1], [],
40 m4_if([$1], [1.11.6], [],
3741 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
3842 ])
3943
4953 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5054 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5155 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
52 [AM_AUTOMAKE_VERSION([1.11.1])dnl
56 [AM_AUTOMAKE_VERSION([1.11.6])dnl
5357 m4_ifndef([AC_AUTOCONF_VERSION],
5458 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5559 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5660
5761 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
5862
59 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
60 #
61 # This file is free software; the Free Software Foundation
62 # gives unlimited permission to copy and/or distribute it,
63 # with or without modifications, as long as this notice is preserved.
63 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
64 #
65 # This file is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
68
69 # serial 1
6470
6571 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
6672 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
143149 Usually this means the macro was only invoked conditionally.]])
144150 fi])])
145151
146 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
147 # Free Software Foundation, Inc.
148 #
149 # This file is free software; the Free Software Foundation
150 # gives unlimited permission to copy and/or distribute it,
151 # with or without modifications, as long as this notice is preserved.
152
153 # serial 10
152 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
153 # 2010, 2011 Free Software Foundation, Inc.
154 #
155 # This file is free software; the Free Software Foundation
156 # gives unlimited permission to copy and/or distribute it,
157 # with or without modifications, as long as this notice is preserved.
158
159 # serial 12
154160
155161 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
156162 # written in clear, in which case automake, when reading aclocal.m4,
190196 # instance it was reported that on HP-UX the gcc test will end up
191197 # making a dummy file named `D' -- because `-MD' means `put the output
192198 # in D'.
199 rm -rf conftest.dir
193200 mkdir conftest.dir
194201 # Copy depcomp to subdir because otherwise we won't find it if we're
195202 # using a relative directory.
254261 break
255262 fi
256263 ;;
257 msvisualcpp | msvcmsys)
264 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
258265 # This compiler won't grok `-c -o', but also, the minuso test has
259266 # not run yet. These depmodes are late enough in the game, and
260267 # so weak that their functioning should not be impacted.
319326 if test "x$enable_dependency_tracking" != xno; then
320327 am_depcomp="$ac_aux_dir/depcomp"
321328 AMDEPBACKSLASH='\'
329 am__nodep='_no'
322330 fi
323331 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
324332 AC_SUBST([AMDEPBACKSLASH])dnl
325333 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
334 AC_SUBST([am__nodep])dnl
335 _AM_SUBST_NOTMAKE([am__nodep])dnl
326336 ])
327337
328338 # Generate code to set up dependency tracking. -*- Autoconf -*-
556566 done
557567 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
558568
559 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
560 #
561 # This file is free software; the Free Software Foundation
562 # gives unlimited permission to copy and/or distribute it,
563 # with or without modifications, as long as this notice is preserved.
569 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
570 # Inc.
571 #
572 # This file is free software; the Free Software Foundation
573 # gives unlimited permission to copy and/or distribute it,
574 # with or without modifications, as long as this notice is preserved.
575
576 # serial 1
564577
565578 # AM_PROG_INSTALL_SH
566579 # ------------------
601614 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
602615 # From Jim Meyering
603616
604 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
605 # Free Software Foundation, Inc.
617 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
618 # 2011 Free Software Foundation, Inc.
606619 #
607620 # This file is free software; the Free Software Foundation
608621 # gives unlimited permission to copy and/or distribute it,
622635 [disable], [m4_define([am_maintainer_other], [enable])],
623636 [m4_define([am_maintainer_other], [enable])
624637 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
625 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
638 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
626639 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
627640 AC_ARG_ENABLE([maintainer-mode],
628641 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
733746 fi
734747 ])
735748
736 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
737 #
738 # This file is free software; the Free Software Foundation
739 # gives unlimited permission to copy and/or distribute it,
740 # with or without modifications, as long as this notice is preserved.
749 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
750 # Inc.
751 #
752 # This file is free software; the Free Software Foundation
753 # gives unlimited permission to copy and/or distribute it,
754 # with or without modifications, as long as this notice is preserved.
755
756 # serial 1
741757
742758 # AM_PROG_MKDIR_P
743759 # ---------------
761777
762778 # Helper functions for option handling. -*- Autoconf -*-
763779
764 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
765 #
766 # This file is free software; the Free Software Foundation
767 # gives unlimited permission to copy and/or distribute it,
768 # with or without modifications, as long as this notice is preserved.
769
770 # serial 4
780 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
781 # Foundation, Inc.
782 #
783 # This file is free software; the Free Software Foundation
784 # gives unlimited permission to copy and/or distribute it,
785 # with or without modifications, as long as this notice is preserved.
786
787 # serial 5
771788
772789 # _AM_MANGLE_OPTION(NAME)
773790 # -----------------------
775792 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
776793
777794 # _AM_SET_OPTION(NAME)
778 # ------------------------------
795 # --------------------
779796 # Set option NAME. Presently that only means defining a flag for this option.
780797 AC_DEFUN([_AM_SET_OPTION],
781798 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
782799
783800 # _AM_SET_OPTIONS(OPTIONS)
784 # ----------------------------------
801 # ------------------------
785802 # OPTIONS is a space-separated list of Automake options.
786803 AC_DEFUN([_AM_SET_OPTIONS],
787804 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
857874 fi
858875 AC_MSG_RESULT(yes)])
859876
860 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
861 #
862 # This file is free software; the Free Software Foundation
863 # gives unlimited permission to copy and/or distribute it,
864 # with or without modifications, as long as this notice is preserved.
877 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
878 #
879 # This file is free software; the Free Software Foundation
880 # gives unlimited permission to copy and/or distribute it,
881 # with or without modifications, as long as this notice is preserved.
882
883 # serial 1
865884
866885 # AM_PROG_INSTALL_STRIP
867886 # ---------------------
885904 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
886905 AC_SUBST([INSTALL_STRIP_PROGRAM])])
887906
888 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
889 #
890 # This file is free software; the Free Software Foundation
891 # gives unlimited permission to copy and/or distribute it,
892 # with or without modifications, as long as this notice is preserved.
893
894 # serial 2
907 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
908 #
909 # This file is free software; the Free Software Foundation
910 # gives unlimited permission to copy and/or distribute it,
911 # with or without modifications, as long as this notice is preserved.
912
913 # serial 3
895914
896915 # _AM_SUBST_NOTMAKE(VARIABLE)
897916 # ---------------------------
900919 AC_DEFUN([_AM_SUBST_NOTMAKE])
901920
902921 # AM_SUBST_NOTMAKE(VARIABLE)
903 # ---------------------------
922 # --------------------------
904923 # Public sister of _AM_SUBST_NOTMAKE.
905924 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
906925
907926 # Check how to create a tarball. -*- Autoconf -*-
908927
909 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
928 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
910929 #
911930 # This file is free software; the Free Software Foundation
912931 # gives unlimited permission to copy and/or distribute it,
928947 # a tarball read from stdin.
929948 # $(am__untar) < result.tar
930949 AC_DEFUN([_AM_PROG_TAR],
931 [# Always define AMTAR for backward compatibility.
932 AM_MISSING_PROG([AMTAR], [tar])
950 [# Always define AMTAR for backward compatibility. Yes, it's still used
951 # in the wild :-( We should find a proper way to deprecate it ...
952 AC_SUBST([AMTAR], ['$${TAR-tar}'])
933953 m4_if([$1], [v7],
934 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
954 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
935955 [m4_case([$1], [ustar],, [pax],,
936956 [m4_fatal([Unknown tar format])])
937957 AC_MSG_CHECKING([how to create a $1 tar archive])
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68 for readosm 1.0.0a.
2 # Generated by GNU Autoconf 2.68 for readosm 1.0.0b.
33 #
44 # Report bugs to <a.furieri@lqt.it>.
55 #
569569 # Identity of this package.
570570 PACKAGE_NAME='readosm'
571571 PACKAGE_TARNAME='readosm'
572 PACKAGE_VERSION='1.0.0a'
573 PACKAGE_STRING='readosm 1.0.0a'
572 PACKAGE_VERSION='1.0.0b'
573 PACKAGE_STRING='readosm 1.0.0b'
574574 PACKAGE_BUGREPORT='a.furieri@lqt.it'
575575 PACKAGE_URL=''
576576
655655 am__fastdepCC_FALSE
656656 am__fastdepCC_TRUE
657657 CCDEPMODE
658 am__nodep
658659 AMDEPBACKSLASH
659660 AMDEP_FALSE
660661 AMDEP_TRUE
13011302 # Omit some internal or obsolete options to make the list less imposing.
13021303 # This message is too long to be a string in the A/UX 3.1 sh.
13031304 cat <<_ACEOF
1304 \`configure' configures readosm 1.0.0a to adapt to many kinds of systems.
1305 \`configure' configures readosm 1.0.0b to adapt to many kinds of systems.
13051306
13061307 Usage: $0 [OPTION]... [VAR=VALUE]...
13071308
13711372
13721373 if test -n "$ac_init_help"; then
13731374 case $ac_init_help in
1374 short | recursive ) echo "Configuration of readosm 1.0.0a:";;
1375 short | recursive ) echo "Configuration of readosm 1.0.0b:";;
13751376 esac
13761377 cat <<\_ACEOF
13771378
14781479 test -n "$ac_init_help" && exit $ac_status
14791480 if $ac_init_version; then
14801481 cat <<\_ACEOF
1481 readosm configure 1.0.0a
1482 readosm configure 1.0.0b
14821483 generated by GNU Autoconf 2.68
14831484
14841485 Copyright (C) 2010 Free Software Foundation, Inc.
20222023 This file contains any messages produced by compilers while
20232024 running configure, to aid debugging if configure makes a mistake.
20242025
2025 It was created by readosm $as_me 1.0.0a, which was
2026 It was created by readosm $as_me 1.0.0b, which was
20262027 generated by GNU Autoconf 2.68. Invocation command line was
20272028
20282029 $ $0 $@
28452846
28462847 # Define the identity of the package.
28472848 PACKAGE='readosm'
2848 VERSION='1.0.0a'
2849 VERSION='1.0.0b'
28492850
28502851
28512852 cat >>confdefs.h <<_ACEOF
28752876
28762877 # We need awk for the "check" target. The system "awk" is bad on
28772878 # some platforms.
2878 # Always define AMTAR for backward compatibility.
2879
2880 AMTAR=${AMTAR-"${am_missing_run}tar"}
2881
2882 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2879 # Always define AMTAR for backward compatibility. Yes, it's still used
2880 # in the wild :-( We should find a proper way to deprecate it ...
2881 AMTAR='$${TAR-tar}'
2882
2883 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
28832884
28842885
28852886
29652966 if test "x$enable_dependency_tracking" != xno; then
29662967 am_depcomp="$ac_aux_dir/depcomp"
29672968 AMDEPBACKSLASH='\'
2969 am__nodep='_no'
29682970 fi
29692971 if test "x$enable_dependency_tracking" != xno; then
29702972 AMDEP_TRUE=
37783780 # instance it was reported that on HP-UX the gcc test will end up
37793781 # making a dummy file named `D' -- because `-MD' means `put the output
37803782 # in D'.
3783 rm -rf conftest.dir
37813784 mkdir conftest.dir
37823785 # Copy depcomp to subdir because otherwise we won't find it if we're
37833786 # using a relative directory.
38373840 break
38383841 fi
38393842 ;;
3840 msvisualcpp | msvcmsys)
3843 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
38413844 # This compiler won't grok `-c -o', but also, the minuso test has
38423845 # not run yet. These depmodes are late enough in the game, and
38433846 # so weak that their functioning should not be impacted.
46054608 # instance it was reported that on HP-UX the gcc test will end up
46064609 # making a dummy file named `D' -- because `-MD' means `put the output
46074610 # in D'.
4611 rm -rf conftest.dir
46084612 mkdir conftest.dir
46094613 # Copy depcomp to subdir because otherwise we won't find it if we're
46104614 # using a relative directory.
46644668 break
46654669 fi
46664670 ;;
4667 msvisualcpp | msvcmsys)
4671 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
46684672 # This compiler won't grok `-c -o', but also, the minuso test has
46694673 # not run yet. These depmodes are late enough in the game, and
46704674 # so weak that their functioning should not be impacted.
52725276 # instance it was reported that on HP-UX the gcc test will end up
52735277 # making a dummy file named `D' -- because `-MD' means `put the output
52745278 # in D'.
5279 rm -rf conftest.dir
52755280 mkdir conftest.dir
52765281 # Copy depcomp to subdir because otherwise we won't find it if we're
52775282 # using a relative directory.
53315336 break
53325337 fi
53335338 ;;
5334 msvisualcpp | msvcmsys)
5339 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
53355340 # This compiler won't grok `-c -o', but also, the minuso test has
53365341 # not run yet. These depmodes are late enough in the game, and
53375342 # so weak that their functioning should not be impacted.
1742917434 # report actual input values of CONFIG_FILES etc. instead of their
1743017435 # values after options handling.
1743117436 ac_log="
17432 This file was extended by readosm $as_me 1.0.0a, which was
17437 This file was extended by readosm $as_me 1.0.0b, which was
1743317438 generated by GNU Autoconf 2.68. Invocation command line was
1743417439
1743517440 CONFIG_FILES = $CONFIG_FILES
1749517500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1749617501 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1749717502 ac_cs_version="\\
17498 readosm config.status 1.0.0a
17503 readosm config.status 1.0.0b
1749917504 configured by $0, generated by GNU Autoconf 2.68,
1750017505 with options \\"\$ac_cs_config\\"
1750117506
11 # Process this file with autoconf to produce a configure script.
22
33 AC_PREREQ(2.61)
4 AC_INIT(readosm, 1.0.0a, a.furieri@lqt.it)
4 AC_INIT(readosm, 1.0.0b, a.furieri@lqt.it)
55 AC_LANG(C)
66 AC_CONFIG_AUX_DIR([.])
77 AC_CONFIG_MACRO_DIR([m4])
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1515 @SET_MAKE@
1616
1717 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
7390 $(LDFLAGS) -o $@
7491 SOURCES = test_osm1.c test_osm2.c test_osm3.c
7592 DIST_SOURCES = test_osm1.c test_osm2.c test_osm3.c
93 am__can_run_installinfo = \
94 case $$AM_UPDATE_INFO_DIR in \
95 n|no|NO) false;; \
96 *) (install-info --version) >/dev/null 2>&1;; \
97 esac
7698 ETAGS = etags
7799 CTAGS = ctags
78100 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243265 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
244266 echo " rm -f" $$list; \
245267 rm -f $$list
246 test_osm1$(EXEEXT): $(test_osm1_OBJECTS) $(test_osm1_DEPENDENCIES)
268 test_osm1$(EXEEXT): $(test_osm1_OBJECTS) $(test_osm1_DEPENDENCIES) $(EXTRA_test_osm1_DEPENDENCIES)
247269 @rm -f test_osm1$(EXEEXT)
248270 $(LINK) $(test_osm1_OBJECTS) $(test_osm1_LDADD) $(LIBS)
249 test_osm2$(EXEEXT): $(test_osm2_OBJECTS) $(test_osm2_DEPENDENCIES)
271 test_osm2$(EXEEXT): $(test_osm2_OBJECTS) $(test_osm2_DEPENDENCIES) $(EXTRA_test_osm2_DEPENDENCIES)
250272 @rm -f test_osm2$(EXEEXT)
251273 $(LINK) $(test_osm2_OBJECTS) $(test_osm2_LDADD) $(LIBS)
252 test_osm3$(EXEEXT): $(test_osm3_OBJECTS) $(test_osm3_DEPENDENCIES)
274 test_osm3$(EXEEXT): $(test_osm3_OBJECTS) $(test_osm3_DEPENDENCIES) $(EXTRA_test_osm3_DEPENDENCIES)
253275 @rm -f test_osm3$(EXEEXT)
254276 $(LINK) $(test_osm3_OBJECTS) $(test_osm3_LDADD) $(LIBS)
255277
386408
387409 installcheck: installcheck-am
388410 install-strip:
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 `test -z '$(STRIP)' || \
392 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411 if test -z '$(STRIP)'; then \
412 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
413 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
414 install; \
415 else \
416 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
417 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
418 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
419 fi
393420 mostlyclean-generic:
394421 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
395422
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1515 @SET_MAKE@
1616
1717 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
4966 CONFIG_CLEAN_VPATH_FILES =
5067 SOURCES =
5168 DIST_SOURCES =
69 am__can_run_installinfo = \
70 case $$AM_UPDATE_INFO_DIR in \
71 n|no|NO) false;; \
72 *) (install-info --version) >/dev/null 2>&1;; \
73 esac
5274 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
5375 am__vpath_adj = case $$p in \
5476 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
7092 am__base_list = \
7193 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
7294 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95 am__uninstall_files_from_dir = { \
96 test -z "$$files" \
97 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
98 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
99 $(am__cd) "$$dir" && rm -f $$files; }; \
100 }
73101 am__installdirs = "$(DESTDIR)$(includedir)"
74102 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
75103 ETAGS = etags
238266 -rm -rf .libs _libs
239267 install-includeHEADERS: $(include_HEADERS)
240268 @$(NORMAL_INSTALL)
241 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
242269 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
270 if test -n "$$list"; then \
271 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
272 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
273 fi; \
243274 for p in $$list; do \
244275 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
245276 echo "$$d$$p"; \
253284 @$(NORMAL_UNINSTALL)
254285 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
255286 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
256 test -n "$$files" || exit 0; \
257 echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
258 cd "$(DESTDIR)$(includedir)" && rm -f $$files
287 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
259288
260289 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261290 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356385
357386 installcheck: installcheck-am
358387 install-strip:
359 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
360 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
361 `test -z '$(STRIP)' || \
362 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
388 if test -z '$(STRIP)'; then \
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 install; \
392 else \
393 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
396 fi
363397 mostlyclean-generic:
364398
365399 clean-generic:
6565
6666 Open Street Map aka \b OSM [http://www.openstreetmap.org/] is a very popular
6767 community project aimed to produced a map of the world; this map is absolutely
68 free and is released under the CC-BY-SA license terms
69 [http://creativecommons.org/licenses/by-sa/2.0/].
68 free and is released under the ODbL license terms
69 [http://opendatacommons.org/licenses/odbl/].
7070
7171 Selected portions [by Country / Region] of the OSM map are available on the
7272 following download sites:
0 # Makefile.in generated by automake 1.11.1 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5 # Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
66 # This Makefile.in is free software; the Free Software Foundation
77 # gives unlimited permission to copy and/or distribute it,
88 # with or without modifications, as long as this notice is preserved.
1515 @SET_MAKE@
1616
1717 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
6784 am__base_list = \
6885 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
6986 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87 am__uninstall_files_from_dir = { \
88 test -z "$$files" \
89 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
90 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
91 $(am__cd) "$$dir" && rm -f $$files; }; \
92 }
7093 am__installdirs = "$(DESTDIR)$(libdir)"
7194 LTLIBRARIES = $(lib_LTLIBRARIES)
7295 libreadosm_la_LIBADD =
92115 $(LDFLAGS) -o $@
93116 SOURCES = $(libreadosm_la_SOURCES)
94117 DIST_SOURCES = $(libreadosm_la_SOURCES)
118 am__can_run_installinfo = \
119 case $$AM_UPDATE_INFO_DIR in \
120 n|no|NO) false;; \
121 *) (install-info --version) >/dev/null 2>&1;; \
122 esac
95123 ETAGS = etags
96124 CTAGS = ctags
97125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
257285 $(am__aclocal_m4_deps):
258286 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
259287 @$(NORMAL_INSTALL)
260 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
261288 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
262289 list2=; for p in $$list; do \
263290 if test -f $$p; then \
265292 else :; fi; \
266293 done; \
267294 test -z "$$list2" || { \
295 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
296 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
268297 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
269298 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
270299 }
286315 echo "rm -f \"$${dir}/so_locations\""; \
287316 rm -f "$${dir}/so_locations"; \
288317 done
289 libreadosm.la: $(libreadosm_la_OBJECTS) $(libreadosm_la_DEPENDENCIES)
318 libreadosm.la: $(libreadosm_la_OBJECTS) $(libreadosm_la_DEPENDENCIES) $(EXTRA_libreadosm_la_DEPENDENCIES)
290319 $(libreadosm_la_LINK) -rpath $(libdir) $(libreadosm_la_OBJECTS) $(libreadosm_la_LIBADD) $(LIBS)
291320
292321 mostlyclean-compile:
454483
455484 installcheck: installcheck-am
456485 install-strip:
457 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
458 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
459 `test -z '$(STRIP)' || \
460 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
486 if test -z '$(STRIP)'; then \
487 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489 install; \
490 else \
491 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
494 fi
461495 mostlyclean-generic:
462496 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
463497
470470 relation->last_member = mbr_blk;
471471 }
472472
473 /* initializing the Tag */
474 switch (type)
475 {
476 case 0:
477 member->member_type = READOSM_MEMBER_NODE;
478 break;
479 case 1:
480 member->member_type = READOSM_MEMBER_WAY;
481 break;
482 case 2:
483 member->member_type = READOSM_MEMBER_RELATION;
484 break;
485 };
473 member->member_type = type;
486474 member->id = id;
487475 len = strlen (role);
488476 member->role = malloc (len + 1);