diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-27 20:41:55 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-11-07 14:26:02 +0000 |
commit | f419f56628fdcbf4bd5865d0d61147066ba27b17 (patch) | |
tree | f3ba5713b67ca5abc444ebb51140cd5b0ad79f03 /test | |
parent | 3c430ce292e2aee7bffb917ba009c9b39646b964 (diff) |
build: drop autotools
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 131 |
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 |