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 /cli | |
parent | 3c430ce292e2aee7bffb917ba009c9b39646b964 (diff) |
build: drop autotools
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Makefile.am | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/cli/Makefile.am b/cli/Makefile.am deleted file mode 100644 index 820d5d3a..00000000 --- a/cli/Makefile.am +++ /dev/null @@ -1,63 +0,0 @@ -bin_PROGRAMS = mmcli - -mmcli_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) - -mmcli_SOURCES = \ - mmcli.h \ - mmcli.c \ - mmcli-common.h mmcli-common.c \ - mmcli-output.h mmcli-output.c \ - mmcli-manager.c \ - mmcli-modem.c \ - mmcli-modem-3gpp.c \ - mmcli-modem-3gpp-profile-manager.c \ - mmcli-modem-3gpp-ussd.c \ - mmcli-modem-cdma.c \ - mmcli-modem-simple.c \ - mmcli-modem-location.c \ - mmcli-modem-messaging.c \ - mmcli-modem-voice.c \ - mmcli-modem-time.c \ - mmcli-modem-firmware.c \ - mmcli-modem-sar.c \ - mmcli-modem-signal.c \ - mmcli-modem-oma.c \ - mmcli-bearer.c \ - mmcli-sim.c \ - mmcli-sms.c \ - mmcli-call.c \ - $(NULL) - -mmcli_LDADD = \ - $(top_builddir)/libmm-glib/libmm-glib.la \ - $(NULL) - -mmcli_LDFLAGS = \ - $(WARN_LDFLAGS) \ - $(MMCLI_LIBS) \ - $(NULL) - -if WITH_UDEV -mmcli_CPPFLAGS += $(GUDEV_CFLAGS) -mmcli_LDFLAGS += $(GUDEV_LIBS) -endif - -completiondir = $(datadir)/bash-completion/completions - -install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(completiondir) - $(INSTALL_DATA) $(srcdir)/mmcli-completion $(DESTDIR)$(completiondir)/mmcli - -uninstall-hook: - rm -f $(DESTDIR)$(completiondir)/mmcli - -EXTRA_DIST = mmcli-completion |