diff options
author | Pierre GRANDIN <grandinp@altern.org> | 2015-12-31 01:58:27 -0800 |
---|---|---|
committer | Pierre GRANDIN <grandinp@altern.org> | 2015-12-31 01:58:27 -0800 |
commit | 449e5530c4ee68f77691c811f0670cf90e9e58a4 (patch) | |
tree | 56add1f3c6145d42873aba0af3081a518909d0aa /navit | |
parent | 39175cc0b633863355efe10151fe7b21109efa18 (diff) | |
download | navit-449e5530c4ee68f77691c811f0670cf90e9e58a4.tar.gz |
Removing autotools support
Diffstat (limited to 'navit')
75 files changed, 0 insertions, 1930 deletions
diff --git a/navit/Makefile.am b/navit/Makefile.am deleted file mode 100644 index 7115a6c6e..000000000 --- a/navit/Makefile.am +++ /dev/null @@ -1,247 +0,0 @@ -include $(top_srcdir)/Makefile.inc -comma=, -SUBDIRS=fib-1.1 support -if PLUGINS - SUBDIRS += . -endif -DIST_SUBDIRS=autoload binding map maptool fib-1.1 font fonts gui graphics osd plugin speech support vehicle xpm maps -SUBDIRS+=autoload binding map font gui graphics osd plugin speech vehicle xpm - -MODULES = $(wildcard $(top_builddir)/navit/binding/*/*.la $(top_builddir)/navit/font/*/*.la $(top_builddir)/navit/graphics/*/*.la $(top_builddir)/navit/gui/*/*.la $(top_builddir)/navit/map/*/*.la $(top_builddir)/navit/osd/*/*.la $(top_builddir)/navit/speech/*/*.la $(top_builddir)/navit/vehicle/*/*.la) - -if FONTS - SUBDIRS += fonts -endif -if !PLUGINS - SUBDIRS += . -endif - -if MAPTOOL - SUBDIRS += maptool -endif - -if BUILD_SAMPLEMAP - SUBDIRS += maps -endif - - -AM_CPPFLAGS = -I$(top_srcdir)/navit/fib-1.1 @NAVIT_CFLAGS@ @ZLIB_CFLAGS@ -DPREFIX=\"@prefix@\" -DLIBDIR=\"@libdir@\" -DMODULE=navit -BUILT_SOURCES = version.h navit_config.h - -if BIN_NAVIT - bin_PROGRAMS = navit -endif - -if SHARED_LIBNAVIT - lib_LTLIBRARIES = lib@LIBNAVIT@.la - lib@LIBNAVIT@_la_LDFLAGS = -avoid-version @MODULE_LDFLAGS@ @NAVIT_SOCKET_LDFLAGS@ -no-undefined -Wl,--no-undefined -else - noinst_LTLIBRARIES = lib@LIBNAVIT@.la -endif -lib@LIBNAVIT@_la_LIBADD = @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @INTLLIBS@ -Lfib-1.1 -lfib @MODULE_LIBADD@ @CRYPTO_LIBS@ - -if SUPPORT_WIN32CE - lib@LIBNAVIT@_la_LIBADD += -Lsupport/libc -lsupport_libc -endif - -pkgdata_DATA = navit.xml - -EXTRA_DIST = navit_shipped.xml navit.dtd - -lib@LIBNAVIT@_la_SOURCES = announcement.c atom.c attr.c cache.c callback.c command.c config_.c coord.c country.c data_window.c debug.c \ - event.c event_glib.h file.c geom.c graphics.c gui.c item.c layout.c log.c main.c map.c maps.c \ - linguistics.c mapset.c maptype.c menu.c messages.c bookmarks.c bookmarks.h navit.c navigation.c osd.c param.c phrase.c plugin.c popup.c \ - profile.c profile_option.c projection.c roadprofile.c route.c search.c search_houseno_interpol.c script.c speech.c start_real.c \ - transform.c track.c util.c vehicle.c vehicleprofile.c xmlconfig.c \ - announcement.h atom.h attr.h attr_def.h cache.h callback.h color.h command.h config_.h coord.h country.h \ - android.h data.h data_window.h data_window_int.h debug.h destination.h draw_info.h endianess.h event.h \ - file.h geom.h graphics.h gtkext.h gui.h item.h item_def.h keys.h log.h layer.h layout.h linguistics.h main.h map-share.h map.h\ - map_data.h mapset.h maptype.h menu.h messages.h navigation.h navit.h osd.h \ - param.h phrase.h plugin.h point.h plugin_def.h projection.h popup.h route.h profile.h roadprofile.h search.h search_houseno_interpol.h \ - speech.h start_real.h transform.h track.h types.h util.h vehicle.h vehicleprofile.h window.h xmlconfig.h zipfile.h \ - navit_lfs.h navit_nls.c navit_nls.h sunriset.c sunriset.h glib_slice.h - -XSLTS=@XSLTS@ -navit.xml: navit_shipped.xml $(foreach xslt, $(subst $(comma), ,$(XSLTS)), $(addsuffix .xslt,$(addprefix xslt/,$(xslt)))) navit_android_xml - cp $< navit.xml.new - if [ ! -f navit.dtd ]; then cp -f $(top_srcdir)/navit/navit.dtd .; fi - for i in $^; do if [ "$${i%.xslt}" != "$$i" ]; then echo "Applying $$i" ; @SAXON@ -snone navit.xml.new $$i >navit.xml.tmp || exit ; mv -f navit.xml.tmp navit.xml.new || exit ; fi ; done - mv -f navit.xml.new navit.xml - rm -f navit.xml.tmp - -navit_android_xml: navit_shipped.xml -if SUPPORT_ANDROID -# new android xml files for (mdpi,ldpi,hdpi) - cp $(srcdir)/navit_shipped.xml navit_android.xml.new - if [ ! -f navit.dtd ]; then cp -f $(top_srcdir)/navit/navit.dtd .; fi - -# # now apply any other xslt files (this would allow for pedestrian plugin) -# for i in $(foreach xslt, $(subst $(comma), ,$(XSLTS)), $(addsuffix .xslt,$(addprefix xslt/,$(xslt)))); do if [ "$${i%.xslt}" != "$$i" ]; then j=`basename $$i` ; if [ "$$j" != "android.xslt" ] ; then echo "Android: Applying $$i" ; @SAXON@ -snone navit_android.xml.new $(srcdir)/"$$i" >navit_android.xml.new.tmp || exit ; mv navit_android.xml.new.tmp navit_android.xml.new || exit ; fi ; fi ; done -# # for now disable pedestrian plugin (zoff99) - - @SAXON@ -snone navit_android.xml.new $(srcdir)/xslt/android_mdpi.xslt >navit_android_mdpi.xml.tmp - @SAXON@ -snone navit_android.xml.new $(srcdir)/xslt/android_ldpi.xslt >navit_android_ldpi.xml.tmp - @SAXON@ -snone navit_android.xml.new $(srcdir)/xslt/android_hdpi.xslt >navit_android_hdpi.xml.tmp - rm -f navit_android.xml.new - rm -f navit_android.xml.new.tmp - mv -f navit_android_mdpi.xml.tmp navit_android_mdpi.xml - mv -f navit_android_ldpi.xml.tmp navit_android_ldpi.xml - mv -f navit_android_hdpi.xml.tmp navit_android_hdpi.xml - rm -f navit_android_mdpi.xml.tmp - rm -f navit_android_ldpi.xml.tmp - rm -f navit_android_hdpi.xml.tmp -else - echo "no Android support" -endif - -if SUPPORT_ANDROID - lib@LIBNAVIT@_la_SOURCES += android.c - navit_SOURCES = - navit_LDADD = - -v_int = $$(cat $(srcdir)/android/Android_Market_Version_int.txt|grep v_int|cut -d ":" -f 2) -v_name = "0.5.0-"$$(LANG=C svnversion $(top_srcdir) 2> /dev/null|tr -d ":A-Z" 2> /dev/null) - -android/AndroidManifest.xml: android/AndroidManifest.xml.in - mkdir -p $(builddir)/android - sed '0,/<uses-sdk/!d' <$< >$@ - for i in $(subst $(comma), ,@ANDROID_PERMISSIONS@); do echo " <uses-permission android:name=\"android.permission.$$i\" />" >>$@; done - sed '0,/<uses-sdk/d' <$< >>$@ - sed -e "s/@ANDROID_VERSION_INT@/$(v_int)/" <$@ >android/AndroidManifest.xml.tmp - mv -f android/AndroidManifest.xml.tmp $@ - sed -e "s/@ANDROID_VERSION_NAME@/$(v_name)/" <$@ >android/AndroidManifest.xml.tmp - mv -f android/AndroidManifest.xml.tmp $@ - -android/build.xml: android/AndroidManifest.xml android/dummy.txt -# this is needed, otherwise somehow the files cant be deleted - mkdir -p $(builddir)/android/src/ - if [ "$(builddir)" != "$(srcdir)" ]; then chmod -R u+w $(builddir)/android/src/; fi - if [ "$(builddir)" != "$(srcdir)" ]; then rm -Rf $(builddir)/android/src/; fi - if [ "$(builddir)" != "$(srcdir)" ]; then cp -rpf $(srcdir)/android/* $(builddir)/android; fi - touch $(srcdir)/android/dummy.txt - touch $(builddir)/android/dummy.txt - android update project -t @ANDROID_PROJECT@ -p android - -apkg-all: all android/build.xml navit.xml - mkdir -p android/libs/armeabi - cp .libs/*.so android/libs/armeabi/libnavit.so - for i in */*/.libs/*.so ; do sed 's&lib_data_data_org\.navitproject\.navit_lib_&/data/data/org.navitproject.navit/lib/lib&' <$$i >android/libs/armeabi/$$(basename $$i); done - - for i in $(shell cd $(srcdir)/../po && echo ??_*.po.in ??.po.in); do echo Gnerating strings.xml from $$i ; mkdir -p $(builddir)/android/res/values-$$(echo $$i | sed -e s/\\.po\\.in// -e s/_/-r/) ; @SAXON@ $(srcdir)/android/res/values/strings.xml $(srcdir)/android/po2xml.xslt po_file=$(abs_top_srcdir)/po/$$i >$(builddir)/android/res/values-$$(echo $$i | sed -e s/\\.po\\.in// -e s/_/-r/)/strings.xml ; done - - mkdir -p android/res/drawable-ldpi - mkdir -p android/res/drawable-mdpi - mkdir -p android/res/drawable-hdpi - for i in $(shell cd $(srcdir)/xpm && echo *.xpm); do convert $(srcdir)/xpm/$$i android/res/drawable-mdpi/$${i%.xpm}.png; done - for i in $(shell cd $(srcdir)/xpm && echo *.xpm); do convert -resize 75% $(srcdir)/xpm/$$i android/res/drawable-ldpi/$${i%.xpm}.png; done - for i in $(shell cd $(srcdir)/xpm && echo *.xpm); do convert -resize 150% $(srcdir)/xpm/$$i android/res/drawable-hdpi/$${i%.xpm}.png; done - -# for i in $(shell cd $(srcdir)/xpm && echo *.png); do cp $(srcdir)/xpm/$$i android/res/drawable-mdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done -# for i in $(shell cd $(srcdir)/xpm && echo *.png); do cp $(srcdir)/xpm/$$i android/res/drawable-ldpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done -# for i in $(shell cd $(srcdir)/xpm && echo *.png); do cp $(srcdir)/xpm/$$i android/res/drawable-hdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done - - for i in $(shell cd $(srcdir)/xpm && echo *.png); do convert $(srcdir)/xpm/$$i android/res/drawable-mdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done - for i in $(shell cd $(srcdir)/xpm && echo *.png); do convert -resize 75% $(srcdir)/xpm/$$i android/res/drawable-ldpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done - for i in $(shell cd $(srcdir)/xpm && echo *.png); do convert -resize 150% $(srcdir)/xpm/$$i android/res/drawable-hdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done - -# if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do cp $(builddir)/xpm/$$i android/res/drawable-mdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi -# if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do cp $(builddir)/xpm/$$i android/res/drawable-ldpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi -# if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do cp $(builddir)/xpm/$$i android/res/drawable-hdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi - - if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do convert $(builddir)/xpm/$$i android/res/drawable-mdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi - if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do convert -resize 75% $(builddir)/xpm/$$i android/res/drawable-ldpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi - if [ "$(builddir)" != "$(srcdir)" ]; then for i in $(shell cd $(builddir)/xpm && echo *.png); do convert -resize 150% $(builddir)/xpm/$$i android/res/drawable-hdpi/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done ; fi - - mkdir -p android/res/raw - for i in $(shell cd ../po && echo *.mo); do cp ../po/$$i android/res/raw/$$( echo $$i | tr "[A-Z]" "[a-z]") ; done -# cp navit.xml android/res/raw - cp navit_android_mdpi.xml android/res/raw/navitmdpi.xml - cp navit_android_ldpi.xml android/res/raw/navitldpi.xml - cp navit_android_hdpi.xml android/res/raw/navithdpi.xml - -apkg: apkg-all - touch $(srcdir)/android/dummy.txt - touch $(builddir)/android/dummy.txt - cd android && ant debug - -apkg-release: apkg-all - touch $(srcdir)/android/dummy.txt - touch $(builddir)/android/dummy.txt - cd android && ant release - jarsigner $$(cat ~/.keystore_args) android/bin/Navit-unsigned.apk mykey -# zipalign -f 4 android/bin/Navit-unsigned.apk android/bin/Navit-unsigned-aligned.apk -else -navit_SOURCES = start.c -navit_LDADD = lib@LIBNAVIT@.la - -endif - -if EVENT_GLIB - lib@LIBNAVIT@_la_SOURCES += event_glib.c -endif - -navit_LDFLAGS = -export-dynamic - -if !PLUGINS - lib@LIBNAVIT@_la_SOURCES += builtin.c - lib@LIBNAVIT@_la_LIBADD += $(MODULES) -endif - - -navit_LDADD += @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @CRYPTO_LIBS@ @INTLLIBS@ - - -if SUPPORT_WIN32 - navit_LDADD += resource.rsc -if SUPPORT_WIN32CE - navit_LDADD += -lcommctrl -Lsupport/libc -else - navit_LDADD += -lgdi32 -lcomctl32 -lwinmm -endif - - -resource.rsc: $(top_srcdir)/navit/gui/win32/resources/resource.rc - $(WINDRES) -I $(top_srcdir)/navit/gui/win32/resources $(top_srcdir)/navit/gui/win32/resources/resource.rc resource.rsc -endif - -.PHONY: version.h.tmp - -version.h.tmp: - echo "#include \"config.h\"" >version.h.tmp -if SOURCE_MODE_SVN - echo "#define SVN_VERSION \"$$(LANG=C svnversion $(top_srcdir) 2>/dev/null)\"" >>version.h.tmp -else - echo "#define SVN_VERSION \"@SOURCE_MODE@\"" >>version.h.tmp -endif - echo "#define NAVIT_VARIANT \"@NAVIT_VARIANT@\"" >>version.h.tmp - if ! diff version.h.tmp version.h >/dev/null 2>/dev/null; \ - then \ - mv -f version.h.tmp version.h; \ - fi - -version.h: version.h.tmp - -navit_config.h: ../config.h - cp ../config.h navit_config.h.tmp - if ! diff navit_config.h.tmp navit_config.h >/dev/null 2>/dev/null; \ - then \ - mv -f navit_config.h.tmp navit_config.h; \ - fi - - -distclean-local: - rm -f version.h version.h.tmp navit_config.h navit_config.h.tmp builtin.c support-builtin.c navit.xml resurce.rsc - if [ "$(top_builddir)" != "$(top_srcdir)" ]; then rm -f navit.dtd; fi - -builtin.c: $(top_builddir)/config.h - ls $(top_builddir)/navit/*/*/*.la | sed -e "s/\.la/_init(void);/" -e "s/.*lib/extern void module_/" >builtin.c - echo "extern void builtin_init(void);" >>builtin.c - echo "void builtin_init(void) {" >>builtin.c - ls $(top_builddir)/navit/*/*/*.la | grep -v shapefile | sed -e "s/\.la/_init();/" -e "s/.*\\/lib/ module_/" >>builtin.c - echo "}" >>builtin.c -support-builtin.c: $(top_builddir)/config.h - ls $(top_builddir)/navit/support/*/*.la | sed -e "s/\.la/_init(void);/" -e "s/.*lib/extern void module_/" >support-builtin.c - echo "extern void builtin_init(void);" >>support-builtin.c - echo "void builtin_init(void) {" >>support-builtin.c - ls $(top_builddir)/navit/support/*/*.la | sed -e "s/\.la/_init();/" -e "s/.*\\/lib/ module_/" >>support-builtin.c - echo "}" >>support-builtin.c diff --git a/navit/autoload/Makefile.am b/navit/autoload/Makefile.am deleted file mode 100644 index 4ca10b6fa..000000000 --- a/navit/autoload/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -SUBDIRS= -if USE_OSSO - SUBDIRS += osso -endif - -DIST_SUBDIRS= osso diff --git a/navit/autoload/osso/Makefile.am b/navit/autoload/osso/Makefile.am deleted file mode 100644 index bb965beb3..000000000 --- a/navit/autoload/osso/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @LIBOSSO_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=plugin_osso -moduleautoload_LTLIBRARIES = libplugin_osso.la -libplugin_osso_la_LDFLAGS=-module -avoid-version @NAVIT_MODULE_LDFLAGS@ @LIBOSSO_LIBS@ #-Wl,--no-undefined - -libplugin_osso_la_SOURCES = osso.c diff --git a/navit/binding/Makefile.am b/navit/binding/Makefile.am deleted file mode 100644 index 6b782b48a..000000000 --- a/navit/binding/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -SUBDIRS= -if BINDING_PYTHON - SUBDIRS+=python -endif -if BINDING_DBUS - SUBDIRS+=dbus -endif - -if BINDING_WIN32 - SUBDIRS+=win32 -endif - - -DIST_SUBDIRS=python dbus win32 - diff --git a/navit/binding/dbus/Makefile.am b/navit/binding/dbus/Makefile.am deleted file mode 100644 index 1e6334291..000000000 --- a/navit/binding/dbus/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @DBUS_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=binding_dbus -modulebinding_LTLIBRARIES = libbinding_dbus.la -libbinding_dbus_la_SOURCES = binding_dbus.c -libbinding_dbus_la_LIBADD = @DBUS_LIBS@ -libbinding_dbus_la_LDFLAGS = -module -avoid-version - -servicedir = @DBUS_SERVICE_DIR@ -service_in_files = org.navit_project.navit.service.in -service_DATA = $(service_in_files:.service.in=.service) - -$(service_DATA): $(service_in_files) Makefile - sed -e "s|\@bindir\@|$(bindir)|" $< > $@ - -EXTRA_DIST = $(service_in_files) - -distclean-local: - rm -f $(service_DATA) diff --git a/navit/binding/python/Makefile.am b/navit/binding/python/Makefile.am deleted file mode 100644 index a71632317..000000000 --- a/navit/binding/python/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @PYTHON_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=binding_python -modulebinding_LTLIBRARIES = libbinding_python.la -libbinding_python_la_SOURCES = binding_python.c config.c navit.c pcoord.c route.c navigation.c attr.c common.h -libbinding_python_la_LIBADD = @PYTHON_LIBS@ -libbinding_python_la_LDFLAGS = -module -avoid-version diff --git a/navit/binding/win32/Makefile.am b/navit/binding/win32/Makefile.am deleted file mode 100644 index f25c28d3e..000000000 --- a/navit/binding/win32/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = -I$(top_srcdir)/navit -I$(top_srcdir)/navit/binding/win32 @NAVIT_CFLAGS@ -DMODULE=binding_win32 -if PLUGINS -modulebinding_LTLIBRARIES = libbinding_win32.la -else -noinst_LTLIBRARIES = libbinding_win32.la -endif -libbinding_win32_la_SOURCES = binding_win32.c binding_win32.h -libbinding_win32_la_LIBADD = -libbinding_win32_la_LDFLAGS = -module -avoid-version -bin_PROGRAMS=tell_navit -tell_navit_LDADD = @NAVIT_LIBS@ -if SUPPORT_WIN32CE - tell_navit_LDADD += -L$(top_builddir)/navit/support/libc -lsupport_libc -endif diff --git a/navit/fib-1.1/Makefile.am b/navit/fib-1.1/Makefile.am deleted file mode 100644 index 7c7b2a130..000000000 --- a/navit/fib-1.1/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -noinst_LTLIBRARIES = libfib.la -libfib_la_SOURCES = fib.c fib.h fibpriv.h -EXTRA_DIST=README configure.in fh_extractmin.3 fh_makeheap.3 fh_makekeyheap.3 fibtest.c fibtest2.c tt.c use.c diff --git a/navit/font/Makefile.am b/navit/font/Makefile.am deleted file mode 100644 index 620280e6f..000000000 --- a/navit/font/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIRS= -if FONT_FREETYPE - SUBDIRS+=freetype -endif diff --git a/navit/font/freetype/Makefile.am b/navit/font/freetype/Makefile.am deleted file mode 100644 index 4c081e391..000000000 --- a/navit/font/freetype/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @FREETYPE2_CFLAGS@ @FONTCONFIG_CFLAGS@ @FRIBIDI2_CFLAGS@ @FRIBIDI_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=font_freetype -if PLUGINS - modulefont_LTLIBRARIES = libfont_freetype.la -else - noinst_LTLIBRARIES = libfont_freetype.la -endif -libfont_freetype_la_SOURCES = font_freetype.c font_freetype.h -libfont_freetype_la_LDFLAGS = @FREETYPE2_LIBS@ @FONTCONFIG_LIBS@ @FRIBIDI2_LIBS@ @FRIBIDI_LIBS@ -module -avoid-version diff --git a/navit/fonts/Makefile.am b/navit/fonts/Makefile.am deleted file mode 100644 index d8ea2633b..000000000 --- a/navit/fonts/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -include $(top_srcdir)/Makefile.inc - -fonts_DATA = -fonts_DATA += LiberationMono-Bold.ttf -fonts_DATA += LiberationMono-BoldItalic.ttf -fonts_DATA += LiberationMono-Italic.ttf -fonts_DATA += LiberationMono-Regular.ttf -fonts_DATA += LiberationSans-Bold.ttf -fonts_DATA += LiberationSans-BoldItalic.ttf -fonts_DATA += LiberationSans-Italic.ttf -fonts_DATA += LiberationSans-Regular.ttf -fonts_DATA += LiberationSerif-Bold.ttf -fonts_DATA += LiberationSerif-BoldItalic.ttf -fonts_DATA += LiberationSerif-Italic.ttf -fonts_DATA += LiberationSerif-Regular.ttf diff --git a/navit/graphics/Makefile.am b/navit/graphics/Makefile.am deleted file mode 100644 index c878b9a35..000000000 --- a/navit/graphics/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -SUBDIRS= -if GRAPHICS_ANDROID - SUBDIRS+=android -endif -if GRAPHICS_GTK_DRAWING_AREA - SUBDIRS+=gtk_drawing_area -endif -if GRAPHICS_NULL - SUBDIRS+=null -endif -if GRAPHICS_OPENGL - SUBDIRS+=opengl -endif -if GRAPHICS_QT_QPAINTER - SUBDIRS+=qt_qpainter -endif -if GRAPHICS_SDL - SUBDIRS+=sdl -endif -if GRAPHICS_WIN32 - SUBDIRS+=win32 -endif -if GRAPHICS_GD - SUBDIRS+=gd -endif diff --git a/navit/graphics/android/Makefile.am b/navit/graphics/android/Makefile.am deleted file mode 100644 index a625edd1c..000000000 --- a/navit/graphics/android/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_android -if PLUGINS -modulegraphics_LTLIBRARIES = libgraphics_android.la -else -noinst_LTLIBRARIES = libgraphics_android.la -endif -libgraphics_android_la_SOURCES = graphics_android.c -libgraphics_android_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/graphics/gd/Makefile.am b/navit/graphics/gd/Makefile.am deleted file mode 100644 index 67fc270ac..000000000 --- a/navit/graphics/gd/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @GD_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=graphics_gd -libgraphics_gd_la_LDFLAGS = @GD_LIBS@ -module -avoid-version -if PLUGINS -modulegraphics_LTLIBRARIES = libgraphics_gd.la -else -noinst_LTLIBRARIES = libgraphics_gd.la -endif -libgraphics_gd_la_SOURCES = graphics_gd.c diff --git a/navit/graphics/gtk_drawing_area/Makefile.am b/navit/graphics/gtk_drawing_area/Makefile.am deleted file mode 100644 index 79da228d7..000000000 --- a/navit/graphics/gtk_drawing_area/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @GTK2_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=graphics_gtk_drawing_area -modulegraphics_LTLIBRARIES = libgraphics_gtk_drawing_area.la -libgraphics_gtk_drawing_area_la_SOURCES = graphics_gtk_drawing_area.c -libgraphics_gtk_drawing_area_la_LDFLAGS = @GTK2_LIBS@ @IMLIB2_LIBS@ -module -avoid-version diff --git a/navit/graphics/null/Makefile.am b/navit/graphics/null/Makefile.am deleted file mode 100644 index a4631ff4a..000000000 --- a/navit/graphics/null/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_null -if PLUGINS -modulegraphics_LTLIBRARIES = libgraphics_null.la -else -noinst_LTLIBRARIES = libgraphics_null.la -endif -libgraphics_null_la_SOURCES = graphics_null.c -libgraphics_null_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/graphics/opengl/Makefile.am b/navit/graphics/opengl/Makefile.am deleted file mode 100644 index 02d356dd7..000000000 --- a/navit/graphics/opengl/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @OPENGL_CFLAGS@ @GLC_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_opengl -modulegraphics_LTLIBRARIES = libgraphics_opengl.la -libgraphics_opengl_la_SOURCES = graphics_opengl.c -libgraphics_opengl_la_LIBADD = @OPENGL_LIBS@ @GLC_LIBS@ -libgraphics_opengl_la_LDFLAGS = -module -avoid-version diff --git a/navit/graphics/qt_qpainter/Makefile.am b/navit/graphics/qt_qpainter/Makefile.am deleted file mode 100644 index 8c55917c7..000000000 --- a/navit/graphics/qt_qpainter/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @QT_GUI_CFLAGS@ @QT_SVG_CFLAGS@ @NAVIT_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -I$(top_srcdir)/navit/graphics/qt_qpainter -DMODULE=graphics_qt_qpainter -modulegraphics_LTLIBRARIES = libgraphics_qt_qpainter.la -libgraphics_qt_qpainter_la_SOURCES = graphics_qt_qpainter.cpp graphics_qt_qpainter.h RenderArea.cpp RenderArea.h RenderArea.moc -libgraphics_qt_qpainter_la_LDFLAGS = @QT_GUI_LIBS@ @QT_SVG_LIBS@ -module -avoid-version -if GRAPHICS_QT_QPAINTER -BUILT_SOURCES = RenderArea.moc -RenderArea.moc: - @MOC@ $(srcdir)/RenderArea.h >RenderArea.moc || touch RenderArea.moc - -distclean-local: - $(RM) RenderArea.moc -endif diff --git a/navit/graphics/sdl/Makefile.am b/navit/graphics/sdl/Makefile.am deleted file mode 100644 index 1c9b4056d..000000000 --- a/navit/graphics/sdl/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @SDL_CFLAGS@ @FREETYPE2_CFLAGS@ @LIBPDL_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_sdl -modulegraphics_LTLIBRARIES = libgraphics_sdl.la -libgraphics_sdl_la_SOURCES = graphics_sdl.c raster.c raster.h -libgraphics_sdl_la_LDFLAGS = @SDL_LIBS@ @SDL_IMAGE_LIBS@ @FREETYPE2_LIBS@ @LIBPDL_LIBS@ -module -avoid-version diff --git a/navit/graphics/win32/Makefile.am b/navit/graphics/win32/Makefile.am deleted file mode 100644 index 15ec2441c..000000000 --- a/navit/graphics/win32/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @ZLIB_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_win32 -libgraphics_win32_la_SOURCES = graphics_win32.c xpm2bmp.c -libgraphics_win32_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -if !SUPPORT_WIN32CE -libgraphics_win32_la_LDFLAGS += -Wl,-lgdi32 -endif -if PLUGINS -modulegraphics_LTLIBRARIES = libgraphics_win32.la -else -noinst_LTLIBRARIES = libgraphics_win32.la -endif diff --git a/navit/gui/Makefile.am b/navit/gui/Makefile.am deleted file mode 100644 index 10086b5a1..000000000 --- a/navit/gui/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -SUBDIRS= -if GUI_INTERNAL - SUBDIRS += internal -endif -if GUI_GTK - SUBDIRS += gtk -endif -if GUI_WIN32 - SUBDIRS += win32 -endif -if GUI_QML - SUBDIRS += qml -endif
\ No newline at end of file diff --git a/navit/gui/gtk/Makefile.am b/navit/gui/gtk/Makefile.am deleted file mode 100644 index ddcfc2ae3..000000000 --- a/navit/gui/gtk/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = -I$(top_srcdir)/navit @NAVIT_CFLAGS@ @HILDON_CFLAGS@ @GTK2_CFLAGS@ -DMODULE=gui_gtk -modulegui_LTLIBRARIES = libgui_gtk.la -libgui_gtk_la_SOURCES = datawindow.c destination.c gui_gtk_statusbar.c gui_gtk_action.c gui_gtk_window.c gui_gtk_poi.c gui_gtk.h gui_gtk_poi.h -libgui_gtk_la_LIBADD = @GTK2_LIBS@ -libgui_gtk_la_LDFLAGS = -module -avoid-version diff --git a/navit/gui/internal/Makefile.am b/navit/gui/internal/Makefile.am deleted file mode 100644 index ed819ce4e..000000000 --- a/navit/gui/internal/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/navit -I$(top_srcdir)/navit/fib-1.1 @NAVIT_CFLAGS@ -DMODULE=gui_internal -if PLUGINS -modulegui_LTLIBRARIES = libgui_internal.la -else -noinst_LTLIBRARIES = libgui_internal.la -endif -libgui_internal_la_SOURCES = gui_internal_bookmark.c gui_internal.c gui_internal_command.c gui_internal_gesture.c gui_internal_html.c gui_internal_keyboard.c gui_internal_menu.c gui_internal_poi.c gui_internal_search.c gui_internal_widget.c gui_internal_bookmark.h gui_internal_command.h gui_internal_gesture.h gui_internal.h gui_internal_html.h gui_internal_keyboard.h gui_internal_menu.h gui_internal_poi.h gui_internal_priv.h gui_internal_search.h gui_internal_widget.h -libgui_internal_la_LIBADD = -libgui_internal_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/gui/qml/Makefile.am b/navit/gui/qml/Makefile.am deleted file mode 100644 index a52b399b2..000000000 --- a/navit/gui/qml/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @QT_DECLARATIVE_CFLAGS@ @QT_GUI_CFLAGS@ @QT_XML_CFLAGS@ @NAVIT_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=gui_qml -modulegui_LTLIBRARIES = libgui_qml.la -libgui_qml_la_SOURCES = proxy.moc proxy.h ngqpoint.moc ngqpoint.h searchProxy.moc routeProxy.h searchProxy.h bookmarksProxy.moc bookmarksProxy.h vehicleProxy.moc vehicleProxy.h navitProxy.moc navitProxy.h guiProxy.moc guiProxy.h gui_qml.moc gui_qml.cpp -libgui_qml_la_LDFLAGS = @QT_DECLARATIVE_LIBS@ @QT_GUI_LIBS@ @QT_XML_LIBS@ -module -avoid-version -BUILT_SOURCES = gui_qml.moc proxy.moc ngqpoint.moc routeProxy.moc searchProxy.moc bookmarksProxy.moc vehicleProxy.moc navitProxy.moc guiProxy.moc -%.moc: %.h - @MOC@ $(srcdir)/$< > $@ || touch $@ -%.moc: %.cpp - @MOC@ $(srcdir)/$< > $@ || touch $@ -distclean-local: - -$(RM) *.moc - -SUBDIRS=skins diff --git a/navit/gui/qml/skins/Makefile.am b/navit/gui/qml/skins/Makefile.am deleted file mode 100644 index e0f29a206..000000000 --- a/navit/gui/qml/skins/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS=navit
\ No newline at end of file diff --git a/navit/gui/qml/skins/navit/Makefile.am b/navit/gui/qml/skins/navit/Makefile.am deleted file mode 100644 index 0842a330c..000000000 --- a/navit/gui/qml/skins/navit/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc - -SKIN = navit - -qmldir=$(skinsdir)/$(SKIN) - -qml_DATA = ButtonIcon.qml ToggleSwitch.qml ToggleButton.qml ListSelector.qml Slider.qml CommonHighlight.qml Cellar.qml main.qml PageMain.qml PageNavigate.qml PageAbout.qml PageBookmarksAdd.qml PageBookmarks.qml PageRoute.qml PageSearch.qml PageSearchSelector.qml PageSettingsDisplay.qml PageSettingsLocale.qml PageSettings.qml PageSettingsRules.qml PageSettingsTools.qml PageSettingsVehicle.qml PagePoi.qml PagePointInfo.qml -qml_DATA += background.svg knob.svg -qml_DATA += command.js pagenavigation.js diff --git a/navit/gui/win32/Makefile.am b/navit/gui/win32/Makefile.am deleted file mode 100644 index 06d91fac6..000000000 --- a/navit/gui/win32/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = -I$(top_srcdir)/navit -I$(top_srcdir)/navit/graphics/win32 @NAVIT_CFLAGS@ -DMODULE=gui_win32 -if PLUGINS -modulegui_LTLIBRARIES = libgui_win32.la -else -noinst_LTLIBRARIES = libgui_win32.la -endif -libgui_win32_la_SOURCES = gui_win32.c win32_gui_destination.c win32_gui_notify.c ceglue.h ceglue.c -libgui_win32_la_LIBADD = -libgui_win32_la_LDFLAGS = -module -avoid-version diff --git a/navit/map/Makefile.am b/navit/map/Makefile.am deleted file mode 100644 index d2b6efdc5..000000000 --- a/navit/map/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -SUBDIRS= -if MAP_BINFILE - SUBDIRS+=binfile -endif -if MAP_FILTER - SUBDIRS+=filter -endif -if HAVELIBGARMIN - SUBDIRS+=garmin -endif -if MAP_MG - SUBDIRS+=mg -endif -if MAP_SHAPEFILE - SUBDIRS+=shapefile -endif -if MAP_TEXTFILE - SUBDIRS+=textfile -endif -if MAP_CSV - SUBDIRS+=csv -endif - -DIST_SUBDIRS=mg textfile csv binfile garmin shapefile filter diff --git a/navit/map/binfile/Makefile.am b/navit/map/binfile/Makefile.am deleted file mode 100644 index 6bf671175..000000000 --- a/navit/map/binfile/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_binfile -if PLUGINS - modulemap_LTLIBRARIES = libmap_binfile.la -else - noinst_LTLIBRARIES = libmap_binfile.la -endif -libmap_binfile_la_SOURCES = binfile.c -libmap_binfile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/map/csv/Makefile.am b/navit/map/csv/Makefile.am deleted file mode 100644 index d8670ea2c..000000000 --- a/navit/map/csv/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_csv -if PLUGINS - modulemap_LTLIBRARIES = libmap_csv.la -else - noinst_LTLIBRARIES = libmap_csv.la -endif -libmap_csv_la_SOURCES = csv.c csv.h quadtree.c quadtree.h -libmap_csv_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/map/filter/Makefile.am b/navit/map/filter/Makefile.am deleted file mode 100644 index 3bd14e8bf..000000000 --- a/navit/map/filter/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_filter -if PLUGINS - modulemap_LTLIBRARIES = libmap_filter.la -else - noinst_LTLIBRARIES = libmap_filter.la -endif -libmap_filter_la_SOURCES = filter.c -libmap_filter_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/map/garmin/Makefile.am b/navit/map/garmin/Makefile.am deleted file mode 100644 index 8fa224fc1..000000000 --- a/navit/map/garmin/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_garmin -AM_CPPFLAGS+= @LIBGARMIN_CFLAGS@ -INCLUDES=-I$(top_srcdir)/navit/map/garmin/libgarmin -AM_CPPFLAGS+=-I$(top_srcdir)/navit/map/garmin/libgarmin -AM_CPPFLAGS+=-I$(srcdir) - -modulemap_LTLIBRARIES = libmap_garmin.la -libmap_garmin_la_SOURCES = garmin.c garmin.h gar2navit.c gar2navit.h -libmap_garmin_la_LIBADD = @LIBGARMIN_LIBS@ -libmap_garmin_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -nodist_libmap_garmin_la_SOURCES = g2nbuiltin.h -builddir = @builddir@ - -gar2navit.l$(OBJEXT): g2nbuiltin.h - -CLEANFILES = g2nbuiltin.h - -noinst_PROGRAMS=gentypes$(EXEEXT) -gentypes_SOURCES=gentypes.c - -gentypes.$(OBJEXT): gentypes.c - $(CC_FOR_BUILD) -I$(top_srcdir)/navit -I$(top_srcdir) -c -o $@ $< - -gentypes$(EXEEXT): $(gentypes_OBJECTS) $(gentypes_DEPENDENCIES) - @rm -f gentypes$(EXEEXT) - $(CCLD_FOR_BUILD) -o $@ $(gentypes_OBJECTS) - -g2nbuiltin.h: gentypes$(EXEEXT) garmintypes.txt - ./gentypes$(EXEEXT) $(top_srcdir)/navit/map/garmin/garmintypes.txt $@ - -EXTRA_DIST = garmintypes.txt - diff --git a/navit/map/garmin_img/Makefile.am b/navit/map/garmin_img/Makefile.am deleted file mode 100644 index dbbcd9b55..000000000 --- a/navit/map/garmin_img/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_garmin_img -modulemap_LTLIBRARIES = libmap_garmin_img.la -libmap_garmin_img_la_SOURCES = garmin_img.c -libmap_garmin_img_la_LDFLAGS = -module -avoid-version diff --git a/navit/map/mg/Makefile.am b/navit/map/mg/Makefile.am deleted file mode 100644 index ee05be835..000000000 --- a/navit/map/mg/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_mg -if PLUGINS - modulemap_LTLIBRARIES = libmap_mg.la -else - noinst_LTLIBRARIES = libmap_mg.la -endif -libmap_mg_la_SOURCES = map.c block.c town.c tree.c poly.c street.c mg.h -libmap_mg_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/map/shapefile/Makefile.am b/navit/map/shapefile/Makefile.am deleted file mode 100644 index f23fb8278..000000000 --- a/navit/map/shapefile/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @SHAPEFILE_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_shapefile -if PLUGINS - modulemap_LTLIBRARIES = libmap_shapefile.la -else - noinst_LTLIBRARIES = libmap_shapefile.la -endif -libmap_shapefile_la_SOURCES = shapefile.c -libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -if HAVE_SYSTEM_SHAPEFILELIB -libmap_shapefile_la_LIBADD = @SHAPEFILE_LIBS@ -else -libmap_shapefile_la_LIBADD = $(top_builddir)/navit/support/shapefile/libsupport_shapefile.la -endif diff --git a/navit/map/textfile/Makefile.am b/navit/map/textfile/Makefile.am deleted file mode 100644 index b3190e7f7..000000000 --- a/navit/map/textfile/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_textfile -if PLUGINS - modulemap_LTLIBRARIES = libmap_textfile.la -else - noinst_LTLIBRARIES = libmap_textfile.la -endif -libmap_textfile_la_SOURCES = textfile.c textfile.h -libmap_textfile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/maps/Makefile.am b/navit/maps/Makefile.am deleted file mode 100644 index 798ca6d5c..000000000 --- a/navit/maps/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -include $(top_srcdir)/Makefile.inc - -.SECONDARY: - -SAMPLE_MAP=osm_bbox_11.3,47.9,11.7,48.2 - -maptool_args=--attr-debug-level=5 -maptool=$(top_builddir)/navit/maptool/maptool - -maps_DATA = $(SAMPLE_MAP).bin $(SAMPLE_MAP).xml - -SUFFIXES=.osm.bz2 .osm.pbf .txt .shp .osm - -samplemap: $(SAMPLE_MAP).bin - -.osm.bin: - echo "Converting osm map" - $(maptool) $(maptool_args) $@.tmp <$< - mv $@.tmp $@ - -.txt.bin: - $(maptool) $(maptool_args) $@.tmp -p $(top_builddir)/navit/map/textfile/libmap_textfile.la -m "type=textfile data="$< - mv $@.tmp $@ - -.shp.bin: - $(maptool) $(maptool_args) $@.tmp -p $(top_builddir)/navit/map/shapefile/libmap_shapefile.la -m "type=shapefile data=$(subst .shp,,$<) $(SHAPEFILE_ATTRIBUTES)" - mv $@.tmp $@ - -.osm.bz2.bin: - echo "Converting osm map" - bzcat $< | $(maptool) $(maptool_args) $@.tmp - mv $@.tmp $@ - -.osm.pbf.bin: - echo "Converting osm map" - $(maptool) --protobuf $(maptool_args) $@.tmp <$< - mv $@.tmp $@ - -.bin.xml: - echo '<map type="binfile" enabled="yes" data="$$NAVIT_SHAREDIR/maps/$<"/>' >$@ - - -$(SAMPLE_MAP).osm.bz2: - echo "Downloading osm sample map" - wget -O $(SAMPLE_MAP).osm.bz2.tmp http://www.navit-project.org/maps/$(SAMPLE_MAP).osm.bz2 - mv $(SAMPLE_MAP).osm.bz2.tmp $(SAMPLE_MAP).osm.bz2 - -distclean-local: - rm -f $(SAMPLE_MAP).osm.bz2 $(SAMPLE_MAP).bin $(SAMPLE_MAP).xml - -all: diff --git a/navit/maptool/Makefile.am b/navit/maptool/Makefile.am deleted file mode 100644 index 95454a058..000000000 --- a/navit/maptool/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/Makefile.inc -if !SUPPORT_ANDROID - bin_PROGRAMS = maptool - noinst_LTLIBRARIES = libmaptool.la -endif - -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit @ZLIB_CFLAGS@ @POSTGRESQL_CFLAGS@ -DMODULE=maptool -libmaptool_la_SOURCES = boundaries.c buffer.c ch.c coastline.c itembin.c itembin_buffer.c misc.c osm.c osm_o5m.c osm_psql.c osm_protobuf.c osm_protobufdb.c osm_relations.c osm_xml.c sourcesink.c tempfile.c tile.c zip.c maptool.h generated-code/fileformat.pb-c.c generated-code/fileformat.pb-c.h generated-code/osmformat.pb-c.c generated-code/osmformat.pb-c.h google/protobuf-c/protobuf-c.c google/protobuf-c/protobuf-c.h google/protobuf-c/protobuf-c-private.h -maptool_SOURCES = maptool.c -maptool_LDADD = libmaptool.la ../libnavit.la @NAVIT_LIBS@ @WORDEXP_LIBS@ @ZLIB_LIBS@ @POSTGRESQL_LIBS@ @CRYPTO_LIBS@ @INTLLIBS@ @LIBC_LIBS@ diff --git a/navit/osd/Makefile.am b/navit/osd/Makefile.am deleted file mode 100644 index f14eff62d..000000000 --- a/navit/osd/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -SUBDIRS= -DIST_SUBDIRS=core - -if OSD_CORE - SUBDIRS+=core -endif diff --git a/navit/osd/core/Makefile.am b/navit/osd/core/Makefile.am deleted file mode 100644 index 10f17f8d2..000000000 --- a/navit/osd/core/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=osd_core -if PLUGINS - moduleosd_LTLIBRARIES = libosd_core.la -else - noinst_LTLIBRARIES = libosd_core.la -endif -libosd_core_la_SOURCES = osd_core.c -libosd_core_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ - diff --git a/navit/plugin/Makefile.am b/navit/plugin/Makefile.am deleted file mode 100644 index da51c76af..000000000 --- a/navit/plugin/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -SUBDIRS= -if PLUGIN_PEDESTRIAN - SUBDIRS += pedestrian -endif - -DIST_SUBDIRS=pedestrian diff --git a/navit/plugin/pedestrian/Makefile.am b/navit/plugin/pedestrian/Makefile.am deleted file mode 100644 index 9427f44d5..000000000 --- a/navit/plugin/pedestrian/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=plugin_pedestrian -moduleplugin_LTLIBRARIES = libplugin_pedestrian.la -libplugin_pedestrian_la_LDFLAGS=-module -avoid-version @NAVIT_MODULE_LDFLAGS@ #-Wl,--no-undefined - -libplugin_pedestrian_la_SOURCES = pedestrian.c - -android: libplugin_pedestrian.la - cp .libs/libplugin_pedestrian.so ../../android/libs/armeabi -xslt: - cp *.xslt ../../xslt diff --git a/navit/speech/Makefile.am b/navit/speech/Makefile.am deleted file mode 100644 index 3c232db0b..000000000 --- a/navit/speech/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -SUBDIRS= -if SPEECH_ANDROID - SUBDIRS += android -endif -if SPEECH_CMDLINE - SUBDIRS += cmdline -endif -if SPEECH_DBUS - SUBDIRS += dbus -endif -if SPEECH_ESPEAK - SUBDIRS += espeak -endif -if SPEECH_SPEECH_DISPATCHER - SUBDIRS += speech_dispatcher -endif diff --git a/navit/speech/android/Makefile.am b/navit/speech/android/Makefile.am deleted file mode 100644 index c2a0dc350..000000000 --- a/navit/speech/android/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_android -if PLUGINS -modulespeech_LTLIBRARIES = libspeech_android.la -else -noinst_LTLIBRARIES = libspeech_android.la -endif -libspeech_android_la_SOURCES = speech_android.c -libspeech_android_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ - - -android: libspeech_android.la - mkdir -p ../../android/libs/armeabi/navit/speech - cp .libs/libspeech_android.so ../../android/libs/armeabi - -push: libspeech_android.la - adb push .libs/libspeech_android.so /data/data/org.navitproject.navit/lib diff --git a/navit/speech/cmdline/Makefile.am b/navit/speech/cmdline/Makefile.am deleted file mode 100644 index 4597bd934..000000000 --- a/navit/speech/cmdline/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_cmdline -if PLUGINS -modulespeech_LTLIBRARIES = libspeech_cmdline.la -else -noinst_LTLIBRARIES = libspeech_cmdline.la -endif -libspeech_cmdline_la_SOURCES = speech_cmdline.c -libspeech_cmdline_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/speech/dbus/Makefile.am b/navit/speech/dbus/Makefile.am deleted file mode 100644 index abe285b15..000000000 --- a/navit/speech/dbus/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_dbus -modulespeech_LTLIBRARIES = libspeech_dbus.la -libspeech_dbus_la_SOURCES = speech_dbus.c -libspeech_dbus_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/speech/espeak/Makefile.am b/navit/speech/espeak/Makefile.am deleted file mode 100644 index ecdb50324..000000000 --- a/navit/speech/espeak/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_espeak -if PLUGINS -modulespeech_LTLIBRARIES = libspeech_espeak.la -else -noinst_LTLIBRARIES = libspeech_espeak.la -endif -libspeech_espeak_la_SOURCES = speak.c -libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -L$(top_builddir)/navit/support/espeak -lsupport_espeak -if !SUPPORT_WIN32CE -libspeech_espeak_la_LDFLAGS += -Wl,-lwinmm -endif - diff --git a/navit/speech/speech_dispatcher/Makefile.am b/navit/speech/speech_dispatcher/Makefile.am deleted file mode 100644 index a040740ef..000000000 --- a/navit/speech/speech_dispatcher/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_speech_dispatcher -modulespeech_LTLIBRARIES = libspeech_speech_dispatcher.la -libspeech_speech_dispatcher_la_SOURCES = speech_speech_dispatcher.c -libspeech_speech_dispatcher_la_LIBADD = @SPEECHD_LIBS@ -libspeech_speech_dispatcher_la_LDFLAGS = -module -avoid-version diff --git a/navit/support/Makefile.am b/navit/support/Makefile.am deleted file mode 100644 index 9f63840a1..000000000 --- a/navit/support/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -SUBDIRS= -if SUPPORT_ESPEAK - SUBDIRS+=espeak -endif -if SUPPORT_EZXML - SUBDIRS+=ezxml -endif -if SUPPORT_GLIB - SUBDIRS+=glib -endif -if SUPPORT_WORDEXP - SUBDIRS+=wordexp -endif -if SUPPORT_WIN32 - SUBDIRS+=win32 -endif -if SUPPORT_ZLIB - SUBDIRS+=zlib -endif -if SUPPORT_LIBC - SUBDIRS+=libc -endif -if SUPPORT_LIBPNG - SUBDIRS+=libpng -endif -if SPEECH_ESPEAK - SUBDIRS+=espeak -endif -if !HAVE_SYSTEM_SHAPEFILELIB - SUBDIRS+=shapefile -endif -DIST_SUBDIRS=espeak ezxml glib wordexp win32 zlib libc libpng shapefile diff --git a/navit/support/espeak/Makefile.am b/navit/support/espeak/Makefile.am deleted file mode 100755 index 3de91b41f..000000000 --- a/navit/support/espeak/Makefile.am +++ /dev/null @@ -1,67 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -DMODULE=support_espeak -noinst_LTLIBRARIES = libsupport_espeak.la -libsupport_espeak_la_SOURCES = compiledict.c dictionary.c intonation.c \ - readclause.c setlengths.c numbers.c synth_mbrola.c \ - synthdata.c synthesize.c translate.c \ - tr_languages.c voices.c wavegen.c phonemelist.c klatt.c speak_init.c -libsupport_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ - -#bin_PROGRAMS = speak - -#speak_SOURCES = speak.c $(libsupport_espeak_la_SOURCES) - -nobase_pkgdata_DATA = espeak-data/af_dict espeak-data/ca_dict espeak-data/config espeak-data/cs_dict espeak-data/cy_dict -nobase_pkgdata_DATA += espeak-data/da_dict espeak-data/de_dict espeak-data/el_dict espeak-data/en_dict espeak-data/eo_dict -nobase_pkgdata_DATA += espeak-data/es_dict espeak-data/fi_dict espeak-data/fr_dict espeak-data/grc_dict espeak-data/hbs_dict -nobase_pkgdata_DATA += espeak-data/hi_dict espeak-data/hu_dict espeak-data/hy_dict espeak-data/id_dict espeak-data/is_dict -nobase_pkgdata_DATA += espeak-data/it_dict espeak-data/jbo_dict espeak-data/ku_dict espeak-data/la_dict espeak-data/lv_dict -nobase_pkgdata_DATA += espeak-data/mk_dict espeak-data/nl_dict espeak-data/no_dict -nobase_pkgdata_DATA += espeak-data/pap_dict espeak-data/phondata espeak-data/phondata-manifest espeak-data/phonindex -nobase_pkgdata_DATA += espeak-data/phontab espeak-data/pl_dict espeak-data/pt_dict espeak-data/ro_dict espeak-data/ru_dict -nobase_pkgdata_DATA += espeak-data/sk_dict espeak-data/sq_dict espeak-data/sv_dict espeak-data/sw_dict espeak-data/ta_dict -nobase_pkgdata_DATA += espeak-data/tr_dict espeak-data/vi_dict espeak-data/voices/!v/croak espeak-data/voices/!v/f1 -nobase_pkgdata_DATA += espeak-data/voices/!v/f2 espeak-data/voices/!v/f3 espeak-data/voices/!v/f4 espeak-data/voices/!v/fast -nobase_pkgdata_DATA += espeak-data/voices/!v/m1 espeak-data/voices/!v/m2 espeak-data/voices/!v/m3 espeak-data/voices/!v/m4 -nobase_pkgdata_DATA += espeak-data/voices/!v/m5 espeak-data/voices/!v/m6 espeak-data/voices/!v/m7 espeak-data/voices/!v/whisper -nobase_pkgdata_DATA += espeak-data/voices/af espeak-data/voices/bs espeak-data/voices/ca espeak-data/voices/cs -nobase_pkgdata_DATA += espeak-data/voices/cy espeak-data/voices/da espeak-data/voices/de espeak-data/voices/default -nobase_pkgdata_DATA += espeak-data/voices/el espeak-data/voices/en/en espeak-data/voices/en/en-n espeak-data/voices/en/en-rp -nobase_pkgdata_DATA += espeak-data/voices/en/en-sc espeak-data/voices/en/en-us espeak-data/voices/en/en-wi -nobase_pkgdata_DATA += espeak-data/voices/en/en-wm espeak-data/voices/eo espeak-data/voices/es espeak-data/voices/es-la -nobase_pkgdata_DATA += espeak-data/voices/fi espeak-data/voices/fr espeak-data/voices/fr-be espeak-data/voices/hi -nobase_pkgdata_DATA += espeak-data/voices/hr espeak-data/voices/hu espeak-data/voices/hy espeak-data/voices/hy-west -nobase_pkgdata_DATA += espeak-data/voices/id espeak-data/voices/is espeak-data/voices/it espeak-data/voices/ku -nobase_pkgdata_DATA += espeak-data/voices/la espeak-data/voices/lv -nobase_pkgdata_DATA += espeak-data/voices/mk espeak-data/voices/nl espeak-data/voices/no espeak-data/voices/pl -nobase_pkgdata_DATA += espeak-data/voices/pt espeak-data/voices/pt-pt espeak-data/voices/ro espeak-data/voices/ru -nobase_pkgdata_DATA += espeak-data/voices/sk espeak-data/voices/sq espeak-data/voices/sr espeak-data/voices/sv -nobase_pkgdata_DATA += espeak-data/voices/sw espeak-data/voices/ta espeak-data/voices/test/grc espeak-data/voices/test/jbo -nobase_pkgdata_DATA += espeak-data/voices/test/pap espeak-data/voices/tr espeak-data/voices/vi espeak-data/voices/zh -nobase_pkgdata_DATA += espeak-data/voices/zh-yue espeak-data/zh_dict espeak-data/zhy_dict - -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/af1_phtrans espeak-data/mbrola_ph/ca1_phtrans espeak-data/mbrola_ph/cr1_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/cs_phtrans espeak-data/mbrola_ph/de2_phtrans espeak-data/mbrola_ph/de4_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/de6_phtrans espeak-data/mbrola_ph/en1_phtrans espeak-data/mbrola_ph/es_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/fr1_phtrans espeak-data/mbrola_ph/gr2_phtrans espeak-data/mbrola_ph/grc-de6_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/hu1_phtrans espeak-data/mbrola_ph/id1_phtrans espeak-data/mbrola_ph/in1_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/it3_phtrans espeak-data/mbrola_ph/la1_phtrans espeak-data/mbrola_ph/nl_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/pl1_phtrans espeak-data/mbrola_ph/pt1_phtrans espeak-data/mbrola_ph/pt_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/ptbr4_phtrans espeak-data/mbrola_ph/ptbr_phtrans espeak-data/mbrola_ph/ro1_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/sv2_phtrans espeak-data/mbrola_ph/sv_phtrans espeak-data/mbrola_ph/us3_phtrans -#nobase_pkgdata_DATA += espeak-data/mbrola_ph/us_phtrans -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-af1 espeak-data/voices/mb/mb-af1-en -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-br1 espeak-data/voices/mb/mb-br3 espeak-data/voices/mb/mb-br4 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-cr1 espeak-data/voices/mb/mb-cz2 espeak-data/voices/mb/mb-de2 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-de4 espeak-data/voices/mb/mb-de4-en espeak-data/voices/mb/mb-de5 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-de5-en espeak-data/voices/mb/mb-de6 espeak-data/voices/mb/mb-de6-grc -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-de7 espeak-data/voices/mb/mb-en1 espeak-data/voices/mb/mb-es1 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-es2 espeak-data/voices/mb/mb-fr1 espeak-data/voices/mb/mb-fr1-en -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-fr4 espeak-data/voices/mb/mb-fr4-en espeak-data/voices/mb/mb-gr2 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-gr2-en espeak-data/voices/mb/mb-hu1 espeak-data/voices/mb/mb-hu1-en -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-id1 espeak-data/voices/mb/mb-it3 espeak-data/voices/mb/mb-it4 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-la1 espeak-data/voices/mb/mb-nl2 espeak-data/voices/mb/mb-nl2-en -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-pl1 espeak-data/voices/mb/mb-pl1-en espeak-data/voices/mb/mb-pt1 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-ro1 espeak-data/voices/mb/mb-ro1-en espeak-data/voices/mb/mb-sw1 -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-sw1-en espeak-data/voices/mb/mb-sw2 espeak-data/voices/mb/mb-sw2-en -#nobase_pkgdata_DATA += espeak-data/voices/mb/mb-us1 espeak-data/voices/mb/mb-us2 espeak-data/voices/mb/mb-us3 diff --git a/navit/support/ezxml/Makefile.am b/navit/support/ezxml/Makefile.am deleted file mode 100644 index 1b091a397..000000000 --- a/navit/support/ezxml/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_ezxml -DEZXML_NOMMAP -noinst_LTLIBRARIES = libsupport_ezxml.la -libsupport_ezxml_la_SOURCES = ezxml.c ezxml_init.c ezxml.h diff --git a/navit/support/gettext_intl/Makefile.in b/navit/support/gettext_intl/Makefile.in deleted file mode 100644 index 05f15329e..000000000 --- a/navit/support/gettext_intl/Makefile.in +++ /dev/null @@ -1,493 +0,0 @@ -# Makefile for directory with message catalog handling library of GNU gettext -# Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU Library General Public License as published -# by the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. - -PACKAGE = @PACKAGE@ -VERSION = @VERSION@ - -SHELL = /bin/sh - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = .. -VPATH = $(srcdir) - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -transform = @program_transform_name@ -libdir = @libdir@ -includedir = @includedir@ -datadir = @datadir@ -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/intl -aliaspath = $(localedir) -subdir = intl - -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = @MKINSTALLDIRS@ -mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - -l = @INTL_LIBTOOL_SUFFIX_PREFIX@ - -AR = ar -CC = @CC@ -LIBTOOL = @LIBTOOL@ -RANLIB = @RANLIB@ -YACC = @INTLBISON@ -y -d -YFLAGS = --name-prefix=__gettext - -DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ --DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \ --DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \ --Dset_relocation_prefix=libintl_set_relocation_prefix \ --Drelocate=libintl_relocate \ --DDEPENDS_ON_LIBICONV=1 @DEFS@ -CPPFLAGS = @CPPFLAGS@ -CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) - -HEADERS = \ - gmo.h \ - gettextP.h \ - hash-string.h \ - loadinfo.h \ - plural-exp.h \ - eval-plural.h \ - localcharset.h \ - relocatable.h \ - xsize.h \ - printf-args.h printf-args.c \ - printf-parse.h wprintf-parse.h printf-parse.c \ - vasnprintf.h vasnwprintf.h vasnprintf.c \ - os2compat.h \ - libgnuintl.h.in -SOURCES = \ - bindtextdom.c \ - dcgettext.c \ - dgettext.c \ - gettext.c \ - finddomain.c \ - loadmsgcat.c \ - localealias.c \ - textdomain.c \ - l10nflist.c \ - explodename.c \ - dcigettext.c \ - dcngettext.c \ - dngettext.c \ - ngettext.c \ - plural.y \ - plural-exp.c \ - localcharset.c \ - relocatable.c \ - localename.c \ - log.c \ - printf.c \ - osdep.c \ - os2compat.c \ - intl-compat.c -OBJECTS = \ - bindtextdom.$lo \ - dcgettext.$lo \ - dgettext.$lo \ - gettext.$lo \ - finddomain.$lo \ - loadmsgcat.$lo \ - localealias.$lo \ - textdomain.$lo \ - l10nflist.$lo \ - explodename.$lo \ - dcigettext.$lo \ - dcngettext.$lo \ - dngettext.$lo \ - ngettext.$lo \ - plural.$lo \ - plural-exp.$lo \ - localcharset.$lo \ - relocatable.$lo \ - localename.$lo \ - log.$lo \ - printf.$lo \ - osdep.$lo \ - intl-compat.$lo -DISTFILES.common = Makefile.in \ -config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES) -DISTFILES.generated = plural.c -DISTFILES.normal = VERSION -DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \ -libgnuintl.h_vms Makefile.vms \ -libgnuintl.h.msvc-static libgnuintl.h.msvc-shared README.woe32 Makefile.msvc -DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ -COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h - -all: all-@USE_INCLUDED_LIBINTL@ -all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed -all-no: all-no-@BUILD_INCLUDED_LIBINTL@ -all-no-yes: libgnuintl.$la -all-no-no: - -libintl.a libgnuintl.a: $(OBJECTS) - rm -f $@ - $(AR) cru $@ $(OBJECTS) - $(RANLIB) $@ - -libintl.la libgnuintl.la: $(OBJECTS) - $(LIBTOOL) --mode=link \ - $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ - $(OBJECTS) @LTLIBICONV@ $(LIBS) -lc \ - -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ - -rpath $(libdir) \ - -no-undefined - -# Libtool's library version information for libintl. -# Before making a gettext release, the gettext maintainer must change this -# according to the libtool documentation, section "Library interface versions". -# Maintainers of other packages that include the intl directory must *not* -# change these values. -LTV_CURRENT=7 -LTV_REVISION=0 -LTV_AGE=4 - -.SUFFIXES: -.SUFFIXES: .c .y .o .lo .sin .sed - -.c.o: - $(COMPILE) $< - -.y.c: - $(YACC) $(YFLAGS) --output $@ $< - rm -f $*.h - -bindtextdom.lo: $(srcdir)/bindtextdom.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.c -dcgettext.lo: $(srcdir)/dcgettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.c -dgettext.lo: $(srcdir)/dgettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c -gettext.lo: $(srcdir)/gettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.c -finddomain.lo: $(srcdir)/finddomain.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.c -loadmsgcat.lo: $(srcdir)/loadmsgcat.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.c -localealias.lo: $(srcdir)/localealias.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.c -textdomain.lo: $(srcdir)/textdomain.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.c -l10nflist.lo: $(srcdir)/l10nflist.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.c -explodename.lo: $(srcdir)/explodename.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.c -dcigettext.lo: $(srcdir)/dcigettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.c -dcngettext.lo: $(srcdir)/dcngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.c -dngettext.lo: $(srcdir)/dngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.c -ngettext.lo: $(srcdir)/ngettext.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.c -plural.lo: $(srcdir)/plural.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.c -plural-exp.lo: $(srcdir)/plural-exp.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.c -localcharset.lo: $(srcdir)/localcharset.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.c -relocatable.lo: $(srcdir)/relocatable.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.c -localename.lo: $(srcdir)/localename.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.c -log.lo: $(srcdir)/log.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.c -printf.lo: $(srcdir)/printf.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/printf.c -osdep.lo: $(srcdir)/osdep.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c -intl-compat.lo: $(srcdir)/intl-compat.c - $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c - -ref-add.sed: $(srcdir)/ref-add.sin - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed - mv t-ref-add.sed ref-add.sed -ref-del.sed: $(srcdir)/ref-del.sin - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed - mv t-ref-del.sed ref-del.sed - -INCLUDES = -I. -I$(srcdir) -I.. - -libgnuintl.h: $(srcdir)/libgnuintl.h.in - sed -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \ - -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \ - -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \ - -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \ - < $(srcdir)/libgnuintl.h.in > libgnuintl.h - -libintl.h: libgnuintl.h - cp libgnuintl.h libintl.h - -charset.alias: $(srcdir)/config.charset - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ - mv t-$@ $@ - -check: all - -# We must not install the libintl.h/libintl.a files if we are on a -# system which has the GNU gettext() function in its C library or in a -# separate library. -# If you want to use the one which comes with this version of the -# package, you have to use `configure --with-included-gettext'. -install: install-exec install-data -install-exec: all - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - if test "@RELOCATABLE@" = yes; then \ - dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \ - if test -n "$$dependencies"; then \ - rm -f $(DESTDIR)$(libdir)/libintl.la; \ - fi; \ - fi; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir); \ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \ - rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - $(INSTALL_DATA) $(DESTDIR)$(libdir)/libgnuintl.so $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - $(LIBTOOL) --mode=uninstall \ - rm -f $(DESTDIR)$(libdir)/libgnuintl.$la; \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - orig=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - if test @GLIBC21@ = no; then \ - orig=charset.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - fi; \ - fi; \ - $(mkinstalldirs) $(DESTDIR)$(localedir); \ - test -f $(DESTDIR)$(localedir)/locale.alias \ - && orig=$(DESTDIR)$(localedir)/locale.alias \ - || orig=$(srcdir)/locale.alias; \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ - rm -f $$temp; \ - else \ - : ; \ - fi -install-data: all - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \ - $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \ - dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \ - for file in $$dists; do \ - $(INSTALL_DATA) $(srcdir)/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \ - dists="$(DISTFILES.generated)"; \ - for file in $$dists; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - $(INSTALL_DATA) $$dir/$$file \ - $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - dists="$(DISTFILES.obsolete)"; \ - for file in $$dists; do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -install-strip: install - -installdirs: - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no; then \ - $(mkinstalldirs) $(DESTDIR)$(libdir); \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ - $(mkinstalldirs) $(DESTDIR)$(localedir); \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ - else \ - : ; \ - fi - -# Define this as empty until I found a useful application. -installcheck: - -uninstall: - if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ - && test '@USE_INCLUDED_LIBINTL@' = yes; then \ - rm -f $(DESTDIR)$(includedir)/libintl.h; \ - $(LIBTOOL) --mode=uninstall \ - rm -f $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools" \ - && test '@USE_INCLUDED_LIBINTL@' = no; then \ - rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \ - else \ - : ; \ - fi - if test '@USE_INCLUDED_LIBINTL@' = yes; then \ - if test -f $(DESTDIR)$(libdir)/charset.alias; then \ - temp=$(DESTDIR)$(libdir)/t-charset.alias; \ - dest=$(DESTDIR)$(libdir)/charset.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - if test -f $(DESTDIR)$(localedir)/locale.alias; then \ - temp=$(DESTDIR)$(localedir)/t-locale.alias; \ - dest=$(DESTDIR)$(localedir)/locale.alias; \ - sed -f ref-del.sed $$dest > $$temp; \ - if grep '^# Packages using this file: $$' $$temp > /dev/null; then \ - rm -f $$dest; \ - else \ - $(INSTALL_DATA) $$temp $$dest; \ - fi; \ - rm -f $$temp; \ - fi; \ - else \ - : ; \ - fi - if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ - else \ - : ; \ - fi - -info dvi ps pdf html: - -$(OBJECTS): ../config.h libgnuintl.h -bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h -dcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.h -explodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.h -dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.h -dcigettext.$lo: $(srcdir)/eval-plural.h -localcharset.$lo: $(srcdir)/localcharset.h -localealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.h -printf.$lo: $(srcdir)/printf-args.h $(srcdir)/printf-args.c $(srcdir)/printf-parse.h $(srcdir)/wprintf-parse.h $(srcdir)/xsize.h $(srcdir)/printf-parse.c $(srcdir)/vasnprintf.h $(srcdir)/vasnwprintf.h $(srcdir)/vasnprintf.c - -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES) - -ctags: CTAGS - -CTAGS: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES) - -id: ID - -ID: $(HEADERS) $(SOURCES) - here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES) - - -mostlyclean: - rm -f *.a *.la *.o *.obj *.lo core core.* - rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed - rm -f -r .libs _libs - -clean: mostlyclean - -distclean: clean - rm -f Makefile ID TAGS - if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ - rm -f ChangeLog.inst $(DISTFILES.normal); \ - else \ - : ; \ - fi - -maintainer-clean: distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - - -# GNU gettext needs not contain the file `VERSION' but contains some -# other files which should not be distributed in other packages. -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist distdir: Makefile - if test "$(PACKAGE)" = "gettext-tools"; then \ - : ; \ - else \ - if test "$(PACKAGE)" = "gettext-runtime"; then \ - additional="$(DISTFILES.gettext)"; \ - else \ - additional="$(DISTFILES.normal)"; \ - fi; \ - $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \ - for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \ - if test -f $$file; then dir=.; else dir=$(srcdir); fi; \ - cp -p $$dir/$$file $(distdir); \ - done; \ - fi - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) && $(SHELL) ./config.status -# This would be more efficient, but doesn't work any more with autoconf-2.57, -# when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used. -# cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -# Tell versions [3.59,3.63) of GNU make not to export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/navit/support/glib/Makefile.am b/navit/support/glib/Makefile.am deleted file mode 100644 index c268053f1..000000000 --- a/navit/support/glib/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -I$(top_srcdir)/navit/support -DMODULE=support_glib -noinst_LTLIBRARIES = libsupport_glib.la -libsupport_glib_la_SOURCES = fake.c galiasdef.c gatomic.c gerror.c \ - ghash.c glib_init.c glist.c gmem.c gmessages.c gprimes.c gprintf.c gslice.c \ - gslist.c gstrfuncs.c gstring.c gutils.c gutf8.c \ - fake.h galias.h gerror.h ghash.h glib.h glibconfig.h glibintl.h glist.h \ - gmacros.h gmem.h gmessages.h gprintf.h gprintfint.h gquark.h gslice.h \ - gslist.h gstrfuncs.h gthreadprivate.h gtypes.h diff --git a/navit/support/libc/Makefile.am b/navit/support/libc/Makefile.am deleted file mode 100644 index fae600f8f..000000000 --- a/navit/support/libc/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_libc -noinst_LTLIBRARIES = libsupport_libc.la -libsupport_libc_la_SOURCES = libc.c libc_init.c -if SUPPORT_WIN32CE -noinst_LIBRARIES = libc.a -libc_a_SOURCES = -endif diff --git a/navit/support/libpng/Makefile.am b/navit/support/libpng/Makefile.am deleted file mode 100644 index e8ed41c1e..000000000 --- a/navit/support/libpng/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit @ZLIB_CFLAGS@ -DMODULE=support_libpng -noinst_LTLIBRARIES = libsupport_libpng.la -libsupport_libpng_la_SOURCES = png.c pngerror.c pngget.c pngmem.c pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c pngtrans.c libpng_init.c - -#bin_PROGRAMS = pngm2pnm -#pngm2pnm_LDADD=libsupport_libpng.la @ZLIB_LIBS@ - diff --git a/navit/support/shapefile/Makefile.am b/navit/support/shapefile/Makefile.am deleted file mode 100644 index 3f5115ca1..000000000 --- a/navit/support/shapefile/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_shapefile -noinst_LTLIBRARIES = libsupport_shapefile.la -libsupport_shapefile_la_SOURCES = dbfopen.c shpopen.c shptree.c shapefil.h diff --git a/navit/support/win32/Makefile.am b/navit/support/win32/Makefile.am deleted file mode 100644 index aee4350cb..000000000 --- a/navit/support/win32/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_win32 -noinst_LTLIBRARIES = libsupport_win32.la -libsupport_win32_la_SOURCES = mmap.c win32_init.c sys/mman.h ConvertUTF.c ConvertUTF.h serial_io.c addwinsock.c - diff --git a/navit/support/wordexp/Makefile.am b/navit/support/wordexp/Makefile.am deleted file mode 100644 index 44d5ad272..000000000 --- a/navit/support/wordexp/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_wordexp -noinst_LTLIBRARIES = libsupport_wordexp.la -libsupport_wordexp_la_SOURCES = wordexp.c wordexp_init.c wordexp.h glob.c glob.h diff --git a/navit/support/zlib/Makefile.am b/navit/support/zlib/Makefile.am deleted file mode 100644 index a49fe3ca7..000000000 --- a/navit/support/zlib/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=support_zlib -noinst_LTLIBRARIES = libsupport_zlib.la -libsupport_zlib_la_SOURCES = adler32.c crc32.c crc32.h infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h zconf.h zlib.h zutil.c zutil.h zlib_init.c diff --git a/navit/tools/gpx2navit_txt/Makefile.am b/navit/tools/gpx2navit_txt/Makefile.am deleted file mode 100644 index 05f1ce1a0..000000000 --- a/navit/tools/gpx2navit_txt/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -SUBDIRS = src man - -EXTRA_DIST = gps2shp pinatest2.gpx debian develop - -debian-dist: - dpkg-buildpackage -rfakeroot -d -tc -us -uc - -CLEANFILES = \ - pinatest2_wpt.shx \ - pinatest2_wpt.shp \ - pinatest2_wpt.dbf \ - pinatest2_trk.shx \ - pinatest2_trk.shp \ - pinatest2_trk.dbf \ - pinatest2_rte.shx \ - pinatest2_rte.shp \ - pinatest2_rte.dbf \ - pinatest2_meta.txt - -GPX2SHP=src/gpx2shp -check: $(GPX2SHP) - $(GPX2SHP) || true - $(GPX2SHP) --version - $(GPX2SHP) -s pinatest2.gpx - $(GPX2SHP) -e pinatest2.gpx - $(GPX2SHP) -p pinatest2.gpx - $(GPX2SHP) -v pinatest2.gpx > /dev/null diff --git a/navit/tools/gpx2navit_txt/man/Makefile.am b/navit/tools/gpx2navit_txt/man/Makefile.am deleted file mode 100644 index 71f0f055d..000000000 --- a/navit/tools/gpx2navit_txt/man/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -man_MANS = gpx2navit_txt.1 -EXTRA_DIST = $(man_MANS) diff --git a/navit/tools/gpx2navit_txt/src/Makefile.am b/navit/tools/gpx2navit_txt/src/Makefile.am deleted file mode 100644 index 5cce6fa3c..000000000 --- a/navit/tools/gpx2navit_txt/src/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -bin_PROGRAMS = gpx2navit_txt - -gpx2navit_txt_SOURCES = \ - emess.h \ - geod_for.c \ - geod_inv.c \ - geod_set.c \ - geodesic.h \ - gpx2navit_txt.h \ - main.c \ - misc.c \ - utils.c \ - parser.c \ - elementControl.c\ - setwpt.c \ - setpath.c \ - setmeta.c \ - errorcode.h - -INCLUDES= -I$(srcdir) - -AM_CFLAGS = -g - -debian-dist: - dpkg-buildpackage -rfakeroot -d -tc -us -uc - diff --git a/navit/vehicle/Makefile.am b/navit/vehicle/Makefile.am deleted file mode 100644 index 80fc84db7..000000000 --- a/navit/vehicle/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -SUBDIRS= -if VEHICLE_MAEMO - SUBDIRS += maemo -endif -if VEHICLE_ANDROID - SUBDIRS += android -endif -if VEHICLE_IPHONE - SUBDIRS += iphone -endif -if VEHICLE_DEMO - SUBDIRS += demo -endif -if VEHICLE_FILE - SUBDIRS += file -endif -if VEHICLE_GPSD - SUBDIRS += gpsd -endif -if VEHICLE_GPSD_DBUS - SUBDIRS += gpsd_dbus -endif -if VEHICLE_GYPSY - SUBDIRS += gypsy -endif -if VEHICLE_NULL - SUBDIRS += null -endif -if VEHICLE_WINCE - SUBDIRS += wince -endif -if VEHICLE_WEBOS - SUBDIRS += webos -endif diff --git a/navit/vehicle/android/Makefile.am b/navit/vehicle/android/Makefile.am deleted file mode 100644 index 7f7799acb..000000000 --- a/navit/vehicle/android/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_android -modulevehicle_LTLIBRARIES = libvehicle_android.la -libvehicle_android_la_SOURCES = vehicle_android.c -libvehicle_android_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/vehicle/demo/Makefile.am b/navit/vehicle/demo/Makefile.am deleted file mode 100644 index 5662119d4..000000000 --- a/navit/vehicle/demo/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_demo -if PLUGINS -modulevehicle_LTLIBRARIES = libvehicle_demo.la -else -noinst_LTLIBRARIES = libvehicle_demo.la -endif -libvehicle_demo_la_SOURCES = vehicle_demo.c -libvehicle_demo_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/vehicle/file/Makefile.am b/navit/vehicle/file/Makefile.am deleted file mode 100644 index ce3a45b65..000000000 --- a/navit/vehicle/file/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -modulevehicle_LTLIBRARIES = libvehicle_file.la libvehicle_pipe.la libvehicle_socket.la libvehicle_serial.la -libvehicle_file_la_CFLAGS=-DMODULE=vehicle_file -libvehicle_file_la_SOURCES = vehicle_file.c -libvehicle_file_la_LDFLAGS = -module -avoid-version @NAVIT_SOCKET_LDFLAGS@ @NAVIT_MODULE_LDFLAGS@ -libvehicle_pipe_la_CFLAGS=-DMODULE=vehicle_pipe -libvehicle_pipe_la_SOURCES = vehicle_pipe.c -libvehicle_pipe_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -libvehicle_socket_la_CFLAGS=-DMODULE=vehicle_socket -libvehicle_socket_la_SOURCES = vehicle_socket.c -libvehicle_socket_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -libvehicle_serial_la_CFLAGS=-DMODULE=vehicle_serial -libvehicle_serial_la_SOURCES = vehicle_serial.c -libvehicle_serial_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/vehicle/gpsd/Makefile.am b/navit/vehicle/gpsd/Makefile.am deleted file mode 100644 index 1c47ccc56..000000000 --- a/navit/vehicle/gpsd/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @GPSBT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_gpsd -modulevehicle_LTLIBRARIES = libvehicle_gpsd.la -libvehicle_gpsd_la_SOURCES = vehicle_gpsd.c -libvehicle_gpsd_la_LIBADD = @GPSD_LIBS@ @GPSBT_LIBS@ -libvehicle_gpsd_la_LDFLAGS = -module -avoid-version diff --git a/navit/vehicle/gpsd_dbus/Makefile.am b/navit/vehicle/gpsd_dbus/Makefile.am deleted file mode 100644 index 4685d2ea8..000000000 --- a/navit/vehicle/gpsd_dbus/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @DBUS_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_gpsd_dbus -modulevehicle_LTLIBRARIES = libvehicle_gpsd_dbus.la -libvehicle_gpsd_dbus_la_SOURCES = vehicle_gpsd_dbus.c -libvehicle_gpsd_dbus_la_LIBADD = @DBUS_LIBS@ -libvehicle_gpsd_dbus_la_LDFLAGS = -module -avoid-version diff --git a/navit/vehicle/gypsy/Makefile.am b/navit/vehicle/gypsy/Makefile.am deleted file mode 100644 index 1e997f23c..000000000 --- a/navit/vehicle/gypsy/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @DBUS_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_gypsy -modulevehicle_LTLIBRARIES = libvehicle_gypsy.la -libvehicle_gypsy_la_SOURCES = vehicle_gypsy.c -libvehicle_gypsy_la_LIBADD = @GYPSY_LIBS@ -libvehicle_gypsy_la_LDFLAGS = -module -avoid-version diff --git a/navit/vehicle/iphone/Makefile.am b/navit/vehicle/iphone/Makefile.am deleted file mode 100644 index 7abb872f4..000000000 --- a/navit/vehicle/iphone/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_iphone -modulevehicle_LTLIBRARIES = libvehicle_iphone.la -libvehicle_iphone_la_SOURCES = vehicle_iphone.c corelocation.m -libvehicle_iphone_la_LDFLAGS = -module -Wl,-framework,CoreLocation -libvehicle_iphone_la_LIBADD = @IPHONE_LIBS@ diff --git a/navit/vehicle/maemo/Makefile.am b/navit/vehicle/maemo/Makefile.am deleted file mode 100644 index d82bdb699..000000000 --- a/navit/vehicle/maemo/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @LIBLOCATION_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_maemo -modulevehicle_LTLIBRARIES = libvehicle_maemo.la -libvehicle_maemo_la_SOURCES = vehicle_maemo.c -libvehicle_maemo_la_LIBADD = @LIBLOCATION_LIBS@ -libvehicle_maemo_la_LDFLAGS = -module -avoid-version diff --git a/navit/vehicle/null/Makefile.am b/navit/vehicle/null/Makefile.am deleted file mode 100644 index 83387eb27..000000000 --- a/navit/vehicle/null/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_null -if PLUGINS - modulevehicle_LTLIBRARIES = libvehicle_null.la -else - noinst_LTLIBRARIES = libvehicle_null.la -endif -libvehicle_null_la_SOURCES = vehicle_null.c -libvehicle_null_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ diff --git a/navit/vehicle/webos/Makefile.am b/navit/vehicle/webos/Makefile.am deleted file mode 100644 index 15f8767fc..000000000 --- a/navit/vehicle/webos/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ @SDL_CFLAGS@ @LIBPDL_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_webos -modulevehicle_LTLIBRARIES = libvehicle_webos.la -libvehicle_webos_la_SOURCES = vehicle_webos.c bluetooth.c cJSON.c -libvehicle_webos_la_LDFLAGS = @SDL_LIBS@ @LIBPDL_LIBS@ -module -avoid-version diff --git a/navit/vehicle/wince/Makefile.am b/navit/vehicle/wince/Makefile.am deleted file mode 100644 index af6fcb19d..000000000 --- a/navit/vehicle/wince/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -include $(top_srcdir)/Makefile.inc -AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=vehicle_wince -if PLUGINS -modulevehicle_LTLIBRARIES = libvehicle_wince.la -else -noinst_LTLIBRARIES = libvehicle_wince.la -endif -libvehicle_wince_la_SOURCES = vehicle_wince.c -libvehicle_wince_la_LDFLAGS = -module -avoid-version diff --git a/navit/xpm/Makefile.am b/navit/xpm/Makefile.am deleted file mode 100644 index 2ba0d3a5c..000000000 --- a/navit/xpm/Makefile.am +++ /dev/null @@ -1,340 +0,0 @@ -include $(top_srcdir)/Makefile.inc - -image_DATA = cemetery.xpm -image_DATA += dumping_station.xpm -image_DATA += highway_exit.xpm -image_DATA += hunting_stand.xpm -image_DATA += level_crossing.xpm -image_DATA += tower.xpm -image_DATA += trailerpark.xpm -image_DATA += public_office.xpm - - -## Obsolete. Should be removed eventually... - -image_DATA += biergarten.xpm -image_DATA += bus_halt.xpm -image_DATA += car_dealer.xpm -image_DATA += castle.xpm -image_DATA += library.xpm -image_DATA += memorial.xpm -image_DATA += picnic.xpm -image_DATA += potable_water.xpm -image_DATA += restroom.xpm -image_DATA += sport.xpm -image_DATA += menu.xpm -image_DATA += toggle_fullscreen.xpm - -## Obsolete end - - -image_DATA += flag_bk_tr.xpm -image_DATA += flag_bk_wh.xpm -image_DATA += flag_bl_wh.xpm -image_DATA += flag_wh_bk.xpm - -image_DATA += gc_tradi.xpm -image_DATA += gc_multi.xpm -image_DATA += gc_mystery.xpm -image_DATA += gc_event.xpm -image_DATA += gc_reference.xpm -image_DATA += gc_webcam.xpm -image_DATA += gc_question.xpm -image_DATA += gc_stages.xpm - -image_DATA += nav_left_1.xpm -image_DATA += nav_left_2.xpm -image_DATA += nav_right_1.xpm -image_DATA += nav_right_2.xpm -image_DATA += nav_straight.xpm -image_DATA += nav_straight_32.xpm -image_DATA += nav_left_1_32.xpm -image_DATA += nav_left_2_32.xpm -image_DATA += nav_right_1_32.xpm -image_DATA += nav_right_2_32.xpm - -svgs = gui_about.svg -svgs += gui_actions.svg -svgs += gui_active.svg -svgs += gui_bookmark.svg -svgs += gui_formerdests.svg -svgs += gui_display.svg -svgs += gui_help.svg -svgs += gui_home.svg -svgs += gui_inactive.svg -svgs += gui_map.svg -svgs += gui_maps.svg -svgs += gui_rules.svg -svgs += gui_settings.svg -svgs += gui_sound.svg -svgs += gui_sound_off.svg -svgs += gui_tools.svg -svgs += gui_fullscreen.svg -svgs += gui_leave_fullscreen.svg -svgs += gui_quit.svg -svgs += gui_stop.svg -svgs += gui_town.svg -svgs += gui_vehicle.svg -svgs += gui_vehicle_pedestrian.svg -svgs += gui_zoom_in.svg -svgs += gui_zoom_out.svg -svgs += zoom_in.svg -svgs += zoom_out.svg -svgs += gui_select_street.svg -svgs += gui_select_town.svg -svgs += gui_select_country.svg -svgs += gui_arrow_left.svg -svgs += gui_arrow_right.svg -svgs += gui_arrow_up.svg -svgs += gui_arrow_down.svg -svgs += gui_menu.svg -svgs += gui_strength_0.svg -svgs += gui_strength_1.svg -svgs += gui_strength_2.svg -svgs += gui_strength_3.svg -svgs += gui_strength_4.svg -svgs += gui_strength_5.svg -svgs += gui_minus.svg -svgs += gui_plus.svg -svgs += gui_log.svg -svgs += gui_search.svg -svgs += menu.svg -svgs += toggle_fullscreen.svg - -svgs += airport.svg -svgs += atm.svg -svgs += attraction.svg -svgs += bahai.svg -svgs += bank.svg -svgs += bar.svg -svgs += beer.svg -svgs += bench.svg -svgs += bicycle_parking.svg -svgs += bicycle_rental.svg -svgs += bicycle_shop.svg -svgs += biergarten.svg -svgs += boat_ramp.svg -svgs += boundary_stone.svg -svgs += buddhist.svg -svgs += bus.svg -svgs += bus_stop.svg -svgs += cafe.svg -svgs += camping.svg -svgs += car_dealer.svg -svgs += car_rent.svg -svgs += car_sharing.svg -svgs += casino.svg -svgs += castle.svg -svgs += church.svg -svgs += cinema.svg -svgs += cursor.svg -svgs += cursor225.svg -svgs += cursor450.svg -svgs += cursor675.svg -svgs += cursor_still.svg -svgs += dam.svg -svgs += danger.svg -svgs += daymark.svg -svgs += drinking_water.svg -svgs += emergency.svg -svgs += exit.svg -svgs += fastfood.svg -svgs += firebrigade.svg -svgs += fountain.svg -svgs += fuel.svg -svgs += golf.svg -svgs += heliport.svg -svgs += hindu.svg -svgs += hospital.svg -svgs += hotel.svg -svgs += information.svg -svgs += islamic.svg -svgs += jain.svg -svgs += jewish.svg -svgs += justice.svg -svgs += library.svg -svgs += mark.svg -svgs += memorial.svg -svgs += menu.svg -svgs += military.svg -svgs += mini_roundabout.svg -svgs += museum.svg -svgs += pagan.svg -svgs += parking.svg -svgs += pastafarian.svg -svgs += peak.svg -svgs += pharmacy.svg -svgs += picnic.svg -svgs += police.svg -svgs += post.svg -svgs += rail_station.svg -svgs += repair_service.svg -svgs += resort.svg -svgs += restaurant.svg -svgs += ruins.svg -svgs += school.svg -svgs += shelter.svg -svgs += shinto.svg -svgs += shop_apparel.svg -svgs += shop_computer.svg -svgs += shop_department.svg -svgs += shop_grocery.svg -svgs += shopping.svg -svgs += sikh.svg -svgs += skiing.svg -svgs += sport.svg -svgs += stadium.svg -svgs += status_calculating_bk.svg -svgs += status_calculating_wh.svg -svgs += status_no_destination_bk.svg -svgs += status_no_destination_wh.svg -svgs += status_no_route_bk.svg -svgs += status_no_route_wh.svg -svgs += status_position_wait_bk.svg -svgs += status_position_wait_wh.svg -svgs += status_recalculating_bk.svg -svgs += status_recalculating_wh.svg -svgs += status_routing_bk.svg -svgs += status_routing_wh.svg -svgs += swimming.svg -svgs += taoist.svg -svgs += taxi.svg -svgs += tec_common.svg -svgs += telephone.svg -svgs += theater.svg -svgs += toggle_fullscreen.svg -svgs += toilets.svg -svgs += townhall.svg -svgs += traffic_signals.svg -svgs += unknown.svg -svgs += viewpoint.svg -svgs += wifi.svg -svgs += worship.svg -svgs += zoo.svg -svgs += zoom_in.svg -svgs += zoom_out.svg - - -nav_svgs = nav_left_1_bk.svg nav_left_1_wh.svg nav_left_2_bk.svg nav_left_2_wh.svg nav_left_3_bk.svg nav_left_3_wh.svg -nav_svgs += nav_right_1_bk.svg nav_right_1_wh.svg nav_right_2_bk.svg nav_right_2_wh.svg nav_right_3_bk.svg nav_right_3_wh.svg -nav_svgs += nav_roundabout_l1_bk.svg nav_roundabout_l1_wh.svg nav_roundabout_l2_bk.svg nav_roundabout_l2_wh.svg -nav_svgs += nav_roundabout_l3_bk.svg nav_roundabout_l3_wh.svg nav_roundabout_l4_bk.svg nav_roundabout_l4_wh.svg -nav_svgs += nav_roundabout_l5_bk.svg nav_roundabout_l5_wh.svg nav_roundabout_l6_bk.svg nav_roundabout_l6_wh.svg -nav_svgs += nav_roundabout_l7_bk.svg nav_roundabout_l7_wh.svg nav_roundabout_l8_bk.svg nav_roundabout_l8_wh.svg -nav_svgs += nav_roundabout_r1_bk.svg nav_roundabout_r1_wh.svg nav_roundabout_r2_bk.svg nav_roundabout_r2_wh.svg -nav_svgs += nav_roundabout_r3_bk.svg nav_roundabout_r3_wh.svg nav_roundabout_r4_bk.svg nav_roundabout_r4_wh.svg -nav_svgs += nav_roundabout_r5_bk.svg nav_roundabout_r5_wh.svg nav_roundabout_r6_bk.svg nav_roundabout_r6_wh.svg -nav_svgs += nav_roundabout_r7_bk.svg nav_roundabout_r7_wh.svg nav_roundabout_r8_bk.svg nav_roundabout_r8_wh.svg -nav_svgs += nav_straight_bk.svg nav_straight_wh.svg nav_turnaround_left_bk.svg nav_turnaround_left_wh.svg -nav_svgs += nav_turnaround_right_bk.svg nav_turnaround_right_wh.svg nav_destination_bk.svg nav_destination_wh.svg - -flag_svgs = country_.svgz country_AD.svgz country_AE.svgz country_AF.svgz country_AG.svgz country_AI.svgz country_AL.svgz country_AM.svgz -flag_svgs += country_AN.svgz country_AO.svgz country_AQ.svgz country_AR.svgz country_AS.svgz country_AT.svgz country_AU.svgz country_AW.svgz -flag_svgs += country_AX.svgz country_AZ.svgz country_BA.svgz country_BB.svgz country_BD.svgz country_BE.svgz country_BF.svgz -flag_svgs += country_BG.svgz country_BH.svgz country_BI.svgz country_BJ.svgz country_BL.svgz country_BM.svgz country_BN.svgz -flag_svgs += country_BO.svgz country_BR.svgz country_BS.svgz country_BT.svgz country_BV.svgz country_BW.svgz country_BY.svgz -flag_svgs += country_BZ.svgz country_CA.svgz country_CC.svgz country_CD.svgz country_CF.svgz country_CG.svgz country_CH.svgz -flag_svgs += country_CI.svgz country_CK.svgz country_CL.svgz country_CM.svgz country_CN.svgz country_CO.svgz country_CR.svgz -flag_svgs += country_CU.svgz country_CV.svgz country_CX.svgz country_CY.svgz country_CZ.svgz country_DE.svgz country_DJ.svgz -flag_svgs += country_DK.svgz country_DM.svgz country_DO.svgz country_DZ.svgz country_EC.svgz country_EE.svgz country_EG.svgz -flag_svgs += country_EH.svgz country_ER.svgz country_ES.svgz country_ET.svgz country_FI.svgz country_FJ.svgz country_FK.svgz -flag_svgs += country_FM.svgz country_FO.svgz country_FR.svgz country_GA.svgz country_GB.svgz country_GD.svgz country_GE.svgz -flag_svgs += country_GF.svgz country_GG.svgz country_GH.svgz country_GI.svgz country_GL.svgz country_GM.svgz country_GN.svgz -flag_svgs += country_GP.svgz country_GQ.svgz country_GR.svgz country_GS.svgz country_GT.svgz country_GU.svgz country_GW.svgz -flag_svgs += country_GY.svgz country_HK.svgz country_HM.svgz country_HN.svgz country_HR.svgz country_HT.svgz country_HU.svgz -flag_svgs += country_ID.svgz country_IE.svgz country_IL.svgz country_IM.svgz country_IN.svgz country_IO.svgz country_IQ.svgz -flag_svgs += country_IR.svgz country_IS.svgz country_IT.svgz country_JE.svgz country_JM.svgz country_JO.svgz country_JP.svgz -flag_svgs += country_KE.svgz country_KG.svgz country_KH.svgz country_KI.svgz country_KM.svgz country_KN.svgz country_KP.svgz -flag_svgs += country_KR.svgz country_KW.svgz country_KY.svgz country_KZ.svgz country_LA.svgz country_LB.svgz country_LC.svgz -flag_svgs += country_LI.svgz country_LK.svgz country_LR.svgz country_LS.svgz country_LT.svgz country_LU.svgz country_LV.svgz -flag_svgs += country_LY.svgz country_MA.svgz country_MC.svgz country_MD.svgz country_ME.svgz country_MF.svgz country_MG.svgz -flag_svgs += country_MH.svgz country_MK.svgz country_ML.svgz country_MM.svgz country_MN.svgz country_MO.svgz country_MP.svgz -flag_svgs += country_MQ.svgz country_MR.svgz country_MS.svgz country_MT.svgz country_MU.svgz country_MV.svgz country_MW.svgz -flag_svgs += country_MX.svgz country_MY.svgz country_MZ.svgz country_NA.svgz country_NC.svgz country_NE.svgz country_NF.svgz -flag_svgs += country_NG.svgz country_NI.svgz country_NL.svgz country_NO.svgz country_NP.svgz country_NR.svgz country_NU.svgz -flag_svgs += country_NZ.svgz country_OM.svgz country_PA.svgz country_PE.svgz country_PF.svgz country_PG.svgz country_PH.svgz -flag_svgs += country_PK.svgz country_PL.svgz country_PM.svgz country_PN.svgz country_PR.svgz country_PS.svgz country_PT.svgz -flag_svgs += country_PW.svgz country_PY.svgz country_QA.svgz country_RE.svgz country_RO.svgz country_RS.svgz country_RU.svgz -flag_svgs += country_RW.svgz country_SA.svgz country_SB.svgz country_SC.svgz country_SD.svgz country_SE.svgz country_SG.svgz -flag_svgs += country_SH.svgz country_SI.svgz country_SJ.svgz country_SK.svgz country_SL.svgz country_SM.svgz country_SN.svgz -flag_svgs += country_SO.svgz country_SR.svgz country_ST.svgz country_SV.svgz country_SY.svgz country_SZ.svgz country_TC.svgz -flag_svgs += country_TD.svgz country_TF.svgz country_TG.svgz country_TH.svgz country_TJ.svgz country_TK.svgz country_TL.svgz -flag_svgs += country_TM.svgz country_TN.svgz country_TO.svgz country_TR.svgz country_TT.svgz country_TV.svgz country_TW.svgz -flag_svgs += country_TZ.svgz country_UA.svgz country_UG.svgz country_UM.svgz country_US.svgz country_UY.svgz country_UZ.svgz -flag_svgs += country_VA.svgz country_VC.svgz country_VE.svgz country_VG.svgz country_VI.svgz country_VN.svgz country_VU.svgz -flag_svgs += country_WF.svgz country_WS.svgz country_YE.svgz country_YT.svgz country_ZA.svgz country_ZM.svgz country_ZW.svgz - -if USE_SVG - image_DATA += $(svgs) $(nav_svgs) $(flag_svgs) -endif - -if USE_SVG2PNG -# Implicit rules for generating the PNG files. This only generates the -# standard size; for additional sizes see below. -%.png: $(srcdir)/%.svg - SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$@" -%.png: $(srcdir)/%.svgz - SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$@" - -pngs = $(addsuffix .png,$(basename $(svgs))) -xsize = $(word 1,$(subst x, ,$(scale))) -ysize = $(word $(words $(scale)),$(subst x, ,$(scale))) -comma =, - -# template to generate scaling rules for the various PNG sizes -define scaling_rule_template -%_$(1)_$(1).png: $(srcdir)/%.$(2) - SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$$@" -endef - -# template to generate scaling rules for the default PNG size -define scaling_rule_template_def -$(basename $(1)).png: $(srcdir)/$(1) - SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$$@" "$(2)" "$(2)" -endef - - -# png images of the user interface and other, sizes e.g. "8,16,32,48,96" -if USE_SVG2PNG_SCALES -pngs += $(foreach scale, $(subst $(comma), ,@SVG2PNG_SCALES@), $(addsuffix _$(xsize)_$(ysize).png,$(basename $(svgs)))) -# create rules from template -$(foreach extension,svg svgz, $(foreach size, $(subst $(comma), ,@SVG2PNG_SCALES@),$(eval $(call scaling_rule_template,$(size),$(extension))))) -endif - -# png state flags -if USE_SVG2PNG_SCALES_FLAG -svg2png_scales_flag = $(subst $(comma), ,@SVG2PNG_SCALES_FLAG@) -pngs += $(addsuffix .png,$(basename $(flag_svgs))) -pngs += $(foreach scale, $(wordlist 2,100,$(svg2png_scales_flag)), $(addsuffix _$(xsize)_$(ysize).png,$(basename $(flag_svgs)))) -# create rules from templates -$(foreach extension,svg svgz, $(foreach size, $(wordlist 2,100,$(svg2png_scales_flag)),$(eval $(call scaling_rule_template,$(size),$(extension))))) -$(foreach img,$(flag_svgs), $(foreach size, $(firstword $(svg2png_scales_flag)),$(eval $(call scaling_rule_template_def,$(img),$(size))))) -endif - -# png symbols for navigation -if USE_SVG2PNG_SCALES_NAV -pngs += $(foreach scale, $(subst $(comma), ,@SVG2PNG_SCALES_NAV@), $(addsuffix _$(xsize)_$(ysize).png,$(basename $(nav_svgs)))) -# create rules from template -$(foreach extension,svg svgz, $(foreach size, $(subst $(comma), ,@SVG2PNG_SCALES_NAV@),$(eval $(call scaling_rule_template,$(size),$(extension))))) -endif - -image_DATA += $(pngs) -endif - -if !SUPPORT_WIN32 - DESKTOPFILEdir=$(datadir)/applications - DESKTOPFILE_DATA = desktop_icons/navit.desktop - - ICON128dir=$(datadir)/icons/hicolor/128x128/apps - ICON128_DATA = desktop_icons/128x128/navit.png - - ICON22dir=$(datadir)/icons/hicolor/22x22/apps - ICON22_DATA = desktop_icons/22x22/navit.png -endif - -EXTRA_DIST = $(image_DATA) $(DESKTOPFILE_DATA) $(ICON128_DATA) $(ICON22_DATA) navit_svg2png - -if USE_SVG2PNG -clean: - rm -f $(pngs) -endif |