summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am')
-rw-r--r--contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am b/contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am
deleted file mode 100644
index b601307..0000000
--- a/contrib/SDL-3.2.8/src/hidapi/hidtest/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
1AM_CPPFLAGS = -I$(top_srcdir)/hidapi/
2
3## Linux
4if OS_LINUX
5noinst_PROGRAMS = hidtest-libusb hidtest-hidraw
6
7hidtest_hidraw_SOURCES = test.c
8hidtest_hidraw_LDADD = $(top_builddir)/linux/libhidapi-hidraw.la
9
10hidtest_libusb_SOURCES = test.c
11hidtest_libusb_LDADD = $(top_builddir)/libusb/libhidapi-libusb.la
12else
13
14# Other OS's
15noinst_PROGRAMS = hidtest
16
17hidtest_SOURCES = test.c
18hidtest_LDADD = $(top_builddir)/$(backend)/libhidapi.la
19
20endif
21
22if OS_DARWIN
23AM_CPPFLAGS += -I$(top_srcdir)/mac/
24endif
25
26if OS_WINDOWS
27AM_CPPFLAGS += -I$(top_srcdir)/windows/
28endif