From 46f2c1134d276944fb74584a61d90cc363aee7eb Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 5 Dec 2010 00:25:04 +1100 Subject: Removed the "Heimdall" folder and moved its contents to the root directory. --- libusb-1.0/examples/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libusb-1.0/examples/Makefile.am (limited to 'libusb-1.0/examples/Makefile.am') diff --git a/libusb-1.0/examples/Makefile.am b/libusb-1.0/examples/Makefile.am new file mode 100644 index 0000000..e8a4516 --- /dev/null +++ b/libusb-1.0/examples/Makefile.am @@ -0,0 +1,23 @@ +INCLUDES = -I$(top_srcdir)/libusb +noinst_PROGRAMS = xusb lsusb + +lsusb_SOURCES = lsusb.c +lsusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 + +xusb_SOURCES = xusb.c +xusb_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 + +if HAVE_SIGACTION +dpfp_SOURCES = dpfp.c +dpfp_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 +noinst_PROGRAMS += dpfp +endif + +if THREADS_POSIX +if HAVE_SIGACTION +dpfp_threaded_SOURCES = dpfp_threaded.c +dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS) +dpfp_threaded_LDADD = ../libusb/libusb-1.0.la -lusb-1.0 +noinst_PROGRAMS += dpfp_threaded +endif +endif -- cgit v1.2.3