From 14e67c85f9cac496dad3d4e77dfb5e40f4cd94b0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Dec 2006 22:49:16 +0000 Subject: added latency measuring code on Darwin (to be removed once testing is done), and removed threading svn path=/trunk/externals/io/hidio/; revision=7115 --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78d1860..98be310 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,18 @@ test_locations: # for emacs etags: - etags ../../../pd/src/*.h *.[ch] linux/input.h + etags ../../../pd/src/*.h *.[ch] linux/input.h /usr/include/stdlib.h \ + /usr/include/time.h /usr/include/stdio.h make etags_`uname -s` etags_Darwin: etags -a HID\ Utilities\ Source/*.[ch] \ /System/Library/Frameworks/ForceFeedback.framework/Headers/*.h \ /System/Library/Frameworks/Carbon.framework/Headers/*.h \ - /System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch] + /System/Library/Frameworks/CoreServices.framework/Headers/*.h \ + /System/Library/Frameworks/IOKit.framework/Headers/*.[ch] \ + /System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch] \ + /usr/include/mach/*.h etags_Linux: etags -a /usr/include/*.h linux/input.h /usr/include/sys/*.h -- cgit v1.2.1