From 6b2aa4a4a7816d604ee63c974131c03fed9a4b7c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Jan 2010 00:37:54 +0000 Subject: first working version of hidio+HIDUtilities build on Mac OS X using autotools, still needs work svn path=/trunk/externals/io/hidio/; revision=13107 --- HID_Utilities_Source/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 HID_Utilities_Source/Makefile.am (limited to 'HID_Utilities_Source/Makefile.am') diff --git a/HID_Utilities_Source/Makefile.am b/HID_Utilities_Source/Makefile.am new file mode 100644 index 0000000..184c15c --- /dev/null +++ b/HID_Utilities_Source/Makefile.am @@ -0,0 +1,29 @@ +AUTOMAKE_OPTIONS = foreign + +noinst_LIBRARIES = libHIDUtilities.a + +libHIDUtilities_a_SOURCES = \ + HID_Config_Utilities.c \ + HID_Error_Handler.c \ + HID_Name_Lookup.c \ + HID_Queue_Utilities.c \ + HID_Transaction_Utilities.c \ + HID_Utilities.c \ + ImmrHIDUtilAddOn.c + +# include the headers in the dist so you can build +nobase_noinst_HEADERS = \ + HIDLib.h \ + HID_APIs.h \ + HID_Config_Utilities.h \ + HID_Error_Handler.h \ + HID_Name_Lookup.h \ + HID_Queue_Utilities.h \ + HID_Transaction_Utilities.h \ + HID_Utilities.h \ + HID_Utilities_CFM.h \ + HID_Utilities_External.h \ + HID_Utilities_Internal.h \ + IOHIDPowerUsage.h \ + ImmrHIDUtilAddOn.h \ + PID.h -- cgit v1.2.1