Atlas - Makefile.am

Home / ext / SDL / src / hidapi / hidtest Lines: 1 | Size: 556 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
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 29
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.