diff options
author | chai <chaifix@163.com> | 2019-06-06 00:11:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-06-06 00:11:18 +0800 |
commit | 88b882ed0b432c6aff2063213e2f793a36dd25f7 (patch) | |
tree | 5fe5d5334050e1a1146aa63e61e88aa2f5170727 /source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am | |
parent | f6c0498c9728a286c13980ed3b60763d02e1b3a0 (diff) |
*misc
Diffstat (limited to 'source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am')
-rw-r--r-- | source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am b/source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am deleted file mode 100644 index 1c02f3f..0000000 --- a/source/3rd-party/SDL2/src/hidapi/testgui/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ - -AM_CPPFLAGS = -I$(top_srcdir)/hidapi/ $(CFLAGS_TESTGUI) - -if OS_LINUX -## Linux -bin_PROGRAMS = hidapi-hidraw-testgui hidapi-libusb-testgui - -hidapi_hidraw_testgui_SOURCES = test.cpp -hidapi_hidraw_testgui_LDADD = $(top_builddir)/linux/libhidapi-hidraw.la $(LIBS_TESTGUI) - -hidapi_libusb_testgui_SOURCES = test.cpp -hidapi_libusb_testgui_LDADD = $(top_builddir)/libusb/libhidapi-libusb.la $(LIBS_TESTGUI) -else -## Other OS's -bin_PROGRAMS = hidapi-testgui - -hidapi_testgui_SOURCES = test.cpp -hidapi_testgui_LDADD = $(top_builddir)/$(backend)/libhidapi.la $(LIBS_TESTGUI) -endif - -if OS_DARWIN -hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m mac_support.h -# Rules for copying the binary and its dependencies into the app bundle. -TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT): hidapi-testgui$(EXEEXT) - $(srcdir)/copy_to_bundle.sh - -all: all-am TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT) - -endif - -EXTRA_DIST = \ - copy_to_bundle.sh \ - Makefile-manual \ - Makefile.freebsd \ - Makefile.linux \ - Makefile.mac \ - Makefile.mingw \ - TestGUI.app.in \ - testgui.sln \ - testgui.vcproj - -distclean-local: - rm -rf TestGUI.app |