aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-10-27 20:41:55 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-07 14:26:02 +0000
commitf419f56628fdcbf4bd5865d0d61147066ba27b17 (patch)
treef3ba5713b67ca5abc444ebb51140cd5b0ad79f03 /examples
parent3c430ce292e2aee7bffb917ba009c9b39646b964 (diff)
build: drop autotools
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am7
-rw-r--r--examples/modem-watcher-javascript/Makefile.am5
-rw-r--r--examples/modem-watcher-python/Makefile.am4
-rw-r--r--examples/network-scan-python/Makefile.am4
-rw-r--r--examples/sms-c/Makefile.am49
-rw-r--r--examples/sms-python/Makefile.am4
6 files changed, 0 insertions, 73 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index 927d3a9c..00000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-SUBDIRS = \
- modem-watcher-python \
- modem-watcher-javascript \
- sms-python \
- network-scan-python \
- sms-c \
- $(NULL)
diff --git a/examples/modem-watcher-javascript/Makefile.am b/examples/modem-watcher-javascript/Makefile.am
deleted file mode 100644
index 2ab38b1a..00000000
--- a/examples/modem-watcher-javascript/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-
-EXTRA_DIST = \
- main.js \
- modemWatcher.js \
- modem-watcher-javascript
diff --git a/examples/modem-watcher-python/Makefile.am b/examples/modem-watcher-python/Makefile.am
deleted file mode 100644
index 52bff807..00000000
--- a/examples/modem-watcher-python/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-
-EXTRA_DIST = \
- ModemWatcher.py \
- modem-watcher-python
diff --git a/examples/network-scan-python/Makefile.am b/examples/network-scan-python/Makefile.am
deleted file mode 100644
index 70bdfb2b..00000000
--- a/examples/network-scan-python/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-
-EXTRA_DIST = \
- network-scan-python \
- $(NULL)
diff --git a/examples/sms-c/Makefile.am b/examples/sms-c/Makefile.am
deleted file mode 100644
index c8c3c905..00000000
--- a/examples/sms-c/Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
-noinst_PROGRAMS = sms-c-sync sms-c-async
-
-sms_c_sync_CPPFLAGS = \
- $(WARN_CFLAGS) \
- $(MMCLI_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/libmm-glib \
- -I${top_srcdir}/libmm-glib/generated \
- -I${top_builddir}/libmm-glib/generated \
- $(NULL)
-
-sms_c_sync_SOURCES = \
- sms-c-sync.c \
- $(NULL)
-
-sms_c_sync_LDADD = \
- $(top_builddir)/libmm-glib/libmm-glib.la \
- $(NULL)
-
-sms_c_sync_LDFLAGS = \
- $(WARN_LDFLAGS) \
- $(MMCLI_LIBS) \
- $(NULL)
-
-sms_c_async_CPPFLAGS = \
- $(WARN_CFLAGS) \
- $(MMCLI_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/libmm-glib \
- -I${top_srcdir}/libmm-glib/generated \
- -I${top_builddir}/libmm-glib/generated \
- $(NULL)
-
-sms_c_async_SOURCES = \
- sms-c-async.c \
- $(NULL)
-
-sms_c_async_LDADD = \
- $(top_builddir)/libmm-glib/libmm-glib.la \
- $(NULL)
-
-sms_c_async_LDFLAGS = \
- $(WARN_LDFLAGS) \
- $(MMCLI_LIBS) \
- $(NULL)
diff --git a/examples/sms-python/Makefile.am b/examples/sms-python/Makefile.am
deleted file mode 100644
index 8ecca80b..00000000
--- a/examples/sms-python/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-
-EXTRA_DIST = \
- sms-python \
- $(NULL)