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 /tools | |
parent | 3c430ce292e2aee7bffb917ba009c9b39646b964 (diff) |
build: drop autotools
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 3 | ||||
-rw-r--r-- | tools/tests/Makefile.am | 49 |
2 files changed, 0 insertions, 52 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index af87c73b..00000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -SUBDIRS = . tests - -EXTRA_DIST = test-modemmanager-service.py diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am deleted file mode 100644 index f84a8fec..00000000 --- a/tools/tests/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -include $(top_srcdir)/gtester.make - -################################################################################ -# common -################################################################################ - -AM_CFLAGS = \ - $(WARN_CFLAGS) \ - $(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) - -LDADD = \ - $(top_builddir)/libmm-glib/libmm-glib.la \ - $(NULL) - -AM_LDFLAGS = \ - $(WARN_LDFLAGS) \ - $(MM_LIBS) \ - $(MM_LDFLAGS) \ - $(NULL) - -noinst_PROGRAMS = test-stub -test_stub_CPPFLAGS = \ - -DTEST_SERVICES=\""$(abs_top_builddir)/tools/tests/services"\" \ - $(NULL) - -# only run the test if introspection was enabled -if HAVE_INTROSPECTION -TEST_PROGS += $(noinst_PROGRAMS) -endif - -test-wrapper.sh: test-wrapper.sh.in - @sed \ - -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \ - -e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \ - $< >$@ - @chmod +x $@ - -BUILT_SOURCES = test-wrapper.sh -CLEANFILES = test-wrapper.sh - -EXTRA_DIST += test-wrapper.sh.in services/org.freedesktop.ModemManager1.service.in |