summaryrefslogtreecommitdiff
path: root/navit/vehicle
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
committerPierre GRANDIN <grandinp@altern.org>2015-12-31 01:58:27 -0800
commit449e5530c4ee68f77691c811f0670cf90e9e58a4 (patch)
tree56add1f3c6145d42873aba0af3081a518909d0aa /navit/vehicle
parent39175cc0b633863355efe10151fe7b21109efa18 (diff)
downloadnavit-449e5530c4ee68f77691c811f0670cf90e9e58a4.tar.gz
Removing autotools support
Diffstat (limited to 'navit/vehicle')
-rw-r--r--navit/vehicle/Makefile.am34
-rw-r--r--navit/vehicle/android/Makefile.am5
-rw-r--r--navit/vehicle/demo/Makefile.am9
-rw-r--r--navit/vehicle/file/Makefile.am15
-rw-r--r--navit/vehicle/gpsd/Makefile.am6
-rw-r--r--navit/vehicle/gpsd_dbus/Makefile.am6
-rw-r--r--navit/vehicle/gypsy/Makefile.am6
-rw-r--r--navit/vehicle/iphone/Makefile.am6
-rw-r--r--navit/vehicle/maemo/Makefile.am6
-rw-r--r--navit/vehicle/null/Makefile.am9
-rw-r--r--navit/vehicle/webos/Makefile.am5
-rw-r--r--navit/vehicle/wince/Makefile.am9
12 files changed, 0 insertions, 116 deletions
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