summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-12-19 14:34:33 +0000
committerRichard Hughes <richard@hughsie.com>2017-12-19 14:34:33 +0000
commit50cf84ee2deee38e9c2c67a58e013d04ddfe8325 (patch)
tree3f3501cc2f35a58bcbcfc4028c19db906c387302 /tools
parent0a56ace00022bbd59f71c3ea2e0dc49e568d5777 (diff)
downloadgusb-50cf84ee2deee38e9c2c67a58e013d04ddfe8325.tar.gz
Remove the automake build system
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am45
1 files changed, 0 insertions, 45 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index fa28fd0..0000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,45 +0,0 @@
-AM_CPPFLAGS = \
- $(GLIB_CFLAGS) \
- $(GUDEV_CFLAGS) \
- $(USB_CFLAGS) \
- -DBINDIR=\"$(bindir)\" \
- -DDATADIR=\"$(datadir)\" \
- -DPREFIX=\""$(prefix)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DLIBDIR=\""$(libdir)"\" \
- -DVERSION="\"$(VERSION)\"" \
- -DG_LOG_DOMAIN=\"GUsb\" \
- -DG_USB_API_IS_SUBJECT_TO_CHANGE \
- -I$(top_srcdir) \
- -I$(top_builddir)
-
-GUSB_LIBS = \
- $(top_builddir)/gusb/libgusb.la
-
-bin_PROGRAMS = \
- gusbcmd
-
-gusbcmd_SOURCES = \
- gusb-main.c
-
-gusbcmd_LDADD = \
- $(USB_LIBS) \
- $(GLIB_LIBS) \
- $(GUDEV_LIBS) \
- $(GUSB_LIBS)
-
-gusbcmd_CFLAGS = \
- $(WARNINGFLAGS_C)
-
-clean-local:
- rm -f *~
-
-CLEANFILES = $(BUILT_SOURCES)
-
-DISTCLEANFILES =
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in
-
--include $(top_srcdir)/git.mk