aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-04-14 12:56:48 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-04-14 12:56:48 +0100
commit0b624384cd52be20e61284551d832b499d7b7707 (patch)
tree6f95a4bbef47abc9720b96c0722e8f632aef228a /Makefile.in
downloadlibphidget21-0b624384cd52be20e61284551d832b499d7b7707.tar.gz
Imported Upstream version 2.1.8.20120216upstream/2.1.8.20120216
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1475
1 files changed, 1475 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..486ed1a
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,1475 @@
+# Makefile.in generated by automake 1.11 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+@ZEROCONF_TRUE@am__append_1 = zeroconf.h
+@ZEROCONF_FALSE@am__append_2 = -DNO_ZEROCONF
+@INTERNAL_UNICONV_TRUE@am__append_3 = utils/cvtutf.c utils/cvtutf.h
+@INTERNAL_UNICONV_TRUE@am__append_4 = -DUSE_INTERNAL_UNICONV
+@ZEROCONF_AVAHI_TRUE@am__append_5 = linux/zeroconf_avahi.c \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-client/client.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-client/lookup.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-client/publish.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/address.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/alternative.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/cdecl.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/defs.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/domain.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/error.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/gccmacro.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/llist.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/malloc.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/rlist.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/simple-watch.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/strlst.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/thread-watch.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/timeval.h \
+@ZEROCONF_AVAHI_TRUE@ linux/avahi-common/watch.h
+
+@ZEROCONF_BONJOUR_TRUE@am__append_6 = zeroconf.c \
+@ZEROCONF_BONJOUR_TRUE@ include/dns_sd.h
+
+@ZEROCONF_LOOKUP_TRUE@am__append_7 = zeroconf_lookup.c
+@ZEROCONF_LOOKUP_TRUE@am__append_8 = -DZEROCONF_LOOKUP
+@LABVIEW_TRUE@am__append_9 = labview/phidget_labview.c \
+@LABVIEW_TRUE@ labview/phidget_labview.h
+
+@LABVIEW_TRUE@am__append_10 = -DCOMPILE_PHIDGETS_LABVIEW \
+@LABVIEW_TRUE@ -I$(LABVIEW_CINTOOLS_PATH) \
+@LABVIEW_TRUE@ -L$(LABVIEW_CINTOOLS_PATH) \
+@LABVIEW_TRUE@ -Wl,-rpath,$(LABVIEW_CINTOOLS_PATH) -llv
+@DEBUG_TRUE@am__append_11 = -D_DEBUG -DDEBUG
+@JNI_TRUE@am__append_12 = -I$(top_srcdir)/include/jni -I$(top_srcdir)/include/jni/linux
+@JNI_TRUE@am__append_13 = Java/com_phidgets_Phidget.c \
+@JNI_TRUE@ Java/com_phidgets_Phidget.h \
+@JNI_TRUE@ Java/com_phidgets_AccelerometerPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_AccelerometerPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_AdvancedServoPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_AdvancedServoPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_AnalogPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_AnalogPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_BridgePhidget.c \
+@JNI_TRUE@ Java/com_phidgets_BridgePhidget.h \
+@JNI_TRUE@ Java/com_phidgets_EncoderPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_EncoderPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_FrequencyCounterPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_FrequencyCounterPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_GPSPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_GPSPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_InterfaceKitPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_InterfaceKitPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_IRPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_IRPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_LEDPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_LEDPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_MotorControlPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_MotorControlPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_PHSensorPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_PHSensorPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_RFIDPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_RFIDPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_ServoPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_ServoPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_SpatialPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_SpatialPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_StepperPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_StepperPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_TemperatureSensorPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_TemperatureSensorPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_TextLCDPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_TextLCDPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_TextLEDPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_TextLEDPhidget.h \
+@JNI_TRUE@ Java/com_phidgets_Manager.c \
+@JNI_TRUE@ Java/com_phidgets_Manager.h \
+@JNI_TRUE@ Java/com_phidgets_Dictionary.c \
+@JNI_TRUE@ Java/com_phidgets_Dictionary.h \
+@JNI_TRUE@ Java/com_phidgets_DictionaryKeyListener.c \
+@JNI_TRUE@ Java/com_phidgets_DictionaryKeyListener.h \
+@JNI_TRUE@ Java/com_phidgets_WeightSensorPhidget.c \
+@JNI_TRUE@ Java/com_phidgets_WeightSensorPhidget.h \
+@JNI_TRUE@ Java/phidget_jni.c \
+@JNI_TRUE@ Java/phidget_jni.h \
+@JNI_TRUE@ include/jni/jawt.h \
+@JNI_TRUE@ include/jni/jni.h \
+@JNI_TRUE@ include/jni/jvmdi.h \
+@JNI_TRUE@ include/jni/jvmpi.h \
+@JNI_TRUE@ include/jni/linux/jawt_md.h \
+@JNI_TRUE@ include/jni/linux/jni_md.h
+
+subdir = .
+DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
+ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+ config.guess config.sub depcomp install-sh ltmain.sh missing
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
+LTLIBRARIES = $(lib_LTLIBRARIES)
+libphidget21_la_LIBADD =
+am__libphidget21_la_SOURCES_DIST = cphidget.c cphidget.h \
+ cphidgetmacros.h cphidgetattr.h cusb.h stdafx.h \
+ cphidgetconstantsinternal.h cphidgetaccelerometer.c \
+ cphidgetaccelerometer.h cphidgetadvancedservo.c \
+ cphidgetadvancedservo.h cphidgetanalog.c cphidgetanalog.h \
+ cphidgetbridge.c cphidgetbridge.h cphidgetencoder.c \
+ cphidgetencoder.h cphidgetfrequencycounter.c \
+ cphidgetfrequencycounter.h cphidgetgps.c cphidgetgps.h \
+ cphidgetinterfacekit.c cphidgetinterfacekit.h cphidgetir.c \
+ cphidgetir.h cphidgetled.c cphidgetled.h \
+ cphidgetmotorcontrol.c cphidgetmotorcontrol.h \
+ cphidgetphsensor.c cphidgetphsensor.h cphidgetrfid.c \
+ cphidgetrfid.h cphidgetservo.c cphidgetservo.h \
+ cphidgetspatial.c cphidgetspatial.h cphidgetstepper.c \
+ cphidgetstepper.h cphidgettemperaturesensor.c \
+ cphidgettemperaturesensor.h cphidgettextlcd.c \
+ cphidgettextlcd.h cphidgettextled.c cphidgettextled.h \
+ cphidgetweightsensor.c cphidgetweightsensor.h \
+ cphidgetmanager.c cphidgetmanager.h cphidgetdictionary.c \
+ cphidgetdictionary.h cphidgetgeneric.c cphidgetgeneric.h \
+ cphidgetsbc.c cphidgetsbc.h clog.c clog.h csocketevents.c \
+ csocketevents.h csocketopen.c csocket.h cphidgetconstants.c \
+ cphidgetconstants.h cphidgetlist.c cphidgetlist.h cthread.c \
+ cthread.h phidget21.c phidget21int.h linux/cusblinux.c \
+ dict/pdict.c dict/pdict.h dict/pdictclient.c \
+ dict/pdictclient.h dict/pdict-impl.h utils/md5.c utils/md5.h \
+ utils/utils.c utils/utils.h utils/ptree.c utils/ptree.h \
+ utils/plist.c utils/plist.h cppheader cppfooter zeroconf.h \
+ utils/cvtutf.c utils/cvtutf.h linux/zeroconf_avahi.c \
+ linux/avahi-client/client.h linux/avahi-client/lookup.h \
+ linux/avahi-client/publish.h linux/avahi-common/address.h \
+ linux/avahi-common/alternative.h linux/avahi-common/cdecl.h \
+ linux/avahi-common/defs.h linux/avahi-common/domain.h \
+ linux/avahi-common/error.h linux/avahi-common/gccmacro.h \
+ linux/avahi-common/llist.h linux/avahi-common/malloc.h \
+ linux/avahi-common/rlist.h linux/avahi-common/simple-watch.h \
+ linux/avahi-common/strlst.h linux/avahi-common/thread-watch.h \
+ linux/avahi-common/timeval.h linux/avahi-common/watch.h \
+ zeroconf.c include/dns_sd.h zeroconf_lookup.c \
+ labview/phidget_labview.c labview/phidget_labview.h \
+ Java/com_phidgets_Phidget.c Java/com_phidgets_Phidget.h \
+ Java/com_phidgets_AccelerometerPhidget.c \
+ Java/com_phidgets_AccelerometerPhidget.h \
+ Java/com_phidgets_AdvancedServoPhidget.c \
+ Java/com_phidgets_AdvancedServoPhidget.h \
+ Java/com_phidgets_AnalogPhidget.c \
+ Java/com_phidgets_AnalogPhidget.h \
+ Java/com_phidgets_BridgePhidget.c \
+ Java/com_phidgets_BridgePhidget.h \
+ Java/com_phidgets_EncoderPhidget.c \
+ Java/com_phidgets_EncoderPhidget.h \
+ Java/com_phidgets_FrequencyCounterPhidget.c \
+ Java/com_phidgets_FrequencyCounterPhidget.h \
+ Java/com_phidgets_GPSPhidget.c Java/com_phidgets_GPSPhidget.h \
+ Java/com_phidgets_InterfaceKitPhidget.c \
+ Java/com_phidgets_InterfaceKitPhidget.h \
+ Java/com_phidgets_IRPhidget.c Java/com_phidgets_IRPhidget.h \
+ Java/com_phidgets_LEDPhidget.c Java/com_phidgets_LEDPhidget.h \
+ Java/com_phidgets_MotorControlPhidget.c \
+ Java/com_phidgets_MotorControlPhidget.h \
+ Java/com_phidgets_PHSensorPhidget.c \
+ Java/com_phidgets_PHSensorPhidget.h \
+ Java/com_phidgets_RFIDPhidget.c \
+ Java/com_phidgets_RFIDPhidget.h \
+ Java/com_phidgets_ServoPhidget.c \
+ Java/com_phidgets_ServoPhidget.h \
+ Java/com_phidgets_SpatialPhidget.c \
+ Java/com_phidgets_SpatialPhidget.h \
+ Java/com_phidgets_StepperPhidget.c \
+ Java/com_phidgets_StepperPhidget.h \
+ Java/com_phidgets_TemperatureSensorPhidget.c \
+ Java/com_phidgets_TemperatureSensorPhidget.h \
+ Java/com_phidgets_TextLCDPhidget.c \
+ Java/com_phidgets_TextLCDPhidget.h \
+ Java/com_phidgets_TextLEDPhidget.c \
+ Java/com_phidgets_TextLEDPhidget.h Java/com_phidgets_Manager.c \
+ Java/com_phidgets_Manager.h Java/com_phidgets_Dictionary.c \
+ Java/com_phidgets_Dictionary.h \
+ Java/com_phidgets_DictionaryKeyListener.c \
+ Java/com_phidgets_DictionaryKeyListener.h \
+ Java/com_phidgets_WeightSensorPhidget.c \
+ Java/com_phidgets_WeightSensorPhidget.h Java/phidget_jni.c \
+ Java/phidget_jni.h include/jni/jawt.h include/jni/jni.h \
+ include/jni/jvmdi.h include/jni/jvmpi.h \
+ include/jni/linux/jawt_md.h include/jni/linux/jni_md.h
+am__objects_1 =
+@INTERNAL_UNICONV_TRUE@am__objects_2 = cvtutf.lo
+@ZEROCONF_AVAHI_TRUE@am__objects_3 = zeroconf_avahi.lo
+@ZEROCONF_BONJOUR_TRUE@am__objects_4 = zeroconf.lo
+@ZEROCONF_LOOKUP_TRUE@am__objects_5 = zeroconf_lookup.lo
+@LABVIEW_TRUE@am__objects_6 = phidget_labview.lo
+@JNI_TRUE@am__objects_7 = com_phidgets_Phidget.lo \
+@JNI_TRUE@ com_phidgets_AccelerometerPhidget.lo \
+@JNI_TRUE@ com_phidgets_AdvancedServoPhidget.lo \
+@JNI_TRUE@ com_phidgets_AnalogPhidget.lo \
+@JNI_TRUE@ com_phidgets_BridgePhidget.lo \
+@JNI_TRUE@ com_phidgets_EncoderPhidget.lo \
+@JNI_TRUE@ com_phidgets_FrequencyCounterPhidget.lo \
+@JNI_TRUE@ com_phidgets_GPSPhidget.lo \
+@JNI_TRUE@ com_phidgets_InterfaceKitPhidget.lo \
+@JNI_TRUE@ com_phidgets_IRPhidget.lo com_phidgets_LEDPhidget.lo \
+@JNI_TRUE@ com_phidgets_MotorControlPhidget.lo \
+@JNI_TRUE@ com_phidgets_PHSensorPhidget.lo \
+@JNI_TRUE@ com_phidgets_RFIDPhidget.lo \
+@JNI_TRUE@ com_phidgets_ServoPhidget.lo \
+@JNI_TRUE@ com_phidgets_SpatialPhidget.lo \
+@JNI_TRUE@ com_phidgets_StepperPhidget.lo \
+@JNI_TRUE@ com_phidgets_TemperatureSensorPhidget.lo \
+@JNI_TRUE@ com_phidgets_TextLCDPhidget.lo \
+@JNI_TRUE@ com_phidgets_TextLEDPhidget.lo \
+@JNI_TRUE@ com_phidgets_Manager.lo com_phidgets_Dictionary.lo \
+@JNI_TRUE@ com_phidgets_DictionaryKeyListener.lo \
+@JNI_TRUE@ com_phidgets_WeightSensorPhidget.lo phidget_jni.lo
+am_libphidget21_la_OBJECTS = cphidget.lo cphidgetaccelerometer.lo \
+ cphidgetadvancedservo.lo cphidgetanalog.lo cphidgetbridge.lo \
+ cphidgetencoder.lo cphidgetfrequencycounter.lo cphidgetgps.lo \
+ cphidgetinterfacekit.lo cphidgetir.lo cphidgetled.lo \
+ cphidgetmotorcontrol.lo cphidgetphsensor.lo cphidgetrfid.lo \
+ cphidgetservo.lo cphidgetspatial.lo cphidgetstepper.lo \
+ cphidgettemperaturesensor.lo cphidgettextlcd.lo \
+ cphidgettextled.lo cphidgetweightsensor.lo cphidgetmanager.lo \
+ cphidgetdictionary.lo cphidgetgeneric.lo cphidgetsbc.lo \
+ clog.lo csocketevents.lo csocketopen.lo cphidgetconstants.lo \
+ cphidgetlist.lo cthread.lo phidget21.lo cusblinux.lo pdict.lo \
+ pdictclient.lo md5.lo utils.lo ptree.lo plist.lo \
+ $(am__objects_1) $(am__objects_2) $(am__objects_3) \
+ $(am__objects_4) $(am__objects_5) $(am__objects_6) \
+ $(am__objects_7)
+libphidget21_la_OBJECTS = $(am_libphidget21_la_OBJECTS)
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+libphidget21_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(AM_CFLAGS) $(CFLAGS) $(libphidget21_la_LDFLAGS) $(LDFLAGS) \
+ -o $@
+DEFAULT_INCLUDES = -I.@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_$(V))
+am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+am__v_CC_0 = @echo " CC " $@;
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+am__v_at_0 = @
+CCLD = $(CC)
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_$(V))
+am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+am__v_CCLD_0 = @echo " CCLD " $@;
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+am__v_GEN_0 = @echo " GEN " $@;
+SOURCES = $(libphidget21_la_SOURCES)
+DIST_SOURCES = $(am__libphidget21_la_SOURCES_DIST)
+HEADERS = $(include_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+ { test ! -d "$(distdir)" \
+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -fr "$(distdir)"; }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDCONFIG = @LDCONFIG@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/utils -I$(top_srcdir)/dict \
+ -I$(top_srcdir)/linux -I$(top_srcdir)/include -D_LINUX \
+ $(am__append_2) $(am__append_4) $(am__append_8) \
+ $(am__append_10) $(am__append_11) $(am__append_12)
+lib_LTLIBRARIES = libphidget21.la
+
+# Rules for unpdating the libtool version:
+# 1. Programs using the previous version may use the new version as drop-in replacement,
+# and programs using the new version can also work with the previous one. In other words,
+# no recompiling nor relinking is needed. In this case, bump revision only, don't touch current nor age.
+# 2. Programs using the previous version may use the new version as drop-in replacement,
+# but programs using the new version may use APIs not present in the previous one. In other words,
+# a program linking against the new version may fail with “unresolved symbols”
+# if linking against the old version at runtime: set revision to 0, bump current and age.
+# 3. Programs may need to be changed, recompiled, relinked in order to use the new version.
+# Bump current, set revision and age to 0.
+libphidget21_la_LDFLAGS = -version-info 0:0:0
+libphidget21_la_SOURCES = cphidget.c cphidget.h cphidgetmacros.h \
+ cphidgetattr.h cusb.h stdafx.h cphidgetconstantsinternal.h \
+ cphidgetaccelerometer.c cphidgetaccelerometer.h \
+ cphidgetadvancedservo.c cphidgetadvancedservo.h \
+ cphidgetanalog.c cphidgetanalog.h cphidgetbridge.c \
+ cphidgetbridge.h cphidgetencoder.c cphidgetencoder.h \
+ cphidgetfrequencycounter.c cphidgetfrequencycounter.h \
+ cphidgetgps.c cphidgetgps.h cphidgetinterfacekit.c \
+ cphidgetinterfacekit.h cphidgetir.c cphidgetir.h cphidgetled.c \
+ cphidgetled.h cphidgetmotorcontrol.c cphidgetmotorcontrol.h \
+ cphidgetphsensor.c cphidgetphsensor.h cphidgetrfid.c \
+ cphidgetrfid.h cphidgetservo.c cphidgetservo.h \
+ cphidgetspatial.c cphidgetspatial.h cphidgetstepper.c \
+ cphidgetstepper.h cphidgettemperaturesensor.c \
+ cphidgettemperaturesensor.h cphidgettextlcd.c \
+ cphidgettextlcd.h cphidgettextled.c cphidgettextled.h \
+ cphidgetweightsensor.c cphidgetweightsensor.h \
+ cphidgetmanager.c cphidgetmanager.h cphidgetdictionary.c \
+ cphidgetdictionary.h cphidgetgeneric.c cphidgetgeneric.h \
+ cphidgetsbc.c cphidgetsbc.h clog.c clog.h csocketevents.c \
+ csocketevents.h csocketopen.c csocket.h cphidgetconstants.c \
+ cphidgetconstants.h cphidgetlist.c cphidgetlist.h cthread.c \
+ cthread.h phidget21.c phidget21int.h linux/cusblinux.c \
+ dict/pdict.c dict/pdict.h dict/pdictclient.c \
+ dict/pdictclient.h dict/pdict-impl.h utils/md5.c utils/md5.h \
+ utils/utils.c utils/utils.h utils/ptree.c utils/ptree.h \
+ utils/plist.c utils/plist.h cppheader cppfooter \
+ $(am__append_1) $(am__append_3) $(am__append_5) \
+ $(am__append_6) $(am__append_7) $(am__append_9) \
+ $(am__append_13)
+include_HEADERS = phidget21.h
+CLEANFILES = phidget21.h phidget21matlab.h phidget21.jar Java/com/phidgets/*.class Java/com/phidgets/event/*.class
+EXTRA_DIST = examples/ifkit.c \
+ examples/Makefile.am \
+ examples/Makefile.in \
+ examples/manager.c \
+ examples/phidgetsbclist.c \
+ examples/README \
+ udev/99-phidgets.rules \
+ hotplug/phidgets.usermap \
+ hotplug/phidgets \
+ version.sh \
+ Java/com/phidgets/DictionaryKeyListener.java \
+ Java/com/phidgets/TextLCDPhidget.java \
+ Java/com/phidgets/SpatialEventData.java \
+ Java/com/phidgets/StepperPhidget.java \
+ Java/com/phidgets/ServoPhidget.java \
+ Java/com/phidgets/PHSensorPhidget.java \
+ Java/com/phidgets/AccelerometerPhidget.java \
+ Java/com/phidgets/SpatialPhidget.java \
+ Java/com/phidgets/AdvancedServoPhidget.java \
+ Java/com/phidgets/EncoderPhidget.java \
+ Java/com/phidgets/MotorControlPhidget.java \
+ Java/com/phidgets/IRLearnedCode.java \
+ Java/com/phidgets/IRCodeInfo.java \
+ Java/com/phidgets/InterfaceKitPhidget.java \
+ Java/com/phidgets/TemperatureSensorPhidget.java \
+ Java/com/phidgets/WeightSensorPhidget.java \
+ Java/com/phidgets/TextLEDPhidget.java \
+ Java/com/phidgets/IRCode.java \
+ Java/com/phidgets/Manager.java \
+ Java/com/phidgets/PhidgetException.java \
+ Java/com/phidgets/IRPhidget.java \
+ Java/com/phidgets/RFIDPhidget.java \
+ Java/com/phidgets/LEDPhidget.java \
+ Java/com/phidgets/Dictionary.java \
+ Java/com/phidgets/event/ServoPositionChangeListener.java \
+ Java/com/phidgets/event/AccelerationChangeEvent.java \
+ Java/com/phidgets/event/AttachListener.java \
+ Java/com/phidgets/event/StepperVelocityChangeEvent.java \
+ Java/com/phidgets/event/CodeEvent.java \
+ Java/com/phidgets/event/ErrorEvent.java \
+ Java/com/phidgets/event/TemperatureChangeEvent.java \
+ Java/com/phidgets/event/DetachListener.java \
+ Java/com/phidgets/event/LearnListener.java \
+ Java/com/phidgets/event/ServoVelocityChangeEvent.java \
+ Java/com/phidgets/event/PHChangeListener.java \
+ Java/com/phidgets/event/RawDataListener.java \
+ Java/com/phidgets/event/CurrentChangeListener.java \
+ Java/com/phidgets/event/TagGainEvent.java \
+ Java/com/phidgets/event/StepperPositionChangeEvent.java \
+ Java/com/phidgets/event/WeightChangeListener.java \
+ Java/com/phidgets/event/InputChangeEvent.java \
+ Java/com/phidgets/event/TagLossListener.java \
+ Java/com/phidgets/event/ServerDisconnectEvent.java \
+ Java/com/phidgets/event/TemperatureChangeListener.java \
+ Java/com/phidgets/event/SpatialDataListener.java \
+ Java/com/phidgets/event/SensorChangeEvent.java \
+ Java/com/phidgets/event/CodeListener.java \
+ Java/com/phidgets/event/ServerConnectEvent.java \
+ Java/com/phidgets/event/StepperPositionChangeListener.java \
+ Java/com/phidgets/event/SpatialDataEvent.java \
+ Java/com/phidgets/event/AttachEvent.java \
+ Java/com/phidgets/event/EncoderPositionChangeListener.java \
+ Java/com/phidgets/event/EncoderPositionChangeEvent.java \
+ Java/com/phidgets/event/DetachEvent.java \
+ Java/com/phidgets/event/OutputChangeListener.java \
+ Java/com/phidgets/event/TagGainListener.java \
+ Java/com/phidgets/event/KeyRemovalListener.java \
+ Java/com/phidgets/event/KeyChangeEvent.java \
+ Java/com/phidgets/event/KeyRemovalEvent.java \
+ Java/com/phidgets/event/OutputChangeEvent.java \
+ Java/com/phidgets/event/StepperVelocityChangeListener.java \
+ Java/com/phidgets/event/ServerDisconnectListener.java \
+ Java/com/phidgets/event/ErrorListener.java \
+ Java/com/phidgets/event/SensorChangeListener.java \
+ Java/com/phidgets/event/PHChangeEvent.java \
+ Java/com/phidgets/event/LearnEvent.java \
+ Java/com/phidgets/event/WeightChangeEvent.java \
+ Java/com/phidgets/event/MotorVelocityChangeListener.java \
+ Java/com/phidgets/event/TagLossEvent.java \
+ Java/com/phidgets/event/KeyChangeListener.java \
+ Java/com/phidgets/event/ServerConnectListener.java \
+ Java/com/phidgets/event/AccelerationChangeListener.java \
+ Java/com/phidgets/event/RawDataEvent.java \
+ Java/com/phidgets/event/InputChangeListener.java \
+ Java/com/phidgets/event/ServoPositionChangeEvent.java \
+ Java/com/phidgets/event/CurrentChangeEvent.java \
+ Java/com/phidgets/event/ServoVelocityChangeListener.java \
+ Java/com/phidgets/event/MotorVelocityChangeEvent.java \
+ Java/com/phidgets/event/CurrentUpdateEvent.java \
+ Java/com/phidgets/event/CurrentUpdateListener.java \
+ Java/com/phidgets/event/BackEMFUpdateEvent.java \
+ Java/com/phidgets/event/BackEMFUpdateListener.java \
+ Java/com/phidgets/event/EncoderPositionUpdateEvent.java \
+ Java/com/phidgets/event/EncoderPositionUpdateListener.java \
+ Java/com/phidgets/event/SensorUpdateEvent.java \
+ Java/com/phidgets/event/SensorUpdateListener.java \
+ Java/com/phidgets/AnalogPhidget.java \
+ Java/com/phidgets/FrequencyCounterPhidget.java \
+ Java/com/phidgets/event/GPSPositionFixStatusChangeEvent.java \
+ Java/com/phidgets/event/GPSPositionFixStatusChangeListener.java \
+ Java/com/phidgets/event/FrequencyCounterCountListener.java \
+ Java/com/phidgets/event/GPSPositionChangeEvent.java \
+ Java/com/phidgets/event/GPSPositionChangeListener.java \
+ Java/com/phidgets/event/FrequencyCounterCountEvent.java \
+ Java/com/phidgets/GPSPhidget.java \
+ Java/com/phidgets/BridgePhidget.java \
+ Java/com/phidgets/event/BridgeDataEvent.java \
+ Java/com/phidgets/event/BridgeDataListener.java \
+ Java/com/phidgets/macros/BridgePhidget.jm \
+ Java/com/phidgets/Phidget.java
+
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+am--refresh:
+ @:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ echo ' $(SHELL) ./config.status'; \
+ $(SHELL) ./config.status;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ $(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ $(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
+ if test -f $$p; then \
+ list2="$$list2 $$p"; \
+ else :; fi; \
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
+
+uninstall-libLTLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ done
+
+clean-libLTLIBRARIES:
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
+ test "$$dir" != "$$p" || dir=.; \
+ echo "rm -f \"$${dir}/so_locations\""; \
+ rm -f "$${dir}/so_locations"; \
+ done
+libphidget21.la: $(libphidget21_la_OBJECTS) $(libphidget21_la_DEPENDENCIES)
+ $(AM_V_CCLD)$(libphidget21_la_LINK) -rpath $(libdir) $(libphidget21_la_OBJECTS) $(libphidget21_la_LIBADD) $(LIBS)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clog.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_AccelerometerPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_AdvancedServoPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_AnalogPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_BridgePhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_Dictionary.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_DictionaryKeyListener.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_EncoderPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_FrequencyCounterPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_GPSPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_IRPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_InterfaceKitPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_LEDPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_Manager.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_MotorControlPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_PHSensorPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_Phidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_RFIDPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_ServoPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_SpatialPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_StepperPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_TemperatureSensorPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_TextLCDPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_TextLEDPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/com_phidgets_WeightSensorPhidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidget.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetaccelerometer.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetadvancedservo.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetanalog.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetbridge.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetconstants.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetdictionary.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetencoder.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetfrequencycounter.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetgeneric.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetgps.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetinterfacekit.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetir.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetled.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetlist.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetmanager.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetmotorcontrol.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetphsensor.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetrfid.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetsbc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetservo.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetspatial.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetstepper.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgettemperaturesensor.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgettextlcd.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgettextled.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cphidgetweightsensor.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csocketevents.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csocketopen.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cthread.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cusblinux.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvtutf.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdict.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdictclient.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phidget21.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phidget_jni.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phidget_labview.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plist.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptree.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zeroconf.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zeroconf_avahi.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zeroconf_lookup.Plo@am__quote@
+
+.c.o:
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
+
+.c.obj:
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+
+.c.lo:
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+
+cusblinux.lo: linux/cusblinux.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cusblinux.lo -MD -MP -MF $(DEPDIR)/cusblinux.Tpo -c -o cusblinux.lo `test -f 'linux/cusblinux.c' || echo '$(srcdir)/'`linux/cusblinux.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cusblinux.Tpo $(DEPDIR)/cusblinux.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='linux/cusblinux.c' object='cusblinux.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cusblinux.lo `test -f 'linux/cusblinux.c' || echo '$(srcdir)/'`linux/cusblinux.c
+
+pdict.lo: dict/pdict.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pdict.lo -MD -MP -MF $(DEPDIR)/pdict.Tpo -c -o pdict.lo `test -f 'dict/pdict.c' || echo '$(srcdir)/'`dict/pdict.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pdict.Tpo $(DEPDIR)/pdict.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dict/pdict.c' object='pdict.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pdict.lo `test -f 'dict/pdict.c' || echo '$(srcdir)/'`dict/pdict.c
+
+pdictclient.lo: dict/pdictclient.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pdictclient.lo -MD -MP -MF $(DEPDIR)/pdictclient.Tpo -c -o pdictclient.lo `test -f 'dict/pdictclient.c' || echo '$(srcdir)/'`dict/pdictclient.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pdictclient.Tpo $(DEPDIR)/pdictclient.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dict/pdictclient.c' object='pdictclient.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pdictclient.lo `test -f 'dict/pdictclient.c' || echo '$(srcdir)/'`dict/pdictclient.c
+
+md5.lo: utils/md5.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md5.lo -MD -MP -MF $(DEPDIR)/md5.Tpo -c -o md5.lo `test -f 'utils/md5.c' || echo '$(srcdir)/'`utils/md5.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/md5.Tpo $(DEPDIR)/md5.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils/md5.c' object='md5.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md5.lo `test -f 'utils/md5.c' || echo '$(srcdir)/'`utils/md5.c
+
+utils.lo: utils/utils.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utils.lo -MD -MP -MF $(DEPDIR)/utils.Tpo -c -o utils.lo `test -f 'utils/utils.c' || echo '$(srcdir)/'`utils/utils.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/utils.Tpo $(DEPDIR)/utils.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils/utils.c' object='utils.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utils.lo `test -f 'utils/utils.c' || echo '$(srcdir)/'`utils/utils.c
+
+ptree.lo: utils/ptree.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ptree.lo -MD -MP -MF $(DEPDIR)/ptree.Tpo -c -o ptree.lo `test -f 'utils/ptree.c' || echo '$(srcdir)/'`utils/ptree.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ptree.Tpo $(DEPDIR)/ptree.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils/ptree.c' object='ptree.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ptree.lo `test -f 'utils/ptree.c' || echo '$(srcdir)/'`utils/ptree.c
+
+plist.lo: utils/plist.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plist.lo -MD -MP -MF $(DEPDIR)/plist.Tpo -c -o plist.lo `test -f 'utils/plist.c' || echo '$(srcdir)/'`utils/plist.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/plist.Tpo $(DEPDIR)/plist.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils/plist.c' object='plist.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plist.lo `test -f 'utils/plist.c' || echo '$(srcdir)/'`utils/plist.c
+
+cvtutf.lo: utils/cvtutf.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cvtutf.lo -MD -MP -MF $(DEPDIR)/cvtutf.Tpo -c -o cvtutf.lo `test -f 'utils/cvtutf.c' || echo '$(srcdir)/'`utils/cvtutf.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cvtutf.Tpo $(DEPDIR)/cvtutf.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils/cvtutf.c' object='cvtutf.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cvtutf.lo `test -f 'utils/cvtutf.c' || echo '$(srcdir)/'`utils/cvtutf.c
+
+zeroconf_avahi.lo: linux/zeroconf_avahi.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT zeroconf_avahi.lo -MD -MP -MF $(DEPDIR)/zeroconf_avahi.Tpo -c -o zeroconf_avahi.lo `test -f 'linux/zeroconf_avahi.c' || echo '$(srcdir)/'`linux/zeroconf_avahi.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/zeroconf_avahi.Tpo $(DEPDIR)/zeroconf_avahi.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='linux/zeroconf_avahi.c' object='zeroconf_avahi.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o zeroconf_avahi.lo `test -f 'linux/zeroconf_avahi.c' || echo '$(srcdir)/'`linux/zeroconf_avahi.c
+
+phidget_labview.lo: labview/phidget_labview.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT phidget_labview.lo -MD -MP -MF $(DEPDIR)/phidget_labview.Tpo -c -o phidget_labview.lo `test -f 'labview/phidget_labview.c' || echo '$(srcdir)/'`labview/phidget_labview.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/phidget_labview.Tpo $(DEPDIR)/phidget_labview.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='labview/phidget_labview.c' object='phidget_labview.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o phidget_labview.lo `test -f 'labview/phidget_labview.c' || echo '$(srcdir)/'`labview/phidget_labview.c
+
+com_phidgets_Phidget.lo: Java/com_phidgets_Phidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_Phidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_Phidget.Tpo -c -o com_phidgets_Phidget.lo `test -f 'Java/com_phidgets_Phidget.c' || echo '$(srcdir)/'`Java/com_phidgets_Phidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_Phidget.Tpo $(DEPDIR)/com_phidgets_Phidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_Phidget.c' object='com_phidgets_Phidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_Phidget.lo `test -f 'Java/com_phidgets_Phidget.c' || echo '$(srcdir)/'`Java/com_phidgets_Phidget.c
+
+com_phidgets_AccelerometerPhidget.lo: Java/com_phidgets_AccelerometerPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_AccelerometerPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_AccelerometerPhidget.Tpo -c -o com_phidgets_AccelerometerPhidget.lo `test -f 'Java/com_phidgets_AccelerometerPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AccelerometerPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_AccelerometerPhidget.Tpo $(DEPDIR)/com_phidgets_AccelerometerPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_AccelerometerPhidget.c' object='com_phidgets_AccelerometerPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_AccelerometerPhidget.lo `test -f 'Java/com_phidgets_AccelerometerPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AccelerometerPhidget.c
+
+com_phidgets_AdvancedServoPhidget.lo: Java/com_phidgets_AdvancedServoPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_AdvancedServoPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_AdvancedServoPhidget.Tpo -c -o com_phidgets_AdvancedServoPhidget.lo `test -f 'Java/com_phidgets_AdvancedServoPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AdvancedServoPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_AdvancedServoPhidget.Tpo $(DEPDIR)/com_phidgets_AdvancedServoPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_AdvancedServoPhidget.c' object='com_phidgets_AdvancedServoPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_AdvancedServoPhidget.lo `test -f 'Java/com_phidgets_AdvancedServoPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AdvancedServoPhidget.c
+
+com_phidgets_AnalogPhidget.lo: Java/com_phidgets_AnalogPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_AnalogPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_AnalogPhidget.Tpo -c -o com_phidgets_AnalogPhidget.lo `test -f 'Java/com_phidgets_AnalogPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AnalogPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_AnalogPhidget.Tpo $(DEPDIR)/com_phidgets_AnalogPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_AnalogPhidget.c' object='com_phidgets_AnalogPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_AnalogPhidget.lo `test -f 'Java/com_phidgets_AnalogPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_AnalogPhidget.c
+
+com_phidgets_BridgePhidget.lo: Java/com_phidgets_BridgePhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_BridgePhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_BridgePhidget.Tpo -c -o com_phidgets_BridgePhidget.lo `test -f 'Java/com_phidgets_BridgePhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_BridgePhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_BridgePhidget.Tpo $(DEPDIR)/com_phidgets_BridgePhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_BridgePhidget.c' object='com_phidgets_BridgePhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_BridgePhidget.lo `test -f 'Java/com_phidgets_BridgePhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_BridgePhidget.c
+
+com_phidgets_EncoderPhidget.lo: Java/com_phidgets_EncoderPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_EncoderPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_EncoderPhidget.Tpo -c -o com_phidgets_EncoderPhidget.lo `test -f 'Java/com_phidgets_EncoderPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_EncoderPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_EncoderPhidget.Tpo $(DEPDIR)/com_phidgets_EncoderPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_EncoderPhidget.c' object='com_phidgets_EncoderPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_EncoderPhidget.lo `test -f 'Java/com_phidgets_EncoderPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_EncoderPhidget.c
+
+com_phidgets_FrequencyCounterPhidget.lo: Java/com_phidgets_FrequencyCounterPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_FrequencyCounterPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_FrequencyCounterPhidget.Tpo -c -o com_phidgets_FrequencyCounterPhidget.lo `test -f 'Java/com_phidgets_FrequencyCounterPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_FrequencyCounterPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_FrequencyCounterPhidget.Tpo $(DEPDIR)/com_phidgets_FrequencyCounterPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_FrequencyCounterPhidget.c' object='com_phidgets_FrequencyCounterPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_FrequencyCounterPhidget.lo `test -f 'Java/com_phidgets_FrequencyCounterPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_FrequencyCounterPhidget.c
+
+com_phidgets_GPSPhidget.lo: Java/com_phidgets_GPSPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_GPSPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_GPSPhidget.Tpo -c -o com_phidgets_GPSPhidget.lo `test -f 'Java/com_phidgets_GPSPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_GPSPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_GPSPhidget.Tpo $(DEPDIR)/com_phidgets_GPSPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_GPSPhidget.c' object='com_phidgets_GPSPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_GPSPhidget.lo `test -f 'Java/com_phidgets_GPSPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_GPSPhidget.c
+
+com_phidgets_InterfaceKitPhidget.lo: Java/com_phidgets_InterfaceKitPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_InterfaceKitPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_InterfaceKitPhidget.Tpo -c -o com_phidgets_InterfaceKitPhidget.lo `test -f 'Java/com_phidgets_InterfaceKitPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_InterfaceKitPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_InterfaceKitPhidget.Tpo $(DEPDIR)/com_phidgets_InterfaceKitPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_InterfaceKitPhidget.c' object='com_phidgets_InterfaceKitPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_InterfaceKitPhidget.lo `test -f 'Java/com_phidgets_InterfaceKitPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_InterfaceKitPhidget.c
+
+com_phidgets_IRPhidget.lo: Java/com_phidgets_IRPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_IRPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_IRPhidget.Tpo -c -o com_phidgets_IRPhidget.lo `test -f 'Java/com_phidgets_IRPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_IRPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_IRPhidget.Tpo $(DEPDIR)/com_phidgets_IRPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_IRPhidget.c' object='com_phidgets_IRPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_IRPhidget.lo `test -f 'Java/com_phidgets_IRPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_IRPhidget.c
+
+com_phidgets_LEDPhidget.lo: Java/com_phidgets_LEDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_LEDPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_LEDPhidget.Tpo -c -o com_phidgets_LEDPhidget.lo `test -f 'Java/com_phidgets_LEDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_LEDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_LEDPhidget.Tpo $(DEPDIR)/com_phidgets_LEDPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_LEDPhidget.c' object='com_phidgets_LEDPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_LEDPhidget.lo `test -f 'Java/com_phidgets_LEDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_LEDPhidget.c
+
+com_phidgets_MotorControlPhidget.lo: Java/com_phidgets_MotorControlPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_MotorControlPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_MotorControlPhidget.Tpo -c -o com_phidgets_MotorControlPhidget.lo `test -f 'Java/com_phidgets_MotorControlPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_MotorControlPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_MotorControlPhidget.Tpo $(DEPDIR)/com_phidgets_MotorControlPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_MotorControlPhidget.c' object='com_phidgets_MotorControlPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_MotorControlPhidget.lo `test -f 'Java/com_phidgets_MotorControlPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_MotorControlPhidget.c
+
+com_phidgets_PHSensorPhidget.lo: Java/com_phidgets_PHSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_PHSensorPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_PHSensorPhidget.Tpo -c -o com_phidgets_PHSensorPhidget.lo `test -f 'Java/com_phidgets_PHSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_PHSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_PHSensorPhidget.Tpo $(DEPDIR)/com_phidgets_PHSensorPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_PHSensorPhidget.c' object='com_phidgets_PHSensorPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_PHSensorPhidget.lo `test -f 'Java/com_phidgets_PHSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_PHSensorPhidget.c
+
+com_phidgets_RFIDPhidget.lo: Java/com_phidgets_RFIDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_RFIDPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_RFIDPhidget.Tpo -c -o com_phidgets_RFIDPhidget.lo `test -f 'Java/com_phidgets_RFIDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_RFIDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_RFIDPhidget.Tpo $(DEPDIR)/com_phidgets_RFIDPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_RFIDPhidget.c' object='com_phidgets_RFIDPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_RFIDPhidget.lo `test -f 'Java/com_phidgets_RFIDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_RFIDPhidget.c
+
+com_phidgets_ServoPhidget.lo: Java/com_phidgets_ServoPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_ServoPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_ServoPhidget.Tpo -c -o com_phidgets_ServoPhidget.lo `test -f 'Java/com_phidgets_ServoPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_ServoPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_ServoPhidget.Tpo $(DEPDIR)/com_phidgets_ServoPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_ServoPhidget.c' object='com_phidgets_ServoPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_ServoPhidget.lo `test -f 'Java/com_phidgets_ServoPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_ServoPhidget.c
+
+com_phidgets_SpatialPhidget.lo: Java/com_phidgets_SpatialPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_SpatialPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_SpatialPhidget.Tpo -c -o com_phidgets_SpatialPhidget.lo `test -f 'Java/com_phidgets_SpatialPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_SpatialPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_SpatialPhidget.Tpo $(DEPDIR)/com_phidgets_SpatialPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_SpatialPhidget.c' object='com_phidgets_SpatialPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_SpatialPhidget.lo `test -f 'Java/com_phidgets_SpatialPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_SpatialPhidget.c
+
+com_phidgets_StepperPhidget.lo: Java/com_phidgets_StepperPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_StepperPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_StepperPhidget.Tpo -c -o com_phidgets_StepperPhidget.lo `test -f 'Java/com_phidgets_StepperPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_StepperPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_StepperPhidget.Tpo $(DEPDIR)/com_phidgets_StepperPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_StepperPhidget.c' object='com_phidgets_StepperPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_StepperPhidget.lo `test -f 'Java/com_phidgets_StepperPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_StepperPhidget.c
+
+com_phidgets_TemperatureSensorPhidget.lo: Java/com_phidgets_TemperatureSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_TemperatureSensorPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_TemperatureSensorPhidget.Tpo -c -o com_phidgets_TemperatureSensorPhidget.lo `test -f 'Java/com_phidgets_TemperatureSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TemperatureSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_TemperatureSensorPhidget.Tpo $(DEPDIR)/com_phidgets_TemperatureSensorPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_TemperatureSensorPhidget.c' object='com_phidgets_TemperatureSensorPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_TemperatureSensorPhidget.lo `test -f 'Java/com_phidgets_TemperatureSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TemperatureSensorPhidget.c
+
+com_phidgets_TextLCDPhidget.lo: Java/com_phidgets_TextLCDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_TextLCDPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_TextLCDPhidget.Tpo -c -o com_phidgets_TextLCDPhidget.lo `test -f 'Java/com_phidgets_TextLCDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TextLCDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_TextLCDPhidget.Tpo $(DEPDIR)/com_phidgets_TextLCDPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_TextLCDPhidget.c' object='com_phidgets_TextLCDPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_TextLCDPhidget.lo `test -f 'Java/com_phidgets_TextLCDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TextLCDPhidget.c
+
+com_phidgets_TextLEDPhidget.lo: Java/com_phidgets_TextLEDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_TextLEDPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_TextLEDPhidget.Tpo -c -o com_phidgets_TextLEDPhidget.lo `test -f 'Java/com_phidgets_TextLEDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TextLEDPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_TextLEDPhidget.Tpo $(DEPDIR)/com_phidgets_TextLEDPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_TextLEDPhidget.c' object='com_phidgets_TextLEDPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_TextLEDPhidget.lo `test -f 'Java/com_phidgets_TextLEDPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_TextLEDPhidget.c
+
+com_phidgets_Manager.lo: Java/com_phidgets_Manager.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_Manager.lo -MD -MP -MF $(DEPDIR)/com_phidgets_Manager.Tpo -c -o com_phidgets_Manager.lo `test -f 'Java/com_phidgets_Manager.c' || echo '$(srcdir)/'`Java/com_phidgets_Manager.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_Manager.Tpo $(DEPDIR)/com_phidgets_Manager.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_Manager.c' object='com_phidgets_Manager.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_Manager.lo `test -f 'Java/com_phidgets_Manager.c' || echo '$(srcdir)/'`Java/com_phidgets_Manager.c
+
+com_phidgets_Dictionary.lo: Java/com_phidgets_Dictionary.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_Dictionary.lo -MD -MP -MF $(DEPDIR)/com_phidgets_Dictionary.Tpo -c -o com_phidgets_Dictionary.lo `test -f 'Java/com_phidgets_Dictionary.c' || echo '$(srcdir)/'`Java/com_phidgets_Dictionary.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_Dictionary.Tpo $(DEPDIR)/com_phidgets_Dictionary.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_Dictionary.c' object='com_phidgets_Dictionary.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_Dictionary.lo `test -f 'Java/com_phidgets_Dictionary.c' || echo '$(srcdir)/'`Java/com_phidgets_Dictionary.c
+
+com_phidgets_DictionaryKeyListener.lo: Java/com_phidgets_DictionaryKeyListener.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_DictionaryKeyListener.lo -MD -MP -MF $(DEPDIR)/com_phidgets_DictionaryKeyListener.Tpo -c -o com_phidgets_DictionaryKeyListener.lo `test -f 'Java/com_phidgets_DictionaryKeyListener.c' || echo '$(srcdir)/'`Java/com_phidgets_DictionaryKeyListener.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_DictionaryKeyListener.Tpo $(DEPDIR)/com_phidgets_DictionaryKeyListener.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_DictionaryKeyListener.c' object='com_phidgets_DictionaryKeyListener.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_DictionaryKeyListener.lo `test -f 'Java/com_phidgets_DictionaryKeyListener.c' || echo '$(srcdir)/'`Java/com_phidgets_DictionaryKeyListener.c
+
+com_phidgets_WeightSensorPhidget.lo: Java/com_phidgets_WeightSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT com_phidgets_WeightSensorPhidget.lo -MD -MP -MF $(DEPDIR)/com_phidgets_WeightSensorPhidget.Tpo -c -o com_phidgets_WeightSensorPhidget.lo `test -f 'Java/com_phidgets_WeightSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_WeightSensorPhidget.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/com_phidgets_WeightSensorPhidget.Tpo $(DEPDIR)/com_phidgets_WeightSensorPhidget.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/com_phidgets_WeightSensorPhidget.c' object='com_phidgets_WeightSensorPhidget.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o com_phidgets_WeightSensorPhidget.lo `test -f 'Java/com_phidgets_WeightSensorPhidget.c' || echo '$(srcdir)/'`Java/com_phidgets_WeightSensorPhidget.c
+
+phidget_jni.lo: Java/phidget_jni.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT phidget_jni.lo -MD -MP -MF $(DEPDIR)/phidget_jni.Tpo -c -o phidget_jni.lo `test -f 'Java/phidget_jni.c' || echo '$(srcdir)/'`Java/phidget_jni.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/phidget_jni.Tpo $(DEPDIR)/phidget_jni.Plo
+@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='Java/phidget_jni.c' object='phidget_jni.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o phidget_jni.lo `test -f 'Java/phidget_jni.c' || echo '$(srcdir)/'`Java/phidget_jni.c
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+ -rm -f libtool config.lt
+install-includeHEADERS: $(include_HEADERS)
+ @$(NORMAL_INSTALL)
+ test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
+ @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
+ done
+
+uninstall-includeHEADERS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(includedir)" && rm -f $$files
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ mkid -fID $$unique
+tags: TAGS
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ set x; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: CTAGS
+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+ $(TAGS_FILES) $(LISP)
+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+ $(am__remove_distdir)
+ test -d "$(distdir)" || mkdir "$(distdir)"
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+ -test -n "$(am__skip_mode_fix)" \
+ || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+ || chmod -R a+r "$(distdir)"
+dist-gzip: distdir
+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+ $(am__remove_distdir)
+
+dist-bzip2: distdir
+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+ $(am__remove_distdir)
+
+dist-lzma: distdir
+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
+ $(am__remove_distdir)
+
+dist-xz: distdir
+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
+ $(am__remove_distdir)
+
+dist-tarZ: distdir
+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+ $(am__remove_distdir)
+
+dist-shar: distdir
+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+ $(am__remove_distdir)
+
+dist-zip: distdir
+ -rm -f $(distdir).zip
+ zip -rq $(distdir).zip $(distdir)
+ $(am__remove_distdir)
+
+dist dist-all: distdir
+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+ $(am__remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration. Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+ case '$(DIST_ARCHIVES)' in \
+ *.tar.gz*) \
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
+ *.tar.bz2*) \
+ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+ *.tar.lzma*) \
+ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
+ *.tar.xz*) \
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+ *.tar.Z*) \
+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+ *.shar.gz*) \
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
+ *.zip*) \
+ unzip $(distdir).zip ;;\
+ esac
+ chmod -R a-w $(distdir); chmod a+w $(distdir)
+ mkdir $(distdir)/_build
+ mkdir $(distdir)/_inst
+ chmod a-w $(distdir)
+ test -d $(distdir)/_build || exit 0; \
+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+ && am__cwd=`pwd` \
+ && $(am__cd) $(distdir)/_build \
+ && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ $(DISTCHECK_CONFIGURE_FLAGS) \
+ && $(MAKE) $(AM_MAKEFLAGS) \
+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
+ && $(MAKE) $(AM_MAKEFLAGS) check \
+ && $(MAKE) $(AM_MAKEFLAGS) install \
+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+ distuninstallcheck \
+ && chmod -R a-w "$$dc_install_base" \
+ && ({ \
+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
+ && rm -rf "$$dc_destdir" \
+ && $(MAKE) $(AM_MAKEFLAGS) dist \
+ && rm -rf $(DIST_ARCHIVES) \
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+ && cd "$$am__cwd" \
+ || exit 1
+ $(am__remove_distdir)
+ @(echo "$(distdir) archives ready for distribution: "; \
+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+distuninstallcheck:
+ @$(am__cd) '$(distuninstallcheck_dir)' \
+ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+ || { echo "ERROR: files left after uninstall:" ; \
+ if test -n "$(DESTDIR)"; then \
+ echo " (check DESTDIR support)"; \
+ fi ; \
+ $(distuninstallcheck_listfiles) ; \
+ exit 1; } >&2
+distcleancheck: distclean
+ @if test '$(srcdir)' = . ; then \
+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+ exit 1 ; \
+ fi
+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+ || { echo "ERROR: files left in build directory after distclean:" ; \
+ $(distcleancheck_listfiles) ; \
+ exit 1; } >&2
+check-am: all-am
+check: check-am
+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
+installdirs:
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+@RUN_LDCONFIG_FALSE@install-exec-hook:
+clean: clean-am
+
+clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
+ mostlyclean-am
+
+distclean: distclean-am
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-libtool distclean-local distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-includeHEADERS
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-libLTLIBRARIES
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+ -rm -rf $(top_srcdir)/autom4te.cache
+ -rm -rf ./$(DEPDIR)
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
+
+.MAKE: install-am install-data-am install-exec-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+ clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
+ dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
+ dist-xz dist-zip distcheck distclean distclean-compile \
+ distclean-generic distclean-libtool distclean-local \
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-data-hook install-dvi \
+ install-dvi-am install-exec install-exec-am install-exec-hook \
+ install-html install-html-am install-includeHEADERS \
+ install-info install-info-am install-libLTLIBRARIES \
+ install-man install-pdf install-pdf-am install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
+ uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES
+
+
+distclean-local:
+ -rm -rf examples/.deps examples/Makefile
+@LABVIEW_TRUE@LABVIEW_CINTOOLS_PATH ?= /usr/local/natinst/LabVIEW-8.5/cintools
+
+@RUN_LDCONFIG_TRUE@install-exec-hook:
+@RUN_LDCONFIG_TRUE@ -$(LDCONFIG)
+
+install-data-hook:
+ if [ -e phidget21.jar ]; then install --owner=root --mode=755 -d $(DESTDIR)/usr/share/java; install --owner=root --mode=644 phidget21.jar $(DESTDIR)/usr/share/java; fi
+
+phidget21.h:
+ @echo "Making $@"
+ @cat cppheader > $@
+ @$(CC) -g -E -P $(PHIDGET21FLAGS) -D_LINUX -DEXTERNALPROTO -DREMOVE_DEPRECATED phidget21int.h | sed -e "s/extern \"C\" //g" >> $@
+ @cat cphidgetconstants.h >> $@
+ @cat cppfooter >> $@
+
+phidget21matlab.h:
+ @echo "Making $@"
+ @echo "/*" > $@
+ @echo " * Phidget21 Header for Matlab" >> $@
+ @echo " * -All pointers to structs have been changed to long, as Matlab seems" >> $@
+ @echo " * to be unhappy with either the undefined stucts or the double pointers." >> $@
+ @echo " */" >> $@
+ @$(CC) -g -E -P -D_LINUX -DEXTERNALPROTO -DREMOVE_DEPRECATED phidget21int.h | sed -e "s/extern \"C\" //g" | sed -e "s/struct [a-zA-Z_]* \*/long /" >> $@
+ @cat cphidgetconstants.h >> $@
+
+phidget21.jar:
+ @echo "Making $@"
+ @cd Java ; javac com/phidgets/*.java com/phidgets/event/*.java
+ @cd Java ; jar cf ../$@ com/phidgets/event/*.class com/phidgets/*.class
+
+deb:
+ @echo "Making Debian Packages"
+ @cp debian/changelog.template debian/changelog
+ @sed -i s/"VERSION"/"$(PACKAGE_VERSION)"/ debian/changelog
+ @sed -i s/"DATE"/"$(shell date +"%a, %d %b %Y %T %z")"/ debian/changelog
+ @if [ -z "$(DPKG_ARCH)" ]; then dpkg-buildpackage -us -uc; else dpkg-buildpackage -us -uc -a$(DPKG_ARCH); fi
+
+jni: all
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT: