aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am131
1 files changed, 0 insertions, 131 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
deleted file mode 100644
index bf54f0af..00000000
--- a/test/Makefile.am
+++ /dev/null
@@ -1,131 +0,0 @@
-
-noinst_PROGRAMS =
-EXTRA_DIST =
-
-AM_CFLAGS = \
- $(WARN_CFLAGS) \
- $(NULL)
-
-AM_LDFLAGS = \
- $(WARN_LDFLAGS) \
- $(NULL)
-
-################################################################################
-# lsudev
-################################################################################
-
-if WITH_UDEV
-
-noinst_PROGRAMS += lsudev
-
-lsudev_SOURCES = lsudev.c
-lsudev_CPPFLAGS = $(GUDEV_CFLAGS)
-lsudev_LDADD = $(GUDEV_LIBS)
-
-endif
-
-################################################################################
-# mmtty
-################################################################################
-
-noinst_PROGRAMS += mmtty
-
-mmtty_SOURCES = mmtty.c
-
-mmtty_CPPFLAGS = \
- $(MM_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/src/kerneldevice \
- -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)
-
-mmtty_LDADD = \
- $(MM_LIBS) \
- $(top_builddir)/src/libport.la \
- $(NULL)
-
-################################################################################
-# mmrules
-################################################################################
-
-noinst_PROGRAMS += mmrules
-
-mmrules_SOURCES = mmrules.c
-
-mmrules_CPPFLAGS = \
- $(MM_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/src/kerneldevice \
- -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)
-
-mmrules_LDADD = \
- $(MM_LIBS) \
- $(top_builddir)/src/libkerneldevice.la \
- $(NULL)
-
-################################################################################
-# mmsmspdu
-################################################################################
-
-noinst_PROGRAMS += mmsmspdu
-
-mmsmspdu_SOURCES = mmsmspdu.c
-
-mmsmspdu_CPPFLAGS = \
- $(MM_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -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)
-
-mmsmspdu_LDADD = \
- $(MM_LIBS) \
- $(top_builddir)/src/libhelpers.la \
- $(top_builddir)/libmm-glib/libmm-glib.la \
- $(NULL)
-
-################################################################################
-# mmsmsmonitor
-################################################################################
-
-noinst_PROGRAMS += mmsmsmonitor
-
-mmsmsmonitor_SOURCES = mmsmsmonitor.c
-
-mmsmsmonitor_CPPFLAGS = \
- $(MM_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -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)
-
-mmsmsmonitor_LDADD = \
- $(MM_LIBS) \
- $(top_builddir)/src/libhelpers.la \
- $(top_builddir)/libmm-glib/libmm-glib.la \
- $(NULL)
-
-################################################################################
-# mmcli-test-sms
-################################################################################
-
-EXTRA_DIST += mmcli-test-sms